	@charset "UTF-8";

	:root {
		--mc-main: #75e6ff;
		--mc-main-locked: #75e6ff;
		--mc-main-l5: #7ce7ff;
		--mc-main-d5: #62e3ff;
		--mc-main-l10: #83e9ff;
		--mc-main-d10: #50dfff;
		--mc-main-l20: #91ebff;
		--mc-main-d20: #2bd9ff;
		--mc-main-o0: rgba(117, 230, 255, 0);
		--mc-main-o1: rgba(117, 230, 255, 0.1);
		--mc-main-o2: rgba(117, 230, 255, 0.2);
		--mc-main-o4: rgba(117, 230, 255, 0.4);
		--mc-main-o6: rgba(117, 230, 255, 0.6);
		--mc-main-o8: rgba(117, 230, 255, 0.8);
		--mc-secondary: #7fb8ff;
		--mc-secondary-locked: #7fb8ff;
		--mc-secondary-l5: #85bcff;
		--mc-secondary-d5: #6cadff;
		--mc-secondary-l10: #8cbfff;
		--mc-secondary-d10: #59a3ff;
		--mc-secondary-l20: #99c6ff;
		--mc-secondary-d20: #338eff;
		--mc-secondary-o0: rgba(127, 184, 255, 0);
		--mc-secondary-o1: rgba(127, 184, 255, 0.1);
		--mc-secondary-o2: rgba(127, 184, 255, 0.2);
		--mc-secondary-o4: rgba(127, 184, 255, 0.4);
		--mc-secondary-o6: rgba(127, 184, 255, 0.6);
		--mc-secondary-o8: rgba(127, 184, 255, 0.8);
		--mc-baseMain: #ffffff;
		--mc-baseMain-locked: #ffffff;
		--mc-baseMain-l5: white;
		--mc-baseMain-d5: #f2f2f2;
		--mc-baseMain-l10: white;
		--mc-baseMain-d10: #e6e6e6;
		--mc-baseMain-l20: white;
		--mc-baseMain-d20: #cccccc;
		--mc-baseMain-o0: rgba(255, 255, 255, 0);
		--mc-baseMain-o1: rgba(255, 255, 255, 0.1);
		--mc-baseMain-o2: rgba(255, 255, 255, 0.2);
		--mc-baseMain-o4: rgba(255, 255, 255, 0.4);
		--mc-baseMain-o6: rgba(255, 255, 255, 0.6);
		--mc-baseMain-o8: rgba(255, 255, 255, 0.8);
		--mc-baseContrast: #000;
		--mc-baseContrast-locked: #000;
		--mc-baseContrast-l5: #0d0d0d;
		--mc-baseContrast-d5: black;
		--mc-baseContrast-l10: #1a1a1a;
		--mc-baseContrast-d10: black;
		--mc-baseContrast-l20: #333333;
		--mc-baseContrast-d20: black;
		--mc-baseContrast-o0: rgba(0, 0, 0, 0);
		--mc-baseContrast-o1: rgba(0, 0, 0, 0.1);
		--mc-baseContrast-o2: rgba(0, 0, 0, 0.2);
		--mc-baseContrast-o4: rgba(0, 0, 0, 0.4);
		--mc-baseContrast-o6: rgba(0, 0, 0, 0.6);
		--mc-baseContrast-o8: rgba(0, 0, 0, 0.8);
		--mc-buttonColor: linear-gradient(32.86deg, #ff00e5 0%, #ff008a 100%);
		--mc-baseOpacity: rgba(255, 255, 255, 0.1);
		--mc-baseOpacity-locked: rgba(255, 255, 255, 0.1);
		--mc-baseOpacity-l5: rgba(255, 255, 255, 0.1);
		--mc-baseOpacity-d5: rgba(242, 242, 242, 0.1);
		--mc-baseOpacity-l10: rgba(255, 255, 255, 0.1);
		--mc-baseOpacity-d10: rgba(230, 230, 230, 0.1);
		--mc-baseOpacity-l20: rgba(255, 255, 255, 0.1);
		--mc-baseOpacity-d20: rgba(204, 204, 204, 0.1);
		--mc-baseOpacity-o0: rgba(255, 255, 255, 0);
		--mc-baseOpacity-o1: rgba(255, 255, 255, 0);
		--mc-baseOpacity-o2: rgba(255, 255, 255, 0);
		--mc-baseOpacity-o4: rgba(255, 255, 255, 0);
		--mc-baseOpacity-o6: rgba(255, 255, 255, 0);
		--mc-baseOpacity-o8: rgba(255, 255, 255, 0);
		--mc-bg100: #364a7d;
		--mc-bg100-locked: #364a7d;
		--mc-bg100-l5: #3b5189;
		--mc-bg100-d5: #334677;
		--mc-bg100-l10: #405894;
		--mc-bg100-d10: #314371;
		--mc-bg100-l20: #4a65ab;
		--mc-bg100-d20: #2b3b64;
		--mc-bg100-o0: rgba(54, 74, 125, 0);
		--mc-bg100-o1: rgba(54, 74, 125, 0.1);
		--mc-bg100-o2: rgba(54, 74, 125, 0.2);
		--mc-bg100-o4: rgba(54, 74, 125, 0.4);
		--mc-bg100-o6: rgba(54, 74, 125, 0.6);
		--mc-bg100-o8: rgba(54, 74, 125, 0.8);
		--mc-bg300: #303e64;
		--mc-bg300-locked: #303e64;
		--mc-bg300-l5: #364670;
		--mc-bg300-d5: #2e3b5f;
		--mc-bg300-l10: #3c4d7c;
		--mc-bg300-d10: #2b385a;
		--mc-bg300-l20: #475c95;
		--mc-bg300-d20: #263250;
		--mc-bg300-o0: rgba(48, 62, 100, 0);
		--mc-bg300-o1: rgba(48, 62, 100, 0.1);
		--mc-bg300-o2: rgba(48, 62, 100, 0.2);
		--mc-bg300-o4: rgba(48, 62, 100, 0.4);
		--mc-bg300-o6: rgba(48, 62, 100, 0.6);
		--mc-bg300-o8: rgba(48, 62, 100, 0.8);
		--mc-bg500: #232e4a;
		--mc-bg500-locked: #232e4a;
		--mc-bg500-l5: #293658;
		--mc-bg500-d5: #212c46;
		--mc-bg500-l10: #303f65;
		--mc-bg500-d10: #202943;
		--mc-bg500-l20: #3d5080;
		--mc-bg500-d20: #1c253b;
		--mc-bg500-o0: rgba(35, 46, 74, 0);
		--mc-bg500-o1: rgba(35, 46, 74, 0.1);
		--mc-bg500-o2: rgba(35, 46, 74, 0.2);
		--mc-bg500-o4: rgba(35, 46, 74, 0.4);
		--mc-bg500-o6: rgba(35, 46, 74, 0.6);
		--mc-bg500-o8: rgba(35, 46, 74, 0.8);
		--mc-bg700: #0f1127;
		--mc-bg700-locked: #0f1127;
		--mc-bg700-l5: #151837;
		--mc-bg700-d5: #0e1025;
		--mc-bg700-l10: #1c1f48;
		--mc-bg700-d10: #0e0f23;
		--mc-bg700-l20: #282e69;
		--mc-bg700-d20: #0c0e1f;
		--mc-bg700-o0: rgba(15, 17, 39, 0);
		--mc-bg700-o1: rgba(15, 17, 39, 0.1);
		--mc-bg700-o2: rgba(15, 17, 39, 0.2);
		--mc-bg700-o4: rgba(15, 17, 39, 0.4);
		--mc-bg700-o6: rgba(15, 17, 39, 0.6);
		--mc-bg700-o8: rgba(15, 17, 39, 0.8);
		--mc-bg: #060727;
		--mc-bg-locked: #060727;
		--mc-bg-l5: #090b3b;
		--mc-bg-d5: #060725;
		--mc-bg-l10: #0c0e4f;
		--mc-bg-d10: #050623;
		--mc-bg-l20: #121578;
		--mc-bg-d20: #05061f;
		--mc-bg-o0: rgba(6, 7, 39, 0);
		--mc-bg-o1: rgba(6, 7, 39, 0.1);
		--mc-bg-o2: rgba(6, 7, 39, 0.2);
		--mc-bg-o4: rgba(6, 7, 39, 0.4);
		--mc-bg-o6: rgba(6, 7, 39, 0.6);
		--mc-bg-o8: rgba(6, 7, 39, 0.8);
		--mc-bgModal: linear-gradient(171.29deg, #050311 0%, #060727 100%);
		--mc-elementsColor: #c4c4c4;
		--mc-elementsColor-locked: #c4c4c4;
		--mc-elementsColor-l5: #c7c7c7;
		--mc-elementsColor-d5: #bababa;
		--mc-elementsColor-l10: #cacaca;
		--mc-elementsColor-d10: #b0b0b0;
		--mc-elementsColor-l20: #d0d0d0;
		--mc-elementsColor-d20: #9d9d9d;
		--mc-elementsColor-o0: rgba(196, 196, 196, 0);
		--mc-elementsColor-o1: rgba(196, 196, 196, 0.1);
		--mc-elementsColor-o2: rgba(196, 196, 196, 0.2);
		--mc-elementsColor-o4: rgba(196, 196, 196, 0.4);
		--mc-elementsColor-o6: rgba(196, 196, 196, 0.6);
		--mc-elementsColor-o8: rgba(196, 196, 196, 0.8);
		--mc-error: #dd4747;
		--mc-error-locked: #dd4747;
		--mc-error-l5: #df5050;
		--mc-error-d5: #db3b3b;
		--mc-error-l10: #e05959;
		--mc-error-d10: #d82e2e;
		--mc-error-l20: #e46c6c;
		--mc-error-d20: #c52424;
		--mc-error-o0: rgba(221, 71, 71, 0);
		--mc-error-o1: rgba(221, 71, 71, 0.1);
		--mc-error-o2: rgba(221, 71, 71, 0.2);
		--mc-error-o4: rgba(221, 71, 71, 0.4);
		--mc-error-o6: rgba(221, 71, 71, 0.6);
		--mc-error-o8: rgba(221, 71, 71, 0.8);
		--mc-success: #279500;
		--mc-success-locked: #279500;
		--mc-success-l5: #2ca700;
		--mc-success-d5: #258e00;
		--mc-success-l10: #30b900;
		--mc-success-d10: #238600;
		--mc-success-l20: #3add00;
		--mc-success-d20: #1f7700;
		--mc-success-o0: rgba(39, 149, 0, 0);
		--mc-success-o1: rgba(39, 149, 0, 0.1);
		--mc-success-o2: rgba(39, 149, 0, 0.2);
		--mc-success-o4: rgba(39, 149, 0, 0.4);
		--mc-success-o6: rgba(39, 149, 0, 0.6);
		--mc-success-o8: rgba(39, 149, 0, 0.8);
		--mc-warning: #ff5811;
		--mc-warning-locked: #ff5811;
		--mc-warning-l5: #ff601d;
		--mc-warning-d5: #ff4e03;
		--mc-warning-l10: #ff6929;
		--mc-warning-d10: #f54900;
		--mc-warning-l20: #ff7941;
		--mc-warning-d20: #da4100;
		--mc-warning-o0: rgba(255, 88, 17, 0);
		--mc-warning-o1: rgba(255, 88, 17, 0.1);
		--mc-warning-o2: rgba(255, 88, 17, 0.2);
		--mc-warning-o4: rgba(255, 88, 17, 0.4);
		--mc-warning-o6: rgba(255, 88, 17, 0.6);
		--mc-warning-o8: rgba(255, 88, 17, 0.8);
		--mc-disabled: #454c60;
		--mc-disabled-locked: #454c60;
		--mc-disabled-l5: #4c546a;
		--mc-disabled-d5: #42485b;
		--mc-disabled-l10: #535c74;
		--mc-disabled-d10: #3e4456;
		--mc-disabled-l20: #626c88;
		--mc-disabled-d20: #373d4d;
		--mc-disabled-o0: rgba(69, 76, 96, 0);
		--mc-disabled-o1: rgba(69, 76, 96, 0.1);
		--mc-disabled-o2: rgba(69, 76, 96, 0.2);
		--mc-disabled-o4: rgba(69, 76, 96, 0.4);
		--mc-disabled-o6: rgba(69, 76, 96, 0.6);
		--mc-disabled-o8: rgba(69, 76, 96, 0.8);
		--mc-black: #010100;
		--mc-black-locked: #010100;
		--mc-black-l5: #1a1a00;
		--mc-black-d5: #010100;
		--mc-black-l10: #343400;
		--mc-black-d10: #010100;
		--mc-black-l20: #676700;
		--mc-black-d20: #010100;
		--mc-black-o0: rgba(1, 1, 0, 0);
		--mc-black-o1: rgba(1, 1, 0, 0.1);
		--mc-black-o2: rgba(1, 1, 0, 0.2);
		--mc-black-o4: rgba(1, 1, 0, 0.4);
		--mc-black-o6: rgba(1, 1, 0, 0.6);
		--mc-black-o8: rgba(1, 1, 0, 0.8);
		--mc-baseSecond: #cad4ee;
		--mc-baseSecond-locked: #cad4ee;
		--mc-baseSecond-l5: #cdd6ef;
		--mc-baseSecond-d5: #b9c6e9;
		--mc-baseSecond-l10: #cfd8f0;
		--mc-baseSecond-d10: #a9b9e3;
		--mc-baseSecond-l20: #d5ddf1;
		--mc-baseSecond-d20: #879ed9;
		--mc-baseSecond-o0: rgba(202, 212, 238, 0);
		--mc-baseSecond-o1: rgba(202, 212, 238, 0.1);
		--mc-baseSecond-o2: rgba(202, 212, 238, 0.2);
		--mc-baseSecond-o4: rgba(202, 212, 238, 0.4);
		--mc-baseSecond-o6: rgba(202, 212, 238, 0.6);
		--mc-baseSecond-o8: rgba(202, 212, 238, 0.8);
		--mc-baseThird: #ffffff;
		--mc-baseThird-locked: #ffffff;
		--mc-baseThird-l5: white;
		--mc-baseThird-d5: #f2f2f2;
		--mc-baseThird-l10: white;
		--mc-baseThird-d10: #e6e6e6;
		--mc-baseThird-l20: white;
		--mc-baseThird-d20: #cccccc;
		--mc-baseThird-o0: rgba(255, 255, 255, 0);
		--mc-baseThird-o1: rgba(255, 255, 255, 0.1);
		--mc-baseThird-o2: rgba(255, 255, 255, 0.2);
		--mc-baseThird-o4: rgba(255, 255, 255, 0.4);
		--mc-baseThird-o6: rgba(255, 255, 255, 0.6);
		--mc-baseThird-o8: rgba(255, 255, 255, 0.8);
		--mc-telegramBannerGradient: linear-gradient(180deg, #60bfef 0%, #0194fe 100%);
		--mc-buttonGradient: linear-gradient(180deg, #75e6ff 0%, #75e6ff 0.01%, #878bff 100%);
		--mc-buttonHighlightGradient: linear-gradient(32.86deg, #ff00e5 0%, #ff008a 100%);
		--mc-textGradient: linear-gradient(180deg, #75e6ff 0%, #75e6ff 0.01%, #878bff 100%);
		--mc-buttonShadow: 0 0 15px 0 #7dbeff;
		--mc-labelBorder: #19040d;
		--mc-labelBorder-locked: #19040d;
		--mc-labelBorder-l5: #2e0718;
		--mc-labelBorder-d5: #18040c;
		--mc-labelBorder-l10: #420b23;
		--mc-labelBorder-d10: #17040c;
		--mc-labelBorder-l20: #6c1138;
		--mc-labelBorder-d20: #14030a;
		--mc-labelBorder-o0: rgba(25, 4, 13, 0);
		--mc-labelBorder-o1: rgba(25, 4, 13, 0.1);
		--mc-labelBorder-o2: rgba(25, 4, 13, 0.2);
		--mc-labelBorder-o4: rgba(25, 4, 13, 0.4);
		--mc-labelBorder-o6: rgba(25, 4, 13, 0.6);
		--mc-labelBorder-o8: rgba(25, 4, 13, 0.8);
		--mc-footerText: #7a7a7a;
		--mc-footerText-locked: #7a7a7a;
		--mc-footerText-l5: #818181;
		--mc-footerText-d5: #747474;
		--mc-footerText-l10: #878787;
		--mc-footerText-d10: #6e6e6e;
		--mc-footerText-l20: #959595;
		--mc-footerText-d20: #626262;
		--mc-footerText-o0: rgba(122, 122, 122, 0);
		--mc-footerText-o1: rgba(122, 122, 122, 0.1);
		--mc-footerText-o2: rgba(122, 122, 122, 0.2);
		--mc-footerText-o4: rgba(122, 122, 122, 0.4);
		--mc-footerText-o6: rgba(122, 122, 122, 0.6);
		--mc-footerText-o8: rgba(122, 122, 122, 0.8);
		--mc-footerLicense: #3fbeb7;
		--mc-footerLicense-locked: #3fbeb7;
		--mc-footerLicense-l5: #48c2bb;
		--mc-footerLicense-d5: #3cb5ae;
		--mc-footerLicense-l10: #51c5bf;
		--mc-footerLicense-d10: #39aba5;
		--mc-footerLicense-l20: #65ccc6;
		--mc-footerLicense-d20: #329892;
		--mc-footerLicense-o0: rgba(63, 190, 183, 0);
		--mc-footerLicense-o1: rgba(63, 190, 183, 0.1);
		--mc-footerLicense-o2: rgba(63, 190, 183, 0.2);
		--mc-footerLicense-o4: rgba(63, 190, 183, 0.4);
		--mc-footerLicense-o6: rgba(63, 190, 183, 0.6);
		--mc-footerLicense-o8: rgba(63, 190, 183, 0.8);
		--mc-borderGradient: linear-gradient(181.07deg, rgba(125, 191, 255, 0) 0%, rgba(125, 191, 255, 0.3) 52.73%, rgba(125, 191, 255, 0) 99.69%);
		--mc-borderGradientHorizontal: linear-gradient(0.25turn, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0));
		--mc-descColor: #8d8d8d;
		--mc-descColor-locked: #8d8d8d;
		--mc-descColor-l5: #939393;
		--mc-descColor-d5: #868686;
		--mc-descColor-l10: #989898;
		--mc-descColor-d10: #7f7f7f;
		--mc-descColor-l20: #a4a4a4;
		--mc-descColor-d20: #717171;
		--mc-descColor-o0: rgba(141, 141, 141, 0);
		--mc-descColor-o1: rgba(141, 141, 141, 0.1);
		--mc-descColor-o2: rgba(141, 141, 141, 0.2);
		--mc-descColor-o4: rgba(141, 141, 141, 0.4);
		--mc-descColor-o6: rgba(141, 141, 141, 0.6);
		--mc-descColor-o8: rgba(141, 141, 141, 0.8);
		--mc-streamGradient: linear-gradient(87deg, #ff0086 -6.85%, #d40055 103.85%);
		--mc-baseMainNew: #7b809a;
		--mc-baseMainNew-locked: #7b809a;
		--mc-baseMainNew-l5: #82869f;
		--mc-baseMainNew-d5: #737894;
		--mc-baseMainNew-l10: #888da4;
		--mc-baseMainNew-d10: #6c718d;
		--mc-baseMainNew-l20: #9599ae;
		--mc-baseMainNew-d20: #60657e;
		--mc-baseMainNew-o0: rgba(123, 128, 154, 0);
		--mc-baseMainNew-o1: rgba(123, 128, 154, 0.1);
		--mc-baseMainNew-o2: rgba(123, 128, 154, 0.2);
		--mc-baseMainNew-o4: rgba(123, 128, 154, 0.4);
		--mc-baseMainNew-o6: rgba(123, 128, 154, 0.6);
		--mc-baseMainNew-o8: rgba(123, 128, 154, 0.8);
		--mc-providerColor: #737490;
		--mc-providerColor-locked: #737490;
		--mc-providerColor-l5: #7a7b96;
		--mc-providerColor-d5: #6d6e89;
		--mc-providerColor-l10: #81829b;
		--mc-providerColor-d10: #676882;
		--mc-providerColor-l20: #8f90a6;
		--mc-providerColor-d20: #5c5c74;
		--mc-providerColor-o0: rgba(115, 116, 144, 0);
		--mc-providerColor-o1: rgba(115, 116, 144, 0.1);
		--mc-providerColor-o2: rgba(115, 116, 144, 0.2);
		--mc-providerColor-o4: rgba(115, 116, 144, 0.4);
		--mc-providerColor-o6: rgba(115, 116, 144, 0.6);
		--mc-providerColor-o8: rgba(115, 116, 144, 0.8);
	}

	:root {
		--fc-labelColor: #8194c8;
		--fc-labelColor-locked: #8194c8;
		--fc-labelColor-l5: #8799cb;
		--fc-labelColor-d5: #768ac3;
		--fc-labelColor-l10: #8e9fce;
		--fc-labelColor-d10: #6a81be;
		--fc-labelColor-l20: #9aa9d3;
		--fc-labelColor-d20: #536db4;
		--fc-labelColor-o0: rgba(129, 148, 200, 0);
		--fc-labelColor-o1: rgba(129, 148, 200, 0.1);
		--fc-labelColor-o2: rgba(129, 148, 200, 0.2);
		--fc-labelColor-o4: rgba(129, 148, 200, 0.4);
		--fc-labelColor-o6: rgba(129, 148, 200, 0.6);
		--fc-labelColor-o8: rgba(129, 148, 200, 0.8);
		--fc-inputBg: #0f1127;
		--fc-inputBg-locked: #0f1127;
		--fc-inputBg-l5: #151837;
		--fc-inputBg-d5: #0e1025;
		--fc-inputBg-l10: #1c1f48;
		--fc-inputBg-d10: #0e0f23;
		--fc-inputBg-l20: #282e69;
		--fc-inputBg-d20: #0c0e1f;
		--fc-inputBg-o0: rgba(15, 17, 39, 0);
		--fc-inputBg-o1: rgba(15, 17, 39, 0.1);
		--fc-inputBg-o2: rgba(15, 17, 39, 0.2);
		--fc-inputBg-o4: rgba(15, 17, 39, 0.4);
		--fc-inputBg-o6: rgba(15, 17, 39, 0.6);
		--fc-inputBg-o8: rgba(15, 17, 39, 0.8);
		--fc-borderColor: #242d48;
		--fc-borderColor-locked: #242d48;
		--fc-borderColor-l5: #2b3555;
		--fc-borderColor-d5: #222b44;
		--fc-borderColor-l10: #313e63;
		--fc-borderColor-d10: #202941;
		--fc-borderColor-l20: #3f4f7e;
		--fc-borderColor-d20: #1d243a;
		--fc-borderColor-o0: rgba(36, 45, 72, 0);
		--fc-borderColor-o1: rgba(36, 45, 72, 0.1);
		--fc-borderColor-o2: rgba(36, 45, 72, 0.2);
		--fc-borderColor-o4: rgba(36, 45, 72, 0.4);
		--fc-borderColor-o6: rgba(36, 45, 72, 0.6);
		--fc-borderColor-o8: rgba(36, 45, 72, 0.8);
		--fc-textColor: #fff;
		--fc-textColor-locked: #fff;
		--fc-textColor-l5: white;
		--fc-textColor-d5: #f2f2f2;
		--fc-textColor-l10: white;
		--fc-textColor-d10: #e6e6e6;
		--fc-textColor-l20: white;
		--fc-textColor-d20: #cccccc;
		--fc-textColor-o0: rgba(255, 255, 255, 0);
		--fc-textColor-o1: rgba(255, 255, 255, 0.1);
		--fc-textColor-o2: rgba(255, 255, 255, 0.2);
		--fc-textColor-o4: rgba(255, 255, 255, 0.4);
		--fc-textColor-o6: rgba(255, 255, 255, 0.6);
		--fc-textColor-o8: rgba(255, 255, 255, 0.8);
		--fc-placeholderColor: #7886ab;
		--fc-placeholderColor-locked: #7886ab;
		--fc-placeholderColor-l5: #7f8caf;
		--fc-placeholderColor-d5: #6f7ea5;
		--fc-placeholderColor-l10: #8692b3;
		--fc-placeholderColor-d10: #6676a0;
		--fc-placeholderColor-l20: #939ebc;
		--fc-placeholderColor-d20: #596890;
		--fc-placeholderColor-o0: rgba(120, 134, 171, 0);
		--fc-placeholderColor-o1: rgba(120, 134, 171, 0.1);
		--fc-placeholderColor-o2: rgba(120, 134, 171, 0.2);
		--fc-placeholderColor-o4: rgba(120, 134, 171, 0.4);
		--fc-placeholderColor-o6: rgba(120, 134, 171, 0.6);
		--fc-placeholderColor-o8: rgba(120, 134, 171, 0.8);
		--fc-disabledPlaceholderColor: #52596a;
		--fc-disabledPlaceholderColor-locked: #52596a;
		--fc-disabledPlaceholderColor-l5: #596173;
		--fc-disabledPlaceholderColor-d5: #4e5565;
		--fc-disabledPlaceholderColor-l10: #60687c;
		--fc-disabledPlaceholderColor-d10: #4a505f;
		--fc-disabledPlaceholderColor-l20: #6e778e;
		--fc-disabledPlaceholderColor-d20: #424755;
		--fc-disabledPlaceholderColor-o0: rgba(82, 89, 106, 0);
		--fc-disabledPlaceholderColor-o1: rgba(82, 89, 106, 0.1);
		--fc-disabledPlaceholderColor-o2: rgba(82, 89, 106, 0.2);
		--fc-disabledPlaceholderColor-o4: rgba(82, 89, 106, 0.4);
		--fc-disabledPlaceholderColor-o6: rgba(82, 89, 106, 0.6);
		--fc-disabledPlaceholderColor-o8: rgba(82, 89, 106, 0.8);
		--fc-arrowColor: #fff;
		--fc-arrowColor-locked: #fff;
		--fc-arrowColor-l5: white;
		--fc-arrowColor-d5: #f2f2f2;
		--fc-arrowColor-l10: white;
		--fc-arrowColor-d10: #e6e6e6;
		--fc-arrowColor-l20: white;
		--fc-arrowColor-d20: #cccccc;
		--fc-arrowColor-o0: rgba(255, 255, 255, 0);
		--fc-arrowColor-o1: rgba(255, 255, 255, 0.1);
		--fc-arrowColor-o2: rgba(255, 255, 255, 0.2);
		--fc-arrowColor-o4: rgba(255, 255, 255, 0.4);
		--fc-arrowColor-o6: rgba(255, 255, 255, 0.6);
		--fc-arrowColor-o8: rgba(255, 255, 255, 0.8);
		--fc-iconColor: #7886ab;
		--fc-iconColor-locked: #7886ab;
		--fc-iconColor-l5: #7f8caf;
		--fc-iconColor-d5: #6f7ea5;
		--fc-iconColor-l10: #8692b3;
		--fc-iconColor-d10: #6676a0;
		--fc-iconColor-l20: #939ebc;
		--fc-iconColor-d20: #596890;
		--fc-iconColor-o0: rgba(120, 134, 171, 0);
		--fc-iconColor-o1: rgba(120, 134, 171, 0.1);
		--fc-iconColor-o2: rgba(120, 134, 171, 0.2);
		--fc-iconColor-o4: rgba(120, 134, 171, 0.4);
		--fc-iconColor-o6: rgba(120, 134, 171, 0.6);
		--fc-iconColor-o8: rgba(120, 134, 171, 0.8);
		--fc-disableBg: #262c3b;
		--fc-disableBg-locked: #262c3b;
		--fc-disableBg-l5: #2e3548;
		--fc-disableBg-d5: #242a38;
		--fc-disableBg-l10: #363f54;
		--fc-disableBg-d10: #222835;
		--fc-disableBg-l20: #46516d;
		--fc-disableBg-d20: #1e232f;
		--fc-disableBg-o0: rgba(38, 44, 59, 0);
		--fc-disableBg-o1: rgba(38, 44, 59, 0.1);
		--fc-disableBg-o2: rgba(38, 44, 59, 0.2);
		--fc-disableBg-o4: rgba(38, 44, 59, 0.4);
		--fc-disableBg-o6: rgba(38, 44, 59, 0.6);
		--fc-disableBg-o8: rgba(38, 44, 59, 0.8);
		--fc-disableBorder: #262c3b;
		--fc-disableBorder-locked: #262c3b;
		--fc-disableBorder-l5: #2e3548;
		--fc-disableBorder-d5: #242a38;
		--fc-disableBorder-l10: #363f54;
		--fc-disableBorder-d10: #222835;
		--fc-disableBorder-l20: #46516d;
		--fc-disableBorder-d20: #1e232f;
		--fc-disableBorder-o0: rgba(38, 44, 59, 0);
		--fc-disableBorder-o1: rgba(38, 44, 59, 0.1);
		--fc-disableBorder-o2: rgba(38, 44, 59, 0.2);
		--fc-disableBorder-o4: rgba(38, 44, 59, 0.4);
		--fc-disableBorder-o6: rgba(38, 44, 59, 0.6);
		--fc-disableBorder-o8: rgba(38, 44, 59, 0.8);
		--fc-errorBackground: #240f17;
		--fc-errorBackground-locked: #240f17;
		--fc-errorBackground-l5: #341621;
		--fc-errorBackground-d5: #220e16;
		--fc-errorBackground-l10: #441d2c;
		--fc-errorBackground-d10: #200e15;
		--fc-errorBackground-l20: #652a40;
		--fc-errorBackground-d20: #1d0c12;
		--fc-errorBackground-o0: rgba(36, 15, 23, 0);
		--fc-errorBackground-o1: rgba(36, 15, 23, 0.1);
		--fc-errorBackground-o2: rgba(36, 15, 23, 0.2);
		--fc-errorBackground-o4: rgba(36, 15, 23, 0.4);
		--fc-errorBackground-o6: rgba(36, 15, 23, 0.6);
		--fc-errorBackground-o8: rgba(36, 15, 23, 0.8);
		--fc-errorBorder: #d1004b;
		--fc-errorBorder-locked: #d1004b;
		--fc-errorBorder-l5: #e00050;
		--fc-errorBorder-d5: #c70047;
		--fc-errorBorder-l10: #ef0056;
		--fc-errorBorder-d10: #bc0044;
		--fc-errorBorder-l20: #ff0e65;
		--fc-errorBorder-d20: #a7003c;
		--fc-errorBorder-o0: rgba(209, 0, 75, 0);
		--fc-errorBorder-o1: rgba(209, 0, 75, 0.1);
		--fc-errorBorder-o2: rgba(209, 0, 75, 0.2);
		--fc-errorBorder-o4: rgba(209, 0, 75, 0.4);
		--fc-errorBorder-o6: rgba(209, 0, 75, 0.6);
		--fc-errorBorder-o8: rgba(209, 0, 75, 0.8);
		--fc-errorArrow: #d1004b;
		--fc-errorArrow-locked: #d1004b;
		--fc-errorArrow-l5: #e00050;
		--fc-errorArrow-d5: #c70047;
		--fc-errorArrow-l10: #ef0056;
		--fc-errorArrow-d10: #bc0044;
		--fc-errorArrow-l20: #ff0e65;
		--fc-errorArrow-d20: #a7003c;
		--fc-errorArrow-o0: rgba(209, 0, 75, 0);
		--fc-errorArrow-o1: rgba(209, 0, 75, 0.1);
		--fc-errorArrow-o2: rgba(209, 0, 75, 0.2);
		--fc-errorArrow-o4: rgba(209, 0, 75, 0.4);
		--fc-errorArrow-o6: rgba(209, 0, 75, 0.6);
		--fc-errorArrow-o8: rgba(209, 0, 75, 0.8);
		--fc-successElement: #279500;
		--fc-successElement-locked: #279500;
		--fc-successElement-l5: #2ca700;
		--fc-successElement-d5: #258e00;
		--fc-successElement-l10: #30b900;
		--fc-successElement-d10: #238600;
		--fc-successElement-l20: #3add00;
		--fc-successElement-d20: #1f7700;
		--fc-successElement-o0: rgba(39, 149, 0, 0);
		--fc-successElement-o1: rgba(39, 149, 0, 0.1);
		--fc-successElement-o2: rgba(39, 149, 0, 0.2);
		--fc-successElement-o4: rgba(39, 149, 0, 0.4);
		--fc-successElement-o6: rgba(39, 149, 0, 0.6);
		--fc-successElement-o8: rgba(39, 149, 0, 0.8);
		--fc-successBorder: #279500;
		--fc-successBorder-locked: #279500;
		--fc-successBorder-l5: #2ca700;
		--fc-successBorder-d5: #258e00;
		--fc-successBorder-l10: #30b900;
		--fc-successBorder-d10: #238600;
		--fc-successBorder-l20: #3add00;
		--fc-successBorder-d20: #1f7700;
		--fc-successBorder-o0: rgba(39, 149, 0, 0);
		--fc-successBorder-o1: rgba(39, 149, 0, 0.1);
		--fc-successBorder-o2: rgba(39, 149, 0, 0.2);
		--fc-successBorder-o4: rgba(39, 149, 0, 0.4);
		--fc-successBorder-o6: rgba(39, 149, 0, 0.6);
		--fc-successBorder-o8: rgba(39, 149, 0, 0.8);
	}

	:root {
		--button-border-radius: 100px;
	}

	*,
	*: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: Mulish, sans-serif;
		line-height: 1.5;
		background-color: var(--mc-bg);
		-webkit-text-size-adjust: 100%;
		-webkit-tap-highlight-color: rgba(1, 1, 0, 0);
	}

	@font-face {
		font-weight: 400;
		font-family: Mulish;
		font-style: normal;
		src: url(https://kometacasino-kck.buzz/static/fonts/Mulish/mulish-regular.woff2) format("woff2"), url(https://kometacasino-kck.buzz/static/fonts/Mulish/mulish-regular.woff) format("woff");
		font-display: swap;
	}

	@font-face {
		font-weight: 500;
		font-family: Mulish;
		font-style: normal;
		src: url(https://kometacasino-kck.buzz/static/fonts/Mulish/mulish-500.woff2) format("woff2"), url(https://kometacasino-kck.buzz/static/fonts/Mulish/mulish-500.woff) format("woff");
		font-display: swap;
	}

	@font-face {
		font-weight: 600;
		font-family: Mulish;
		font-style: normal;
		src: url(https://kometacasino-kck.buzz/static/fonts/Mulish/mulish-600.woff2) format("woff2"), url(https://kometacasino-kck.buzz/static/fonts/Mulish/mulish-600.woff) format("woff");
		font-display: swap;
	}

	@font-face {
		font-weight: 700;
		font-family: Mulish;
		font-style: normal;
		src: url(https://kometacasino-kck.buzz/static/fonts/Mulish/mulish-700.woff2) format("woff2"), url(https://kometacasino-kck.buzz/static/fonts/Mulish/mulish-700.woff) format("woff");
		font-display: swap;
	}

	@font-face {
		font-weight: 800;
		font-family: Mulish;
		font-style: normal;
		src: url(https://kometacasino-kck.buzz/static/fonts/Mulish/mulish-800.woff2) format("woff2"), url(https://kometacasino-kck.buzz/static/fonts/Mulish/mulish-800.woff) format("woff");
		font-display: swap;
	}

	@font-face {
		font-weight: 400;
		font-family: Mulish;
		font-style: italic;
		src: url(https://kometacasino-kck.buzz/static/fonts/Mulish/mulish-italic.woff2) format("woff2"), url(https://kometacasino-kck.buzz/static/fonts/Mulish/mulish-italic.woff) format("woff");
		font-display: swap;
	}

	@font-face {
		font-weight: 500;
		font-family: Mulish;
		font-style: italic;
		src: url(https://kometacasino-kck.buzz/static/fonts/Mulish/mulish-500-italic.woff2) format("woff2"), url(https://kometacasino-kck.buzz/static/fonts/Mulish/mulish-500-italic.woff) format("woff");
		font-display: swap;
	}

	@font-face {
		font-weight: 600;
		font-family: Mulish;
		font-style: italic;
		src: url(https://kometacasino-kck.buzz/static/fonts/Mulish/mulish-600-italic.woff2) format("woff2"), url(https://kometacasino-kck.buzz/static/fonts/Mulish/mulish-600-italic.woff) format("woff");
		font-display: swap;
	}

	@font-face {
		font-weight: 700;
		font-family: Mulish;
		font-style: italic;
		src: url(https://kometacasino-kck.buzz/static/fonts/Mulish/mulish-700-italic.woff2) format("woff2"), url(https://kometacasino-kck.buzz/static/fonts/Mulish/mulish-700-italic.woff) format("woff");
		font-display: swap;
	}

	@font-face {
		font-weight: 800;
		font-family: Mulish;
		font-style: italic;
		src: url(https://kometacasino-kck.buzz/static/fonts/Mulish/mulish-800-italic.woff2) format("woff2"), url(https://kometacasino-kck.buzz/static/fonts/Mulish/mulish-800-italic.woff) format("woff");
		font-display: swap;
	}

	@media (prefers-reduced-motion: no-preference) {
		:root {
			scroll-behavior: smooth;
		}

		:root {
			scroll-behavior: auto;
		}
	}


	.wlc-notification-thread--theme-top[_nghost-wlc-app-c3732847679] {
		top: 0;
	}

	.wlc-notification-thread--theme-top[_nghost-wlc-app-c3732847679] .wlc-notification-thread__item[_ngcontent-wlc-app-c3732847679] {
		padding-top: 10px;
		bottom: 100%;
	}

	@media (min-width: 900px) {
		.wlc-notification-thread--theme-top[_nghost-wlc-app-c3732847679] .wlc-notification-thread__item[_ngcontent-wlc-app-c3732847679] {
			padding-top: 15px;
		}
	}

	.wlc-notification-thread--theme-top[_nghost-wlc-app-c3732847679] .wlc-notification-thread__list[_ngcontent-wlc-app-c3732847679] {
		flex-direction: column-reverse;
	}

	.wlc-notification-thread--theme-bottom[_nghost-wlc-app-c3732847679] {
		bottom: 0;
	}

	.wlc-notification-thread--theme-bottom[_nghost-wlc-app-c3732847679] .wlc-notification-thread__item[_ngcontent-wlc-app-c3732847679] {
		padding-bottom: 10px;
		top: 100%;
	}

	@media (min-width: 900px) {
		.wlc-notification-thread--theme-bottom[_nghost-wlc-app-c3732847679] .wlc-notification-thread__item[_ngcontent-wlc-app-c3732847679] {
			padding-bottom: 15px;
		}
	}

	.wlc-notification-thread--theme-bottom[_nghost-wlc-app-c3732847679] .wlc-notification-thread__list[_ngcontent-wlc-app-c3732847679] {
		flex-direction: column;
	}

	.wlc-notification-thread[_nghost-wlc-app-c3732847679] {
		max-width: 375px;
		width: 100%;
		position: fixed;
		right: 0;
		left: 0;
		margin: 0 auto;
		pointer-events: none;
	}

	@media (min-width: 900px) {
		.wlc-notification-thread[_nghost-wlc-app-c3732847679] {
			max-width: 440px;
		}
	}

	@media (min-width: 900px) {
		.wlc-notification-thread.wlc-notification-thread--theme-mod-left[_nghost-wlc-app-c3732847679] {
			right: auto;
		}

		.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-notification-thread[_nghost-wlc-app-c3732847679] .wlc-notification-thread__item[_ngcontent-wlc-app-c3732847679] {
		right: 10px;
		left: 10px;
		pointer-events: initial;
	}

	@media (min-width: 900px) {
		.wlc-notification-thread[_nghost-wlc-app-c3732847679] .wlc-notification-thread__item[_ngcontent-wlc-app-c3732847679] {
			right: 15px;
		}
	}

	@media (min-width: 900px) {
		.wlc-notification-thread[_nghost-wlc-app-c3732847679] .wlc-notification-thread__item[_ngcontent-wlc-app-c3732847679] {
			left: 15px;
		}
	}

	.wlc-notification-thread--theme-top[_nghost-wlc-app-c3732847679] .wlc-notification-thread__item[_ngcontent-wlc-app-c3732847679] {
		padding-top: 5px;
	}


	.app-error-state[_ngcontent-wlc-app-c3300474616] .wlc-sections__content[_ngcontent-wlc-app-c3300474616] {
		margin: auto;
	}

	.wlc-app[_ngcontent-wlc-app-c3300474616] {
		display: flex;
		flex-direction: column;
		width: 100vw;
		height: 100vh;
	}

	.wlc-app__sections[_ngcontent-wlc-app-c3300474616] {
		flex-grow: 1;
		overflow-y: auto;
		overflow-x: hidden;
		padding: 20px 0 0;
	}


	.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;
	}

	[class*="wlc-body--osver-15"] .wlc-float-panels[_nghost-wlc-app-c1591307410] {
		height: 100vh;
	}

	.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 0.6s ease-in-out, visibility 0.6s ease-in-out;
	}

	[class*="wlc-body--osver-15"] .wlc-float-panels[_nghost-wlc-app-c1591307410] .wlc-float-panels__backdrop[_ngcontent-wlc-app-c1591307410] {
		height: 100vh;
	}

	.wlc-float-panels--open[_nghost-wlc-app-c1591307410] {
		--fp-backdrop-visibility: visible;
		--fp-backdrop-background: var(--mc-bg-o8);
	}

	.app-gameplay-state .wlc-float-panels[_nghost-wlc-app-c1591307410] {
		z-index: 1022;
	}


	.wlc-columns-layout {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		margin: calc(var(--wlc-section-gap) / -2);
	}

	.wlc-columns-layout [class*="wlc-c-"] {
		min-width: 0;
		padding: calc(var(--wlc-section-gap) / 2);
	}

	.wlc-columns-layout [class*="wlc-c-"]>* {
		height: 100%;
	}

	.wlc-c-1 {
		width: 8.3333333333%;
	}

	.wlc-c-2 {
		width: 16.6666666667%;
	}

	.wlc-c-3 {
		width: 25%;
	}

	.wlc-c-4 {
		width: 33.3333333333%;
	}

	.wlc-c-5 {
		width: 41.6666666667%;
	}

	.wlc-c-6 {
		width: 50%;
	}

	.wlc-c-7 {
		width: 58.3333333333%;
	}

	.wlc-c-8 {
		width: 66.6666666667%;
	}

	.wlc-c-9 {
		width: 75%;
	}

	.wlc-c-10 {
		width: 83.3333333333%;
	}

	.wlc-c-11 {
		width: 91.6666666667%;
	}

	.wlc-c-12 {
		width: 100%;
	}

	.wlc-gap-xs {
		--wlc-section-gap: 10px;
	}

	.wlc-gap-sm {
		--wlc-section-gap: 15px;
	}

	.wlc-gap-smd {
		--wlc-section-gap: 20px;
	}

	.wlc-gap-md {
		--wlc-section-gap: 25px;
	}

	.wlc-gap-lg {
		--wlc-section-gap: 30px;
	}

	.wlc-gap-xl {
		--wlc-section-gap: 40px;
	}

	.wlc-mb-xs {
		margin-bottom: 10px;
	}

	.wlc-mb-sm {
		margin-bottom: 15px;
	}

	.wlc-mb-smd {
		margin-bottom: 20px;
	}

	.wlc-mb-md {
		margin-bottom: 25px;
	}

	.wlc-mb-lg {
		margin-bottom: 30px;
	}

	.wlc-mb-xl {
		margin-bottom: 40px;
	}

	.wlc-order-first {
		order: -1;
	}

	.wlc-order-last {
		order: 100;
	}

	.wlc-order-unset {
		order: unset;
	}

	.wlc-h-align-start {
		justify-content: flex-start;
	}

	.wlc-h-align-end {
		justify-content: flex-end;
	}

	.wlc-h-align-center {
		justify-content: center;
	}

	.wlc-h-align-between {
		justify-content: space-between;
	}

	.wlc-overflow-hidden {
		overflow: hidden;
	}

	.wlc-overflow-visible {
		overflow: visible;
	}

	@media (min-width: 480px) {
		.wlc-c-480-1 {
			width: 8.3333333333%;
		}

		.wlc-c-480-2 {
			width: 16.6666666667%;
		}

		.wlc-c-480-3 {
			width: 25%;
		}

		.wlc-c-480-4 {
			width: 33.3333333333%;
		}

		.wlc-c-480-5 {
			width: 41.6666666667%;
		}

		.wlc-c-480-6 {
			width: 50%;
		}

		.wlc-c-480-7 {
			width: 58.3333333333%;
		}

		.wlc-c-480-8 {
			width: 66.6666666667%;
		}

		.wlc-c-480-9 {
			width: 75%;
		}

		.wlc-c-480-10 {
			width: 83.3333333333%;
		}

		.wlc-c-480-11 {
			width: 91.6666666667%;
		}

		.wlc-c-480-12 {
			width: 100%;
		}

		.wlc-gap-480-xs {
			--wlc-section-gap: 10px;
		}

		.wlc-gap-480-sm {
			--wlc-section-gap: 15px;
		}

		.wlc-gap-480-smd {
			--wlc-section-gap: 20px;
		}

		.wlc-gap-480-md {
			--wlc-section-gap: 25px;
		}

		.wlc-gap-480-lg {
			--wlc-section-gap: 30px;
		}

		.wlc-gap-480-xl {
			--wlc-section-gap: 40px;
		}

		.wlc-mb-480-xs {
			margin-bottom: 10px;
		}

		.wlc-mb-480-sm {
			margin-bottom: 15px;
		}

		.wlc-mb-480-smd {
			margin-bottom: 20px;
		}

		.wlc-mb-480-md {
			margin-bottom: 25px;
		}

		.wlc-mb-480-lg {
			margin-bottom: 30px;
		}

		.wlc-mb-480-xl {
			margin-bottom: 40px;
		}

		.wlc-order-480-first {
			order: -1;
		}

		.wlc-order-480-last {
			order: 100;
		}

		.wlc-order-480-unset {
			order: unset;
		}

		.wlc-h-align-480-start {
			justify-content: flex-start;
		}

		.wlc-h-align-480-end {
			justify-content: flex-end;
		}

		.wlc-h-align-480-center {
			justify-content: center;
		}

		.wlc-h-align-480-between {
			justify-content: space-between;
		}

		.wlc-overflow-480-hidden {
			overflow: hidden;
		}

		.wlc-overflow-480-visible {
			overflow: visible;
		}
	}

	@media (min-width: 560px) {
		.wlc-c-560-1 {
			width: 8.3333333333%;
		}

		.wlc-c-560-2 {
			width: 16.6666666667%;
		}

		.wlc-c-560-3 {
			width: 25%;
		}

		.wlc-c-560-4 {
			width: 33.3333333333%;
		}

		.wlc-c-560-5 {
			width: 41.6666666667%;
		}

		.wlc-c-560-6 {
			width: 50%;
		}

		.wlc-c-560-7 {
			width: 58.3333333333%;
		}

		.wlc-c-560-8 {
			width: 66.6666666667%;
		}

		.wlc-c-560-9 {
			width: 75%;
		}

		.wlc-c-560-10 {
			width: 83.3333333333%;
		}

		.wlc-c-560-11 {
			width: 91.6666666667%;
		}

		.wlc-c-560-12 {
			width: 100%;
		}

		.wlc-gap-560-xs {
			--wlc-section-gap: 10px;
		}

		.wlc-gap-560-sm {
			--wlc-section-gap: 15px;
		}

		.wlc-gap-560-smd {
			--wlc-section-gap: 20px;
		}

		.wlc-gap-560-md {
			--wlc-section-gap: 25px;
		}

		.wlc-gap-560-lg {
			--wlc-section-gap: 30px;
		}

		.wlc-gap-560-xl {
			--wlc-section-gap: 40px;
		}

		.wlc-mb-560-xs {
			margin-bottom: 10px;
		}

		.wlc-mb-560-sm {
			margin-bottom: 15px;
		}

		.wlc-mb-560-smd {
			margin-bottom: 20px;
		}

		.wlc-mb-560-md {
			margin-bottom: 25px;
		}

		.wlc-mb-560-lg {
			margin-bottom: 30px;
		}

		.wlc-mb-560-xl {
			margin-bottom: 40px;
		}

		.wlc-order-560-first {
			order: -1;
		}

		.wlc-order-560-last {
			order: 100;
		}

		.wlc-order-560-unset {
			order: unset;
		}

		.wlc-h-align-560-start {
			justify-content: flex-start;
		}

		.wlc-h-align-560-end {
			justify-content: flex-end;
		}

		.wlc-h-align-560-center {
			justify-content: center;
		}

		.wlc-h-align-560-between {
			justify-content: space-between;
		}

		.wlc-overflow-560-hidden {
			overflow: hidden;
		}

		.wlc-overflow-560-visible {
			overflow: visible;
		}
	}

	@media (min-width: 640px) {
		.wlc-c-640-1 {
			width: 8.3333333333%;
		}

		.wlc-c-640-2 {
			width: 16.6666666667%;
		}

		.wlc-c-640-3 {
			width: 25%;
		}

		.wlc-c-640-4 {
			width: 33.3333333333%;
		}

		.wlc-c-640-5 {
			width: 41.6666666667%;
		}

		.wlc-c-640-6 {
			width: 50%;
		}

		.wlc-c-640-7 {
			width: 58.3333333333%;
		}

		.wlc-c-640-8 {
			width: 66.6666666667%;
		}

		.wlc-c-640-9 {
			width: 75%;
		}

		.wlc-c-640-10 {
			width: 83.3333333333%;
		}

		.wlc-c-640-11 {
			width: 91.6666666667%;
		}

		.wlc-c-640-12 {
			width: 100%;
		}

		.wlc-gap-640-xs {
			--wlc-section-gap: 10px;
		}

		.wlc-gap-640-sm {
			--wlc-section-gap: 15px;
		}

		.wlc-gap-640-smd {
			--wlc-section-gap: 20px;
		}

		.wlc-gap-640-md {
			--wlc-section-gap: 25px;
		}

		.wlc-gap-640-lg {
			--wlc-section-gap: 30px;
		}

		.wlc-gap-640-xl {
			--wlc-section-gap: 40px;
		}

		.wlc-mb-640-xs {
			margin-bottom: 10px;
		}

		.wlc-mb-640-sm {
			margin-bottom: 15px;
		}

		.wlc-mb-640-smd {
			margin-bottom: 20px;
		}

		.wlc-mb-640-md {
			margin-bottom: 25px;
		}

		.wlc-mb-640-lg {
			margin-bottom: 30px;
		}

		.wlc-mb-640-xl {
			margin-bottom: 40px;
		}

		.wlc-order-640-first {
			order: -1;
		}

		.wlc-order-640-last {
			order: 100;
		}

		.wlc-order-640-unset {
			order: unset;
		}

		.wlc-h-align-640-start {
			justify-content: flex-start;
		}

		.wlc-h-align-640-end {
			justify-content: flex-end;
		}

		.wlc-h-align-640-center {
			justify-content: center;
		}

		.wlc-h-align-640-between {
			justify-content: space-between;
		}

		.wlc-overflow-640-hidden {
			overflow: hidden;
		}

		.wlc-overflow-640-visible {
			overflow: visible;
		}
	}

	@media (min-width: 720px) {
		.wlc-c-720-1 {
			width: 8.3333333333%;
		}

		.wlc-c-720-2 {
			width: 16.6666666667%;
		}

		.wlc-c-720-3 {
			width: 25%;
		}

		.wlc-c-720-4 {
			width: 33.3333333333%;
		}

		.wlc-c-720-5 {
			width: 41.6666666667%;
		}

		.wlc-c-720-6 {
			width: 50%;
		}

		.wlc-c-720-7 {
			width: 58.3333333333%;
		}

		.wlc-c-720-8 {
			width: 66.6666666667%;
		}

		.wlc-c-720-9 {
			width: 75%;
		}

		.wlc-c-720-10 {
			width: 83.3333333333%;
		}

		.wlc-c-720-11 {
			width: 91.6666666667%;
		}

		.wlc-c-720-12 {
			width: 100%;
		}

		.wlc-gap-720-xs {
			--wlc-section-gap: 10px;
		}

		.wlc-gap-720-sm {
			--wlc-section-gap: 15px;
		}

		.wlc-gap-720-smd {
			--wlc-section-gap: 20px;
		}

		.wlc-gap-720-md {
			--wlc-section-gap: 25px;
		}

		.wlc-gap-720-lg {
			--wlc-section-gap: 30px;
		}

		.wlc-gap-720-xl {
			--wlc-section-gap: 40px;
		}

		.wlc-mb-720-xs {
			margin-bottom: 10px;
		}

		.wlc-mb-720-sm {
			margin-bottom: 15px;
		}

		.wlc-mb-720-smd {
			margin-bottom: 20px;
		}

		.wlc-mb-720-md {
			margin-bottom: 25px;
		}

		.wlc-mb-720-lg {
			margin-bottom: 30px;
		}

		.wlc-mb-720-xl {
			margin-bottom: 40px;
		}

		.wlc-order-720-first {
			order: -1;
		}

		.wlc-order-720-last {
			order: 100;
		}

		.wlc-order-720-unset {
			order: unset;
		}

		.wlc-h-align-720-start {
			justify-content: flex-start;
		}

		.wlc-h-align-720-end {
			justify-content: flex-end;
		}

		.wlc-h-align-720-center {
			justify-content: center;
		}

		.wlc-h-align-720-between {
			justify-content: space-between;
		}

		.wlc-overflow-720-hidden {
			overflow: hidden;
		}

		.wlc-overflow-720-visible {
			overflow: visible;
		}
	}

	@media (min-width: 768px) {
		.wlc-c-768-1 {
			width: 8.3333333333%;
		}

		.wlc-c-768-2 {
			width: 16.6666666667%;
		}

		.wlc-c-768-3 {
			width: 25%;
		}

		.wlc-c-768-4 {
			width: 33.3333333333%;
		}

		.wlc-c-768-5 {
			width: 41.6666666667%;
		}

		.wlc-c-768-6 {
			width: 50%;
		}

		.wlc-c-768-7 {
			width: 58.3333333333%;
		}

		.wlc-c-768-8 {
			width: 66.6666666667%;
		}

		.wlc-c-768-9 {
			width: 75%;
		}

		.wlc-c-768-10 {
			width: 83.3333333333%;
		}

		.wlc-c-768-11 {
			width: 91.6666666667%;
		}

		.wlc-c-768-12 {
			width: 100%;
		}

		.wlc-gap-768-xs {
			--wlc-section-gap: 10px;
		}

		.wlc-gap-768-sm {
			--wlc-section-gap: 15px;
		}

		.wlc-gap-768-smd {
			--wlc-section-gap: 20px;
		}

		.wlc-gap-768-md {
			--wlc-section-gap: 25px;
		}

		.wlc-gap-768-lg {
			--wlc-section-gap: 30px;
		}

		.wlc-gap-768-xl {
			--wlc-section-gap: 40px;
		}

		.wlc-mb-768-xs {
			margin-bottom: 10px;
		}

		.wlc-mb-768-sm {
			margin-bottom: 15px;
		}

		.wlc-mb-768-smd {
			margin-bottom: 20px;
		}

		.wlc-mb-768-md {
			margin-bottom: 25px;
		}

		.wlc-mb-768-lg {
			margin-bottom: 30px;
		}

		.wlc-mb-768-xl {
			margin-bottom: 40px;
		}

		.wlc-order-768-first {
			order: -1;
		}

		.wlc-order-768-last {
			order: 100;
		}

		.wlc-order-768-unset {
			order: unset;
		}

		.wlc-h-align-768-start {
			justify-content: flex-start;
		}

		.wlc-h-align-768-end {
			justify-content: flex-end;
		}

		.wlc-h-align-768-center {
			justify-content: center;
		}

		.wlc-h-align-768-between {
			justify-content: space-between;
		}

		.wlc-overflow-768-hidden {
			overflow: hidden;
		}

		.wlc-overflow-768-visible {
			overflow: visible;
		}
	}

	@media (min-width: 900px) {
		.wlc-c-900-1 {
			width: 8.3333333333%;
		}

		.wlc-c-900-2 {
			width: 16.6666666667%;
		}

		.wlc-c-900-3 {
			width: 25%;
		}

		.wlc-c-900-4 {
			width: 33.3333333333%;
		}

		.wlc-c-900-5 {
			width: 41.6666666667%;
		}

		.wlc-c-900-6 {
			width: 50%;
		}

		.wlc-c-900-7 {
			width: 58.3333333333%;
		}

		.wlc-c-900-8 {
			width: 66.6666666667%;
		}

		.wlc-c-900-9 {
			width: 75%;
		}

		.wlc-c-900-10 {
			width: 83.3333333333%;
		}

		.wlc-c-900-11 {
			width: 91.6666666667%;
		}

		.wlc-c-900-12 {
			width: 100%;
		}

		.wlc-gap-900-xs {
			--wlc-section-gap: 10px;
		}

		.wlc-gap-900-sm {
			--wlc-section-gap: 15px;
		}

		.wlc-gap-900-smd {
			--wlc-section-gap: 20px;
		}

		.wlc-gap-900-md {
			--wlc-section-gap: 25px;
		}

		.wlc-gap-900-lg {
			--wlc-section-gap: 30px;
		}

		.wlc-gap-900-xl {
			--wlc-section-gap: 40px;
		}

		.wlc-mb-900-xs {
			margin-bottom: 10px;
		}

		.wlc-mb-900-sm {
			margin-bottom: 15px;
		}

		.wlc-mb-900-smd {
			margin-bottom: 20px;
		}

		.wlc-mb-900-md {
			margin-bottom: 25px;
		}

		.wlc-mb-900-lg {
			margin-bottom: 30px;
		}

		.wlc-mb-900-xl {
			margin-bottom: 40px;
		}

		.wlc-order-900-first {
			order: -1;
		}

		.wlc-order-900-last {
			order: 100;
		}

		.wlc-order-900-unset {
			order: unset;
		}

		.wlc-h-align-900-start {
			justify-content: flex-start;
		}

		.wlc-h-align-900-end {
			justify-content: flex-end;
		}

		.wlc-h-align-900-center {
			justify-content: center;
		}

		.wlc-h-align-900-between {
			justify-content: space-between;
		}

		.wlc-overflow-900-hidden {
			overflow: hidden;
		}

		.wlc-overflow-900-visible {
			overflow: visible;
		}
	}

	@media (min-width: 1024px) {
		.wlc-c-1024-1 {
			width: 8.3333333333%;
		}

		.wlc-c-1024-2 {
			width: 16.6666666667%;
		}

		.wlc-c-1024-3 {
			width: 25%;
		}

		.wlc-c-1024-4 {
			width: 33.3333333333%;
		}

		.wlc-c-1024-5 {
			width: 41.6666666667%;
		}

		.wlc-c-1024-6 {
			width: 50%;
		}

		.wlc-c-1024-7 {
			width: 58.3333333333%;
		}

		.wlc-c-1024-8 {
			width: 66.6666666667%;
		}

		.wlc-c-1024-9 {
			width: 75%;
		}

		.wlc-c-1024-10 {
			width: 83.3333333333%;
		}

		.wlc-c-1024-11 {
			width: 91.6666666667%;
		}

		.wlc-c-1024-12 {
			width: 100%;
		}

		.wlc-gap-1024-xs {
			--wlc-section-gap: 10px;
		}

		.wlc-gap-1024-sm {
			--wlc-section-gap: 15px;
		}

		.wlc-gap-1024-smd {
			--wlc-section-gap: 20px;
		}

		.wlc-gap-1024-md {
			--wlc-section-gap: 25px;
		}

		.wlc-gap-1024-lg {
			--wlc-section-gap: 30px;
		}

		.wlc-gap-1024-xl {
			--wlc-section-gap: 40px;
		}

		.wlc-mb-1024-xs {
			margin-bottom: 10px;
		}

		.wlc-mb-1024-sm {
			margin-bottom: 15px;
		}

		.wlc-mb-1024-smd {
			margin-bottom: 20px;
		}

		.wlc-mb-1024-md {
			margin-bottom: 25px;
		}

		.wlc-mb-1024-lg {
			margin-bottom: 30px;
		}

		.wlc-mb-1024-xl {
			margin-bottom: 40px;
		}

		.wlc-order-1024-first {
			order: -1;
		}

		.wlc-order-1024-last {
			order: 100;
		}

		.wlc-order-1024-unset {
			order: unset;
		}

		.wlc-h-align-1024-start {
			justify-content: flex-start;
		}

		.wlc-h-align-1024-end {
			justify-content: flex-end;
		}

		.wlc-h-align-1024-center {
			justify-content: center;
		}

		.wlc-h-align-1024-between {
			justify-content: space-between;
		}

		.wlc-overflow-1024-hidden {
			overflow: hidden;
		}

		.wlc-overflow-1024-visible {
			overflow: visible;
		}
	}

	@media (min-width: 1200px) {
		.wlc-c-1200-1 {
			width: 8.3333333333%;
		}

		.wlc-c-1200-2 {
			width: 16.6666666667%;
		}

		.wlc-c-1200-3 {
			width: 25%;
		}

		.wlc-c-1200-4 {
			width: 33.3333333333%;
		}

		.wlc-c-1200-5 {
			width: 41.6666666667%;
		}

		.wlc-c-1200-6 {
			width: 50%;
		}

		.wlc-c-1200-7 {
			width: 58.3333333333%;
		}

		.wlc-c-1200-8 {
			width: 66.6666666667%;
		}

		.wlc-c-1200-9 {
			width: 75%;
		}

		.wlc-c-1200-10 {
			width: 83.3333333333%;
		}

		.wlc-c-1200-11 {
			width: 91.6666666667%;
		}

		.wlc-c-1200-12 {
			width: 100%;
		}

		.wlc-gap-1200-xs {
			--wlc-section-gap: 10px;
		}

		.wlc-gap-1200-sm {
			--wlc-section-gap: 15px;
		}

		.wlc-gap-1200-smd {
			--wlc-section-gap: 20px;
		}

		.wlc-gap-1200-md {
			--wlc-section-gap: 25px;
		}

		.wlc-gap-1200-lg {
			--wlc-section-gap: 30px;
		}

		.wlc-gap-1200-xl {
			--wlc-section-gap: 40px;
		}

		.wlc-mb-1200-xs {
			margin-bottom: 10px;
		}

		.wlc-mb-1200-sm {
			margin-bottom: 15px;
		}

		.wlc-mb-1200-smd {
			margin-bottom: 20px;
		}

		.wlc-mb-1200-md {
			margin-bottom: 25px;
		}

		.wlc-mb-1200-lg {
			margin-bottom: 30px;
		}

		.wlc-mb-1200-xl {
			margin-bottom: 40px;
		}

		.wlc-order-1200-first {
			order: -1;
		}

		.wlc-order-1200-last {
			order: 100;
		}

		.wlc-order-1200-unset {
			order: unset;
		}

		.wlc-h-align-1200-start {
			justify-content: flex-start;
		}

		.wlc-h-align-1200-end {
			justify-content: flex-end;
		}

		.wlc-h-align-1200-center {
			justify-content: center;
		}

		.wlc-h-align-1200-between {
			justify-content: space-between;
		}

		.wlc-overflow-1200-hidden {
			overflow: hidden;
		}

		.wlc-overflow-1200-visible {
			overflow: visible;
		}
	}

	@media (min-width: 1366px) {
		.wlc-c-1366-1 {
			width: 8.3333333333%;
		}

		.wlc-c-1366-2 {
			width: 16.6666666667%;
		}

		.wlc-c-1366-3 {
			width: 25%;
		}

		.wlc-c-1366-4 {
			width: 33.3333333333%;
		}

		.wlc-c-1366-5 {
			width: 41.6666666667%;
		}

		.wlc-c-1366-6 {
			width: 50%;
		}

		.wlc-c-1366-7 {
			width: 58.3333333333%;
		}

		.wlc-c-1366-8 {
			width: 66.6666666667%;
		}

		.wlc-c-1366-9 {
			width: 75%;
		}

		.wlc-c-1366-10 {
			width: 83.3333333333%;
		}

		.wlc-c-1366-11 {
			width: 91.6666666667%;
		}

		.wlc-c-1366-12 {
			width: 100%;
		}

		.wlc-gap-1366-xs {
			--wlc-section-gap: 10px;
		}

		.wlc-gap-1366-sm {
			--wlc-section-gap: 15px;
		}

		.wlc-gap-1366-smd {
			--wlc-section-gap: 20px;
		}

		.wlc-gap-1366-md {
			--wlc-section-gap: 25px;
		}

		.wlc-gap-1366-lg {
			--wlc-section-gap: 30px;
		}

		.wlc-gap-1366-xl {
			--wlc-section-gap: 40px;
		}

		.wlc-mb-1366-xs {
			margin-bottom: 10px;
		}

		.wlc-mb-1366-sm {
			margin-bottom: 15px;
		}

		.wlc-mb-1366-smd {
			margin-bottom: 20px;
		}

		.wlc-mb-1366-md {
			margin-bottom: 25px;
		}

		.wlc-mb-1366-lg {
			margin-bottom: 30px;
		}

		.wlc-mb-1366-xl {
			margin-bottom: 40px;
		}

		.wlc-order-1366-first {
			order: -1;
		}

		.wlc-order-1366-last {
			order: 100;
		}

		.wlc-order-1366-unset {
			order: unset;
		}

		.wlc-h-align-1366-start {
			justify-content: flex-start;
		}

		.wlc-h-align-1366-end {
			justify-content: flex-end;
		}

		.wlc-h-align-1366-center {
			justify-content: center;
		}

		.wlc-h-align-1366-between {
			justify-content: space-between;
		}

		.wlc-overflow-1366-hidden {
			overflow: hidden;
		}

		.wlc-overflow-1366-visible {
			overflow: visible;
		}
	}

	@media (min-width: 1420px) {
		.wlc-c-1420-1 {
			width: 8.3333333333%;
		}

		.wlc-c-1420-2 {
			width: 16.6666666667%;
		}

		.wlc-c-1420-3 {
			width: 25%;
		}

		.wlc-c-1420-4 {
			width: 33.3333333333%;
		}

		.wlc-c-1420-5 {
			width: 41.6666666667%;
		}

		.wlc-c-1420-6 {
			width: 50%;
		}

		.wlc-c-1420-7 {
			width: 58.3333333333%;
		}

		.wlc-c-1420-8 {
			width: 66.6666666667%;
		}

		.wlc-c-1420-9 {
			width: 75%;
		}

		.wlc-c-1420-10 {
			width: 83.3333333333%;
		}

		.wlc-c-1420-11 {
			width: 91.6666666667%;
		}

		.wlc-c-1420-12 {
			width: 100%;
		}

		.wlc-gap-1420-xs {
			--wlc-section-gap: 10px;
		}

		.wlc-gap-1420-sm {
			--wlc-section-gap: 15px;
		}

		.wlc-gap-1420-smd {
			--wlc-section-gap: 20px;
		}

		.wlc-gap-1420-md {
			--wlc-section-gap: 25px;
		}

		.wlc-gap-1420-lg {
			--wlc-section-gap: 30px;
		}

		.wlc-gap-1420-xl {
			--wlc-section-gap: 40px;
		}

		.wlc-mb-1420-xs {
			margin-bottom: 10px;
		}

		.wlc-mb-1420-sm {
			margin-bottom: 15px;
		}

		.wlc-mb-1420-smd {
			margin-bottom: 20px;
		}

		.wlc-mb-1420-md {
			margin-bottom: 25px;
		}

		.wlc-mb-1420-lg {
			margin-bottom: 30px;
		}

		.wlc-mb-1420-xl {
			margin-bottom: 40px;
		}

		.wlc-order-1420-first {
			order: -1;
		}

		.wlc-order-1420-last {
			order: 100;
		}

		.wlc-order-1420-unset {
			order: unset;
		}

		.wlc-h-align-1420-start {
			justify-content: flex-start;
		}

		.wlc-h-align-1420-end {
			justify-content: flex-end;
		}

		.wlc-h-align-1420-center {
			justify-content: center;
		}

		.wlc-h-align-1420-between {
			justify-content: space-between;
		}

		.wlc-overflow-1420-hidden {
			overflow: hidden;
		}

		.wlc-overflow-1420-visible {
			overflow: visible;
		}
	}

	@media (min-width: 1630px) {
		.wlc-c-1630-1 {
			width: 8.3333333333%;
		}

		.wlc-c-1630-2 {
			width: 16.6666666667%;
		}

		.wlc-c-1630-3 {
			width: 25%;
		}

		.wlc-c-1630-4 {
			width: 33.3333333333%;
		}

		.wlc-c-1630-5 {
			width: 41.6666666667%;
		}

		.wlc-c-1630-6 {
			width: 50%;
		}

		.wlc-c-1630-7 {
			width: 58.3333333333%;
		}

		.wlc-c-1630-8 {
			width: 66.6666666667%;
		}

		.wlc-c-1630-9 {
			width: 75%;
		}

		.wlc-c-1630-10 {
			width: 83.3333333333%;
		}

		.wlc-c-1630-11 {
			width: 91.6666666667%;
		}

		.wlc-c-1630-12 {
			width: 100%;
		}

		.wlc-gap-1630-xs {
			--wlc-section-gap: 10px;
		}

		.wlc-gap-1630-sm {
			--wlc-section-gap: 15px;
		}

		.wlc-gap-1630-smd {
			--wlc-section-gap: 20px;
		}

		.wlc-gap-1630-md {
			--wlc-section-gap: 25px;
		}

		.wlc-gap-1630-lg {
			--wlc-section-gap: 30px;
		}

		.wlc-gap-1630-xl {
			--wlc-section-gap: 40px;
		}

		.wlc-mb-1630-xs {
			margin-bottom: 10px;
		}

		.wlc-mb-1630-sm {
			margin-bottom: 15px;
		}

		.wlc-mb-1630-smd {
			margin-bottom: 20px;
		}

		.wlc-mb-1630-md {
			margin-bottom: 25px;
		}

		.wlc-mb-1630-lg {
			margin-bottom: 30px;
		}

		.wlc-mb-1630-xl {
			margin-bottom: 40px;
		}

		.wlc-order-1630-first {
			order: -1;
		}

		.wlc-order-1630-last {
			order: 100;
		}

		.wlc-order-1630-unset {
			order: unset;
		}

		.wlc-h-align-1630-start {
			justify-content: flex-start;
		}

		.wlc-h-align-1630-end {
			justify-content: flex-end;
		}

		.wlc-h-align-1630-center {
			justify-content: center;
		}

		.wlc-h-align-1630-between {
			justify-content: space-between;
		}

		.wlc-overflow-1630-hidden {
			overflow: hidden;
		}

		.wlc-overflow-1630-visible {
			overflow: visible;
		}
	}

	body {
		min-width: 375px;
		background: url("img/bg_main.png") top center no-repeat, linear-gradient(171.29deg, #050311 0%, #060727 100%);
	}

	body.wlc-body--panels-open {
		overflow: hidden;
	}

	@media (pointer: fine) {
		body {
			overflow-x: hidden;
		}
	}

	.wlc-app-content {
		display: flex;
		flex-direction: column;
		min-height: 100vh;
	}

	.wlc-app-content.app-menu-state .wlc-app__sections {
		padding: 0;
	}

	.wlc-body--os-ios .wlc-app-content {
		min-height: auto;
	}

	.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-body--os-ios .app-gameplay-state .wlc-sections__footer,
	.wlc-body--os-ios .app-gameplay-state .wlc-sections__header {
		display: none;
	}

	@media (min-width: 1024px) {

		.wlc-body--os-ios .app-gameplay-state .wlc-sections__footer,
		.wlc-body--os-ios .app-gameplay-state .wlc-sections__header {
			display: block;
		}
	}


	.wlc-burger-panel--theme-default[_nghost-wlc-app-c1944798581] {
		left: 0;
		width: 100%;
		max-width: 100%;
		overflow: hidden;
		background: var(--mc-bgModal);
		transform: translateY(-100%);
	}

	.wlc-burger-panel--theme-default.wlc-burger-panel--open[_nghost-wlc-app-c1944798581] {
		transform: none;
		visibility: visible;
	}

	.wlc-burger-panel--theme-default[_nghost-wlc-app-c1944798581] .container {
		gap: 20px;
		position: relative;
		display: grid;
		grid-template-columns: repeat(4, auto);
		width: 100%;
		max-width: 1920px;
		margin: 0 auto;
	}

	@media (min-width: 1366px) {
		.wlc-burger-panel--theme-default[_nghost-wlc-app-c1944798581] .container {
			gap: 30px;
		}
	}

	@media (min-width: 1420px) {
		.wlc-burger-panel--theme-default[_nghost-wlc-app-c1944798581] .container {
			gap: 40px;
		}
	}

	@media (min-width: 1630px) {
		.wlc-burger-panel--theme-default[_nghost-wlc-app-c1944798581] .container {
			gap: 60px;
		}
	}

	@media (min-width: 900px) {
		.wlc-burger-panel--theme-default[_nghost-wlc-app-c1944798581] .container {
			padding: 30px;
		}
	}

	@media (min-width: 1366px) {
		.wlc-burger-panel--theme-default[_nghost-wlc-app-c1944798581] .container {
			padding: 55px;
		}
	}

	.wlc-burger-panel--theme-default[_nghost-wlc-app-c1944798581] .wlc-language-selector[wlc-language-selector] {
		grid-area: lang;
		margin: 6px;
	}

	@media (pointer: fine) {
		.wlc-burger-panel--theme-default[_nghost-wlc-app-c1944798581] .wlc-language-selector[wlc-language-selector] .wlc-language-selector__current:hover .wlc-language-selector__current-flag {
			box-shadow: 0 0 0 6px var(--mc-main), 0 0 7px 7px var(--mc-baseContrast-o6);
		}
	}

	.wlc-burger-panel--theme-default[_nghost-wlc-app-c1944798581] .wlc-language-selector[wlc-language-selector] .wlc-language-selector__current-flag {
		box-shadow: 0 0 0 6px var(--mc-baseOpacity);
	}

	.wlc-burger-panel--theme-default[_nghost-wlc-app-c1944798581] .wlc-language-selector[wlc-language-selector] .wlc-language-selector__current-arrow {
		display: none;
	}

	.wlc-burger-panel--theme-default[_nghost-wlc-app-c1944798581] .wlc-language-selector[wlc-language-selector] .wlc-language-selector__dropdown {
		right: -5px;
	}

	.wlc-burger-panel--theme-default[_nghost-wlc-app-c1944798581] .wlc-language-selector[wlc-language-selector] .wlc-language-selector__list {
		background: var(--mc-bg);
	}

	.wlc-burger-panel--theme-default[_nghost-wlc-app-c1944798581] .wlc-language-selector[wlc-language-selector] .wlc-language-selector__list:before {
		border-bottom-color: var(--mc-bg);
	}

	.wlc-burger-panel--theme-default[_nghost-wlc-app-c1944798581] .wlc-burger-panel__close {
		position: absolute;
		top: 0;
		left: 0;
		z-index: 5;
	}

	@media (min-width: 900px) {
		.wlc-burger-panel--theme-default[_nghost-wlc-app-c1944798581] .wlc-burger-panel__close {
			width: 30px;
		}
	}

	@media (min-width: 1366px) {
		.wlc-burger-panel--theme-default[_nghost-wlc-app-c1944798581] .wlc-burger-panel__close {
			width: 55px;
		}
	}

	@media (min-width: 900px) {
		.wlc-burger-panel--theme-default[_nghost-wlc-app-c1944798581] .wlc-burger-panel__close {
			height: 30px;
		}
	}

	@media (min-width: 1366px) {
		.wlc-burger-panel--theme-default[_nghost-wlc-app-c1944798581] .wlc-burger-panel__close {
			height: 55px;
		}
	}

	.wlc-burger-panel--theme-default[_nghost-wlc-app-c1944798581] .wlc-burger-panel__inner>div {
		display: flex;
	}

	.wlc-burger-panel--theme-default[_nghost-wlc-app-c1944798581] .wlc-main-menu,
	.wlc-burger-panel--theme-default[_nghost-wlc-app-c1944798581] .wlc-post-menu {
		padding-right: 20px;
		border-right: 2px solid var(--mc-baseOpacity);
	}

	@media (min-width: 1366px) {

		.wlc-burger-panel--theme-default[_nghost-wlc-app-c1944798581] .wlc-main-menu,
		.wlc-burger-panel--theme-default[_nghost-wlc-app-c1944798581] .wlc-post-menu {
			padding-right: 30px;
		}
	}

	@media (min-width: 1420px) {

		.wlc-burger-panel--theme-default[_nghost-wlc-app-c1944798581] .wlc-main-menu,
		.wlc-burger-panel--theme-default[_nghost-wlc-app-c1944798581] .wlc-post-menu {
			padding-right: 40px;
		}
	}

	@media (min-width: 1630px) {

		.wlc-burger-panel--theme-default[_nghost-wlc-app-c1944798581] .wlc-main-menu,
		.wlc-burger-panel--theme-default[_nghost-wlc-app-c1944798581] .wlc-post-menu {
			padding-right: 60px;
		}
	}

	.wlc-burger-panel--theme-default[_nghost-wlc-app-c1944798581] .wlc-menu,
	.wlc-burger-panel--theme-default[_nghost-wlc-app-c1944798581] .wlc-post-menu__items {
		display: grid;
		grid-template-columns: repeat(2, auto);
	}

	@media (min-width: 900px) {

		.wlc-burger-panel--theme-default[_nghost-wlc-app-c1944798581] .wlc-menu,
		.wlc-burger-panel--theme-default[_nghost-wlc-app-c1944798581] .wlc-post-menu__items {
			gap: 5px 15px;
		}
	}

	@media (min-width: 1366px) {

		.wlc-burger-panel--theme-default[_nghost-wlc-app-c1944798581] .wlc-menu,
		.wlc-burger-panel--theme-default[_nghost-wlc-app-c1944798581] .wlc-post-menu__items {
			gap: 10px 20px;
		}
	}

	@media (min-width: 1630px) {

		.wlc-burger-panel--theme-default[_nghost-wlc-app-c1944798581] .wlc-menu,
		.wlc-burger-panel--theme-default[_nghost-wlc-app-c1944798581] .wlc-post-menu__items {
			gap: 20px 60px;
		}
	}

	.wlc-burger-panel--theme-default[_nghost-wlc-app-c1944798581] .wlc-post-menu__link,
	.wlc-burger-panel--theme-default[_nghost-wlc-app-c1944798581] .wlc-menu__link {
		padding: 0 5px 5px;
		position: relative;
		display: inline-flex;
		align-items: center;
		color: var(--mc-baseMain);
		white-space: nowrap;
		text-decoration: none;
		cursor: pointer;
	}

	@media (min-width: 900px) {

		.wlc-burger-panel--theme-default[_nghost-wlc-app-c1944798581] .wlc-post-menu__link,
		.wlc-burger-panel--theme-default[_nghost-wlc-app-c1944798581] .wlc-menu__link {
			font-size: 1.2rem;
		}
	}

	@media (min-width: 1200px) {

		.wlc-burger-panel--theme-default[_nghost-wlc-app-c1944798581] .wlc-post-menu__link,
		.wlc-burger-panel--theme-default[_nghost-wlc-app-c1944798581] .wlc-menu__link {
			font-size: 1.4rem;
		}
	}

	@media (min-width: 1420px) {

		.wlc-burger-panel--theme-default[_nghost-wlc-app-c1944798581] .wlc-post-menu__link,
		.wlc-burger-panel--theme-default[_nghost-wlc-app-c1944798581] .wlc-menu__link {
			font-size: 1.6rem;
		}
	}

	.wlc-burger-panel--theme-default[_nghost-wlc-app-c1944798581] .wlc-post-menu__link:before,
	.wlc-burger-panel--theme-default[_nghost-wlc-app-c1944798581] .wlc-menu__link:before {
		transition: all 0.3s linear;
		content: "";
		position: absolute;
		bottom: -5px;
		left: 0;
		display: block;
		width: 100%;
		height: 0;
		background-color: var(--mc-main);
		border-radius: 100px;
		opacity: 0;
		pointer-events: none;
	}

	.wlc-burger-panel--theme-default[_nghost-wlc-app-c1944798581] .wlc-post-menu__link.active:before,
	.wlc-burger-panel--theme-default[_nghost-wlc-app-c1944798581] .wlc-menu__link.active:before {
		height: 4px;
		opacity: 1;
	}

	@media (pointer: fine) {

		.wlc-burger-panel--theme-default[_nghost-wlc-app-c1944798581] .wlc-post-menu__link:hover:before,
		.wlc-burger-panel--theme-default[_nghost-wlc-app-c1944798581] .wlc-menu__link:hover:before {
			height: 4px;
			opacity: 1;
		}
	}

	.wlc-burger-panel--theme-default[_nghost-wlc-app-c1944798581] .wlc-menu__icon {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 36px;
		height: 36px;
		margin: 0 5px 0 0;
	}

	.wlc-burger-panel--theme-default[_nghost-wlc-app-c1944798581] .wlc-burger-panel__user-deposit {
		position: relative;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		margin-bottom: 20px;
	}

	.wlc-burger-panel--theme-default[_nghost-wlc-app-c1944798581] .wlc-burger-panel__user-deposit:after {
		width: 270px;
		height: 270px;
		content: "";
		position: absolute;
		top: 50%;
		background: var(--mc-baseOpacity);
		border-radius: 100%;
		transform: translate(0, -50%);
	}

	@media (min-width: 1366px) {
		.wlc-burger-panel--theme-default[_nghost-wlc-app-c1944798581] .wlc-burger-panel__user-deposit:after {
			width: 330px;
		}
	}

	@media (min-width: 1630px) {
		.wlc-burger-panel--theme-default[_nghost-wlc-app-c1944798581] .wlc-burger-panel__user-deposit:after {
			width: 430px;
		}
	}

	@media (min-width: 1366px) {
		.wlc-burger-panel--theme-default[_nghost-wlc-app-c1944798581] .wlc-burger-panel__user-deposit:after {
			height: 330px;
		}
	}

	@media (min-width: 1630px) {
		.wlc-burger-panel--theme-default[_nghost-wlc-app-c1944798581] .wlc-burger-panel__user-deposit:after {
			height: 430px;
		}
	}

	.wlc-burger-panel--theme-default[_nghost-wlc-app-c1944798581] .wlc-burger-panel__user-deposit .wlc-title,
	.wlc-burger-panel--theme-default[_nghost-wlc-app-c1944798581] .wlc-burger-panel__user-deposit .wlc-btn {
		position: relative;
		z-index: 2;
	}

	.wlc-burger-panel--theme-default[_nghost-wlc-app-c1944798581] .wlc-burger-panel__user-deposit .wlc-title {
		width: 280px;
		margin: 0 0 20px;
		text-align: center;
	}

	@media (min-width: 1366px) {
		.wlc-burger-panel--theme-default[_nghost-wlc-app-c1944798581] .wlc-burger-panel__user-deposit .wlc-title {
			width: 300px;
		}
	}

	@media (min-width: 1630px) {
		.wlc-burger-panel--theme-default[_nghost-wlc-app-c1944798581] .wlc-burger-panel__user-deposit .wlc-title {
			width: 330px;
		}
	}

	@media (min-width: 900px) {
		.wlc-burger-panel--theme-default[_nghost-wlc-app-c1944798581] .wlc-burger-panel__user-deposit .wlc-title .wlc-title__main {
			font-size: 1.6rem;
		}
	}

	@media (min-width: 1630px) {
		.wlc-burger-panel--theme-default[_nghost-wlc-app-c1944798581] .wlc-burger-panel__user-deposit .wlc-title .wlc-title__main {
			font-size: 2.4rem;
		}
	}

	.wlc-burger-panel--theme-default[_nghost-wlc-app-c1944798581] .wlc-burger-panel__user-deposit .wlc-link-block {
		max-width: 270px;
	}

	@media (min-width: 1366px) {
		.wlc-burger-panel--theme-default[_nghost-wlc-app-c1944798581] .wlc-burger-panel__user-deposit .wlc-link-block {
			max-width: 330px;
		}
	}

	@media (min-width: 1630px) {
		.wlc-burger-panel--theme-default[_nghost-wlc-app-c1944798581] .wlc-burger-panel__user-deposit .wlc-link-block {
			max-width: 430px;
		}
	}

	.wlc-burger-panel--theme-default[_nghost-wlc-app-c1944798581] .wlc-burger-panel__user-deposit .wlc-link-block .wlc-btn {
		height: auto;
		min-height: 40px;
	}

	.wlc-burger-panel--theme-default[_nghost-wlc-app-c1944798581] .wlc-btn-search {
		position: absolute;
		top: 0;
		right: 0;
		z-index: 5;
		color: var(--mc-baseOpacity);
	}

	@media (min-width: 900px) {
		.wlc-burger-panel--theme-default[_nghost-wlc-app-c1944798581] .wlc-btn-search {
			width: 30px;
		}
	}

	@media (min-width: 1366px) {
		.wlc-burger-panel--theme-default[_nghost-wlc-app-c1944798581] .wlc-btn-search {
			width: 55px;
		}
	}

	@media (min-width: 900px) {
		.wlc-burger-panel--theme-default[_nghost-wlc-app-c1944798581] .wlc-btn-search {
			height: 30px;
		}
	}

	@media (min-width: 1366px) {
		.wlc-burger-panel--theme-default[_nghost-wlc-app-c1944798581] .wlc-btn-search {
			height: 55px;
		}
	}

	.wlc-burger-panel--theme-default[_nghost-wlc-app-c1944798581] .wlc-btn-search svg {
		fill: currentColor;
	}

	@media (pointer: fine) {
		.wlc-burger-panel--theme-default[_nghost-wlc-app-c1944798581] .wlc-btn-search:hover {
			color: var(--mc-baseMain);
			transform: rotate(30deg);
		}
	}

	.wlc-burger-panel--theme-default[_nghost-wlc-app-c1944798581] .wlc-user-info__wrp {
		display: flex;
		align-items: center;
		justify-content: space-between;
		margin: 0 0 20px 0;
	}

	.wlc-burger-panel--theme-default[_nghost-wlc-app-c1944798581] .wlc-burger-panel__additional {
		display: grid;
		grid-template-areas: "lang chat""switcher switcher";
		grid-template-columns: repeat(2, auto);
		gap: 20px;
		align-self: start;
		justify-self: start;
	}

	.wlc-burger-panel--theme-default[_nghost-wlc-app-c1944798581] .wlc-theme-toggler {
		grid-area: switcher;
	}

	.wlc-burger-panel--theme-left[_nghost-wlc-app-c1944798581] {
		--bp-width: 290px;
		--bp-login-display: grid;
		--bp-postmenu-display: block;
		--bp-login-margin: 30px 0 0;
		--bp-login-padding: 20px 0;
		--bp-login-bg: var(--mc-bg);
		--bp-menu-link-justify: initial;
		--bp-menu-link-align: center;
		--bp-menu-link-padding: 5px 25px;
		--bp-menu-link-text-display: initial;
		--bp-menu-icon-margin: 0 15px 0 0;
		--bp-menu-icon-wrapper-width: 25px;
		--bp-separator-width: calc(100% - 40px);
		--bp-userinfo-display: grid;
		--bp-userdeposit-display: flex;
		--bp-lang-max-width: calc(100% - 40px);
		--bp-lang-margin: 20px auto;
		--bp-userinfo-margin: 30px 20px 20px;
		left: 0;
		width: var(--bp-width);
		max-width: 290px;
		height: 100%;
		max-height: 100%;
		background: var(--mc-bg700);
		transform: translateX(-100%);
	}

	.wlc-burger-panel--theme-left.wlc-burger-panel--open[_nghost-wlc-app-c1944798581] {
		transform: translateX(0);
		visibility: visible;
	}

	.wlc-burger-panel--theme-left.wlc-burger-panel--theme-mod-wolf[_nghost-wlc-app-c1944798581] {
		--bp-padding: 0 0 10px;
	}

	.wlc-burger-panel--theme-left.wlc-burger-panel--theme-mod-wolf[_nghost-wlc-app-c1944798581] .wlc-burger-panel__header[_ngcontent-wlc-app-c1944798581],
	.wlc-burger-panel--theme-left.wlc-burger-panel--theme-mod-wolf[_nghost-wlc-app-c1944798581] .wlc-burger-panel__content[_ngcontent-wlc-app-c1944798581] {
		background: var(--mc-bg700);
	}

	.wlc-burger-panel--theme-left.wlc-burger-panel--theme-mod-wolf[_nghost-wlc-app-c1944798581] .wlc-burger-panel__content[_ngcontent-wlc-app-c1944798581] {
		padding: 0 10px;
	}

	.wlc-burger-panel--theme-left.wlc-burger-panel--theme-mod-wolf.wlc-burger-panel--view-expanded[_nghost-wlc-app-c1944798581] .wlc-burger-panel__content[_ngcontent-wlc-app-c1944798581],
	.wlc-burger-panel--theme-left.wlc-burger-panel--theme-mod-wolf.wlc-burger-panel--left-mobile[_nghost-wlc-app-c1944798581] .wlc-burger-panel__content[_ngcontent-wlc-app-c1944798581] {
		scrollbar-gutter: stable;
	}

	.wlc-burger-panel--theme-left.wlc-burger-panel--theme-mod-wolf.wlc-burger-panel--view-expanded[_nghost-wlc-app-c1944798581] .wlc-burger-panel__content[_ngcontent-wlc-app-c1944798581] .wlc-panel-menu,
	.wlc-burger-panel--theme-left.wlc-burger-panel--theme-mod-wolf.wlc-burger-panel--view-expanded[_nghost-wlc-app-c1944798581] .wlc-burger-panel__content[_ngcontent-wlc-app-c1944798581] .wlc-social-icons,
	.wlc-burger-panel--theme-left.wlc-burger-panel--theme-mod-wolf.wlc-burger-panel--view-expanded[_nghost-wlc-app-c1944798581] .wlc-burger-panel__content[_ngcontent-wlc-app-c1944798581] .wlc-theme-toggler,
	.wlc-burger-panel--theme-left.wlc-burger-panel--theme-mod-wolf.wlc-burger-panel--left-mobile[_nghost-wlc-app-c1944798581] .wlc-burger-panel__content[_ngcontent-wlc-app-c1944798581] .wlc-panel-menu,
	.wlc-burger-panel--theme-left.wlc-burger-panel--theme-mod-wolf.wlc-burger-panel--left-mobile[_nghost-wlc-app-c1944798581] .wlc-burger-panel__content[_ngcontent-wlc-app-c1944798581] .wlc-social-icons,
	.wlc-burger-panel--theme-left.wlc-burger-panel--theme-mod-wolf.wlc-burger-panel--left-mobile[_nghost-wlc-app-c1944798581] .wlc-burger-panel__content[_ngcontent-wlc-app-c1944798581] .wlc-theme-toggler {
		margin: 25px 0 0;
	}

	.wlc-burger-panel--theme-left.wlc-burger-panel--theme-mod-wolf.wlc-burger-panel--view-expanded[_nghost-wlc-app-c1944798581] .wlc-burger-panel__logo[_ngcontent-wlc-app-c1944798581],
	.wlc-burger-panel--theme-left.wlc-burger-panel--theme-mod-wolf.wlc-burger-panel--left-mobile[_nghost-wlc-app-c1944798581] .wlc-burger-panel__logo[_ngcontent-wlc-app-c1944798581] {
		justify-content: start;
		margin: 0;
	}

	.wlc-burger-panel--theme-left.wlc-burger-panel--theme-mod-wolf.wlc-burger-panel--view-compact[_nghost-wlc-app-c1944798581] .wlc-burger-panel__content[_ngcontent-wlc-app-c1944798581] {
		overflow: visible;
		padding: 0;
	}

	.wlc-burger-panel--theme-left.wlc-burger-panel--theme-mod-wolf.wlc-burger-panel--view-compact[_nghost-wlc-app-c1944798581] .wlc-burger-panel__content[_ngcontent-wlc-app-c1944798581] .wlc-panel-menu--type-info,
	.wlc-burger-panel--theme-left.wlc-burger-panel--theme-mod-wolf.wlc-burger-panel--view-compact[_nghost-wlc-app-c1944798581] .wlc-burger-panel__content[_ngcontent-wlc-app-c1944798581] .wlc-social-icons,
	.wlc-burger-panel--theme-left.wlc-burger-panel--theme-mod-wolf.wlc-burger-panel--view-compact[_nghost-wlc-app-c1944798581] .wlc-burger-panel__content[_ngcontent-wlc-app-c1944798581] .wlc-theme-toggler {
		margin: 25px 0 0;
	}

	.wlc-burger-panel--theme-left.wlc-burger-panel--theme-mod-wolf.wlc-burger-panel--left-mobile[_nghost-wlc-app-c1944798581] .wlc-burger-panel__btn-expand[_ngcontent-wlc-app-c1944798581] {
		justify-self: var(--bp-expand-btn-justify-self, end);
		padding: 0;
		color: var(--mc-bg300);
		background: none;
		border: none;
		transition: color 0.2s ease-in-out;
	}

	.wlc-burger-panel--theme-left.wlc-burger-panel--theme-mod-wolf.wlc-burger-panel--left-mobile[_nghost-wlc-app-c1944798581] .wlc-burger-panel__btn-expand[_ngcontent-wlc-app-c1944798581] svg {
		width: 25px;
		height: 25px;
		transform: var(--bp-expand-icon-transform);
		transition: transform 0.2s ease-in-out;
		fill: currentColor;
	}

	.wlc-burger-panel--theme-left.wlc-burger-panel--theme-mod-wolf.wlc-burger-panel--left-mobile[_nghost-wlc-app-c1944798581] .wlc-burger-panel__btn-expand--expanded[_ngcontent-wlc-app-c1944798581] {
		--bp-expand-icon-transform: scaleX(-1);
	}

	@media (pointer: fine) {
		.wlc-burger-panel--theme-left.wlc-burger-panel--theme-mod-wolf.wlc-burger-panel--left-mobile[_nghost-wlc-app-c1944798581] .wlc-burger-panel__btn-expand[_ngcontent-wlc-app-c1944798581]:hover {
			color: var(--mc-baseMain);
			background: none;
			border: none;
		}
	}

	.wlc-burger-panel--theme-left[_nghost-wlc-app-c1944798581] .wlc-logo {
		max-width: 90%;
		margin: 0 auto;
		display: flex;
		justify-content: center;
	}

	.wlc-burger-panel--theme-left[_nghost-wlc-app-c1944798581] .wlc-logo__image svg {
		max-height: 25px;
	}

	.wlc-burger-panel--theme-left[_nghost-wlc-app-c1944798581] .wlc-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-c1944798581] .wlc-login-signup .wlc-btn {
		min-width: 0;
		white-space: nowrap;
	}

	.wlc-burger-panel--theme-left[_nghost-wlc-app-c1944798581] .wlc-burger-panel__user-info {
		display: var(--bp-userinfo-display);
		grid-template: "name logout""stats stats";
		grid-template-columns: 1fr auto;
		align-items: center;
		margin: var(--bp-userinfo-margin);
		transform: translateZ(0);
	}

	.wlc-burger-panel--theme-left[_nghost-wlc-app-c1944798581] .wlc-burger-panel__user-info .wlc-user-name[wlc-user-name] {
		grid-area: name;
	}

	.wlc-burger-panel--theme-left[_nghost-wlc-app-c1944798581] .wlc-burger-panel__user-info .wlc-logout {
		display: var(--bp-logout-display, "block");
		grid-area: logout;
	}

	.wlc-burger-panel--theme-left[_nghost-wlc-app-c1944798581] .wlc-burger-panel__user-info .wlc-user-stats {
		margin: 15px 0 0;
	}

	.wlc-burger-panel--theme-left[_nghost-wlc-app-c1944798581] .wlc-burger-panel__user-info .wlc-user-stats-balance {
		margin: 0 0 20px;
	}

	.wlc-burger-panel--theme-left[_nghost-wlc-app-c1944798581] .wlc-burger-panel__user-stat {
		grid-area: stats;
	}

	.wlc-burger-panel--theme-left[_nghost-wlc-app-c1944798581] .wlc-burger-panel__user-stat>.wlc-btn {
		margin: 0 auto;
	}

	.wlc-burger-panel--theme-left[_nghost-wlc-app-c1944798581] .wlc-burger-panel__user-stat .wlc-btn[wlc-button] {
		min-width: 120px;
	}

	.wlc-burger-panel--theme-left[_nghost-wlc-app-c1944798581] .wlc-burger-panel__user-stat .wlc-user-stats--theme-default .wlc-user-stats__content .wlc-btn-deposit[wlc-button] {
		margin: 0 auto 20px;
	}

	.wlc-burger-panel--theme-left[_nghost-wlc-app-c1944798581] .wlc-burger-panel__content .wlc-menu__link,
	.wlc-burger-panel--theme-left[_nghost-wlc-app-c1944798581] .wlc-burger-panel__content .wlc-post-menu__link {
		color: var(--mc-baseMain);
		font-style: normal;
		font-weight: normal;
		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-c1944798581] .wlc-burger-panel__content .wlc-menu__link-text,
	.wlc-burger-panel--theme-left[_nghost-wlc-app-c1944798581] .wlc-burger-panel__content .wlc-post-menu__link-text {
		display: var(--bp-menu-link-text-display);
		line-height: initial;
	}

	@media (pointer: fine) {

		.wlc-burger-panel--theme-left[_nghost-wlc-app-c1944798581] .wlc-burger-panel__content .wlc-menu__link:not(.active):hover,
		.wlc-burger-panel--theme-left[_nghost-wlc-app-c1944798581] .wlc-burger-panel__content .wlc-post-menu__link:not(.active):hover {
			color: inherit;
			background: var(--mc-bg700-l5);
		}
	}

	.wlc-burger-panel--theme-left[_nghost-wlc-app-c1944798581] .wlc-burger-panel__content .wlc-menu__link.active,
	.wlc-burger-panel--theme-left[_nghost-wlc-app-c1944798581] .wlc-burger-panel__content .wlc-post-menu__link.active {
		color: inherit;
		font-weight: 700;
		background: var(--mc-bg700-l10);
	}

	@media (pointer: fine) {

		.wlc-body--theme-alt .wlc-burger-panel--theme-left[_nghost-wlc-app-c1944798581] .wlc-burger-panel__content .wlc-menu__link:not(.active):hover,
		.wlc-body--theme-alt .wlc-burger-panel--theme-left[_nghost-wlc-app-c1944798581] .wlc-burger-panel__content .wlc-post-menu__link:not(.active):hover {
			background: var(--mc-bg700-d5);
		}
	}

	.wlc-body--theme-alt .wlc-burger-panel--theme-left[_nghost-wlc-app-c1944798581] .wlc-burger-panel__content .wlc-menu__link.active,
	.wlc-body--theme-alt .wlc-burger-panel--theme-left[_nghost-wlc-app-c1944798581] .wlc-burger-panel__content .wlc-post-menu__link.active {
		background: var(--mc-bg700-d10);
	}

	.wlc-burger-panel--theme-left[_nghost-wlc-app-c1944798581] .wlc-burger-panel__content .wlc-menu__icon,
	.wlc-burger-panel--theme-left[_nghost-wlc-app-c1944798581] .wlc-burger-panel__content .wlc-post-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-c1944798581] .wlc-burger-panel__content .wlc-menu__icon img,
	.wlc-burger-panel--theme-left[_nghost-wlc-app-c1944798581] .wlc-burger-panel__content .wlc-menu__icon svg,
	.wlc-burger-panel--theme-left[_nghost-wlc-app-c1944798581] .wlc-burger-panel__content .wlc-post-menu__icon img,
	.wlc-burger-panel--theme-left[_nghost-wlc-app-c1944798581] .wlc-burger-panel__content .wlc-post-menu__icon svg {
		display: block;
		width: 25px;
		height: auto;
		fill: var(--mc-main);
	}

	.wlc-burger-panel--theme-left[_nghost-wlc-app-c1944798581] .wlc-burger-panel__content .wlc-menu__icon img path,
	.wlc-burger-panel--theme-left[_nghost-wlc-app-c1944798581] .wlc-burger-panel__content .wlc-menu__icon svg path,
	.wlc-burger-panel--theme-left[_nghost-wlc-app-c1944798581] .wlc-burger-panel__content .wlc-post-menu__icon img path,
	.wlc-burger-panel--theme-left[_nghost-wlc-app-c1944798581] .wlc-burger-panel__content .wlc-post-menu__icon svg path {
		fill: var(--mc-main);
	}

	.wlc-burger-panel--theme-left[_nghost-wlc-app-c1944798581] .wlc-main-menu:after,
	.wlc-burger-panel--theme-left[_nghost-wlc-app-c1944798581] .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-c1944798581] .wlc-post-menu {
		display: var(--bp-postmenu-display);
	}

	.wlc-burger-panel--theme-left[_nghost-wlc-app-c1944798581] .wlc-post-menu .wlc-menu__link {
		min-height: var(--bp-postmenu-link-height, 40px);
	}

	.wlc-burger-panel--theme-left[_nghost-wlc-app-c1944798581] .wlc-burger-panel__user-deposit {
		display: var(--bp-userdeposit-display);
		flex-direction: column;
		align-items: center;
		justify-content: center;
		margin: 0 25px;
		padding: 20px 0 40px;
		border-top: 1px solid var(--mc-baseOpacity-o6);
	}

	.wlc-burger-panel--theme-left[_nghost-wlc-app-c1944798581] .wlc-burger-panel__user-deposit .wlc-title[wlc-title] {
		margin-bottom: 15px;
	}

	.wlc-burger-panel--theme-left[_nghost-wlc-app-c1944798581] .wlc-burger-panel__user-deposit .wlc-title[wlc-title] .wlc-title__main {
		color: var(--mc-baseMain);
		font-style: normal;
		font-weight: bold;
		font-size: 1.6rem;
		line-height: 1.45;
		text-align: center;
	}

	.wlc-burger-panel--theme-left[_nghost-wlc-app-c1944798581] .wlc-burger-panel__user-deposit .wlc-link-block .wlc-btn {
		height: auto;
		min-height: 40px;
	}

	.wlc-burger-panel--theme-left[_nghost-wlc-app-c1944798581] .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[_nghost-wlc-app-c1944798581] .wlc-language-selector[wlc-language-selector]+.wlc-theme-toggler:before {
		content: "";
		display: block;
		flex: 0 0 auto;
		width: var(--bp-separator-width);
		height: 1px;
		margin: 10px auto;
		background: var(--mc-baseOpacity-o6);
		width: 100%;
		margin: 0 auto 40px;
	}

	.wlc-burger-panel--theme-left[_nghost-wlc-app-c1944798581] .wlc-language-selector[wlc-language-selector]+.wlc-theme-toggler--theme-alternative {
		--tt-margin: 5px 0;
		--tt-padding: 0 20px;
	}

	.wlc-burger-panel--theme-left[_nghost-wlc-app-c1944798581] .wlc-language-selector[wlc-language-selector]+.wlc-theme-toggler--theme-alternative:before {
		content: none;
	}

	.wlc-burger-panel--theme-left[_nghost-wlc-app-c1944798581] .wlc-language-selector[wlc-language-selector]+.wlc-theme-toggler--theme-alternative.wlc-theme-toggler--theme-mod-wolf {
		--tt-padding: 0;
	}

	.wlc-burger-panel--theme-left[_nghost-wlc-app-c1944798581] .wlc-language-selector[wlc-language-selector]+.wlc-theme-toggler--theme-alternative.wlc-theme-toggler--compact {
		--tt-margin: 0;
		--tt-padding: 0;
	}

	.wlc-burger-panel--theme-left[_nghost-wlc-app-c1944798581] .wlc-theme-toggler {
		display: flex;
		flex-direction: column;
		align-items: center;
		padding: var(--tt-padding, 0 25px 30px);
	}

	.wlc-burger-panel--theme-left[_nghost-wlc-app-c1944798581] .wlc-scrollbar__slide {
		padding-bottom: 20px;
	}

	.wlc-burger-panel--theme-left.wlc-burger-panel--type-left-fixed[_nghost-wlc-app-c1944798581] {
		--bp-header-grid-cols: 1fr;
		--bp-header-padding: 10px 15px;
		--bp-login-margin: 0;
		--bp-login-padding: 0;
		--bp-login-bg: none;
		--bp-expand-btn-justify-self: end;
		--bp-expand-icon-transform: scaleX(1);
		--bp-transition: none;
		--bp-main-menu-margin: 20px 0 0;
		--bp-userinfo-margin: 0 20px 20px;
		--bp-width: var(--fp-left-size-compact);
		--bp-logout-display: none;
		--bp-postmenu-link-height: 35px;
		position: sticky;
		top: 0;
		left: 0;
	}

	.wlc-body--fp-left-in .wlc-burger-panel--theme-left.wlc-burger-panel--type-left-fixed[_nghost-wlc-app-c1944798581] {
		visibility: visible;
	}

	.wlc-burger-panel--theme-left.wlc-burger-panel--type-left-fixed.wlc-burger-panel--view-expanded[_nghost-wlc-app-c1944798581] {
		--bp-width: var(--fp-left-size-full);
		--pm-menu-margin: 25px 10px 0;
		--us-display: block;
	}

	.wlc-burger-panel--theme-left.wlc-burger-panel--type-left-fixed.wlc-burger-panel--view-compact[_nghost-wlc-app-c1944798581] {
		--bp-header-padding: 10px 5px;
		--bp-login-display: none;
		--bp-postmenu-display: none;
		--bp-menu-link-text-display: none;
		--bp-menu-link-justify: cemter;
		--bp-menu-link-align: stretch;
		--bp-menu-link-padding: 0;
		--bp-menu-icon-margin: 0;
		--bp-menu-icon-wrapper-width: 100%;
		--bp-main-menu-margin: 0;
		--bp-separator-width: 100%;
		--bp-userinfo-display: none;
		--bp-userdeposit-display: none;
		--bp-lang-max-width: 100%;
		--bp-lang-margin: 0 auto 5px;
		--bp-expand-btn-justify-self: center;
		--pm-menu-margin: 0;
		--us-display: none;
	}

	.wlc-burger-panel--theme-left.wlc-burger-panel--type-left-fixed[_nghost-wlc-app-c1944798581] .wlc-burger-panel__btn-expand[_ngcontent-wlc-app-c1944798581] {
		justify-self: var(--bp-expand-btn-justify-self, end);
		padding: 0;
		color: var(--mc-bg300);
		background: none;
		border: none;
		transition: color 0.2s ease-in-out;
	}

	.wlc-burger-panel--theme-left.wlc-burger-panel--type-left-fixed[_nghost-wlc-app-c1944798581] .wlc-burger-panel__btn-expand[_ngcontent-wlc-app-c1944798581] svg {
		width: 25px;
		height: 25px;
		transform: var(--bp-expand-icon-transform);
		transition: transform 0.2s ease-in-out;
		fill: currentColor;
	}

	.wlc-burger-panel--theme-left.wlc-burger-panel--type-left-fixed[_nghost-wlc-app-c1944798581] .wlc-burger-panel__btn-expand--expanded[_ngcontent-wlc-app-c1944798581] {
		--bp-expand-icon-transform: scaleX(-1);
	}

	@media (pointer: fine) {
		.wlc-burger-panel--theme-left.wlc-burger-panel--type-left-fixed[_nghost-wlc-app-c1944798581] .wlc-burger-panel__btn-expand[_ngcontent-wlc-app-c1944798581]:hover {
			color: var(--mc-baseMain);
			background: none;
			border: none;
		}
	}

	.wlc-burger-panel--theme-left.wlc-burger-panel--type-left-fixed[_nghost-wlc-app-c1944798581] .wlc-main-menu {
		margin: var(--bp-main-menu-margin);
	}

	.wlc-burger-panel--theme-right[_nghost-wlc-app-c1944798581] {
		right: var(--body-padding-overflow, 0);
		width: var(--bp-width);
		height: 100%;
		background: var(--mc-bg700);
	}

	.wlc-burger-panel--theme-right[_nghost-wlc-app-c1944798581] .wlc-burger-panel__inner[_ngcontent-wlc-app-c1944798581] {
		min-height: 100%;
	}

	.wlc-burger-panel--theme-right.wlc-burger-panel--type-right-fixed[_nghost-wlc-app-c1944798581] {
		--bp-width: var(--fp-right-size-compact);
		--bp-transition: none;
	}

	.wlc-body--fp-right-in .wlc-burger-panel--theme-right.wlc-burger-panel--type-right-fixed[_nghost-wlc-app-c1944798581] {
		visibility: visible;
	}

	.wlc-burger-panel--theme-right.wlc-burger-panel--type-right-fixed.wlc-burger-panel--view-expanded[_nghost-wlc-app-c1944798581] {
		--bp-width: var(--fp-right-size-full);
	}

	.wlc-burger-panel--theme-option3[_nghost-wlc-app-c1944798581] {
		left: 0;
		width: 470px;
		max-width: 470px;
		height: 100%;
		max-height: 100%;
		background-color: var(--mc-bgModal);
		transform: translateX(-100%);
	}

	.wlc-burger-panel--theme-option3.wlc-burger-panel--open[_nghost-wlc-app-c1944798581] {
		transform: none;
		visibility: visible;
	}

	.wlc-burger-panel--theme-option3[_nghost-wlc-app-c1944798581] .wlc-scrollbar[wlc-scrollbar] .swiper-slide {
		min-height: 100%;
	}

	.wlc-burger-panel--theme-option3[_nghost-wlc-app-c1944798581] .wlc-scrollbar__slide,
	.wlc-burger-panel--theme-option3[_nghost-wlc-app-c1944798581] .wlc-burger-panel__inner {
		height: 100%;
	}

	.wlc-burger-panel--theme-option3[_nghost-wlc-app-c1944798581] .wlc-burger-panel__inner>div {
		display: flex;
		flex-direction: column;
		height: 100%;
	}

	.wlc-burger-panel--theme-option3[_nghost-wlc-app-c1944798581] .wlc-logo {
		display: block;
		max-width: 100%;
		margin: 0 auto;
	}

	.wlc-burger-panel--theme-option3[_nghost-wlc-app-c1944798581] .wlc-logo__image svg {
		max-height: 55px;
	}

	.wlc-burger-panel--theme-option3[_nghost-wlc-app-c1944798581] .wlc-main-menu {
		margin: 25px auto 0;
		max-width: 330px;
	}

	@media (min-width: 1420px) {
		.wlc-burger-panel--theme-option3[_nghost-wlc-app-c1944798581] .wlc-main-menu {
			margin: 50px auto 0;
		}
	}

	.wlc-burger-panel--theme-option3[_nghost-wlc-app-c1944798581] .wlc-menu {
		gap: 15px;
		display: grid;
		grid-template-columns: repeat(3, minmax(70px, 100px));
	}

	@media (min-width: 1420px) {
		.wlc-burger-panel--theme-option3[_nghost-wlc-app-c1944798581] .wlc-menu {
			gap: 30px;
		}
	}

	.wlc-burger-panel--theme-option3[_nghost-wlc-app-c1944798581] .wlc-menu__link {
		flex-direction: column;
		align-items: center;
		text-align: center;
		color: var(--mc-baseMain);
		font-style: normal;
		font-weight: normal;
		font-size: 1.4rem;
		line-height: 1.45;
		transition: all 0.3s linear;
		display: flex;
		text-decoration: none;
	}

	.wlc-burger-panel--theme-option3[_nghost-wlc-app-c1944798581] .wlc-menu__link .wlc-icon {
		width: 70px;
		height: 70px;
		transition: all 0.3s linear;
		position: relative;
		display: flex;
		align-items: center;
		justify-content: center;
		margin: 0 0 5px;
		border-radius: 25px;
	}

	@media (min-width: 1420px) {
		.wlc-burger-panel--theme-option3[_nghost-wlc-app-c1944798581] .wlc-menu__link .wlc-icon {
			width: 90px;
		}
	}

	@media (min-width: 1420px) {
		.wlc-burger-panel--theme-option3[_nghost-wlc-app-c1944798581] .wlc-menu__link .wlc-icon {
			height: 90px;
		}
	}

	.wlc-burger-panel--theme-option3[_nghost-wlc-app-c1944798581] .wlc-menu__link .wlc-icon svg {
		max-width: 70px;
		max-height: 70px;
		display: block;
	}

	@media (min-width: 1420px) {
		.wlc-burger-panel--theme-option3[_nghost-wlc-app-c1944798581] .wlc-menu__link .wlc-icon svg {
			max-width: 90px;
		}
	}

	@media (min-width: 1420px) {
		.wlc-burger-panel--theme-option3[_nghost-wlc-app-c1944798581] .wlc-menu__link .wlc-icon svg {
			max-height: 90px;
		}
	}

	@media (pointer: fine) {
		.wlc-burger-panel--theme-option3[_nghost-wlc-app-c1944798581] .wlc-menu__link:hover {
			color: var(--mc-main);
			text-decoration: none;
		}

		.wlc-burger-panel--theme-option3[_nghost-wlc-app-c1944798581] .wlc-menu__link:hover .wlc-icon {
			box-shadow: 0 10px 17px var(--mc-baseContrast-o2);
		}
	}

	.wlc-burger-panel--theme-option3[_nghost-wlc-app-c1944798581] .wlc-post-menu {
		margin: 20px auto;
		max-width: 330px;
	}

	@media (min-width: 1420px) {
		.wlc-burger-panel--theme-option3[_nghost-wlc-app-c1944798581] .wlc-post-menu {
			margin: 40px auto 0;
		}
	}

	.wlc-burger-panel--theme-option3[_nghost-wlc-app-c1944798581] .wlc-post-menu__items {
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.wlc-burger-panel--theme-option3[_nghost-wlc-app-c1944798581] .wlc-post-menu__item {
		margin: 0 0 5px;
	}

	@media (min-width: 1420px) {
		.wlc-burger-panel--theme-option3[_nghost-wlc-app-c1944798581] .wlc-post-menu__item {
			margin: 0 0 15px;
		}
	}

	.wlc-burger-panel--theme-option3[_nghost-wlc-app-c1944798581] .wlc-post-menu__link {
		color: var(--mc-main);
		font-style: normal;
		font-weight: normal;
		font-size: 1.6rem;
		line-height: 1.45;
		transition: all 0.3s linear;
		text-decoration: none;
	}

	@media (pointer: fine) {
		.wlc-burger-panel--theme-option3[_nghost-wlc-app-c1944798581] .wlc-post-menu__link:hover {
			color: var(--mc-main-l10);
			text-decoration: none;
		}
	}

	.wlc-burger-panel--theme-option3[_nghost-wlc-app-c1944798581] .wlc-language-selector[wlc-language-selector] {
		margin: 0 auto 20px;
	}

	@media (min-width: 1420px) {
		.wlc-burger-panel--theme-option3[_nghost-wlc-app-c1944798581] .wlc-language-selector[wlc-language-selector] {
			margin: 25px auto 40px;
		}
	}

	.wlc-burger-panel--theme-option3[_nghost-wlc-app-c1944798581] .wlc-language-selector[wlc-language-selector] .wlc-language-selector__current-flag {
		box-shadow: 0 0 0 6px var(--mc-baseOpacity);
	}

	.wlc-burger-panel--theme-option3[_nghost-wlc-app-c1944798581] .wlc-language-selector[wlc-language-selector] .wlc-language-selector__current-arrow {
		display: none;
	}

	@media (pointer: fine) {
		.wlc-burger-panel--theme-option3[_nghost-wlc-app-c1944798581] .wlc-language-selector[wlc-language-selector] .wlc-language-selector__current:hover .wlc-language-selector__current-flag {
			box-shadow: 0 0 0 6px var(--mc-main), 0 0 7px 7px var(--mc-baseContrast-o6);
		}
	}

	.wlc-burger-panel--theme-option3[_nghost-wlc-app-c1944798581] .wlc-burger-panel__user-deposit {
		flex: 0 0 230px;
		margin: auto 0 0;
		position: relative;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		overflow: hidden;
	}

	@media (min-width: 1420px) {
		.wlc-burger-panel--theme-option3[_nghost-wlc-app-c1944798581] .wlc-burger-panel__user-deposit {
			flex: 0 0 365px;
		}
	}

	.wlc-burger-panel--theme-option3[_nghost-wlc-app-c1944798581] .wlc-burger-panel__user-deposit:after {
		width: 665px;
		height: 665px;
		content: "";
		position: absolute;
		top: 0;
		left: -100px;
		background: var(--mc-baseOpacity);
		border-radius: 100%;
	}

	.wlc-burger-panel--theme-option3[_nghost-wlc-app-c1944798581] .wlc-burger-panel__user-deposit .wlc-title {
		margin: 0 0 15px;
		position: relative;
		z-index: 2;
		max-width: 255px;
		text-align: center;
	}

	@media (min-width: 1420px) {
		.wlc-burger-panel--theme-option3[_nghost-wlc-app-c1944798581] .wlc-burger-panel__user-deposit .wlc-title {
			margin: 0 0 55px;
		}
	}

	.wlc-burger-panel--theme-option3[_nghost-wlc-app-c1944798581] .wlc-burger-panel__user-deposit .wlc-btn {
		position: relative;
		z-index: 2;
	}

	.wlc-burger-panel--theme-option3[_nghost-wlc-app-c1944798581] .wlc-theme-toggler {
		margin: 0 auto 50px;
	}

	.wlc-burger-panel--theme-mobile[_nghost-wlc-app-c1944798581] {
		z-index: 10;
		width: 290px;
		max-width: 290px;
		height: 100%;
		max-height: 100%;
		background-color: var(--mc-bg700);
	}

	.wlc-burger-panel--theme-mobile.wlc-burger-panel--type-left[_nghost-wlc-app-c1944798581] {
		left: 0;
		transform: translateX(-100%);
	}

	.wlc-burger-panel--theme-mobile.wlc-burger-panel--type-right[_nghost-wlc-app-c1944798581] {
		right: -290px;
	}

	.wlc-burger-panel--theme-mobile.wlc-burger-panel--open[_nghost-wlc-app-c1944798581] {
		transform: none;
		visibility: visible;
	}

	.wlc-burger-panel--theme-mobile.wlc-burger-panel--open.wlc-burger-panel--type-right[_nghost-wlc-app-c1944798581] {
		right: 0;
	}

	.wlc-burger-panel--theme-mobile[_nghost-wlc-app-c1944798581] .wlc-burger-panel__header {
		border-bottom: 2px solid var(--mc-baseOpacity);
	}

	.wlc-burger-panel--theme-mobile[_nghost-wlc-app-c1944798581] .wlc-burger-panel__inner {
		padding: 20px 20px 40px;
	}

	.wlc-burger-panel--theme-mobile[_nghost-wlc-app-c1944798581] .wlc-login-signup {
		grid-auto-flow: initial;
		justify-content: center;
		padding: 20px 0 40px;
	}

	.wlc-burger-panel--theme-mobile[_nghost-wlc-app-c1944798581] .wlc-login-signup .wlc-btn {
		min-width: 100%;
	}

	.wlc-body--os-ios .wlc-burger-panel--theme-mobile[_nghost-wlc-app-c1944798581] .wlc-login-signup .wlc-btn,
	.wlc-body--os-macos .wlc-burger-panel--theme-mobile[_nghost-wlc-app-c1944798581] .wlc-login-signup .wlc-btn {
		min-width: initial;
	}

	.wlc-burger-panel--theme-mobile[_nghost-wlc-app-c1944798581] .wlc-language-selector--theme-default.wlc-language-selector--theme-mod-long {
		margin: 5px 0;
	}

	.wlc-burger-panel--theme-mobile[_nghost-wlc-app-c1944798581] .wlc-btn--pwa {
		--wlc-icon-height: 1.4rem;
		width: 100%;
		margin: 20px 0 0 0;
	}

	.wlc-burger-panel--theme-mobile[_nghost-wlc-app-c1944798581] .wlc-user-stats {
		margin-bottom: 5px;
	}

	.wlc-burger-panel--theme-mobile[_nghost-wlc-app-c1944798581] .wlc-user-stats.wlc-user-stats--without-btn {
		margin-bottom: 20px;
	}

	.wlc-burger-panel--theme-mobile[_nghost-wlc-app-c1944798581] .wlc-user-info__wrp {
		display: flex;
		align-items: center;
		justify-content: space-between;
		margin: 0 0 20px 0;
	}

	.wlc-burger-panel--theme-mobile.wlc-burger-panel--theme-mod-wolf[_nghost-wlc-app-c1944798581] {
		--bp-padding: 15px;
		--bp-header-padding: 10px 0;
		width: 310px;
		max-width: 310px;
		background-color: var(--mc-bg700);
	}

	.wlc-burger-panel--theme-mobile.wlc-burger-panel--theme-mod-wolf[_nghost-wlc-app-c1944798581] .wlc-burger-panel__header {
		border-bottom: 0;
	}

	.wlc-burger-panel--theme-mobile.wlc-burger-panel--theme-mod-wolf[_nghost-wlc-app-c1944798581] .wlc-burger-panel__inner {
		padding: 0;
	}

	.wlc-burger-panel--theme-mobile.wlc-burger-panel--theme-mod-wolf[_nghost-wlc-app-c1944798581] .wlc-user-info__wrp {
		display: flex;
		flex-direction: column;
		gap: 10px;
		margin: 10px 0;
	}

	.wlc-burger-panel--theme-mobile.wlc-burger-panel--theme-mod-wolf[_nghost-wlc-app-c1944798581] .wlc-loyalty-progress {
		width: 100%;
	}

	.wlc-burger-panel--theme-mobile.wlc-burger-panel--theme-mod-wolf[_nghost-wlc-app-c1944798581] .wlc-logout {
		width: 100%;
	}

	.wlc-burger-panel--theme-mobile.wlc-burger-panel--theme-mod-wolf[_nghost-wlc-app-c1944798581] .wlc-logout .wlc-btn {
		transition: all 0.3s linear;
		display: flex;
		align-items: center;
		width: 100%;
		min-height: 40px;
		margin: 5px 0 0;
		padding: 0 15px;
		background: var(--mc-bg300);
		border-radius: 8px;
	}

	.wlc-burger-panel--theme-mobile.wlc-burger-panel--theme-mod-wolf[_nghost-wlc-app-c1944798581] .wlc-logout .wlc-btn .wlc-btn__text {
		color: var(--mc-baseMain);
		font-style: normal;
		font-weight: normal;
		font-size: 1.2rem;
		line-height: 1.45;
		flex-direction: row-reverse;
		gap: 10px;
	}

	.wlc-burger-panel--theme-mobile.wlc-burger-panel--theme-mod-wolf[_nghost-wlc-app-c1944798581] .wlc-logout .wlc-btn .wlc-btn__text svg path {
		width: 16px;
		height: 16px;
		fill: currentColor;
		stroke: none;
	}

	@media (pointer: fine) {
		.wlc-burger-panel--theme-mobile.wlc-burger-panel--theme-mod-wolf[_nghost-wlc-app-c1944798581] .wlc-logout .wlc-btn:hover {
			background: var(--mc-bg100);
		}

		.wlc-burger-panel--theme-mobile.wlc-burger-panel--theme-mod-wolf[_nghost-wlc-app-c1944798581] .wlc-logout .wlc-btn:hover .wlc-btn__text {
			color: var(--mc-baseSecond);
		}
	}

	.wlc-burger-panel[_nghost-wlc-app-c1944798581] {
		--bp-header-grid-cols: 1fr auto 1fr;
		--bp-header-padding: 20px;
		--bp-transition: 0.6s cubic-bezier(0.4, 0, 0.2, 1);
		--bp-padding: 0;
		position: absolute;
		top: 0;
		display: flex;
		flex-direction: column;
		padding: var(--bp-padding);
		color: var(--mc-baseMain);
		outline-style: none;
		box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
		visibility: hidden;
		transition: var(--bp-transition);
	}

	.wlc-burger-panel[_nghost-wlc-app-c1944798581] .wlc-burger-panel__header {
		position: relative;
		display: grid;
		grid-template-columns: var(--bp-header-grid-cols);
		align-items: center;
		padding: var(--bp-header-padding);
		color: var(--mc-baseMain);
		background: transparent;
		font-size: 1.4rem;
		font-weight: 700;
	}

	.wlc-burger-panel[_nghost-wlc-app-c1944798581] .wlc-burger-panel__header.two-columns {
		grid-template-columns: 1fr 1fr;
	}

	.wlc-burger-panel[_nghost-wlc-app-c1944798581] .wlc-burger-panel__title {
		flex: 0 0 auto;
	}

	.wlc-burger-panel[_nghost-wlc-app-c1944798581] .wlc-burger-panel__close {
		flex: 0 0 auto;
		margin: 0 0 0 auto;
		padding: 0;
		color: var(--mc-baseMain);
		background: transparent;
		opacity: 0.4;
		transition: 0.6s cubic-bezier(0.4, 0, 0.2, 1);
		-webkit-appearance: none;
		appearance: none;
		border: none;
	}

	.wlc-burger-panel[_nghost-wlc-app-c1944798581] .wlc-burger-panel__close:focus {
		outline: none;
	}

	@media (pointer: fine) {
		.wlc-burger-panel[_nghost-wlc-app-c1944798581] .wlc-burger-panel__close:hover {
			opacity: 0.8;
		}
	}

	.wlc-burger-panel[_nghost-wlc-app-c1944798581] .wlc-burger-panel__content {
		position: relative;
		flex: 1 1 auto;
		height: 100%;
		min-height: 1px;
		background: transparent;
		overflow: hidden;
	}

	.wlc-burger-panel[_nghost-wlc-app-c1944798581] .wlc-main-menu,
	.wlc-burger-panel[_nghost-wlc-app-c1944798581] .wlc-post-menu,
	.wlc-burger-panel[_nghost-wlc-app-c1944798581] .wlc-profile-menu,
	.wlc-burger-panel[_nghost-wlc-app-c1944798581] .wlc-user-stats,
	.wlc-burger-panel[_nghost-wlc-app-c1944798581] .wlc-user-info__wrp,
	.wlc-burger-panel[_nghost-wlc-app-c1944798581] .wlc-burger-panel__user-deposit {
		transform: translateZ(0);
	}

	.wlc-burger-panel[_nghost-wlc-app-c1944798581] .wlc-burger-panel__backdrop {
		position: fixed;
		top: 0;
		left: 0;
		width: 100vw;
		height: 100%;
		background: var(--mc-bg-o6);
		cursor: pointer;
	}

	.wlc-burger-panel.wlc-burger-panel--type-left-fixed[_nghost-wlc-app-c1944798581],
	.wlc-burger-panel.wlc-burger-panel--type-right-fixed[_nghost-wlc-app-c1944798581] {
		height: 100vh;
		transform: translate3d(0, 0, 0);
		will-change: width;
	}

	.wlc-burger-panel[_nghost-wlc-app-c1944798581] {
		--bp-header-grid-cols: 1fr 1fr;
	}

	.wlc-burger-panel[_nghost-wlc-app-c1944798581] .wlc-burger-panel__title {
		display: none;
	}

	.wlc-burger-panel--theme-mobile.wlc-burger-panel--type-right[_nghost-wlc-app-c1944798581] .wlc-burger-panel__header {
		margin-bottom: 8px;
		padding: 20px;
		border-bottom: 0;
	}

	.wlc-burger-panel--theme-mobile.wlc-burger-panel--type-right[_nghost-wlc-app-c1944798581] .wlc-burger-panel__header-menu .wlc-logo__image svg {
		max-height: 25px;
	}

	.wlc-burger-panel--theme-mobile.wlc-burger-panel--type-right[_nghost-wlc-app-c1944798581] .wlc-burger-panel__header .wlc-burger-panel-header-menu--theme-mod-default {
		position: relative;
		width: 32px;
		height: 32px;
	}

	.wlc-burger-panel--theme-mobile.wlc-burger-panel--type-right[_nghost-wlc-app-c1944798581] .wlc-burger-panel__header .wlc-burger-panel-header-menu--theme-mod-default:before {
		content: "";
		position: absolute;
		left: 0;
		width: 32px;
		height: 32px;
		background: url("https://kometacasino-kck.buzz/static/images/wlc/icons/categories/v2/lobby.svg") center no-repeat;
		background-size: cover;
		border-radius: 5px;
	}

	.wlc-burger-panel--theme-mobile.wlc-burger-panel--type-right[_nghost-wlc-app-c1944798581] .wlc-burger-panel__header .wlc-burger-panel-header-menu--theme-mod-default .wlc-burger-panel-header-menu__content {
		display: none;
	}

	.wlc-burger-panel--theme-mobile.wlc-burger-panel--type-right[_nghost-wlc-app-c1944798581] .wlc-burger-panel__header .wlc-menu__item--notifier {
		display: none;
	}

	.wlc-burger-panel--theme-mobile.wlc-burger-panel--type-right[_nghost-wlc-app-c1944798581] .wlc-burger-panel__inner {
		padding: 0 12px 20px 12px;
	}

	.wlc-burger-panel--theme-mobile.wlc-burger-panel--type-right[_nghost-wlc-app-c1944798581] .wlc-burger-panel__inner .wlc-btn--my-bonuses-button {
		margin: 10px auto 20px;
	}

	.wlc-burger-panel--theme-mobile.wlc-burger-panel--type-right[_nghost-wlc-app-c1944798581] .wlc-burger-panel__inner .wlc-btn--my-bonuses-button .wlc-btn__text {
		font-weight: 800;
	}

	.wlc-burger-panel--theme-mobile.wlc-burger-panel--type-right[_nghost-wlc-app-c1944798581] .wlc-user-info__wrp .wlc-user-name__email {
		display: grid;
		grid-template-columns: 40px 1fr;
	}

	.wlc-burger-panel--theme-mobile.wlc-burger-panel--type-right[_nghost-wlc-app-c1944798581] .wlc-user-info__wrp .wlc-user-name__email-value {
		padding: 0;
		font-size: 1.6rem;
	}

	.wlc-burger-panel--theme-mobile.wlc-burger-panel--type-right[_nghost-wlc-app-c1944798581] .wlc-user-stats--theme-default {
		margin: 0 0 10px;
	}

	.wlc-burger-panel--theme-mobile.wlc-burger-panel--type-right[_nghost-wlc-app-c1944798581] .wlc-user-stats--theme-default .wlc-user-stats__content .wlc-user-stats-balance {
		padding: 5px 0;
		background: transparent;
	}

	.wlc-burger-panel--theme-mobile.wlc-burger-panel--type-right[_nghost-wlc-app-c1944798581] .wlc-user-stats--theme-default .wlc-user-stats__content .wlc-btn-deposit {
		margin: 10px auto 20px !important;
		background: var(--mc-main);
		border: none;
	}

	@media (pointer: fine) {
		.wlc-burger-panel--theme-mobile.wlc-burger-panel--type-right[_nghost-wlc-app-c1944798581] .wlc-user-stats--theme-default .wlc-user-stats__content .wlc-btn-deposit:hover {
			background: var(--mc-main-l20);
			border: none;
		}
	}

	.wlc-burger-panel--theme-mobile.wlc-burger-panel--type-right[_nghost-wlc-app-c1944798581] .wlc-user-stats--theme-columns .wlc-user-stats__content .wlc-user-stats-balance {
		margin-top: 8px;
	}

	.wlc-burger-panel--theme-mobile.wlc-burger-panel--type-right[_nghost-wlc-app-c1944798581] .wlc-loyalty-progress--theme-default {
		margin-bottom: 8px;
	}

	.wlc-burger-panel--theme-mobile.wlc-burger-panel--type-right[_nghost-wlc-app-c1944798581] .wlc-logout--theme-default .wlc-btn {
		align-items: center;
		width: 100%;
		min-height: 40px;
		margin-top: 5px;
		padding: 0 19px;
	}

	.wlc-burger-panel--theme-mobile.wlc-burger-panel--type-right[_nghost-wlc-app-c1944798581] .wlc-logout--theme-default .wlc-btn .wlc-btn__text {
		font-weight: 600;
		text-transform: none;
	}

	.wlc-burger-panel--theme-mobile.wlc-burger-panel--type-right[_nghost-wlc-app-c1944798581] .wlc-logout--theme-default .wlc-btn .wlc-icon {
		display: none;
	}

	.wlc-burger-panel--theme-mobile.wlc-burger-panel--type-right[_nghost-wlc-app-c1944798581] .wlc-profile-menu--theme-wolf.wlc-profile-menu--type-dropdown.wlc-profile-menu--theme-mod-vertical .wlc-menu .wlc-menu__link.active {
		line-height: 1.2rem;
	}

	.wlc-burger-panel--theme-mobile.wlc-burger-panel--type-right[_nghost-wlc-app-c1944798581] .wlc-user-name--theme-wolf .wlc-user-name__user-level {
		display: block;
	}

	.wlc-burger-panel--theme-mobile.wlc-burger-panel--type-right[_nghost-wlc-app-c1944798581] .wlc-loyalty-block {
		width: 100%;
		padding: 0;
		background: transparent;
		border-radius: 0;
	}

	.wlc-burger-panel--theme-mobile.wlc-burger-panel--type-right[_nghost-wlc-app-c1944798581] .wlc-loyalty-block .wlc-loyalty-block__user-name,
	.wlc-burger-panel--theme-mobile.wlc-burger-panel--type-right[_nghost-wlc-app-c1944798581] .wlc-loyalty-block .wlc-loyalty-block__all,
	.wlc-burger-panel--theme-mobile.wlc-burger-panel--type-right[_nghost-wlc-app-c1944798581] .wlc-loyalty-block .wlc-icon {
		display: none;
	}

	.wlc-burger-panel--theme-left.wlc-burger-panel--theme-mod-wolf.wlc-burger-panel--view-expanded[_nghost-wlc-app-c1944798581] .wlc-language-selector--theme-wolf .wlc-language-selector__icon .wlc-icon-content {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 24px;
		height: 24px;
		border-radius: 4px;
	}

	.wlc-burger-panel--theme-left.wlc-burger-panel--theme-mod-wolf.wlc-burger-panel--view-expanded[_nghost-wlc-app-c1944798581] .wlc-panel-menu--theme-wolf .wlc-panel-menu__content .wlc-menu .wlc-menu__item .wlc-menu__link .wlc-menu__icon {
		width: 24px;
		height: 24px;
	}

	.wlc-burger-panel--theme-left.wlc-burger-panel--theme-mod-wolf.wlc-burger-panel--view-expanded[_nghost-wlc-app-c1944798581] .wlc-panel-menu--theme-wolf .wlc-panel-menu__content .wlc-menu .wlc-menu__item .wlc-menu__link .wlc-menu__icon .wlc-icon-content {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 24px;
		height: 24px;
		border-radius: 4px;
	}

	.wlc-burger-panel--theme-left.wlc-burger-panel--theme-mod-wolf.wlc-burger-panel--view-expanded[_nghost-wlc-app-c1944798581] .wlc-panel-menu--theme-wolf .wlc-panel-menu__content .wlc-menu .wlc-menu__item .wlc-menu__link .wlc-menu__icon img.wlc-icon-content {
		width: 16px;
		height: 16px;
	}

	.wlc-burger-panel--theme-left.wlc-burger-panel--theme-mod-wolf.wlc-burger-panel--view-compact[_nghost-wlc-app-c1944798581] .wlc-panel-menu--theme-wolf.wlc-panel-menu--type-default .wlc-panel-menu__content .wlc-menu .wlc-menu__item .wlc-menu__link {
		align-items: center;
	}

	.wlc-burger-panel--theme-left.wlc-burger-panel--theme-mod-wolf.wlc-burger-panel--view-compact[_nghost-wlc-app-c1944798581] .wlc-panel-menu--theme-wolf.wlc-panel-menu--type-default .wlc-panel-menu__content .wlc-menu .wlc-menu__item .wlc-menu__link .wlc-menu__icon img.wlc-icon-content {
		width: 16px;
		height: 16px;
	}

	.wlc-burger-panel--theme-left.wlc-burger-panel--theme-mod-wolf.wlc-burger-panel--view-compact[_nghost-wlc-app-c1944798581] .wlc-panel-menu--theme-wolf.wlc-panel-menu--compact .wlc-panel-menu__content .wlc-menu .wlc-menu__item .wlc-menu__link {
		align-items: stretch;
		justify-content: stretch;
	}

	.wlc-burger-panel--theme-left.wlc-burger-panel--theme-mod-wolf.wlc-burger-panel--view-compact[_nghost-wlc-app-c1944798581] .wlc-panel-menu--theme-wolf.wlc-panel-menu--compact .wlc-panel-menu__content .wlc-menu .wlc-menu__item .wlc-menu__link .wlc-menu__icon img.wlc-icon-content {
		width: 16px;
		height: 16px;
	}

	.wlc-burger-panel--theme-left.wlc-burger-panel--theme-mod-wolf.wlc-burger-panel--view-compact[_nghost-wlc-app-c1944798581] .wlc-panel-menu--theme-wolf.wlc-panel-menu--compact .wlc-panel-menu__content .wlc-menu__submenu--hover .wlc-menu__list .wlc-menu__item .wlc-menu__link {
		align-items: center;
	}

	.wlc-burger-panel--theme-left.wlc-burger-panel--theme-mod-wolf[_nghost-wlc-app-c1944798581] .wlc-burger-panel__close {
		width: 25px;
		height: 25px;
	}


	.wlc-scrollbar--theme-default[class][_nghost-wlc-app-c264346179] {
		overflow-y: auto;
		overflow-x: hidden;
		overscroll-behavior: contain;
		scroll-behavior: smooth;
	}

	.wlc-scrollbar--theme-default[class][_nghost-wlc-app-c264346179]::-webkit-scrollbar {
		width: 5px;
	}

	.wlc-scrollbar--theme-default[class][_nghost-wlc-app-c264346179]::-webkit-scrollbar-track {
		margin: 5px;
		background: var(--mc-bg700);
		border-radius: 10px;
	}

	.wlc-scrollbar--theme-default[class][_nghost-wlc-app-c264346179]::-webkit-scrollbar-thumb {
		background: var(--mc-bg100);
		border-radius: 10px;
	}


	.wlc-icon svg,
	.wlc-icon img {
		width: var(--wlc-icon-width);
		height: var(--wlc-icon-height);
		overflow: visible;
	}

	.wlc-icon-spin {
		animation: loadingCircle 1s linear infinite;
	}

	.wlc-icon-fill-mc-main {
		fill: var(--mc-main, #75e6ff);
	}

	.wlc-icon-fill-mc-secondary {
		fill: var(--mc-secondary, #7fb8ff);
	}

	.wlc-icon-fill-mc-baseMain {
		fill: var(--mc-baseMain, #ffffff);
	}

	.wlc-icon-fill-mc-baseContrast {
		fill: var(--mc-baseContrast, #000);
	}

	.wlc-icon-fill-mc-buttonColor {
		fill: var(--mc-buttonColor, linear-gradient(32.86deg, #ff00e5 0%, #ff008a 100%));
	}

	.wlc-icon-fill-mc-baseOpacity {
		fill: var(--mc-baseOpacity, rgba(255, 255, 255, 0.1));
	}

	.wlc-icon-fill-mc-bg100 {
		fill: var(--mc-bg100, #364a7d);
	}

	.wlc-icon-fill-mc-bg300 {
		fill: var(--mc-bg300, #303e64);
	}

	.wlc-icon-fill-mc-bg500 {
		fill: var(--mc-bg500, #232e4a);
	}

	.wlc-icon-fill-mc-bg700 {
		fill: var(--mc-bg700, #0f1127);
	}

	.wlc-icon-fill-mc-bg {
		fill: var(--mc-bg, #060727);
	}

	.wlc-icon-fill-mc-bgModal {
		fill: var(--mc-bgModal, linear-gradient(171.29deg, #050311 0%, #060727 100%));
	}

	.wlc-icon-fill-mc-elementsColor {
		fill: var(--mc-elementsColor, #c4c4c4);
	}

	.wlc-icon-fill-mc-error {
		fill: var(--mc-error, #dd4747);
	}

	.wlc-icon-fill-mc-success {
		fill: var(--mc-success, #279500);
	}

	.wlc-icon-fill-mc-warning {
		fill: var(--mc-warning, #ff5811);
	}

	.wlc-icon-fill-mc-disabled {
		fill: var(--mc-disabled, #454c60);
	}

	.wlc-icon-fill-mc-black {
		fill: var(--mc-black, #010100);
	}

	.wlc-icon-fill-mc-baseSecond {
		fill: var(--mc-baseSecond, #cad4ee);
	}

	.wlc-icon-fill-mc-baseThird {
		fill: var(--mc-baseThird, #ffffff);
	}

	.wlc-icon-fill-mc-buttonText {
		fill: var(--mc-buttonText);
	}

	.wlc-icon-fill-mc-telegramBannerGradient {
		fill: var(--mc-telegramBannerGradient, linear-gradient(180deg, #60bfef 0%, #0194fe 100%));
	}

	.wlc-icon-fill-mc-buttonGradient {
		fill: var(--mc-buttonGradient, linear-gradient(180deg, #75e6ff 0%, #75e6ff 0.01%, #878bff 100%));
	}

	.wlc-icon-fill-mc-buttonHighlightGradient {
		fill: var(--mc-buttonHighlightGradient, linear-gradient(32.86deg, #ff00e5 0%, #ff008a 100%));
	}

	.wlc-icon-fill-mc-textGradient {
		fill: var(--mc-textGradient, linear-gradient(180deg, #75e6ff 0%, #75e6ff 0.01%, #878bff 100%));
	}

	.wlc-icon-fill-mc-buttonShadow {
		fill: var(--mc-buttonShadow, 0 0 15px 0 #7dbeff);
	}

	.wlc-icon-fill-mc-labelBorder {
		fill: var(--mc-labelBorder, #19040d);
	}

	.wlc-icon-fill-mc-footerText {
		fill: var(--mc-footerText, #7a7a7a);
	}

	.wlc-icon-fill-mc-footerLicense {
		fill: var(--mc-footerLicense, #3fbeb7);
	}

	.wlc-icon-fill-mc-borderGradient {
		fill: var(--mc-borderGradient, linear-gradient(181.07deg, rgba(125, 191, 255, 0) 0%, rgba(125, 191, 255, 0.3) 52.73%, rgba(125, 191, 255, 0) 99.69%));
	}

	.wlc-icon-fill-mc-borderGradientHorizontal {
		fill: var(--mc-borderGradientHorizontal, linear-gradient(0.25turn, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0)));
	}

	.wlc-icon-fill-mc-descColor {
		fill: var(--mc-descColor, #8d8d8d);
	}

	.wlc-icon-fill-mc-streamGradient {
		fill: var(--mc-streamGradient, linear-gradient(87deg, #ff0086 -6.85%, #d40055 103.85%));
	}

	.wlc-icon-fill-mc-baseMainNew {
		fill: var(--mc-baseMainNew, #7b809a);
	}

	.wlc-icon-fill-mc-providerColor {
		fill: var(--mc-providerColor, #737490);
	}

	@keyframes loadingCircle {
		100% {
			transform: rotate(360deg);
		}
	}

	<meta name="keywords" content="" /><meta property="og:keywords" content="" /><meta property="og:image" content="" />.wlc-tooltip-wolf {
		margin: 0 10px;
	}

	.wlc-tooltip-wolf .tooltip-inner {
		padding: 5px 10px;
	}

	.wlc-panel-menu--theme-wolf[_nghost-wlc-app-c2072812421] {
		--pm-menu-margin: ;
		--pm-menu-info-margin: ;
		--pm-link-background: transparent;
		--pm-dropdown-link-background: transparent;
		--pm-dropdown-active-icon-fill: var(--mc-baseMain);
		--pm-link-padding: 0 12px;
		--pm-link-icon-margin: 0 10px 0 0;
		--pm-link-arrow: block;
		--pm-link-justify-content: start;
		--pm-link-hover: var(--mc-bg300);
		--pm-link-text-display: block;
		--pm-icon-width: auto;
		--pm-link-icon-width: 16px;
		--pm-link-icon-width: 16px;
	}

	.wlc-panel-menu--theme-wolf.wlc-panel-menu--compact[_nghost-wlc-app-c2072812421] {
		--pm-menu-margin: ;
		--pm-menu-info-margin: ;
		--pm-link-background: none;
		--pm-dropdown-link-background: none;
		--pm-dropdown-active-icon-fill: var(--mc-baseMain);
		--pm-link-padding: 0;
		--pm-link-icon-margin: 0;
		--pm-link-arrow: none;
		--pm-link-justify-content: center;
		--pm-link-hover: none;
		--pm-link-text-display: none;
		--pm-icon-width: 100%;
	}

	.wlc-panel-menu--theme-wolf.wlc-panel-menu--type-info[_nghost-wlc-app-c2072812421] {
		margin: var(--pm-menu-info-margin);
	}

	.wlc-panel-menu--theme-wolf[_nghost-wlc-app-c2072812421] .wlc-panel-menu__content[_ngcontent-wlc-app-c2072812421] .wlc-icon {
		width: var(--pm-icon-width);
	}

	.wlc-panel-menu--theme-wolf[_nghost-wlc-app-c2072812421] .wlc-panel-menu__content[_ngcontent-wlc-app-c2072812421] .wlc-icon img,
	.wlc-panel-menu--theme-wolf[_nghost-wlc-app-c2072812421] .wlc-panel-menu__content[_ngcontent-wlc-app-c2072812421] .wlc-icon svg {
		display: block;
		max-width: 100%;
		max-height: 100%;
	}

	.wlc-panel-menu--theme-wolf[_nghost-wlc-app-c2072812421] .wlc-panel-menu__content[_ngcontent-wlc-app-c2072812421] .wlc-icon svg path,
	.wlc-panel-menu--theme-wolf[_nghost-wlc-app-c2072812421] .wlc-panel-menu__content[_ngcontent-wlc-app-c2072812421] .wlc-icon svg {
		fill: var(--mc-baseMain);
	}

	.wlc-panel-menu--theme-wolf[_nghost-wlc-app-c2072812421] .wlc-panel-menu__content[_ngcontent-wlc-app-c2072812421] .wlc-menu {
		display: grid;
		gap: 10px;
	}

	.wlc-panel-menu--theme-wolf[_nghost-wlc-app-c2072812421] .wlc-panel-menu__content[_ngcontent-wlc-app-c2072812421] .wlc-menu .wlc-menu__item .wlc-menu__link {
		transition: all 0.3s linear;
		color: var(--mc-baseMain);
		font-style: normal;
		font-weight: normal;
		font-size: 1.4rem;
		line-height: 1.45;
		display: flex;
		justify-content: var(--pm-link-justify-content);
		min-height: auto;
		padding: var(--pm-link-padding);
		background: var(--pm-link-background);
		border-radius: 10px;
	}

	.wlc-panel-menu--theme-wolf[_nghost-wlc-app-c2072812421] .wlc-panel-menu__content[_ngcontent-wlc-app-c2072812421] .wlc-menu .wlc-menu__item .wlc-menu__link.active {
		color: var(--mc-baseMain);
		background: var(--mc-bg100-o4);
	}

	.wlc-panel-menu--theme-wolf[_nghost-wlc-app-c2072812421] .wlc-panel-menu__content[_ngcontent-wlc-app-c2072812421] .wlc-menu .wlc-menu__item .wlc-menu__link.active svg path,
	.wlc-panel-menu--theme-wolf[_nghost-wlc-app-c2072812421] .wlc-panel-menu__content[_ngcontent-wlc-app-c2072812421] .wlc-menu .wlc-menu__item .wlc-menu__link.active svg {
		fill: var(--mc-baseMain);
	}

	.wlc-panel-menu--theme-wolf[_nghost-wlc-app-c2072812421] .wlc-panel-menu__content[_ngcontent-wlc-app-c2072812421] .wlc-menu .wlc-menu__item .wlc-menu__link svg path,
	.wlc-panel-menu--theme-wolf[_nghost-wlc-app-c2072812421] .wlc-panel-menu__content[_ngcontent-wlc-app-c2072812421] .wlc-menu .wlc-menu__item .wlc-menu__link svg {
		width: 16px;
		height: 16px;
	}

	.wlc-panel-menu--theme-wolf[_nghost-wlc-app-c2072812421] .wlc-panel-menu__content[_ngcontent-wlc-app-c2072812421] .wlc-menu .wlc-menu__item .wlc-menu__link .wlc-menu__icon {
		display: inherit;
		flex: 0 0 auto;
		margin: var(--pm-link-icon-margin);
	}

	.wlc-panel-menu--theme-wolf[_nghost-wlc-app-c2072812421] .wlc-panel-menu__content[_ngcontent-wlc-app-c2072812421] .wlc-menu .wlc-menu__item .wlc-menu__link .wlc-menu__icon-arrow {
		display: var(--pm-link-arrow);
		margin-left: auto;
	}

	.wlc-panel-menu--theme-wolf[_nghost-wlc-app-c2072812421] .wlc-panel-menu__content[_ngcontent-wlc-app-c2072812421] .wlc-menu .wlc-menu__item .wlc-menu__link .wlc-menu__icon-arrow svg {
		width: auto;
		height: auto;
	}

	@media (pointer: fine) {
		.wlc-panel-menu--theme-wolf[_nghost-wlc-app-c2072812421] .wlc-panel-menu__content[_ngcontent-wlc-app-c2072812421] .wlc-menu .wlc-menu__item .wlc-menu__link:hover {
			color: var(--mc-baseMain);
			background: var(--pm-link-hover);
		}
	}

	.wlc-panel-menu--theme-wolf[_nghost-wlc-app-c2072812421] .wlc-panel-menu__content[_ngcontent-wlc-app-c2072812421] .wlc-menu .wlc-menu__item--dropdown {
		position: relative;
	}

	@media (pointer: fine) {
		.wlc-panel-menu--theme-wolf[_nghost-wlc-app-c2072812421] .wlc-panel-menu__content[_ngcontent-wlc-app-c2072812421] .wlc-menu .wlc-menu__item--dropdown:hover .wlc-menu__submenu--hover {
			display: block;
		}
	}

	.wlc-panel-menu--theme-wolf[_nghost-wlc-app-c2072812421] .wlc-panel-menu__content[_ngcontent-wlc-app-c2072812421] .wlc-menu .wlc-menu__item--dropdown.active {
		border-radius: 10px;
	}

	.wlc-panel-menu--theme-wolf[_nghost-wlc-app-c2072812421] .wlc-panel-menu__content[_ngcontent-wlc-app-c2072812421] .wlc-menu .wlc-menu__item--dropdown.active.wlc-menu__item>.wlc-menu__link {
		background: var(--pm-dropdown-link-background);
		border-bottom-left-radius: 0;
		border-bottom-right-radius: 0;
	}

	.wlc-panel-menu--theme-wolf[_nghost-wlc-app-c2072812421] .wlc-panel-menu__content[_ngcontent-wlc-app-c2072812421] .wlc-menu .wlc-menu__item--dropdown.active.wlc-menu__item>.wlc-menu__link svg path,
	.wlc-panel-menu--theme-wolf[_nghost-wlc-app-c2072812421] .wlc-panel-menu__content[_ngcontent-wlc-app-c2072812421] .wlc-menu .wlc-menu__item--dropdown.active.wlc-menu__item>.wlc-menu__link svg {
		fill: var(--pm-dropdown-active-icon-fill);
	}

	.wlc-panel-menu--theme-wolf[_nghost-wlc-app-c2072812421] .wlc-panel-menu__content[_ngcontent-wlc-app-c2072812421] .wlc-menu .wlc-menu__item--dropdown.active .wlc-menu__icon-arrow {
		transform: rotate(180deg);
	}

	.wlc-panel-menu--theme-wolf[_nghost-wlc-app-c2072812421] .wlc-panel-menu__content[_ngcontent-wlc-app-c2072812421] .wlc-menu .wlc-menu__item--dropdown.active .wlc-menu__icon-arrow svg path,
	.wlc-panel-menu--theme-wolf[_nghost-wlc-app-c2072812421] .wlc-panel-menu__content[_ngcontent-wlc-app-c2072812421] .wlc-menu .wlc-menu__item--dropdown.active .wlc-menu__icon-arrow svg {
		fill: var(--mc-baseMain);
	}

	.wlc-panel-menu--theme-wolf[_nghost-wlc-app-c2072812421] .wlc-panel-menu__content[_ngcontent-wlc-app-c2072812421] .wlc-menu .wlc-menu__item--dropdown.active .wlc-menu__submenu {
		gap: 10px;
		padding: 4px;
	}

	.wlc-panel-menu--theme-wolf[_nghost-wlc-app-c2072812421] .wlc-panel-menu__content[_ngcontent-wlc-app-c2072812421] .wlc-menu .wlc-menu__item--dropdown.active .wlc-menu__submenu .wlc-menu__link {
		background: transparent;
	}

	.wlc-panel-menu--theme-wolf[_nghost-wlc-app-c2072812421] .wlc-panel-menu__content[_ngcontent-wlc-app-c2072812421] .wlc-menu .wlc-menu__item--dropdown.active .wlc-menu__submenu .wlc-menu__link.active {
		color: var(--mc-main);
		background: transparent;
		border-radius: 10px;
	}

	@media (pointer: fine) {
		.wlc-panel-menu--theme-wolf[_nghost-wlc-app-c2072812421] .wlc-panel-menu__content[_ngcontent-wlc-app-c2072812421] .wlc-menu .wlc-menu__item--dropdown.active .wlc-menu__submenu .wlc-menu__link:hover {
			color: var(--mc-baseMainNew);
			background: transparent;
			border-radius: 10px;
		}
	}

	.wlc-panel-menu--theme-wolf[_nghost-wlc-app-c2072812421] .wlc-panel-menu__content[_ngcontent-wlc-app-c2072812421] .wlc-menu .wlc-menu__item--dropdown.active .wlc-menu__submenu .wlc-menu__icon {
		margin: 0 10px 0 0;
	}

	.wlc-panel-menu--theme-wolf[_nghost-wlc-app-c2072812421] .wlc-panel-menu__content[_ngcontent-wlc-app-c2072812421] .wlc-menu .wlc-menu__item .wlc-menu__submenu {
		display: grid;
		overflow: hidden;
		margin: 0;
		padding-right: 4px;
		padding-left: 4px;
		background: var(--pm-dropdown-link-background);
		border-top-left-radius: 0;
		border-top-right-radius: 0;
		border-bottom-left-radius: 10px;
		border-bottom-right-radius: 10px;
	}

	.wlc-panel-menu--theme-wolf[_nghost-wlc-app-c2072812421] .wlc-panel-menu__content[_ngcontent-wlc-app-c2072812421] .wlc-menu .wlc-menu__item .wlc-menu__submenu .wlc-menu__item .wlc-menu__link {
		padding: 0 10px 0 14px;
		word-break: break-all;
		background: none;
		border-radius: 0;
	}

	.wlc-panel-menu--theme-wolf[_nghost-wlc-app-c2072812421] .wlc-panel-menu__content[_ngcontent-wlc-app-c2072812421] .wlc-menu__submenu--hover {
		position: absolute;
		top: 0;
		left: 48px;
		display: none;
		width: min-content;
		min-width: 160px;
		padding: 0 0 0 10px;
	}

	.wlc-panel-menu--theme-wolf[_nghost-wlc-app-c2072812421] .wlc-panel-menu__content[_ngcontent-wlc-app-c2072812421] .wlc-menu__submenu--hover .wlc-menu__list {
		background: var(--mc-bg700);
		border-radius: 10px;
		overscroll-behavior: contain;
	}

	.wlc-panel-menu--theme-wolf[_nghost-wlc-app-c2072812421] .wlc-panel-menu__content[_ngcontent-wlc-app-c2072812421] .wlc-menu__submenu--hover .wlc-menu__list::-webkit-scrollbar {
		width: 5px;
	}

	.wlc-panel-menu--theme-wolf[_nghost-wlc-app-c2072812421] .wlc-panel-menu__content[_ngcontent-wlc-app-c2072812421] .wlc-menu__submenu--hover .wlc-menu__list::-webkit-scrollbar-track {
		margin: 5px;
		background: var(--mc-bg300);
		border-radius: 10px;
	}

	.wlc-panel-menu--theme-wolf[_nghost-wlc-app-c2072812421] .wlc-panel-menu__content[_ngcontent-wlc-app-c2072812421] .wlc-menu__submenu--hover .wlc-menu__list::-webkit-scrollbar-thumb {
		background: var(--mc-bg100);
		border-radius: 10px;
	}

	.wlc-panel-menu--theme-wolf[_nghost-wlc-app-c2072812421] .wlc-panel-menu__content[_ngcontent-wlc-app-c2072812421] .wlc-menu__submenu--hover .wlc-menu__list .wlc-menu__item {
		position: relative;
		padding: 5px;
	}

	.wlc-panel-menu--theme-wolf[_nghost-wlc-app-c2072812421] .wlc-panel-menu__content[_ngcontent-wlc-app-c2072812421] .wlc-menu__submenu--hover .wlc-menu__list .wlc-menu__item:first-child:before {
		content: "";
		position: absolute;
		top: 20px;
		left: -5px;
		border-right: 10px solid transparent;
		border-bottom: 10px solid var(--mc-bg700);
		transform: rotate(45deg);
	}

	.wlc-panel-menu--theme-wolf[_nghost-wlc-app-c2072812421] .wlc-panel-menu__content[_ngcontent-wlc-app-c2072812421] .wlc-menu__submenu--hover .wlc-menu__list .wlc-menu__link {
		align-items: center;
		justify-content: start;
		padding: 15px 10px;
		background: none;
		border-radius: 10px;
	}

	.wlc-panel-menu--theme-wolf[_nghost-wlc-app-c2072812421] .wlc-panel-menu__content[_ngcontent-wlc-app-c2072812421] .wlc-menu__submenu--hover .wlc-menu__list .wlc-menu__link .wlc-menu__icon {
		width: 16px;
		height: 16px;
		margin: 0 10px 0 0;
	}

	.wlc-panel-menu--theme-wolf[_nghost-wlc-app-c2072812421] .wlc-panel-menu__content[_ngcontent-wlc-app-c2072812421] .wlc-menu__submenu--hover .wlc-menu__list .wlc-menu__link.active {
		background: var(--mc-bg100-o4);
	}

	@media (pointer: fine) {
		.wlc-panel-menu--theme-wolf[_nghost-wlc-app-c2072812421] .wlc-panel-menu__content[_ngcontent-wlc-app-c2072812421] .wlc-menu__submenu--hover .wlc-menu__list .wlc-menu__link.active:hover {
			background: var(--mc-bg300);
		}
	}

	@media (pointer: fine) {
		.wlc-panel-menu--theme-wolf[_nghost-wlc-app-c2072812421] .wlc-panel-menu__content[_ngcontent-wlc-app-c2072812421] .wlc-menu__submenu--hover .wlc-menu__list .wlc-menu__link:hover {
			background: var(--mc-bg300);
		}
	}

	.wlc-panel-menu--theme-wolf[_nghost-wlc-app-c2072812421] .wlc-panel-menu__content[_ngcontent-wlc-app-c2072812421] .wlc-menu__submenu--hover .wlc-menu__list .wlc-menu__link-text {
		display: block;
	}

	.wlc-panel-menu--theme-wolf[_nghost-wlc-app-c2072812421] .wlc-panel-menu__content[_ngcontent-wlc-app-c2072812421] .wlc-menu .wlc-menu__item--dropdown .wlc-menu__submenu .wlc-menu__item {
		position: relative;
		padding: 0 4px;
	}

	.wlc-panel-menu--theme-wolf[_nghost-wlc-app-c2072812421] .wlc-panel-menu__content[_ngcontent-wlc-app-c2072812421] .wlc-menu .wlc-menu__item--dropdown .wlc-menu__submenu .wlc-menu__item:not(:last-child):after {
		content: "";
		position: absolute;
		right: 6px;
		bottom: -5px;
		left: 6px;
		height: 1px;
		background: rgba(115, 116, 144, 0.2);
	}

	.wlc-panel-menu--theme-wolf[_nghost-wlc-app-c2072812421] .wlc-panel-menu__content[_ngcontent-wlc-app-c2072812421] .wlc-menu .wlc-menu__item--dropdown .wlc-menu__submenu .wlc-menu__icon .wlc-icon-content {
		width: 16px;
		margin-left: 0;
	}

	.wlc-panel-menu--theme-wolf[_nghost-wlc-app-c2072812421] .wlc-panel-menu__content[_ngcontent-wlc-app-c2072812421] .wlc-menu .wlc-menu__item--dropdown.active {
		background: var(--mc-bgModal);
	}

	.wlc-panel-menu--theme-wolf[_nghost-wlc-app-c2072812421] .wlc-panel-menu__content[_ngcontent-wlc-app-c2072812421] .wlc-menu .wlc-menu__item--dropdown.active .wlc-menu__submenu .wlc-menu__link {
		color: var(--mc-baseMainNew);
	}

	.wlc-panel-menu--theme-wolf[_nghost-wlc-app-c2072812421] .wlc-panel-menu__content[_ngcontent-wlc-app-c2072812421] .wlc-menu .wlc-menu__item--dropdown.active .wlc-menu__submenu .wlc-menu__link.active {
		color: var(--mc-main);
		border-radius: 0;
	}

	.wlc-panel-menu--theme-wolf[_nghost-wlc-app-c2072812421] .wlc-panel-menu__content[_ngcontent-wlc-app-c2072812421] .wlc-menu .wlc-menu__item--dropdown.active .wlc-menu__submenu .wlc-menu__link.active svg,
	.wlc-panel-menu--theme-wolf[_nghost-wlc-app-c2072812421] .wlc-panel-menu__content[_ngcontent-wlc-app-c2072812421] .wlc-menu .wlc-menu__item--dropdown.active .wlc-menu__submenu .wlc-menu__link.active svg path {
		fill: var(--mc-main);
	}

	.wlc-panel-menu--theme-wolf[_nghost-wlc-app-c2072812421] .wlc-panel-menu__content[_ngcontent-wlc-app-c2072812421] .wlc-menu .wlc-menu__item--dropdown.active .wlc-menu__submenu .wlc-menu__link.active:hover {
		color: var(--mc-main);
	}

	.wlc-panel-menu--theme-wolf[_nghost-wlc-app-c2072812421] .wlc-panel-menu__content[_ngcontent-wlc-app-c2072812421] .wlc-menu .wlc-menu__item--dropdown.active .wlc-menu__submenu .wlc-menu__link:hover {
		color: var(--mc-baseMainNew);
		border-radius: 0;
	}

	.wlc-panel-menu--theme-wolf[_nghost-wlc-app-c2072812421] .wlc-panel-menu__content[_ngcontent-wlc-app-c2072812421] .wlc-menu .wlc-menu__item--dropdown.active .wlc-menu__submenu .wlc-menu__icon svg,
	.wlc-panel-menu--theme-wolf[_nghost-wlc-app-c2072812421] .wlc-panel-menu__content[_ngcontent-wlc-app-c2072812421] .wlc-menu .wlc-menu__item--dropdown.active .wlc-menu__submenu .wlc-menu__icon svg path {
		fill: var(--mc-baseMainNew);
	}

	.wlc-panel-menu--theme-wolf[_nghost-wlc-app-c2072812421] .wlc-panel-menu__content[_ngcontent-wlc-app-c2072812421] .wlc-menu .wlc-menu__item--dropdown.active>.wlc-menu__link {
		background-color: #0f0e1f !important;
		border-radius: 10px !important;
	}

	.wlc-panel-menu--theme-wolf[_nghost-wlc-app-c2072812421] .wlc-panel-menu__content[_ngcontent-wlc-app-c2072812421] .wlc-menu .wlc-menu__item .wlc-menu__link {
		min-height: 40px;
	}

	.wlc-panel-menu--theme-wolf[_nghost-wlc-app-c2072812421] .wlc-panel-menu__content[_ngcontent-wlc-app-c2072812421] .wlc-menu .wlc-menu__item .wlc-menu__link .wlc-menu__link-text {
		font-weight: 600;
		text-decoration: none !important;
	}

	.wlc-panel-menu--theme-wolf[_nghost-wlc-app-c2072812421] .wlc-panel-menu__content[_ngcontent-wlc-app-c2072812421] .wlc-menu .wlc-menu__item .wlc-menu__link svg path,
	.wlc-panel-menu--theme-wolf[_nghost-wlc-app-c2072812421] .wlc-panel-menu__content[_ngcontent-wlc-app-c2072812421] .wlc-menu .wlc-menu__item .wlc-menu__link svg {
		transition: all 0.3s;
	}

	@media (pointer: fine) {
		.wlc-panel-menu--theme-wolf[_nghost-wlc-app-c2072812421] .wlc-panel-menu__content[_ngcontent-wlc-app-c2072812421] .wlc-menu .wlc-menu__link:hover {
			cursor: pointer;
		}
	}

	.wlc-panel-menu--theme-wolf.wlc-panel-menu--compact[_nghost-wlc-app-c2072812421] .wlc-panel-menu__content[_ngcontent-wlc-app-c2072812421] .wlc-menu .wlc-menu__item {
		padding: 0 4px;
	}

	.wlc-panel-menu--theme-wolf.wlc-panel-menu--compact[_nghost-wlc-app-c2072812421] .wlc-panel-menu__content[_ngcontent-wlc-app-c2072812421] .wlc-menu .wlc-menu__item--dropdown.active {
		background: transparent;
	}

	.wlc-panel-menu--theme-wolf.wlc-panel-menu--compact[_nghost-wlc-app-c2072812421] .wlc-panel-menu__content[_ngcontent-wlc-app-c2072812421] .wlc-menu .wlc-menu__item--dropdown.active>.wlc-menu__link {
		background: var(--mc-bg300) !important;
	}

	.wlc-panel-menu--theme-wolf.wlc-panel-menu--compact[_nghost-wlc-app-c2072812421] .wlc-panel-menu__content[_ngcontent-wlc-app-c2072812421] .wlc-menu .wlc-menu__item .wlc-menu__link {
		color: var(--mc-baseMainNew);
	}

	.wlc-panel-menu--theme-wolf.wlc-panel-menu--compact[_nghost-wlc-app-c2072812421] .wlc-panel-menu__content[_ngcontent-wlc-app-c2072812421] .wlc-menu .wlc-menu__item .wlc-menu__link.active {
		color: var(--mc-baseMain);
		background: var(--mc-bg300);
	}

	.wlc-panel-menu--theme-wolf.wlc-panel-menu--compact[_nghost-wlc-app-c2072812421] .wlc-panel-menu__content[_ngcontent-wlc-app-c2072812421] .wlc-menu .wlc-menu__item .wlc-menu__link.active svg path,
	.wlc-panel-menu--theme-wolf.wlc-panel-menu--compact[_nghost-wlc-app-c2072812421] .wlc-panel-menu__content[_ngcontent-wlc-app-c2072812421] .wlc-menu .wlc-menu__item .wlc-menu__link.active svg {
		fill: var(--mc-baseMain);
	}

	@media (pointer: fine) {
		.wlc-panel-menu--theme-wolf.wlc-panel-menu--compact[_nghost-wlc-app-c2072812421] .wlc-panel-menu__content[_ngcontent-wlc-app-c2072812421] .wlc-menu .wlc-menu__item .wlc-menu__link:hover {
			color: var(--mc-baseMain);
			background: var(--mc-bg300) !important;
		}

		.wlc-panel-menu--theme-wolf.wlc-panel-menu--compact[_nghost-wlc-app-c2072812421] .wlc-panel-menu__content[_ngcontent-wlc-app-c2072812421] .wlc-menu .wlc-menu__item .wlc-menu__link:hover svg path,
		.wlc-panel-menu--theme-wolf.wlc-panel-menu--compact[_nghost-wlc-app-c2072812421] .wlc-panel-menu__content[_ngcontent-wlc-app-c2072812421] .wlc-menu .wlc-menu__item .wlc-menu__link:hover svg {
			fill: var(--mc-baseMain);
		}
	}

	.wlc-panel-menu--theme-wolf.wlc-panel-menu--compact[_nghost-wlc-app-c2072812421] .wlc-panel-menu__content[_ngcontent-wlc-app-c2072812421] .wlc-icon svg {
		fill: currentColor;
	}

	.wlc-panel-menu--theme-wolf.wlc-panel-menu--compact[_nghost-wlc-app-c2072812421] .wlc-panel-menu__content[_ngcontent-wlc-app-c2072812421] .wlc-menu__submenu--hover .wlc-menu__item:not(:last-child) {
		margin-bottom: 4px;
	}

	.wlc-panel-menu--theme-wolf.wlc-panel-menu--compact[_nghost-wlc-app-c2072812421] .wlc-panel-menu__content[_ngcontent-wlc-app-c2072812421] .wlc-menu__submenu--hover .wlc-menu__item .wlc-menu__link {
		color: var(--mc-baseMainNew);
	}

	.wlc-panel-menu--theme-wolf.wlc-panel-menu--compact[_nghost-wlc-app-c2072812421] .wlc-panel-menu__content[_ngcontent-wlc-app-c2072812421] .wlc-menu__submenu--hover .wlc-menu__item .wlc-menu__link svg path,
	.wlc-panel-menu--theme-wolf.wlc-panel-menu--compact[_nghost-wlc-app-c2072812421] .wlc-panel-menu__content[_ngcontent-wlc-app-c2072812421] .wlc-menu__submenu--hover .wlc-menu__item .wlc-menu__link svg {
		fill: var(--mc-baseMainNew);
	}

	.wlc-panel-menu--theme-wolf.wlc-panel-menu--compact[_nghost-wlc-app-c2072812421] .wlc-panel-menu__content[_ngcontent-wlc-app-c2072812421] .wlc-menu__submenu--hover .wlc-menu__item .wlc-menu__link.active {
		background: var(--mc-baseOpacity) !important;
	}

	.wlc-panel-menu--theme-wolf.wlc-panel-menu--compact[_nghost-wlc-app-c2072812421] .wlc-panel-menu__content[_ngcontent-wlc-app-c2072812421] .wlc-menu__submenu--hover .wlc-menu__item .wlc-menu__link.active svg path,
	.wlc-panel-menu--theme-wolf.wlc-panel-menu--compact[_nghost-wlc-app-c2072812421] .wlc-panel-menu__content[_ngcontent-wlc-app-c2072812421] .wlc-menu__submenu--hover .wlc-menu__item .wlc-menu__link.active svg {
		fill: var(--mc-baseMain);
	}

	@media (pointer: fine) {
		.wlc-panel-menu--theme-wolf.wlc-panel-menu--compact[_nghost-wlc-app-c2072812421] .wlc-panel-menu__content[_ngcontent-wlc-app-c2072812421] .wlc-menu__submenu--hover .wlc-menu__item .wlc-menu__link:hover {
			color: var(--mc-baseSecond);
			background: var(--mc-baseOpacity) !important;
		}

		.wlc-panel-menu--theme-wolf.wlc-panel-menu--compact[_nghost-wlc-app-c2072812421] .wlc-panel-menu__content[_ngcontent-wlc-app-c2072812421] .wlc-menu__submenu--hover .wlc-menu__item .wlc-menu__link:hover svg path,
		.wlc-panel-menu--theme-wolf.wlc-panel-menu--compact[_nghost-wlc-app-c2072812421] .wlc-panel-menu__content[_ngcontent-wlc-app-c2072812421] .wlc-menu__submenu--hover .wlc-menu__item .wlc-menu__link:hover svg {
			fill: var(--mc-baseSecond);
		}
	}


	@charset "UTF-8";

	.wlc-language-selector--theme-default[_nghost-wlc-app-c952841731] {
		--ls-link-justify: start;
		--ls-curr-flag-size: 30px;
		--ls-list-bg: var(--mc-bg);
		--ls-arrow-color: var(--fc-arrowColor);
		position: relative;
		display: flex;
		flex-direction: column;
		width: -moz-fit-content;
		width: fit-content;
		height: 30px;
	}

	.wlc-language-selector--theme-default[_nghost-wlc-app-c952841731] .wlc-language-selector__current[_ngcontent-wlc-app-c952841731] {
		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-c952841731] .wlc-language-selector__current-flag[_ngcontent-wlc-app-c952841731] {
		width: var(--ls-curr-flag-size);
		height: var(--ls-curr-flag-size);
		border-radius: 50%;
		overflow: hidden;
		transition: box-shadow 0.3s linear;
	}

	.wlc-language-selector--theme-default[_nghost-wlc-app-c952841731] .wlc-language-selector__current-flag[_ngcontent-wlc-app-c952841731] img[_ngcontent-wlc-app-c952841731] {
		display: block;
		width: 100%;
		height: 100%;
	}

	.wlc-language-selector--theme-default[_nghost-wlc-app-c952841731] .wlc-language-selector__current--opened[_ngcontent-wlc-app-c952841731] {
		--ls-arrow-color: var(--mc-baseMain);
	}

	.wlc-language-selector--theme-default[_nghost-wlc-app-c952841731] .wlc-language-selector__current--opened[_ngcontent-wlc-app-c952841731] .wlc-language-selector__current-arrow[_ngcontent-wlc-app-c952841731] {
		transform: rotate(0.5turn);
	}

	.wlc-language-selector--theme-default[_nghost-wlc-app-c952841731] .wlc-language-selector__current-lang[_ngcontent-wlc-app-c952841731] {
		font-style: normal;
		font-weight: normal;
		font-size: 1.4rem;
		line-height: 1.45;
		text-transform: capitalize;
	}

	.wlc-language-selector--theme-default[_nghost-wlc-app-c952841731] .wlc-language-selector__current-arrow[_ngcontent-wlc-app-c952841731] {
		transition: all 0.3s linear;
		margin: auto;
		color: var(--ls-arrow-color);
	}

	.wlc-language-selector--theme-default[_nghost-wlc-app-c952841731] .wlc-language-selector__current-arrow[_ngcontent-wlc-app-c952841731] path {
		fill: currentColor;
	}

	.wlc-language-selector--theme-default[_nghost-wlc-app-c952841731] .wlc-language-selector__current.single-lang[_ngcontent-wlc-app-c952841731] {
		cursor: auto;
	}

	.wlc-language-selector--theme-default[_nghost-wlc-app-c952841731] .wlc-language-selector__current.single-lang[_ngcontent-wlc-app-c952841731] .wlc-language-selector__current-arrow[_ngcontent-wlc-app-c952841731] {
		visibility: hidden;
	}

	@media (pointer: fine) {
		.wlc-language-selector--theme-default[_nghost-wlc-app-c952841731] .wlc-language-selector__current[_ngcontent-wlc-app-c952841731]:hover .wlc-language-selector__current-flag[_ngcontent-wlc-app-c952841731] {
			box-shadow: 0 0 0 4px var(--mc-main);
		}

		.wlc-language-selector--theme-default[_nghost-wlc-app-c952841731] .wlc-language-selector__current[_ngcontent-wlc-app-c952841731]:hover.single-lang .wlc-language-selector__current-flag[_ngcontent-wlc-app-c952841731] {
			box-shadow: none;
		}
	}

	.wlc-language-selector--theme-default[_nghost-wlc-app-c952841731] .wlc-language-selector__dropdown[_ngcontent-wlc-app-c952841731] {
		position: absolute;
		z-index: 3;
	}

	.wlc-language-selector--theme-default[_nghost-wlc-app-c952841731] .wlc-language-selector__list[_ngcontent-wlc-app-c952841731] {
		position: relative;
		display: grid;
		grid-gap: 10px;
		grid-template-columns: repeat(3, 1fr);
		padding: 10px;
		border-radius: 10px;
		background: var(--ls-list-bg);
		filter: drop-shadow(0 0 5px #000);
	}

	.wlc-body--os-macos .wlc-language-selector--theme-default[_nghost-wlc-app-c952841731] .wlc-language-selector__list[_ngcontent-wlc-app-c952841731],
	.wlc-body--os-ios .wlc-language-selector--theme-default[_nghost-wlc-app-c952841731] .wlc-language-selector__list[_ngcontent-wlc-app-c952841731] {
		-webkit-backdrop-filter: drop-shadow(0 0 5px #000);
	}

	.wlc-language-selector--theme-default[_nghost-wlc-app-c952841731] .wlc-language-selector__list[_ngcontent-wlc-app-c952841731]:before {
		content: "";
		position: absolute;
		display: block;
		width: 0;
		height: 0;
		border-right: 10px solid transparent;
		border-left: 10px solid transparent;
	}

	.wlc-language-selector--theme-default[_nghost-wlc-app-c952841731] .wlc-language-selector__item--active[_ngcontent-wlc-app-c952841731] .wlc-language-selector__link-flag[_ngcontent-wlc-app-c952841731] {
		box-shadow: 0 0 0 4px var(--mc-main), 0 0 7px 7px rgba(0, 0, 0, 0.6);
	}

	.wlc-language-selector--theme-default[_nghost-wlc-app-c952841731] .wlc-language-selector__link[_ngcontent-wlc-app-c952841731] {
		position: relative;
		display: grid;
		grid-auto-columns: auto;
		grid-auto-flow: column;
		grid-gap: 10px;
		align-items: center;
		justify-content: var(--ls-link-justify);
		text-decoration: none;
	}

	@media (pointer: fine) {
		.wlc-language-selector--theme-default[_nghost-wlc-app-c952841731] .wlc-language-selector__link[_ngcontent-wlc-app-c952841731]:hover .wlc-language-selector__link-flag[_ngcontent-wlc-app-c952841731] {
			box-shadow: 0 0 0 4px var(--mc-main);
		}

		.wlc-language-selector--theme-default[_nghost-wlc-app-c952841731] .wlc-language-selector__link[_ngcontent-wlc-app-c952841731]:hover .wlc-language-selector__link-lang[_ngcontent-wlc-app-c952841731],
		.wlc-language-selector--theme-default[_nghost-wlc-app-c952841731] .wlc-language-selector__link[_ngcontent-wlc-app-c952841731]:hover .wlc-language-modal__link-lang[_ngcontent-wlc-app-c952841731] {
			visibility: visible;
			opacity: 1;
		}
	}

	.wlc-language-selector--theme-default[_nghost-wlc-app-c952841731] .wlc-language-selector__link-lang[_ngcontent-wlc-app-c952841731] {
		color: var(--mc-baseMain);
		font-style: normal;
		font-weight: normal;
		font-size: 1rem;
		line-height: 1.45;
		transition: opacity 0.3s linear;
		position: absolute;
		bottom: -30px;
		left: 50%;
		z-index: 2;
		display: flex;
		align-items: center;
		justify-content: center;
		min-height: 20px;
		padding: 0 10px;
		white-space: nowrap;
		background-color: var(--mc-bg100);
		border-radius: 20px;
		transform: translate(-50%, 0);
		visibility: hidden;
		opacity: 0;
	}

	.wlc-language-selector--theme-default[_nghost-wlc-app-c952841731] .wlc-language-selector__link-lang[_ngcontent-wlc-app-c952841731]:before {
		content: "";
		position: absolute;
		top: -4px;
		border: 4px solid var(--mc-bg100);
		rotate: 45deg;
	}

	.wlc-language-selector--theme-default[_nghost-wlc-app-c952841731] .wlc-language-selector__link-flag[_ngcontent-wlc-app-c952841731] {
		width: 30px;
		height: 30px;
		border-radius: 50%;
		overflow: hidden;
		margin: 4px;
		box-shadow: 0 0 0 4px var(--mc-bg300);
		transition: box-shadow 0.2s ease-out;
	}

	@media (pointer: fine) {
		.wlc-language-selector--theme-default[_nghost-wlc-app-c952841731] .wlc-language-selector__link-flag[_ngcontent-wlc-app-c952841731]:hover {
			box-shadow: 0 0 0 4px var(--mc-main), 0 0 7px 7px var(--mc-bg-o8);
		}
	}

	.wlc-language-selector--theme-default[_nghost-wlc-app-c952841731] .wlc-language-selector__link-flag[_ngcontent-wlc-app-c952841731] img[_ngcontent-wlc-app-c952841731] {
		display: block;
		width: 100%;
		height: 100%;
	}

	.wlc-language-selector--theme-default.wlc-language-selector--border-around[_nghost-wlc-app-c952841731] {
		--ls-curr-flag-size: 27px;
		--ls-arrow-color: var(--fc-arrowColor);
		min-width: 90px;
		height: 40px;
	}

	.wlc-language-selector--theme-default.wlc-language-selector--border-around[_nghost-wlc-app-c952841731] .wlc-language-selector__current[_ngcontent-wlc-app-c952841731] {
		transition: border 0.3s linear;
		height: 40px;
		padding: 5px;
		border: 2px solid var(--mc-baseOpacity);
		border-radius: 10px;
	}

	.wlc-language-selector--theme-default.wlc-language-selector--border-around[_nghost-wlc-app-c952841731] .wlc-language-selector__current--opened[_ngcontent-wlc-app-c952841731] {
		--ls-arrow-color: var(--mc-main);
		border: 2px solid var(--mc-main);
	}

	@media (pointer: fine) {
		.wlc-language-selector--theme-default.wlc-language-selector--border-around[_nghost-wlc-app-c952841731] .wlc-language-selector__current[_ngcontent-wlc-app-c952841731]:not(.wlc-language-selector__current--opened):hover {
			--ls-arrow-color: var(--mc-baseMain);
			border: 2px solid var(--mc-baseMain);
		}
	}

	.wlc-language-selector--theme-default.wlc-language-selector--border-around[_nghost-wlc-app-c952841731] .wlc-language-selector__current[_ngcontent-wlc-app-c952841731] .wlc-language-selector__current-flag[_ngcontent-wlc-app-c952841731] {
		box-shadow: none;
	}

	.wlc-language-selector--theme-default.wlc-language-selector--theme-mod-top-left[_nghost-wlc-app-c952841731] .wlc-language-selector__list[_ngcontent-wlc-app-c952841731] {
		transform: translateY(-10px);
	}

	.wlc-language-selector--theme-default.wlc-language-selector--theme-mod-top-left[_nghost-wlc-app-c952841731] .wlc-language-selector__list[_ngcontent-wlc-app-c952841731]:before {
		right: 10px;
		bottom: -10px;
		border-top: 10px solid var(--mc-bg);
		border-bottom: 0;
	}

	.wlc-language-selector--theme-default.wlc-language-selector--theme-mod-top-left[_nghost-wlc-app-c952841731] .wlc-language-selector__dropdown[_ngcontent-wlc-app-c952841731] {
		right: -6px;
		bottom: 100%;
		padding-bottom: 10px;
	}

	.wlc-language-selector--theme-default.wlc-language-selector--theme-mod-bottom-left[_nghost-wlc-app-c952841731] .wlc-language-selector__list[_ngcontent-wlc-app-c952841731] {
		transform: translateY(10px);
	}

	.wlc-language-selector--theme-default.wlc-language-selector--theme-mod-bottom-left[_nghost-wlc-app-c952841731] .wlc-language-selector__list[_ngcontent-wlc-app-c952841731]:before {
		top: -10px;
		right: 10px;
		border-top: 0;
		border-bottom: 10px solid var(--mc-bg);
	}

	.wlc-language-selector--theme-default.wlc-language-selector--theme-mod-bottom-left[_nghost-wlc-app-c952841731] .wlc-language-selector__dropdown[_ngcontent-wlc-app-c952841731] {
		top: 100%;
		right: -5px;
		padding-top: 10px;
	}

	.wlc-language-selector--theme-default.wlc-language-selector--dropdown-with-arrow[_nghost-wlc-app-c952841731] .wlc-language-selector__dropdown[_ngcontent-wlc-app-c952841731] {
		right: -15px;
	}

	.wlc-language-selector--theme-default.wlc-language-selector--theme-mod-long[_nghost-wlc-app-c952841731] {
		--ls-curr-columns: auto 1fr auto;
		--ls-curr-bg-active: var(--mc-main);
		--ls-curr-bg-hover: var(--mc-bg500-l10);
		--ls-curr-flag-size: 20px;
		--ls-curr-flag-margin-right: 5px;
		--ls-curr-flag-justify-self: initial;
		--ls-curr-padding: 5px 15px;
		--ls-dropdown-margin: 5px 0 0;
		--ls-dropdown-width: 100%;
		--ls-list-bg: var(--mc-bg);
		--ls-list-padding: 10px;
		--ls-arrow-color: var(--mc-baseOpacity);
		--ls-curr-bg: var(--mc-bg);
		width: 100%;
		max-width: 275px;
		height: auto;
		margin: 5px 0;
		border: 0;
		border-radius: 10px;
	}

	@media (min-width: 1024px) {
		.wlc-language-selector--theme-default.wlc-language-selector--theme-mod-long[_nghost-wlc-app-c952841731] {
			--ls-curr-bg: var(--mc-bg500);
		}
	}

	.wlc-language-selector--theme-default.wlc-language-selector--theme-mod-long[_nghost-wlc-app-c952841731] .wlc-language-selector__current[_ngcontent-wlc-app-c952841731] {
		transition: background 0.3s linear;
		grid-template-columns: var(--ls-curr-columns);
		min-height: 40px;
		padding: var(--ls-curr-padding);
		background: var(--ls-curr-bg);
		border-radius: 10px;
	}

	.wlc-language-selector--theme-default.wlc-language-selector--theme-mod-long[_nghost-wlc-app-c952841731] .wlc-language-selector__current-lang[_ngcontent-wlc-app-c952841731] {
		font-style: normal;
		font-weight: normal;
		font-size: 1.4rem;
		line-height: 1.45;
	}

	.wlc-language-selector--theme-default.wlc-language-selector--theme-mod-long[_nghost-wlc-app-c952841731] .wlc-language-selector__current-flag[_ngcontent-wlc-app-c952841731] {
		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-c952841731] .wlc-language-selector__current-flag[_ngcontent-wlc-app-c952841731] img[_ngcontent-wlc-app-c952841731] {
		width: 100%;
		height: 100%;
	}

	.wlc-language-selector--theme-default.wlc-language-selector--theme-mod-long[_nghost-wlc-app-c952841731] .wlc-language-selector__current--opened[_ngcontent-wlc-app-c952841731] {
		--ls-arrow-color: #ffffff;
		background: var(--ls-curr-bg-active);
	}

	.wlc-language-selector--theme-default.wlc-language-selector--theme-mod-long[_nghost-wlc-app-c952841731] .wlc-language-selector__current--opened[_ngcontent-wlc-app-c952841731] .wlc-language-selector__current-lang[_ngcontent-wlc-app-c952841731] {
		color: #ffffff;
		font-style: normal;
		font-weight: normal;
		font-size: 1.4rem;
		line-height: 1.45;
	}

	.wlc-language-selector--theme-default.wlc-language-selector--theme-mod-long[_nghost-wlc-app-c952841731] .wlc-language-selector__current--opened[_ngcontent-wlc-app-c952841731]+.wlc-language-selector__dropdown[_ngcontent-wlc-app-c952841731] {
		margin: var(--ls-dropdown-margin);
	}

	@media (pointer: fine) {
		.wlc-language-selector--theme-default.wlc-language-selector--theme-mod-long[_nghost-wlc-app-c952841731] .wlc-language-selector__current[_ngcontent-wlc-app-c952841731]: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-c952841731] .wlc-language-selector__current[_ngcontent-wlc-app-c952841731]:not(.wlc-language-selector__current--opened):hover {
			background: var(--ls-curr-bg-hover);
		}

		.wlc-language-selector--theme-default.wlc-language-selector--theme-mod-long[_nghost-wlc-app-c952841731] .wlc-language-selector__current[_ngcontent-wlc-app-c952841731]:not(.wlc-language-selector__current--opened):hover.single-lang {
			background: var(--ls-curr-bg);
		}
	}

	.wlc-language-selector--theme-default.wlc-language-selector--theme-mod-long[_nghost-wlc-app-c952841731] .wlc-language-selector__dropdown[_ngcontent-wlc-app-c952841731] {
		transition: margin 0.3s linear;
		position: relative;
		width: var(--ls-dropdown-width);
		overflow: hidden;
		transform-origin: top;
	}

	.wlc-language-selector--theme-default.wlc-language-selector--theme-mod-long[_nghost-wlc-app-c952841731] .wlc-language-selector__dropdown[_ngcontent-wlc-app-c952841731] .wlc-language-selector__link-lang[_ngcontent-wlc-app-c952841731] {
		font-style: normal;
		font-weight: normal;
		font-size: 1.4rem;
		line-height: 1.45;
	}

	.wlc-language-selector--theme-default.wlc-language-selector--theme-mod-long[_nghost-wlc-app-c952841731] .wlc-language-selector__dropdown.top[_ngcontent-wlc-app-c952841731] {
		position: absolute;
		bottom: calc(100% + 10px);
	}

	.wlc-language-selector--theme-default.wlc-language-selector--theme-mod-long[_nghost-wlc-app-c952841731] .wlc-language-selector__list[_ngcontent-wlc-app-c952841731] {
		grid-template-columns: 1fr;
		padding: var(--ls-list-padding);
		border-radius: 10px;
		filter: none;
	}

	.wlc-language-selector--theme-default.wlc-language-selector--theme-mod-long[_nghost-wlc-app-c952841731] .wlc-language-selector__link-flag[_ngcontent-wlc-app-c952841731] {
		width: 20px;
		height: 20px;
		box-shadow: 0 0 0 4px var(--mc-bg300);
	}

	.wlc-language-selector--theme-default.wlc-language-selector--theme-mod-long[_nghost-wlc-app-c952841731] .wlc-language-selector__link-flag[_ngcontent-wlc-app-c952841731] img[_ngcontent-wlc-app-c952841731] {
		width: 100%;
		height: 100%;
	}

	.wlc-language-selector--theme-default.wlc-language-selector--theme-mod-long[_nghost-wlc-app-c952841731] .wlc-language-selector__link-lang[_ngcontent-wlc-app-c952841731] {
		position: relative;
		bottom: 0;
		left: 0;
		background: none;
		transform: none;
		visibility: visible;
		opacity: 1;
	}

	.wlc-language-selector--theme-default.wlc-language-selector--theme-mod-long[_nghost-wlc-app-c952841731] .wlc-language-selector__link-lang[_ngcontent-wlc-app-c952841731]:before {
		display: none;
	}

	@media (pointer: fine) {
		.wlc-language-selector--theme-default.wlc-language-selector--theme-mod-long[_nghost-wlc-app-c952841731] .wlc-language-selector__link[_ngcontent-wlc-app-c952841731]:hover .wlc-language-selector__link-flag[_ngcontent-wlc-app-c952841731] {
			box-shadow: 0 0 0 4px var(--mc-main), 0 0 3px 3px rgba(0, 0, 0, 0.6);
		}
	}

	.wlc-language-selector--theme-default.wlc-language-selector--theme-mod-long.wlc-language-selector--compact[_nghost-wlc-app-c952841731] {
		--ls-curr-padding: 5px 10px;
		--ls-dropdown-width: calc(100% - 20px);
		--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.wlc-language-selector--compact.wlc-language-selector--dropdown-bottom[_nghost-wlc-app-c952841731] {
		--ls-dropdown-pos-top: 100%;
		--ls-dropdown-pos-bottom: auto;
		--ls-dropdown-arrow-pos-top: auto;
		--ls-dropdown-arrow-pos-bottom: 100%;
		--ls-dropdown-arrow-transform: translate(-50%, 50%) rotate(45deg);
		--ls-dropdown-arrow-margin: 10px 0 0;
		--ls-dropdown-transform-origin: center top;
	}

	.wlc-language-selector--theme-default.wlc-language-selector--theme-mod-long.wlc-language-selector--compact[_nghost-wlc-app-c952841731] .wlc-language-selector__current--opened[_ngcontent-wlc-app-c952841731] .wlc-language-selector__current-flag[_ngcontent-wlc-app-c952841731] {
		box-shadow: 0 0 0 4px var(--mc-main), 0 0 3px 3px rgba(0, 0, 0, 0.6);
	}

	.wlc-language-selector--theme-default.wlc-language-selector--theme-mod-long.wlc-language-selector--compact[_nghost-wlc-app-c952841731] .wlc-language-selector__dropdown[_ngcontent-wlc-app-c952841731] {
		position: absolute;
		top: var(--ls-dropdown-pos-top);
		bottom: var(--ls-dropdown-pos-bottom);
		left: 50%;
		transform: translateX(-50%);
		transform-origin: var(--ls-dropdown-transform-origin);
	}

	.wlc-language-selector--theme-default.wlc-language-selector--theme-mod-long.wlc-language-selector--compact[_nghost-wlc-app-c952841731] .wlc-language-selector__list[_ngcontent-wlc-app-c952841731] {
		margin: var(--ls-dropdown-arrow-margin);
	}

	.wlc-language-selector--theme-default.wlc-language-selector--theme-mod-long.wlc-language-selector--compact[_nghost-wlc-app-c952841731] .wlc-language-selector__list[_ngcontent-wlc-app-c952841731]:after {
		content: "";
		position: absolute;
		top: var(--ls-dropdown-arrow-pos-top);
		bottom: var(--ls-dropdown-arrow-pos-bottom);
		left: 50%;
		display: block;
		width: 8px;
		height: 8px;
		border-radius: 0;
		background: inherit;
		transform: var(--ls-dropdown-arrow-transform);
	}

	.wlc-language-selector--theme-default.wlc-language-selector--theme-mod-long.wlc-language-selector--compact.wlc-language-selector--state-compact[_nghost-wlc-app-c952841731] {
		--ls-curr-columns: 1fr;
		--ls-curr-bg: transparent;
		--ls-curr-bg-hover: transparent;
		--ls-curr-bg-active: transparent;
		--ls-curr-flag-justify-self: center;
		--ls-curr-flag-size: 24px;
		--ls-curr-flag-margin-right: 0;
		--ls-link-justify: center;
		--ls-list-padding: 15px 0;
	}

	.wlc-language-modal__list[_ngcontent-wlc-app-c952841731] {
		position: relative;
		display: grid;
		grid-gap: 20px;
		grid-template-columns: repeat(auto-fit, minmax(60px, 1fr));
		padding: 15px;
		border-radius: 10px;
	}

	.wlc-language-modal__item[_ngcontent-wlc-app-c952841731] {
		display: flex;
		justify-content: center;
	}

	.wlc-language-modal__item--active[_ngcontent-wlc-app-c952841731] .wlc-language-modal__link-flag[_ngcontent-wlc-app-c952841731] {
		box-shadow: 0 0 0 4px var(--mc-main), 0 0 7px 7px rgba(0, 0, 0, 0.6);
	}

	.wlc-language-modal__link[_ngcontent-wlc-app-c952841731] {
		position: relative;
		display: grid;
		grid-auto-columns: auto;
		grid-auto-flow: column;
		grid-gap: 10px;
		align-items: center;
		justify-content: var(--ls-link-justify);
		text-decoration: none;
	}

	@media (pointer: fine) {
		.wlc-language-modal__link[_ngcontent-wlc-app-c952841731]:hover .wlc-language-selector__link-flag[_ngcontent-wlc-app-c952841731] {
			box-shadow: 0 0 0 4px var(--mc-main);
		}

		.wlc-language-modal__link[_ngcontent-wlc-app-c952841731]:hover .wlc-language-selector__link-lang[_ngcontent-wlc-app-c952841731],
		.wlc-language-modal__link[_ngcontent-wlc-app-c952841731]:hover .wlc-language-modal__link-lang[_ngcontent-wlc-app-c952841731] {
			visibility: visible;
			opacity: 1;
		}
	}

	.wlc-language-modal__link-lang[_ngcontent-wlc-app-c952841731] {
		color: var(--mc-baseMain);
		font-style: normal;
		font-weight: normal;
		font-size: 1rem;
		line-height: 1.45;
		transition: opacity 0.3s linear;
		position: absolute;
		bottom: -30px;
		left: 50%;
		z-index: 2;
		display: flex;
		align-items: center;
		justify-content: center;
		min-height: 20px;
		padding: 0 10px;
		white-space: nowrap;
		background-color: var(--mc-bg100);
		border-radius: 20px;
		transform: translate(-50%, 0);
		visibility: hidden;
		opacity: 0;
	}

	.wlc-language-modal__link-lang[_ngcontent-wlc-app-c952841731]:before {
		content: "";
		position: absolute;
		top: -4px;
		border: 4px solid var(--mc-bg100);
		rotate: 45deg;
	}

	.wlc-language-modal__link-flag[_ngcontent-wlc-app-c952841731] {
		width: 55px;
		height: 55px;
		border-radius: 50%;
		overflow: hidden;
		margin: 4px;
		box-shadow: 0 0 0 4px var(--mc-bg300);
		transition: box-shadow 0.2s ease-out;
	}

	@media (pointer: fine) {
		.wlc-language-modal__link-flag[_ngcontent-wlc-app-c952841731]:hover {
			box-shadow: 0 0 7px 7px var(--mc-bg-o8);
		}
	}

	.wlc-language-modal__link-flag[_ngcontent-wlc-app-c952841731] img[_ngcontent-wlc-app-c952841731] {
		display: block;
		width: 100%;
		height: 100%;
	}

	@media (pointer: fine) {
		.wlc-language-modal__link[_ngcontent-wlc-app-c952841731]:hover .wlc-language-modal__link-flag[_ngcontent-wlc-app-c952841731] {
			box-shadow: 0 0 0 4px var(--mc-main), 0 0 3px 3px rgba(0, 0, 0, 0.6);
		}
	}

	.wlc-language-selector--theme-mobile-app[_nghost-wlc-app-c952841731] {
		padding: 0 0 0 15px;
		background: var(--mc-bg700);
		border-top: 1px solid var(--mc-baseMain-o1);
		border-bottom: 1px solid var(--mc-baseMain-o1);
	}

	.wlc-language-selector--theme-mobile-app[_nghost-wlc-app-c952841731] .wlc-language-selector__item[_ngcontent-wlc-app-c952841731]:last-child .wlc-language-selector__link-lang[_ngcontent-wlc-app-c952841731] {
		border-bottom: 0;
	}

	.wlc-language-selector--theme-mobile-app[_nghost-wlc-app-c952841731] .wlc-language-selector__item--active[_ngcontent-wlc-app-c952841731] .wlc-language-selector__active[_ngcontent-wlc-app-c952841731] {
		display: block;
	}

	.wlc-language-selector--theme-mobile-app[_nghost-wlc-app-c952841731] .wlc-language-selector__link[_ngcontent-wlc-app-c952841731] {
		color: var(--mc-baseMain);
		font-style: normal;
		font-weight: normal;
		font-size: 1.4rem;
		line-height: 1.45;
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: 100%;
		text-decoration: none;
	}

	.wlc-language-selector--theme-mobile-app[_nghost-wlc-app-c952841731] .wlc-language-selector__link-flag[_ngcontent-wlc-app-c952841731] {
		width: 25px;
		height: 25px;
		border-radius: 50%;
		overflow: hidden;
		flex: 0 0 25px;
	}

	.wlc-language-selector--theme-mobile-app[_nghost-wlc-app-c952841731] .wlc-language-selector__link-flag[_ngcontent-wlc-app-c952841731] img[_ngcontent-wlc-app-c952841731] {
		display: block;
		width: 100%;
		height: 100%;
	}

	.wlc-language-selector--theme-mobile-app[_nghost-wlc-app-c952841731] .wlc-language-selector__link[_ngcontent-wlc-app-c952841731] .wlc-icon-content {
		color: var(--mc-baseMain);
	}

	.wlc-language-selector--theme-mobile-app[_nghost-wlc-app-c952841731] .wlc-language-selector__link-lang[_ngcontent-wlc-app-c952841731] {
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: 100%;
		margin: 0 0 0 15px;
		padding: 15px 15px 15px 0;
		border-bottom: 1px solid var(--mc-baseMain-o1);
	}

	.wlc-language-selector--theme-mobile-app[_nghost-wlc-app-c952841731] .wlc-language-selector__active[_ngcontent-wlc-app-c952841731] {
		display: none;
	}

	.wlc-language-selector--theme-mobile-app[_nghost-wlc-app-c952841731] .wlc-language-selector__active[_ngcontent-wlc-app-c952841731] svg {
		width: 12px;
		height: 12px;
		stroke: currentColor;
	}

	.wlc-language-selector--theme-wolf[_nghost-wlc-app-c952841731] {
		--ls-link-justify-content: start;
		--ls-link-padding: 0 15px;
		--ls-link-hover: var(--mc-bg300);
		--ls-link-icon-margin: 0 10px 0 0;
		--ls-link-arrow: block;
		--ls-icon-width: auto;
		position: relative;
		padding: 5px 0 0;
	}

	.wlc-language-selector--theme-wolf.wlc-language-selector--state-compact[_nghost-wlc-app-c952841731] {
		--ls-link-justify-content: center;
		--ls-link-padding: 0;
		--ls-link-background: none;
		--ls-link-icon-margin: 0;
		--ls-link-hover: none;
		--ls-link-arrow: none;
		--ls-icon-width: 100%;
	}

	.wlc-language-selector--theme-wolf.wlc-language-selector--state-expanded[_nghost-wlc-app-c952841731] {
		--ls-link-background: transparent;
	}

	.wlc-language-selector--theme-wolf[_nghost-wlc-app-c952841731] .wlc-language-selector__dropdown--hover[_ngcontent-wlc-app-c952841731] {
		position: absolute;
		top: 0;
		left: 48px;
		display: none;
		width: min-content;
		min-width: 40px;
		padding: 0 0 0 10px;
	}

	.wlc-language-selector--theme-wolf[_nghost-wlc-app-c952841731] .wlc-language-selector__dropdown--hover[_ngcontent-wlc-app-c952841731] .wlc-language-selector__list[_ngcontent-wlc-app-c952841731] {
		gap: 0;
		padding: 0;
		background: var(--mc-bg700);
		border-radius: 10px;
	}

	.wlc-language-selector--theme-wolf[_nghost-wlc-app-c952841731] .wlc-language-selector__dropdown--hover[_ngcontent-wlc-app-c952841731] .wlc-language-selector__link-flag[_ngcontent-wlc-app-c952841731] {
		width: 24px;
		height: 24px;
		margin: 0;
	}

	@media (pointer: fine) {
		.wlc-language-selector--theme-wolf[_nghost-wlc-app-c952841731] .wlc-language-selector__dropdown--hover[_ngcontent-wlc-app-c952841731] .wlc-language-selector__link-flag[_ngcontent-wlc-app-c952841731]:hover {
			border: 2px solid var(--mc-main);
		}
	}

	.wlc-language-selector--theme-wolf[_nghost-wlc-app-c952841731] .wlc-language-selector__dropdown--hover[_ngcontent-wlc-app-c952841731] .wlc-language-selector__link--active[_ngcontent-wlc-app-c952841731] .wlc-language-selector__link[_ngcontent-wlc-app-c952841731] {
		background: none;
	}

	.wlc-language-selector--theme-wolf[_nghost-wlc-app-c952841731] .wlc-language-selector__dropdown--hover[_ngcontent-wlc-app-c952841731] .wlc-language-selector__item[_ngcontent-wlc-app-c952841731] {
		position: relative;
	}

	.wlc-language-selector--theme-wolf[_nghost-wlc-app-c952841731] .wlc-language-selector__dropdown--hover[_ngcontent-wlc-app-c952841731] .wlc-language-selector__item[_ngcontent-wlc-app-c952841731]:first-child:before {
		content: "";
		position: absolute;
		top: 20px;
		left: -5px;
		border-right: 10px solid transparent;
		border-bottom: 10px solid var(--mc-bg700);
		transform: rotate(45deg);
	}

	.wlc-language-selector--theme-wolf[_nghost-wlc-app-c952841731] .wlc-language-selector__dropdown[_ngcontent-wlc-app-c952841731] {
		visibility: hidden;
		overflow: hidden;
		opacity: 0;
	}

	.wlc-language-selector--theme-wolf[_nghost-wlc-app-c952841731] .wlc-language-selector__dropdown[_ngcontent-wlc-app-c952841731] .wlc-language-selector__list[_ngcontent-wlc-app-c952841731] {
		display: grid;
		gap: 5px;
		padding: 5px;
		background: var(--mc-bg);
		border-bottom-left-radius: 10px;
		border-bottom-right-radius: 10px;
	}

	.wlc-language-selector--theme-wolf[_nghost-wlc-app-c952841731] .wlc-language-selector__dropdown[_ngcontent-wlc-app-c952841731] .wlc-language-selector__link--active[_ngcontent-wlc-app-c952841731] {
		background: transparent;
	}

	@media (pointer: fine) {
		.wlc-language-selector--theme-wolf[_nghost-wlc-app-c952841731] .wlc-language-selector__dropdown[_ngcontent-wlc-app-c952841731] .wlc-language-selector__link[_ngcontent-wlc-app-c952841731]:hover {
			color: var(--mc-baseMain);
			background: transparent;
		}
	}

	.wlc-language-selector--theme-wolf[_nghost-wlc-app-c952841731] .wlc-language-selector__dropdown[_ngcontent-wlc-app-c952841731] .wlc-language-selector__item--active[_ngcontent-wlc-app-c952841731] .wlc-language-selector__link[_ngcontent-wlc-app-c952841731] {
		background: transparent;
	}

	.wlc-language-selector--theme-wolf[_nghost-wlc-app-c952841731] .wlc-language-selector__link[_ngcontent-wlc-app-c952841731] {
		color: var(--mc-baseMain);
		font-style: normal;
		font-weight: normal;
		font-size: 1.4rem;
		line-height: 1.45;
		display: flex;
		align-items: center;
		min-height: 40px;
		padding: 10px;
		border-radius: 10px;
		text-decoration: none;
	}

	.wlc-language-selector--theme-wolf[_nghost-wlc-app-c952841731] .wlc-language-selector__link-flag[_ngcontent-wlc-app-c952841731] {
		box-sizing: content-box;
		border: 2px solid var(--mc-bg500);
		width: 20px;
		height: 20px;
		margin: 0 10px 0 0;
		border-radius: 50%;
		overflow: hidden;
	}

	.wlc-language-selector--theme-wolf[_nghost-wlc-app-c952841731] .wlc-language-selector__link-flag[_ngcontent-wlc-app-c952841731] img[_ngcontent-wlc-app-c952841731] {
		display: block;
		width: 100%;
		height: 100%;
	}

	.wlc-language-selector--theme-wolf[_nghost-wlc-app-c952841731] .wlc-language-selector__item--active[_ngcontent-wlc-app-c952841731] .wlc-language-selector__link[_ngcontent-wlc-app-c952841731] {
		color: var(--mc-baseThird, var(--mc-baseMain));
		font-weight: bold;
	}

	.wlc-language-selector--theme-wolf[_nghost-wlc-app-c952841731] .wlc-language-selector__item--active[_ngcontent-wlc-app-c952841731] .wlc-language-selector__link-flag[_ngcontent-wlc-app-c952841731] {
		border: 2px solid var(--mc-main);
	}

	.wlc-language-selector--theme-wolf[_nghost-wlc-app-c952841731] .wlc-language-selector__current[_ngcontent-wlc-app-c952841731] {
		display: flex;
		align-items: center;
		justify-content: var(--ls-link-justify-content);
		min-height: 40px;
		padding: var(--ls-link-padding);
		background: var(--ls-link-background);
		border-radius: 10px;
		cursor: pointer;
	}

	.wlc-language-selector--theme-wolf[_nghost-wlc-app-c952841731] .wlc-language-selector__current--opened[_ngcontent-wlc-app-c952841731] {
		border-top-left-radius: 10px;
		border-top-right-radius: 10px;
		border-bottom-left-radius: 0;
		border-bottom-right-radius: 0;
		background: var(--mc-bg);
	}

	.wlc-language-selector--theme-wolf[_nghost-wlc-app-c952841731] .wlc-language-selector__current--opened[_ngcontent-wlc-app-c952841731] .wlc-language-selector__current-arrow[_ngcontent-wlc-app-c952841731] {
		transform: rotate(180deg);
	}

	.wlc-language-selector--theme-wolf[_nghost-wlc-app-c952841731] .wlc-language-selector__current--opened[_ngcontent-wlc-app-c952841731] .wlc-language-selector__current-arrow[_ngcontent-wlc-app-c952841731] svg[_ngcontent-wlc-app-c952841731],
	.wlc-language-selector--theme-wolf[_nghost-wlc-app-c952841731] .wlc-language-selector__current--opened[_ngcontent-wlc-app-c952841731] .wlc-language-selector__current-arrow[_ngcontent-wlc-app-c952841731] path[_ngcontent-wlc-app-c952841731] {
		fill: var(--mc-baseThird, var(--mc-baseMain));
	}

	@media (pointer: fine) {
		.wlc-language-selector--theme-wolf[_nghost-wlc-app-c952841731] .wlc-language-selector__current--opened.wlc-language-selector__current[_ngcontent-wlc-app-c952841731]:hover {
			background: var(--mc-bg);
		}
	}

	.wlc-language-selector--theme-wolf[_nghost-wlc-app-c952841731] .wlc-language-selector__current-arrow[_ngcontent-wlc-app-c952841731] {
		display: var(--ls-link-arrow);
		margin-left: auto;
	}

	.wlc-language-selector--theme-wolf[_nghost-wlc-app-c952841731] .wlc-language-selector__current-arrow[_ngcontent-wlc-app-c952841731] svg path,
	.wlc-language-selector--theme-wolf[_nghost-wlc-app-c952841731] .wlc-language-selector__current-arrow[_ngcontent-wlc-app-c952841731] svg {
		width: auto;
		height: auto;
		vertical-align: middle;
		fill: var(--mc-baseMain);
	}

	.wlc-language-selector--theme-wolf[_nghost-wlc-app-c952841731] .wlc-language-selector__current-lang[_ngcontent-wlc-app-c952841731] {
		color: var(--mc-baseMain);
		font-style: normal;
		font-weight: normal;
		font-size: 1.4rem;
		line-height: 1.45;
	}

	@media (pointer: fine) {
		.wlc-language-selector--theme-wolf[_nghost-wlc-app-c952841731] .wlc-language-selector__current[_ngcontent-wlc-app-c952841731]:hover {
			background: var(--ls-link-hover);
		}

		.wlc-language-selector--theme-wolf[_nghost-wlc-app-c952841731] .wlc-language-selector__current[_ngcontent-wlc-app-c952841731]:hover .wlc-language-selector__current-lang[_ngcontent-wlc-app-c952841731] {
			color: var(--mc-baseMain);
		}
	}

	.wlc-language-selector--theme-wolf[_nghost-wlc-app-c952841731] .wlc-language-selector__icon[_ngcontent-wlc-app-c952841731] {
		width: auto;
		margin: var(--ls-link-icon-margin);
	}

	.wlc-language-selector--theme-wolf[_nghost-wlc-app-c952841731] .wlc-language-selector__icon[_ngcontent-wlc-app-c952841731] svg path,
	.wlc-language-selector--theme-wolf[_nghost-wlc-app-c952841731] .wlc-language-selector__icon[_ngcontent-wlc-app-c952841731] svg {
		display: block;
		width: 16px;
		height: 16px;
		fill: var(--mc-baseMain);
	}

	@media (pointer: fine) {
		.wlc-language-selector--theme-wolf[_nghost-wlc-app-c952841731]:hover .wlc-language-selector__dropdown--hover[_ngcontent-wlc-app-c952841731] {
			display: block;
		}
	}

	.wlc-language-selector--theme-wolf[_nghost-wlc-app-c952841731] .wlc-language-selector__current[_ngcontent-wlc-app-c952841731],
	.wlc-language-selector--theme-wolf[_nghost-wlc-app-c952841731] .wlc-language-selector__link[_ngcontent-wlc-app-c952841731] {
		transition: all 0.3s linear;
	}

	.wlc-language-selector--theme-wolf[_nghost-wlc-app-c952841731] .wlc-language-selector__current-arrow[_ngcontent-wlc-app-c952841731] {
		margin-right: -3px;
	}

	.wlc-language-selector--theme-wolf[_nghost-wlc-app-c952841731] .wlc-language-selector__current-lang[_ngcontent-wlc-app-c952841731] {
		font-weight: bold;
	}

	.wlc-language-selector--theme-wolf[_nghost-wlc-app-c952841731] .wlc-language-selector__current--opened[_ngcontent-wlc-app-c952841731] {
		background: #0f0e1f;
		border-radius: 10px;
	}

	.wlc-language-selector--theme-wolf[_nghost-wlc-app-c952841731] .wlc-language-selector__current--opened.wlc-language-selector__current[_ngcontent-wlc-app-c952841731]:hover {
		background: #0f0e1f;
	}

	.wlc-language-selector--theme-wolf[_nghost-wlc-app-c952841731] .wlc-language-selector__item--active[_ngcontent-wlc-app-c952841731] .wlc-language-selector__link-lang[_ngcontent-wlc-app-c952841731] {
		color: var(--mc-baseMain);
	}

	@media (pointer: fine) {
		.wlc-language-selector--theme-wolf[_nghost-wlc-app-c952841731] .wlc-language-selector__item[_ngcontent-wlc-app-c952841731]:hover .wlc-language-selector__link-lang[_ngcontent-wlc-app-c952841731] {
			color: var(--mc-baseSecond);
		}
	}

	.wlc-language-selector--theme-wolf[_nghost-wlc-app-c952841731] .wlc-language-selector__dropdown--hover[_ngcontent-wlc-app-c952841731] {
		top: auto;
		bottom: -145px;
	}

	.wlc-language-selector--theme-wolf[_nghost-wlc-app-c952841731] .wlc-language-selector__dropdown[_ngcontent-wlc-app-c952841731] .wlc-language-selector__list[_ngcontent-wlc-app-c952841731] {
		background: var(--mc-bgModal);
	}

	.wlc-language-selector--theme-wolf.wlc-language-selector--state-compact[_nghost-wlc-app-c952841731] .wlc-language-selector__icon[_ngcontent-wlc-app-c952841731],
	.wlc-language-selector--theme-wolf.wlc-language-selector--state-expanded[_nghost-wlc-app-c952841731] .wlc-language-selector__icon[_ngcontent-wlc-app-c952841731] {
		justify-self: center;
		width: 16px;
		height: 16px;
		margin-right: 0;
		border: none;
		border-radius: 50%;
		overflow: hidden;
		transition: box-shadow 0.3s linear;
	}

	.wlc-language-selector--theme-wolf.wlc-language-selector--state-compact[_nghost-wlc-app-c952841731] .wlc-language-selector__icon[_ngcontent-wlc-app-c952841731] img[_ngcontent-wlc-app-c952841731],
	.wlc-language-selector--theme-wolf.wlc-language-selector--state-expanded[_nghost-wlc-app-c952841731] .wlc-language-selector__icon[_ngcontent-wlc-app-c952841731] img[_ngcontent-wlc-app-c952841731] {
		display: block;
		width: 100%;
		height: 100%;
	}

	.wlc-language-selector--theme-wolf.wlc-language-selector--state-compact[_nghost-wlc-app-c952841731] .wlc-language-selector__link-lang[_ngcontent-wlc-app-c952841731],
	.wlc-language-selector--theme-wolf.wlc-language-selector--state-expanded[_nghost-wlc-app-c952841731] .wlc-language-selector__link-lang[_ngcontent-wlc-app-c952841731] {
		color: var(--mc-baseMainNew);
		font-weight: bold;
	}

	.wlc-language-selector--theme-wolf.wlc-language-selector--state-expanded[_nghost-wlc-app-c952841731] .wlc-language-selector__icon[_ngcontent-wlc-app-c952841731] {
		box-sizing: border-box;
		margin-right: 14px;
	}

	.wlc-language-selector--theme-wolf.wlc-language-selector--state-compact[_nghost-wlc-app-c952841731] {}

	.wlc-language-selector--theme-wolf.wlc-language-selector--state-compact[_nghost-wlc-app-c952841731] .tooltip {
		display: none;
	}


	.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 0.3s linear;
		color: var(--mc-bg100);
	}

	@media (pointer: fine) {
		.wlc-social-icons--theme-default[_nghost-wlc-app-c728125388] .wlc-social-icons__link[_ngcontent-wlc-app-c728125388]:hover {
			color: var(--mc-main);
		}
	}

	.wlc-social-icons--theme-default.wlc-social-icons--theme-mod-colored[_nghost-wlc-app-c728125388] .wlc-social-icons__link[_ngcontent-wlc-app-c728125388] {
		transition: all 0.2s linear;
		display: block;
		border-radius: 5px;
	}

	@media (pointer: fine) {
		.wlc-social-icons--theme-default.wlc-social-icons--theme-mod-colored[_nghost-wlc-app-c728125388] .wlc-social-icons__link[_ngcontent-wlc-app-c728125388]:hover {
			transform: translateY(-3px);
		}
	}

	.wlc-social-icons--theme-default.wlc-social-icons--theme-mod-compact[_nghost-wlc-app-c728125388] .wlc-social-icons__list[_ngcontent-wlc-app-c728125388] {
		display: flex;
		grid-gap: 0;
		margin: 20px 0 0;
	}

	@media (min-width: 1024px) {
		.wlc-social-icons--theme-default.wlc-social-icons--theme-mod-compact[_nghost-wlc-app-c728125388] .wlc-social-icons__list[_ngcontent-wlc-app-c728125388] {
			display: grid;
		}
	}

	@media (min-width: 900px) {
		.wlc-social-icons--theme-default.wlc-social-icons--theme-mod-compact[_nghost-wlc-app-c728125388] .wlc-social-icons__list[_ngcontent-wlc-app-c728125388] {
			grid-gap: 10px;
		}
	}

	@media (min-width: 900px) {
		.wlc-social-icons--theme-default.wlc-social-icons--theme-mod-compact[_nghost-wlc-app-c728125388] .wlc-social-icons__list[_ngcontent-wlc-app-c728125388] {
			margin: 0;
		}
	}

	@media (min-width: 1200px) {
		.wlc-social-icons--theme-default.wlc-social-icons--theme-mod-compact[_nghost-wlc-app-c728125388] .wlc-social-icons__list[_ngcontent-wlc-app-c728125388] {
			margin: 10px 0 0;
		}
	}

	.wlc-social-icons--theme-default.wlc-social-icons--theme-mod-compact[_nghost-wlc-app-c728125388] .wlc-social-icons__list[_ngcontent-wlc-app-c728125388]:empty {
		margin: 0;
	}

	.wlc-social-icons--theme-default.wlc-social-icons--theme-mod-compact[_nghost-wlc-app-c728125388] .wlc-social-icons__link[_ngcontent-wlc-app-c728125388] {
		--wlc-icon-width: 40px;
		--wlc-icon-height: 40px;
	}

	@media (min-width: 1200px) {
		.wlc-social-icons--theme-default.wlc-social-icons--theme-mod-compact[_nghost-wlc-app-c728125388] .wlc-social-icons__link[_ngcontent-wlc-app-c728125388] {
			--wlc-icon-width: 25px;
		}
	}

	@media (min-width: 1200px) {
		.wlc-social-icons--theme-default.wlc-social-icons--theme-mod-compact[_nghost-wlc-app-c728125388] .wlc-social-icons__link[_ngcontent-wlc-app-c728125388] {
			--wlc-icon-height: 25px;
		}
	}

	.wlc-burger-panel--view-expanded,
	.wlc-burger-panel--left-mobile {
		--si-menu-flex-direction: initial;
		--si-menu-margin: 0 10px;
	}

	.wlc-burger-panel--view-compact {
		--si-menu-flex-direction: column;
		--si-menu-margin: 0;
	}

	.wlc-social-icons--theme-wolf[_nghost-wlc-app-c728125388] .wlc-social-icons__list[_ngcontent-wlc-app-c728125388] {
		display: flex;
		gap: 40px;
		justify-content: center;
		flex-wrap: wrap;
	}

	@media (min-width: 900px) {
		.wlc-social-icons--theme-wolf[_nghost-wlc-app-c728125388] .wlc-social-icons__list[_ngcontent-wlc-app-c728125388] {
			display: grid;
		}
	}

	@media (min-width: 900px) {
		.wlc-social-icons--theme-wolf[_nghost-wlc-app-c728125388] .wlc-social-icons__list[_ngcontent-wlc-app-c728125388] {
			grid-template-columns: repeat(4, 1fr);
		}
	}

	.wlc-social-icons--theme-wolf[_nghost-wlc-app-c728125388] .wlc-social-icons__list[_ngcontent-wlc-app-c728125388]:empty {
		margin: 0;
	}

	.wlc-social-icons--theme-wolf[_nghost-wlc-app-c728125388] .wlc-social-icons__link[_ngcontent-wlc-app-c728125388] {
		--wlc-icon-width: 30px;
		--wlc-icon-height: 30px;
		transition: all 0.3s linear;
		width: 30px;
		height: 30px;
		color: var(--mc-baseMain);
	}

	.wlc-social-icons--theme-wolf[_nghost-wlc-app-c728125388] .wlc-social-icons__link[_ngcontent-wlc-app-c728125388] svg path {
		fill: var(--mc-bg700);
	}

	@media (pointer: fine) {
		.wlc-social-icons--theme-wolf[_nghost-wlc-app-c728125388] .wlc-social-icons__link[_ngcontent-wlc-app-c728125388]:hover {
			color: var(--mc-main);
		}
	}

	.wlc-social-icons--theme-wolf.wlc-social-icons--theme-mod-menu[_nghost-wlc-app-c728125388] .wlc-social-icons__list[_ngcontent-wlc-app-c728125388] {
		display: flex;
		flex-direction: var(--si-menu-flex-direction);
		gap: 20px;
		align-items: center;
		justify-content: space-between;
		margin: var(--si-menu-margin);
	}

	.wlc-social-icons--theme-wolf.wlc-social-icons--theme-mod-menu[_nghost-wlc-app-c728125388] .wlc-social-icons__list[_ngcontent-wlc-app-c728125388] {
		justify-content: left;
	}

	.wlc-social-icons--theme-wolf.wlc-social-icons--theme-mod-menu[_nghost-wlc-app-c728125388] .wlc-social-icons__list[_ngcontent-wlc-app-c728125388] .wlc-social-icons__item[_ngcontent-wlc-app-c728125388] {
		background: var(--mc-bg100);
		border-radius: 50%;
		transition: all 0.3s ease-out;
	}

	.wlc-social-icons--theme-wolf.wlc-social-icons--theme-mod-menu[_nghost-wlc-app-c728125388] .wlc-social-icons__list[_ngcontent-wlc-app-c728125388] .wlc-social-icons__item[_ngcontent-wlc-app-c728125388] svg rect {
		fill: unset;
	}

	.wlc-social-icons--theme-wolf.wlc-social-icons--theme-mod-menu[_nghost-wlc-app-c728125388] .wlc-social-icons__list[_ngcontent-wlc-app-c728125388] .wlc-social-icons__item[_ngcontent-wlc-app-c728125388] svg path {
		fill: var(--mc-baseMain);
	}

	@media (pointer: fine) {
		.wlc-social-icons--theme-wolf.wlc-social-icons--theme-mod-menu[_nghost-wlc-app-c728125388] .wlc-social-icons__list[_ngcontent-wlc-app-c728125388] .wlc-social-icons__item[_ngcontent-wlc-app-c728125388]:hover {
			background: var(--mc-bg300);
		}
	}


	.wlc-user-name--theme-default[_nghost-wlc-app-c3214088293] {
		min-width: 0;
	}

	.wlc-user-name--theme-default[_nghost-wlc-app-c3214088293] .wlc-user-name__container[_ngcontent-wlc-app-c3214088293] {
		display: flex;
		align-items: center;
	}

	.wlc-user-name--theme-default[_nghost-wlc-app-c3214088293] .wlc-user-name__email-value[_ngcontent-wlc-app-c3214088293] {
		color: var(--mc-baseMain);
		font-style: normal;
		font-weight: normal;
		font-size: 1.4rem;
		line-height: 1.45;
		margin: 0 10px;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}

	.wlc-user-name--theme-mobile-app[_nghost-wlc-app-c3214088293] {
		min-width: 0;
	}

	.wlc-user-name--theme-mobile-app[_nghost-wlc-app-c3214088293] .wlc-user-name__container[_ngcontent-wlc-app-c3214088293] {
		display: flex;
		align-items: center;
		padding: 20px 15px;
		background: #0a84ff;
		cursor: pointer;
	}

	.wlc-user-name--theme-mobile-app[_nghost-wlc-app-c3214088293] .wlc-user-name__block[_ngcontent-wlc-app-c3214088293] {
		flex: 0 1 100%;
	}

	.wlc-user-name--theme-mobile-app[_nghost-wlc-app-c3214088293] .wlc-user-name__email[_ngcontent-wlc-app-c3214088293] {
		display: flex;
		align-items: center;
	}

	.wlc-user-name--theme-mobile-app[_nghost-wlc-app-c3214088293] .wlc-user-name__email-icon[_ngcontent-wlc-app-c3214088293] {
		flex: 0 1 auto;
		width: 40px;
		height: 40px;
		margin: 0 10px 0 0;
		color: #040b21;
		background: #ffffff;
		border-radius: 50%;
	}

	.wlc-user-name--theme-mobile-app[_nghost-wlc-app-c3214088293] .wlc-user-name__email-icon[_ngcontent-wlc-app-c3214088293] svg {
		display: block;
		width: 40px;
		height: 40px;
		fill: currentColor;
	}

	.wlc-user-name--theme-mobile-app[_nghost-wlc-app-c3214088293] .wlc-user-name__email-value[_ngcontent-wlc-app-c3214088293] {
		font-weight: bold;
		font-size: 1.4rem;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}

	.wlc-user-name--theme-mobile-app[_nghost-wlc-app-c3214088293] .wlc-user-name__description[_ngcontent-wlc-app-c3214088293] {
		font-size: 1.2rem;
	}

	.wlc-user-name--theme-mobile-app[_nghost-wlc-app-c3214088293] .wlc-user-name__icon-arrow[_ngcontent-wlc-app-c3214088293] {
		color: #ffffff;
	}

	.wlc-user-name--theme-mobile-app[_nghost-wlc-app-c3214088293] .wlc-user-name__icon-arrow[_ngcontent-wlc-app-c3214088293] svg {
		width: 14px;
		height: 12px;
		fill: currentColor;
	}

	.wlc-user-name--theme-wolf[_nghost-wlc-app-c3214088293] {
		width: 100%;
	}

	.wlc-user-name--theme-wolf[_nghost-wlc-app-c3214088293] .wlc-user-name__container[_ngcontent-wlc-app-c3214088293] {
		display: flex;
		flex-shrink: 0;
		gap: 10px;
		align-items: center;
		width: 100%;
		max-width: 288px;
		border-radius: 10px;
		background: var(--mc-bg300);
	}

	.wlc-user-name--theme-wolf[_nghost-wlc-app-c3214088293] .wlc-user-name__email-value[_ngcontent-wlc-app-c3214088293] {
		color: var(--fc-textColor);
		font-style: normal;
		font-weight: bold;
		font-size: 1.2rem;
		line-height: 1.45;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}

	.wlc-user-name--theme-wolf[_nghost-wlc-app-c3214088293] .wlc-user-name__user-id[_ngcontent-wlc-app-c3214088293] {
		color: var(--mc-success);
		font-style: normal;
		font-weight: normal;
		font-size: 1rem;
		line-height: 1.45;
		margin: 0 10px 0 auto;
		white-space: nowrap;
		text-overflow: ellipsis;
	}

	.wlc-user-name--theme-default[_nghost-wlc-app-c3214088293] .wlc-user-name__user-level[_ngcontent-wlc-app-c3214088293] {
		display: none;
	}

	.wlc-user-name--theme-default[_nghost-wlc-app-c3214088293] .wlc-user-name__user-icon[_ngcontent-wlc-app-c3214088293] {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 40px;
		height: 40px;
		border-radius: 5px;
	}

	.wlc-user-name--theme-default[_nghost-wlc-app-c3214088293] .wlc-user-name__email-value[_ngcontent-wlc-app-c3214088293] {
		font-style: normal;
		font-weight: bold;
		font-size: 2rem;
		line-height: 1.4;
		padding: 0 5px;
	}

	.wlc-user-name--theme-wolf[_nghost-wlc-app-c3214088293] .wlc-user-name__container[_ngcontent-wlc-app-c3214088293] {
		flex-direction: column;
		gap: 10px;
		background: transparent;
	}

	.wlc-user-name--theme-wolf[_nghost-wlc-app-c3214088293] .wlc-user-name__user-icon-wrapper[_ngcontent-wlc-app-c3214088293] {
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.wlc-user-name--theme-wolf[_nghost-wlc-app-c3214088293] .wlc-user-name__user-level[_ngcontent-wlc-app-c3214088293] {
		color: var(--mc-baseMain);
		font-style: normal;
		font-weight: normal;
		font-size: 1.4rem;
		line-height: 1.45;
		margin: -5px;
		padding: 1px 10px;
		position: relative;
		z-index: 1;
		display: none;
		min-width: 65px;
		text-align: center;
		background: var(--mc-buttonHighlightGradient);
		border-radius: var(--button-border-radius);
	}

	.wlc-user-name--theme-wolf[_nghost-wlc-app-c3214088293] .wlc-user-name__email-value[_ngcontent-wlc-app-c3214088293] {
		font-style: normal;
		font-weight: bold;
		font-size: 2rem;
		line-height: 1.45;
		width: 100%;
		text-align: center;
	}

	.wlc-user-name--theme-wolf[_nghost-wlc-app-c3214088293] .wlc-user-icon[_ngcontent-wlc-app-c3214088293] {
		display: block;
		width: 65px;
		height: 65px;
		overflow: hidden;
	}

	.wlc-user-name--theme-wolf[_nghost-wlc-app-c3214088293] .wlc-user-icon[_ngcontent-wlc-app-c3214088293] svg {
		width: 65px;
		height: 65px;
	}

	.wlc-user-name--theme-wolf[_nghost-wlc-app-c3214088293] .wlc-user-icon[_ngcontent-wlc-app-c3214088293] img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}


	button.wlc-user-icon--theme-default[_nghost-wlc-app-c297996804] {
		transition: border 0.3s linear;
		display: flex;
		flex-shrink: 0;
		align-items: center;
		padding: 2px 14px 2px 2px;
		border: 1px solid var(--mc-main);
		border-radius: 100px;
		background-color: transparent;
		cursor: pointer;
	}

	button.wlc-user-icon--theme-default[_nghost-wlc-app-c297996804] .wlc-user-icon__arrow[_ngcontent-wlc-app-c297996804] {
		transition: all 0.3s linear;
		margin: 0 0 0 8px;
		color: var(--fc-arrowColor);
	}

	button.wlc-user-icon--theme-default[_nghost-wlc-app-c297996804] .wlc-user-icon__arrow[_ngcontent-wlc-app-c297996804] svg {
		fill: currentColor;
	}

	button.wlc-user-icon--theme-default.active[_nghost-wlc-app-c297996804] {
		border: 1px solid var(--mc-main);
	}

	button.wlc-user-icon--theme-default.active[_nghost-wlc-app-c297996804] .wlc-user-icon__arrow[_ngcontent-wlc-app-c297996804] {
		color: var(--mc-baseMain);
		transform: rotate(180deg);
	}

	button.wlc-user-icon--theme-default.active[_nghost-wlc-app-c297996804] .wlc-user-icon__arrow[_ngcontent-wlc-app-c297996804] svg {
		fill: currentColor;
	}

	@media (pointer: fine) {
		button.wlc-user-icon--theme-default.active[_nghost-wlc-app-c297996804]:hover {
			border: 1px solid var(--mc-main);
		}

		button.wlc-user-icon--theme-default.active[_nghost-wlc-app-c297996804]:hover .wlc-user-icon__arrow[_ngcontent-wlc-app-c297996804] {
			color: var(--mc-baseMain);
			transform: rotate(180deg);
		}

		button.wlc-user-icon--theme-default.active[_nghost-wlc-app-c297996804]:hover .wlc-user-icon__arrow[_ngcontent-wlc-app-c297996804] svg {
			fill: currentColor;
		}
	}

	button.wlc-user-icon--theme-default.wlc-user-icon--avatar[_nghost-wlc-app-c297996804] {
		padding: 2px 14px 2px 2px;
	}

	button.wlc-user-icon--theme-default.wlc-user-icon--avatar[_nghost-wlc-app-c297996804] .wlc-user-icon__text[_ngcontent-wlc-app-c297996804] {
		color: var(--mc-baseMain);
		font-style: normal;
		font-weight: bold;
		font-size: 1.4rem;
		line-height: 1.45;
		display: block;
	}

	button.wlc-user-icon--theme-default.wlc-user-icon--avatar[_nghost-wlc-app-c297996804] .wlc-user-icon__user[_ngcontent-wlc-app-c297996804] {
		margin: 0;
	}

	@media (pointer: fine) {
		button.wlc-user-icon--theme-default[_nghost-wlc-app-c297996804]:hover {
			border: 1px solid var(--mc-baseMain);
		}

		button.wlc-user-icon--theme-default[_nghost-wlc-app-c297996804]:hover .wlc-user-icon__arrow[_ngcontent-wlc-app-c297996804] {
			color: var(--mc-baseMain);
		}

		button.wlc-user-icon--theme-default[_nghost-wlc-app-c297996804]:hover .wlc-user-icon__arrow[_ngcontent-wlc-app-c297996804] svg {
			fill: currentColor;
		}
	}

	div.wlc-user-icon--theme-default[_nghost-wlc-app-c297996804] .wlc-user-icon__btn[_ngcontent-wlc-app-c297996804] {
		display: block;
		color: none;
		background: var(--mc-secondary);
		border-radius: 100px;
		box-shadow: none;
	}

	div.wlc-user-icon--theme-default.wlc-user-icon--avatar[_nghost-wlc-app-c297996804] .wlc-user-icon__btn[_ngcontent-wlc-app-c297996804] {
		background: none;
	}

	div.wlc-user-icon--theme-default.wlc-user-icon--avatar[_nghost-wlc-app-c297996804] .wlc-icon {
		display: block;
	}

	div.wlc-user-icon--theme-default.wlc-user-icon--avatar[_nghost-wlc-app-c297996804] img {
		display: block;
		width: 100%;
		height: 100%;
		overflow: hidden;
		border-radius: 50%;
	}

	.wlc-user-icon--theme-default[_nghost-wlc-app-c297996804] .wlc-user-icon__btn[_ngcontent-wlc-app-c297996804] {
		display: flex;
		align-items: center;
	}

	.wlc-user-icon--theme-default[_nghost-wlc-app-c297996804] .wlc-user-icon__user[_ngcontent-wlc-app-c297996804] {
		display: block;
		width: 36px;
		height: 36px;
		color: none;
		background: var(--mc-secondary);
		border-radius: 50%;
	}

	.wlc-user-icon--theme-default[_nghost-wlc-app-c297996804] .wlc-user-icon__user[_ngcontent-wlc-app-c297996804] svg {
		display: block;
		width: 100%;
		height: 100%;
	}

	.wlc-user-icon--theme-default[_nghost-wlc-app-c297996804] .wlc-user-icon__user[_ngcontent-wlc-app-c297996804] img {
		display: block;
		width: 100%;
		height: 100%;
		overflow: hidden;
		border-radius: 50%;
	}

	.wlc-user-icon--theme-default.wlc-user-icon--avatar[_nghost-wlc-app-c297996804] .wlc-user-icon__arrow[_ngcontent-wlc-app-c297996804] {
		margin: 0 0 0 8px;
	}

	.wlc-user-icon--theme-default.wlc-user-icon--avatar[_nghost-wlc-app-c297996804] .wlc-user-icon__user[_ngcontent-wlc-app-c297996804] {
		width: 36px;
		height: 36px;
	}

	.wlc-user-icon--theme-default.wlc-user-icon--avatar[_nghost-wlc-app-c297996804] .wlc-user-icon__text[_ngcontent-wlc-app-c297996804] {
		display: none;
	}

	.wlc-btn-profile--theme-default[_nghost-wlc-app-c297996804] .wlc-btn-profile__btn[_ngcontent-wlc-app-c297996804] {
		height: 40px;
		transition: all 0.3s linear;
		min-width: 145px;
		padding: 0 20px 0 5px;
		border: 2px solid var(--mc-secondary);
		border-radius: 100px;
	}

	.wlc-btn-profile--theme-default[_nghost-wlc-app-c297996804] .wlc-btn-profile__btn[_ngcontent-wlc-app-c297996804] .wlc-icon {
		color: var(--mc-baseMain-locked);
		background: var(--mc-secondary);
		border-radius: 50%;
	}

	.wlc-btn-profile--theme-default[_nghost-wlc-app-c297996804] .wlc-btn-profile__btn[_ngcontent-wlc-app-c297996804] .wlc-btn__text {
		color: var(--mc-baseMain);
		font-style: normal;
		font-weight: bold;
		font-size: 1.4rem;
		line-height: 1.45;
		display: flex;
		flex-direction: row-reverse;
		gap: 20px;
		align-items: center;
		justify-content: flex-end;
	}

	.wlc-btn-profile--theme-default[_nghost-wlc-app-c297996804] .wlc-btn-profile__btn[_ngcontent-wlc-app-c297996804] svg {
		width: 28px;
		height: 28px;
	}

	@media (pointer: fine) {
		.wlc-btn-profile--theme-default[_nghost-wlc-app-c297996804] .wlc-btn-profile__btn[_ngcontent-wlc-app-c297996804]:hover {
			border: 2px solid var(--mc-main);
		}
	}

	.wlc-btn-profile--theme-default.wlc-btn-profile--avatar[_nghost-wlc-app-c297996804] .wlc-btn-profile__btn[_ngcontent-wlc-app-c297996804] {
		padding: 0 20px 0 0;
	}

	.wlc-btn-profile--theme-default.wlc-btn-profile--avatar[_nghost-wlc-app-c297996804] .wlc-icon {
		width: 36px;
		height: 36px;
	}

	.wlc-btn-profile--theme-default.wlc-btn-profile--avatar[_nghost-wlc-app-c297996804] img {
		display: block;
		width: 100%;
		height: 100%;
		overflow: hidden;
		border-radius: 50%;
	}

	.wlc-user-icon--theme-avatar[_nghost-wlc-app-c297996804] {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 40px;
		height: 40px;
		color: var(--mc-baseThird-locked, var(--mc-baseMain-locked));
		background: var(--mc-buttonGradient);
		border: none;
		border-radius: 100px;
		box-shadow: none;
	}

	.wlc-user-icon--theme-avatar[_nghost-wlc-app-c297996804] .wlc-user-icon__btn[_ngcontent-wlc-app-c297996804] {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 40px;
		height: 40px;
		color: var(--mc-baseThird-locked, var(--mc-baseMain-locked));
		background: var(--mc-buttonGradient);
		border: none;
		border-radius: 100px;
		box-shadow: none;
	}

	.wlc-user-icon--theme-avatar[_nghost-wlc-app-c297996804] .wlc-user-icon__btn[_ngcontent-wlc-app-c297996804] .wlc-icon svg,
	.wlc-user-icon--theme-avatar[_nghost-wlc-app-c297996804] .wlc-user-icon__btn[_ngcontent-wlc-app-c297996804] .wlc-icon path {
		fill: currentColor;
	}

	.wlc-user-icon--theme-avatar[_nghost-wlc-app-c297996804] .wlc-user-icon__user[_ngcontent-wlc-app-c297996804] {
		flex-shrink: 0;
	}

	.wlc-user-icon--theme-avatar[_nghost-wlc-app-c297996804] img {
		display: block;
		width: 40px;
		height: 40px;
		border-radius: 100px;
		overflow: hidden;
	}

	button.wlc-user-icon--theme-avatar[_nghost-wlc-app-c297996804]:before {
		position: absolute;
		top: 50%;
		left: 50%;
		margin: 0 auto;
		transform: translate(-50%, -50%);
		transition: opacity 0.3s linear;
		content: "";
		width: 100%;
		height: 100%;
		background: var(--mc-baseThird-locked, var(--mc-baseMain-locked));
		border-radius: 100px;
		opacity: 0;
	}

	@media (pointer: fine) {
		button.wlc-user-icon--theme-avatar[_nghost-wlc-app-c297996804]:hover:before {
			opacity: 0.2;
		}
	}

	.wlc-btn-profile--theme-avatar[_nghost-wlc-app-c297996804] .wlc-btn-profile__btn[_ngcontent-wlc-app-c297996804] {
		height: 40px;
		transition: all 0.3s linear;
		min-width: 147px;
		padding: 0 25px 0 0;
		border-radius: 10px;
		background-color: var(--mc-bg500);
	}

	.wlc-btn-profile--theme-avatar[_nghost-wlc-app-c297996804] .wlc-btn-profile__btn[_ngcontent-wlc-app-c297996804] .wlc-btn__text {
		color: var(--mc-baseMain);
		font-style: normal;
		font-weight: bold;
		font-size: 1.4rem;
		line-height: 1.45;
		display: flex;
		flex-direction: row-reverse;
		gap: 13px;
		align-items: center;
		justify-content: flex-end;
	}

	.wlc-btn-profile--theme-avatar[_nghost-wlc-app-c297996804] .wlc-btn-profile__btn[_ngcontent-wlc-app-c297996804] .wlc-icon {
		position: relative;
		width: 40px;
		height: 40px;
		color: var(--mc-baseThird-locked, var(--mc-baseMain-locked));
		border-radius: 10px;
		background-color: var(--mc-buttonColor);
	}

	.wlc-btn-profile--theme-avatar[_nghost-wlc-app-c297996804] .wlc-btn-profile__btn[_ngcontent-wlc-app-c297996804] .wlc-icon svg,
	.wlc-btn-profile--theme-avatar[_nghost-wlc-app-c297996804] .wlc-btn-profile__btn[_ngcontent-wlc-app-c297996804] .wlc-icon path {
		fill: currentColor;
	}

	.wlc-btn-profile--theme-avatar[_nghost-wlc-app-c297996804] .wlc-btn-profile__btn[_ngcontent-wlc-app-c297996804] .wlc-icon:before {
		position: absolute;
		top: 50%;
		left: 50%;
		margin: 0 auto;
		transform: translate(-50%, -50%);
		transition: opacity 0.3s linear;
		content: "";
		width: 100%;
		height: 100%;
		background: var(--mc-baseThird-locked, var(--mc-baseMain-locked));
		border-radius: 10px;
		opacity: 0;
	}

	@media (pointer: fine) {
		.wlc-btn-profile--theme-avatar[_nghost-wlc-app-c297996804] .wlc-btn-profile__btn[_ngcontent-wlc-app-c297996804]:hover {
			background-color: var(--mc-bg300);
		}

		.wlc-btn-profile--theme-avatar[_nghost-wlc-app-c297996804] .wlc-btn-profile__btn[_ngcontent-wlc-app-c297996804]:hover .wlc-icon:before {
			opacity: 0.2;
		}
	}

	.wlc-user-icon--theme-wolf[_nghost-wlc-app-c297996804] {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 40px;
		height: 40px;
		color: var(--mc-baseThird-locked, var(--mc-baseMain-locked));
		background: var(--mc-buttonGradient);
		border: none;
		border-radius: 100px;
		box-shadow: none;
	}

	.wlc-user-icon--theme-wolf[_nghost-wlc-app-c297996804] .wlc-user-icon__btn[_ngcontent-wlc-app-c297996804] {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 40px;
		height: 40px;
		color: var(--mc-baseThird-locked, var(--mc-baseMain-locked));
		background: var(--mc-buttonGradient);
		border: none;
		border-radius: 100px;
		box-shadow: none;
	}

	.wlc-user-icon--theme-wolf[_nghost-wlc-app-c297996804] .wlc-user-icon__btn[_ngcontent-wlc-app-c297996804] .wlc-icon svg,
	.wlc-user-icon--theme-wolf[_nghost-wlc-app-c297996804] .wlc-user-icon__btn[_ngcontent-wlc-app-c297996804] .wlc-icon path {
		fill: currentColor;
	}

	.wlc-user-icon--theme-wolf[_nghost-wlc-app-c297996804] .wlc-user-icon__user[_ngcontent-wlc-app-c297996804] {
		flex-shrink: 0;
	}

	button.wlc-user-icon--theme-wolf[_nghost-wlc-app-c297996804]:before {
		position: absolute;
		top: 50%;
		left: 50%;
		margin: 0 auto;
		transform: translate(-50%, -50%);
		transition: opacity 0.3s linear;
		content: "";
		width: 100%;
		height: 100%;
		background: var(--mc-black-o2);
		border-radius: 100px;
		opacity: 0;
	}

	@media (pointer: fine) {
		button.wlc-user-icon--theme-wolf[_nghost-wlc-app-c297996804]:hover:before {
			opacity: 1;
		}
	}

	button.wlc-user-icon--theme-default[_nghost-wlc-app-c297996804] {
		min-width: 67px;
		min-height: 39px;
	}

	button.wlc-user-icon--theme-default.wlc-user-icon--avatar[_nghost-wlc-app-c297996804] .wlc-user-icon__text[_ngcontent-wlc-app-c297996804] {
		display: none;
	}

	.wlc-user-icon--theme-default.wlc-user-icon--avatar[_nghost-wlc-app-c297996804] .wlc-user-icon__user[_ngcontent-wlc-app-c297996804] {
		width: 36px;
		height: 36px;
	}

	.wlc-user-icon--theme-wolf[_nghost-wlc-app-c297996804] .wlc-user-icon__user[_ngcontent-wlc-app-c297996804] {
		flex-shrink: unset;
	}


	.wlc-loyalty-block[_nghost-wlc-app-c568358515] {
		padding: 24px;
		display: grid;
		gap: 15px;
		background: var(--mc-bg700);
		border-radius: 32px;
	}

	@media (min-width: 1366px) {
		.wlc-dashboard-grid.without-store .wlc-loyalty-block[_nghost-wlc-app-c568358515] {
			margin: 0 20px 0 0;
		}
	}

	@media (min-width: 1630px) {
		.wlc-dashboard-grid.without-store .wlc-loyalty-block[_nghost-wlc-app-c568358515] {
			margin: 0;
		}
	}

	.wlc-loyalty-block__user-name[_ngcontent-wlc-app-c568358515] {
		display: grid;
		grid-template-columns: 1fr auto;
		align-items: center;
	}

	.wlc-loyalty-block__user-name[_ngcontent-wlc-app-c568358515] .wlc-logout[_ngcontent-wlc-app-c568358515] {
		display: none;
	}

	@media (min-width: 640px) {
		.wlc-loyalty-block__user-name[_ngcontent-wlc-app-c568358515] .wlc-logout[_ngcontent-wlc-app-c568358515] {
			display: block;
		}
	}

	.wlc-loyalty-block__user-name[_ngcontent-wlc-app-c568358515] .wlc-logout[_ngcontent-wlc-app-c568358515] svg {
		width: 24px;
		margin: 0;
	}

	@media (max-width: 767px) {
		.wlc-loyalty-block__lottery-button-wrapper[_ngcontent-wlc-app-c568358515] {
			display: none;
		}
	}

	.wlc-loyalty-block__all[_ngcontent-wlc-app-c568358515] a[_ngcontent-wlc-app-c568358515] {
		display: inline-flex;
		gap: 8px;
		align-items: center;
		color: var(--mc-baseMain);
		font-weight: bold;
		font-size: 1.4rem;
		line-height: 1.45;
		text-decoration: none;
	}

	.wlc-loyalty-block__all[_ngcontent-wlc-app-c568358515] a[_ngcontent-wlc-app-c568358515] .wlc-icon[_ngcontent-wlc-app-c568358515] {
		display: inline-block;
		transform: rotate(0);
		transition: all 0.3s linear;
	}

	@media (pointer: fine) {
		.wlc-loyalty-block__all[_ngcontent-wlc-app-c568358515] a[_ngcontent-wlc-app-c568358515]:hover {
			color: var(--mc-main);
		}

		.wlc-loyalty-block__all[_ngcontent-wlc-app-c568358515] a[_ngcontent-wlc-app-c568358515]:hover .wlc-icon[_ngcontent-wlc-app-c568358515] {
			transform: rotate(0) rotateX(360deg) translateX(5px);
		}
	}

	.wlc-loyalty-block__user-name[_ngcontent-wlc-app-c568358515] {
		grid-template-columns: 1fr;
		gap: 10px;
	}

	@media (min-width: 768px) {
		.wlc-loyalty-block__user-name[_ngcontent-wlc-app-c568358515] {
			grid-template-columns: 1fr auto;
		}
	}

	@media (min-width: 1024px) {
		.wlc-loyalty-block__user-name[_ngcontent-wlc-app-c568358515] {
			grid-template-columns: 1fr;
		}
	}

	@media (min-width: 1366px) {
		.wlc-loyalty-block__user-name[_ngcontent-wlc-app-c568358515] {
			grid-template-columns: 1fr auto;
		}
	}

	@media (min-width: 1366px) {
		.wlc-loyalty-block__user-name[_ngcontent-wlc-app-c568358515] {
			margin: 0;
		}
	}

	.wlc-loyalty-block__loyalty[_ngcontent-wlc-app-c568358515] .wlc-loyalty-progress__name:last-child {
		background: var(--mc-textGradient);
		-webkit-background-clip: text;
		background-clip: text;
		-webkit-text-fill-color: transparent;
		transition: 0.3s linear(0.4 -50%, 1 100%);
	}


	.wlc-loyalty-progress--theme-default[_nghost-wlc-app-c3893998972] {
		width: var(--wlc-lprogress-width, 100%);
	}

	.wlc-loyalty-progress--theme-default[_nghost-wlc-app-c3893998972] .wlc-loyalty-progress__content[_ngcontent-wlc-app-c3893998972] {
		display: flex;
		flex-direction: row;
		gap: 15px;
	}

	.wlc-loyalty-progress--theme-default[_nghost-wlc-app-c3893998972] .wlc-loyalty-progress__loyalty-level-container[_ngcontent-wlc-app-c3893998972] {
		position: relative;
		width: 77px;
		min-width: 77px;
		height: 66px;
		min-height: 66px;
		border-radius: 8px;
		background: var(--mc-bg500);
		overflow: hidden;
	}

	.wlc-loyalty-progress--theme-default[_nghost-wlc-app-c3893998972] .wlc-loyalty-progress__info-container[_ngcontent-wlc-app-c3893998972] {
		display: flex;
		flex-direction: column;
		gap: 5px;
		justify-content: center;
		width: 100%;
		margin: 0;
	}

	.wlc-loyalty-progress--theme-default[_nghost-wlc-app-c3893998972] .wlc-loyalty-progress__line[_ngcontent-wlc-app-c3893998972] {
		position: relative;
		width: 100%;
		height: 6px;
		background: var(--mc-bg300);
		border-radius: 100px;
		overflow: hidden;
	}

	.wlc-loyalty-progress--theme-default[_nghost-wlc-app-c3893998972] .wlc-loyalty-progress__line-current[_ngcontent-wlc-app-c3893998972] {
		position: absolute;
		top: 0;
		left: 0;
		height: 100%;
		background: var(--mc-buttonGradient);
		border-radius: 100px;
	}

	.wlc-loyalty-progress--theme-default[_nghost-wlc-app-c3893998972] .wlc-loyalty-progress__title[_ngcontent-wlc-app-c3893998972],
	.wlc-loyalty-progress--theme-default[_nghost-wlc-app-c3893998972] .wlc-loyalty-progress__points[_ngcontent-wlc-app-c3893998972] {
		color: var(--mc-baseMainNew);
		font-style: normal;
		font-weight: bold;
		font-size: 1.4rem;
		line-height: 1.45;
		display: inline-flex;
		justify-content: space-between;
	}

	.wlc-loyalty-progress--theme-default[_nghost-wlc-app-c3893998972] .wlc-loyalty-progress__name[_ngcontent-wlc-app-c3893998972],
	.wlc-loyalty-progress--theme-default[_nghost-wlc-app-c3893998972] .wlc-loyalty-progress__all[_ngcontent-wlc-app-c3893998972],
	.wlc-loyalty-progress--theme-default[_nghost-wlc-app-c3893998972] .wlc-loyalty-progress__points-start[_ngcontent-wlc-app-c3893998972],
	.wlc-loyalty-progress--theme-default[_nghost-wlc-app-c3893998972] .wlc-loyalty-progress__points-end[_ngcontent-wlc-app-c3893998972] {
		display: inline-flex;
		flex-wrap: nowrap;
		align-items: baseline;
	}

	.wlc-loyalty-progress--theme-default[_nghost-wlc-app-c3893998972] .wlc-loyalty-progress__name[_ngcontent-wlc-app-c3893998972]:after,
	.wlc-loyalty-progress--theme-default[_nghost-wlc-app-c3893998972] .wlc-loyalty-progress__all[_ngcontent-wlc-app-c3893998972]:after,
	.wlc-loyalty-progress--theme-default[_nghost-wlc-app-c3893998972] .wlc-loyalty-progress__points-start[_ngcontent-wlc-app-c3893998972]:after,
	.wlc-loyalty-progress--theme-default[_nghost-wlc-app-c3893998972] .wlc-loyalty-progress__points-end[_ngcontent-wlc-app-c3893998972]:after {
		content: "-";
		display: inline-block;
		width: 0;
		opacity: 0;
		overflow: hidden;
		pointer-events: none;
	}

	.wlc-loyalty-progress--theme-default[_nghost-wlc-app-c3893998972] .wlc-loyalty-progress__all[_ngcontent-wlc-app-c3893998972] {
		color: var(--mc-baseMainNew);
		font-style: normal;
		font-weight: bold;
		font-size: 1.4rem;
		line-height: 1.45;
		color: var(--mc-main);
	}

	@media (pointer: fine) {
		.wlc-loyalty-progress--theme-default[_nghost-wlc-app-c3893998972] .wlc-loyalty-progress__all[_ngcontent-wlc-app-c3893998972]:hover {
			transition: color 0.3s linear;
			color: var(--mc-baseThird, var(--mc-baseMain));
		}
	}

	.wlc-loyalty-progress--theme-default[_nghost-wlc-app-c3893998972] .wlc-loyalty-progress__points[_ngcontent-wlc-app-c3893998972] {
		font-weight: 700;
	}

	.wlc-loyalty-progress--theme-default[_nghost-wlc-app-c3893998972] .wlc-loyalty-progress__loyalty-level-container[_ngcontent-wlc-app-c3893998972] {
		background: transparent;
	}

	.wlc-loyalty-progress--theme-default[_nghost-wlc-app-c3893998972] .wlc-loyalty-progress__loyalty-level-container[_ngcontent-wlc-app-c3893998972] {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 78px;
		min-width: 78px;
	}

	.wlc-loyalty-progress--theme-default[_nghost-wlc-app-c3893998972] .wlc-loyalty-progress__loyalty-level-container[_ngcontent-wlc-app-c3893998972] img {
		width: 78px;
		height: 78px;
	}

	@media (max-width: 767px) {
		.wlc-loyalty-progress--theme-default[_nghost-wlc-app-c3893998972] .wlc-loyalty-progress__loyalty-level-container[_ngcontent-wlc-app-c3893998972] {
			width: 55px;
			min-width: 55px;
		}

		.wlc-loyalty-progress--theme-default[_nghost-wlc-app-c3893998972] .wlc-loyalty-progress__loyalty-level-container[_ngcontent-wlc-app-c3893998972] img {
			width: 55px;
			height: 55px;
		}
	}


	.wlc-currency--theme-default[_nghost-wlc-app-c3968462985] {
		display: var(--wlc-currency-display, inline-flex);
		flex-wrap: nowrap;
		align-items: baseline;
		color: inherit;
	}

	.wlc-currency--theme-default[_nghost-wlc-app-c3968462985] .wlc-currency__icon[_ngcontent-wlc-app-c3968462985] {
		align-self: center;
		font-weight: normal !important;
		font-family: CryptocurrencySymbols;
		font-style: normal !important;
		font-variant: normal !important;
		text-transform: none !important;
		-webkit-user-select: none;
		user-select: none;
		speak: never;
	}

	.wlc-currency--theme-default[_nghost-wlc-app-c3968462985] .wlc-currency__sign--left[_ngcontent-wlc-app-c3968462985] {
		margin-right: 4px;
	}

	.wlc-currency--theme-default[_nghost-wlc-app-c3968462985] .wlc-currency__sign--right[_ngcontent-wlc-app-c3968462985] {
		margin-left: 4px;
	}

	.wlc-currency--theme-default[_nghost-wlc-app-c3968462985] .wlc-currency__svg[_ngcontent-wlc-app-c3968462985] {
		line-height: 1;
		vertical-align: text-top;
	}

	.wlc-bet-history .wlc-currency--theme-default.wlc-currency--less-zero[_nghost-wlc-app-c3968462985],
	.wlc-transaction-history .wlc-currency--theme-default.wlc-currency--less-zero[_nghost-wlc-app-c3968462985] {
		color: var(--mc-baseSecond, var(--mc-baseMain));
	}

	.wlc-bet-history .wlc-currency--theme-default.wlc-currency--above-zero[_nghost-wlc-app-c3968462985],
	.wlc-transaction-history .wlc-currency--theme-default.wlc-currency--above-zero[_nghost-wlc-app-c3968462985] {
		color: var(--mc-success);
	}

	.wlc-cashback-history .wlc-currency--theme-default.wlc-currency--theme-default[_nghost-wlc-app-c3968462985] {
		color: var(--mc-success);
	}


	.wlc-profile-menu--theme-default[_nghost-wlc-app-c3754564959] {
		-ms-overflow-style: none;
		scrollbar-width: none;
	}

	.wlc-profile-menu--theme-default[_nghost-wlc-app-c3754564959]::-webkit-scrollbar {
		display: none;
	}

	.wlc-profile-menu--theme-default[_nghost-wlc-app-c3754564959] .wlc-profile-menu__content[_ngcontent-wlc-app-c3754564959]::-webkit-scrollbar {
		display: none;
	}

	.wlc-profile-menu--theme-default.wlc-profile-menu--type-tabs[_nghost-wlc-app-c3754564959] {
		position: relative;
	}

	.wlc-profile-menu--theme-default.wlc-profile-menu--type-tabs[_nghost-wlc-app-c3754564959] .wlc-profile-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-profile-menu--theme-default.wlc-profile-menu--type-tabs[_nghost-wlc-app-c3754564959] .wlc-profile-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 0.3s ease-out;
		pointer-events: initial;
	}

	.wlc-profile-menu--theme-default.wlc-profile-menu--type-tabs[_nghost-wlc-app-c3754564959] .wlc-profile-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-bg) 80%, var(--mc-bg-o0) 100%);
	}

	.wlc-profile-menu--theme-default.wlc-profile-menu--type-tabs[_nghost-wlc-app-c3754564959] .wlc-profile-menu__control:disabled {
		display: none;
	}

	.wlc-profile-menu--theme-default.wlc-profile-menu--type-tabs[_nghost-wlc-app-c3754564959] .wlc-profile-menu__control .wlc-icon {
		display: block;
		line-height: 1;
	}

	.wlc-profile-menu--theme-default.wlc-profile-menu--type-tabs[_nghost-wlc-app-c3754564959] .wlc-profile-menu__control svg {
		transform: var(--wlc-main-menu-svg-transform, none);
		fill: currentColor;
	}

	.wlc-profile-menu--theme-default.wlc-profile-menu--type-tabs[_nghost-wlc-app-c3754564959] .wlc-profile-menu__control--prev {
		justify-content: flex-start;
		margin: 0 auto 0 0;
	}

	.wlc-profile-menu--theme-default.wlc-profile-menu--type-tabs[_nghost-wlc-app-c3754564959] .wlc-profile-menu__control--prev svg {
		transform: rotate(90deg);
	}

	.wlc-profile-menu--theme-default.wlc-profile-menu--type-tabs[_nghost-wlc-app-c3754564959] .wlc-profile-menu__control--next {
		justify-content: flex-end;
		margin: 0 0 0 auto;
	}

	.wlc-profile-menu--theme-default.wlc-profile-menu--type-tabs[_nghost-wlc-app-c3754564959] .wlc-profile-menu__control--next:before {
		transform: scaleX(-1);
	}

	.wlc-profile-menu--theme-default.wlc-profile-menu--type-tabs[_nghost-wlc-app-c3754564959] .wlc-profile-menu__control--next svg {
		transform: rotate(-90deg);
	}

	@media (pointer: fine) {
		.wlc-profile-menu--theme-default.wlc-profile-menu--type-tabs[_nghost-wlc-app-c3754564959] .wlc-profile-menu__control:hover {
			color: var(--mc-main);
		}
	}

	.wlc-profile-menu--theme-default.wlc-profile-menu--type-tabs[_nghost-wlc-app-c3754564959] .wlc-menu--theme-default[_ngcontent-wlc-app-c3754564959] {
		grid-gap: 0;
		display: none;
	}

	@media (min-width: 900px) {
		.wlc-profile-menu--theme-default.wlc-profile-menu--type-tabs[_nghost-wlc-app-c3754564959] .wlc-menu--theme-default[_ngcontent-wlc-app-c3754564959] {
			width: auto;
		}
	}

	.wlc-profile-menu--theme-default.wlc-profile-menu--type-tabs[_nghost-wlc-app-c3754564959] .wlc-menu--theme-default[_ngcontent-wlc-app-c3754564959] .wlc-menu__link {
		transition: background 0.3s linear;
		padding: 10px 16px;
		color: var(--mc-baseMain);
		font-style: normal;
		font-weight: normal;
		font-size: 1.4rem;
		line-height: 1.45;
		position: relative;
		display: flex;
		align-items: flex-start;
		justify-content: center;
		text-decoration: none;
		border-radius: 100px;
		background-color: transparent;
	}

	.wlc-profile-menu--theme-default.wlc-profile-menu--type-tabs[_nghost-wlc-app-c3754564959] .wlc-menu--theme-default[_ngcontent-wlc-app-c3754564959] .wlc-menu__link:before,
	.wlc-profile-menu--theme-default.wlc-profile-menu--type-tabs[_nghost-wlc-app-c3754564959] .wlc-menu--theme-default[_ngcontent-wlc-app-c3754564959] .wlc-menu__link:after {
		transition: opacity 0.3s linear;
		content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 31 26'%3E%3Cpath d='M27.54,23.57H3.81V1.5A23.77,23.77,0,0,0,27.54,23.57Z' fill='%230f1127'/%3E%3Cpath d='M15.85,24.48h0Z'/%3E%3C/svg%3E%0A");
		position: absolute;
		bottom: -3px;
		display: block;
		width: 16px;
		height: 16px;
		opacity: 0;
	}

	.wlc-body--theme-alt .wlc-profile-menu--theme-default.wlc-profile-menu--type-tabs[_nghost-wlc-app-c3754564959] .wlc-menu--theme-default[_ngcontent-wlc-app-c3754564959] .wlc-menu__link:before,
	.wlc-body--theme-alt .wlc-profile-menu--theme-default.wlc-profile-menu--type-tabs[_nghost-wlc-app-c3754564959] .wlc-menu--theme-default[_ngcontent-wlc-app-c3754564959] .wlc-menu__link:after {
		content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 31 26'%3E%3Cpath d='M27.54,23.57H3.81V1.5A23.77,23.77,0,0,0,27.54,23.57Z' fill='%23e5eaf2'/%3E%3Cpath d='M15.85,24.48h0Z'/%3E%3C/svg%3E%0A");
	}

	.wlc-profile-menu--theme-default.wlc-profile-menu--type-tabs[_nghost-wlc-app-c3754564959] .wlc-menu--theme-default[_ngcontent-wlc-app-c3754564959] .wlc-menu__link:before {
		left: calc(100% - 3px);
	}

	.wlc-profile-menu--theme-default.wlc-profile-menu--type-tabs[_nghost-wlc-app-c3754564959] .wlc-menu--theme-default[_ngcontent-wlc-app-c3754564959] .wlc-menu__link:after {
		right: calc(100% - 3px);
		transform: scaleX(-1);
	}

	.wlc-profile-menu--theme-default.wlc-profile-menu--type-tabs[_nghost-wlc-app-c3754564959] .wlc-menu--theme-default[_ngcontent-wlc-app-c3754564959] .wlc-menu__link.active {
		color: var(--mc-main);
		font-weight: bold;
		background-color: var(--mc-baseOpacity);
	}

	.wlc-profile-menu--theme-default.wlc-profile-menu--type-tabs[_nghost-wlc-app-c3754564959] .wlc-menu--theme-default[_ngcontent-wlc-app-c3754564959] .wlc-menu__link.active:before,
	.wlc-profile-menu--theme-default.wlc-profile-menu--type-tabs[_nghost-wlc-app-c3754564959] .wlc-menu--theme-default[_ngcontent-wlc-app-c3754564959] .wlc-menu__link.active:after {
		opacity: 1;
	}

	@media (pointer: fine) {
		.wlc-profile-menu--theme-default.wlc-profile-menu--type-tabs[_nghost-wlc-app-c3754564959] .wlc-menu--theme-default[_ngcontent-wlc-app-c3754564959] .wlc-menu__link:hover {
			color: var(--mc-main);
			background-color: var(--mc-baseOpacity);
		}

		.wlc-profile-menu--theme-default.wlc-profile-menu--type-tabs[_nghost-wlc-app-c3754564959] .wlc-menu--theme-default[_ngcontent-wlc-app-c3754564959] .wlc-menu__link:hover:before,
		.wlc-profile-menu--theme-default.wlc-profile-menu--type-tabs[_nghost-wlc-app-c3754564959] .wlc-menu--theme-default[_ngcontent-wlc-app-c3754564959] .wlc-menu__link:hover:after {
			opacity: 1;
		}
	}

	@media (min-width: 900px) {
		.wlc-profile-menu--theme-default.wlc-profile-menu--type-tabs[_nghost-wlc-app-c3754564959] .wlc-menu--theme-default[_ngcontent-wlc-app-c3754564959] {
			display: grid;
			grid-auto-columns: auto;
			grid-auto-flow: column;
			align-items: center;
		}
	}

	.wlc-profile-menu--theme-default.wlc-profile-menu--type-tabs.wlc-profile-menu--swiper[_nghost-wlc-app-c3754564959] .swiper-slide:first-child .wlc-menu__link:after,
	.wlc-profile-menu--theme-default.wlc-profile-menu--type-tabs.wlc-profile-menu--swiper[_nghost-wlc-app-c3754564959] .swiper-slide:first-child .wlc-menu__link:before,
	.wlc-profile-menu--theme-default.wlc-profile-menu--type-tabs.wlc-profile-menu--swiper[_nghost-wlc-app-c3754564959] .swiper-slide:last-child .wlc-menu__link:after,
	.wlc-profile-menu--theme-default.wlc-profile-menu--type-tabs.wlc-profile-menu--swiper[_nghost-wlc-app-c3754564959] .swiper-slide:last-child .wlc-menu__link:before {
		content: "";
		top: 100%;
		left: 0;
		width: 100%;
		height: 20px;
		background: var(--mc-baseOpacity);
		pointer-events: none;
	}

	.wlc-profile-menu--theme-default.wlc-profile-menu--type-tabs.wlc-profile-menu--swiper[_nghost-wlc-app-c3754564959] .swiper-slide:first-child .wlc-menu__link.active {
		right: initial;
		left: 0;
	}

	@media (pointer: fine) {
		.wlc-profile-menu--theme-default.wlc-profile-menu--type-tabs.wlc-profile-menu--swiper[_nghost-wlc-app-c3754564959] .swiper-slide:first-child .wlc-menu__link:hover {
			right: initial;
			left: 0;
		}
	}

	.wlc-profile-menu--theme-default.wlc-profile-menu--type-tabs.wlc-profile-menu--swiper[_nghost-wlc-app-c3754564959] .swiper-slide:last-child .wlc-menu__link.active {
		right: 0;
		left: initial;
	}

	@media (pointer: fine) {
		.wlc-profile-menu--theme-default.wlc-profile-menu--type-tabs.wlc-profile-menu--swiper[_nghost-wlc-app-c3754564959] .swiper-slide:last-child .wlc-menu__link:hover {
			right: 0;
			left: initial;
		}
	}

	.wlc-profile-menu--theme-default.wlc-profile-menu--type-tabs.wlc-profile-menu--swiper[_nghost-wlc-app-c3754564959] .wlc-menu {
		display: block;
		width: 100%;
	}

	.wlc-profile-menu--theme-wolf.wlc-profile-menu--type-dropdown.wlc-profile-menu--theme-mod-vertical[_nghost-wlc-app-c3754564959] .wlc-menu[_ngcontent-wlc-app-c3754564959] .wlc-menu__icon-arrow {
		color: var(--mc-baseMain);
	}

	.wlc-profile-menu--theme-wolf.wlc-profile-menu--type-dropdown.wlc-profile-menu--theme-mod-vertical[_nghost-wlc-app-c3754564959] .wlc-menu[_ngcontent-wlc-app-c3754564959] .wlc-menu__item {
		overflow: hidden;
	}

	.wlc-profile-menu--theme-wolf.wlc-profile-menu--type-dropdown.wlc-profile-menu--theme-mod-vertical[_nghost-wlc-app-c3754564959] .wlc-menu[_ngcontent-wlc-app-c3754564959] .wlc-menu__item.active>.wlc-menu__link {
		transition: all 0.3s linear;
		color: var(--mc-baseThird, var(--mc-baseMain));
		background: var(--mc-bg);
		border-bottom-left-radius: 0;
		border-bottom-right-radius: 0;
	}

	.wlc-profile-menu--theme-wolf.wlc-profile-menu--type-dropdown.wlc-profile-menu--theme-mod-vertical[_nghost-wlc-app-c3754564959] .wlc-menu[_ngcontent-wlc-app-c3754564959] .wlc-menu__item.active>.wlc-menu__link .wlc-icon {
		color: var(--mc-baseThird, var(--mc-baseMain));
	}

	.wlc-profile-menu--theme-wolf.wlc-profile-menu--type-dropdown.wlc-profile-menu--theme-mod-vertical[_nghost-wlc-app-c3754564959] .wlc-menu[_ngcontent-wlc-app-c3754564959] .wlc-menu__item--dropdown.active .wlc-menu__submenu {
		gap: 5px;
		padding: 5px;
	}

	.wlc-profile-menu--theme-wolf.wlc-profile-menu--type-dropdown.wlc-profile-menu--theme-mod-vertical[_nghost-wlc-app-c3754564959] .wlc-menu[_ngcontent-wlc-app-c3754564959] .wlc-menu__link {
		transition: all 0.3s linear;
		color: var(--mc-baseMain);
		font-style: normal;
		font-weight: normal;
		font-size: 1.2rem;
		line-height: 1.45;
		background: var(--mc-bg300);
		z-index: 2;
		display: flex;
		align-items: center;
		justify-content: flex-start;
		width: 100%;
		max-height: 42px;
		padding: 15px;
		text-decoration: none;
		cursor: pointer;
		border-radius: 8px;
	}

	.wlc-profile-menu--theme-wolf.wlc-profile-menu--type-dropdown.wlc-profile-menu--theme-mod-vertical[_nghost-wlc-app-c3754564959] .wlc-menu[_ngcontent-wlc-app-c3754564959] .wlc-menu__link-text {
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: 100%;
	}

	.wlc-profile-menu--theme-wolf.wlc-profile-menu--type-dropdown.wlc-profile-menu--theme-mod-vertical[_nghost-wlc-app-c3754564959] .wlc-menu[_ngcontent-wlc-app-c3754564959] .wlc-menu__link-text .wlc-counter {
		color: var(--mc-baseMain);
		font-style: normal;
		font-weight: bold;
		font-size: 1.2rem;
		line-height: 1.45;
		display: flex;
		align-items: center;
		width: auto;
		min-width: 30px;
		height: 25px;
		padding: 0 5px;
		background: var(--mc-bg700);
		border-radius: 8px;
	}

	.wlc-profile-menu--theme-wolf.wlc-profile-menu--type-dropdown.wlc-profile-menu--theme-mod-vertical[_nghost-wlc-app-c3754564959] .wlc-menu[_ngcontent-wlc-app-c3754564959] .wlc-menu__link.active {
		transition: all 0.3s linear;
		background: var(--mc-bg100);
		color: var(--mc-baseThird, var(--mc-baseMain));
		font-style: normal;
		font-weight: bold;
		font-size: 1.2rem;
		line-height: 1.45;
	}

	@media (pointer: fine) {
		.wlc-profile-menu--theme-wolf.wlc-profile-menu--type-dropdown.wlc-profile-menu--theme-mod-vertical[_nghost-wlc-app-c3754564959] .wlc-menu[_ngcontent-wlc-app-c3754564959] .wlc-menu__link:hover {
			transition: all 0.3s linear;
			color: var(--mc-baseSecond, var(--mc-baseMain));
			background: var(--mc-bg100);
		}

		.wlc-profile-menu--theme-wolf.wlc-profile-menu--type-dropdown.wlc-profile-menu--theme-mod-vertical[_nghost-wlc-app-c3754564959] .wlc-menu[_ngcontent-wlc-app-c3754564959] .wlc-menu__link:hover .wlc-icon {
			color: inherit;
		}
	}

	.wlc-profile-menu--theme-wolf.wlc-profile-menu--type-dropdown.wlc-profile-menu--theme-mod-vertical[_nghost-wlc-app-c3754564959] .wlc-menu[_ngcontent-wlc-app-c3754564959] .wlc-menu__submenu {
		background: var(--mc-bg);
		display: grid;
		margin: 0;
		border-radius: 0 0 8px 8px;
	}

	.wlc-profile-menu--theme-wolf.wlc-profile-menu--type-dropdown.wlc-profile-menu--theme-mod-vertical[_nghost-wlc-app-c3754564959] .wlc-menu[_ngcontent-wlc-app-c3754564959] .wlc-menu__submenu .wlc-menu__item:first-child .wlc-menu__link,
	.wlc-profile-menu--theme-wolf.wlc-profile-menu--type-dropdown.wlc-profile-menu--theme-mod-vertical[_nghost-wlc-app-c3754564959] .wlc-menu[_ngcontent-wlc-app-c3754564959] .wlc-menu__submenu .wlc-menu__item:last-child .wlc-menu__link {
		border-radius: 8px;
	}

	.wlc-profile-menu--theme-wolf.wlc-profile-menu--type-dropdown.wlc-profile-menu--theme-mod-vertical[_nghost-wlc-app-c3754564959] .wlc-menu[_ngcontent-wlc-app-c3754564959] .wlc-menu__submenu .wlc-menu__link {
		background: none;
		border-radius: 8px;
	}

	.wlc-profile-menu--theme-wolf.wlc-profile-menu--type-dropdown.wlc-profile-menu--theme-mod-vertical[_nghost-wlc-app-c3754564959] .wlc-menu[_ngcontent-wlc-app-c3754564959] .wlc-menu__submenu .wlc-menu__link.active {
		transition: all 0.3s linear;
		background: var(--mc-bg100);
		border-radius: 8px;
	}

	@media (pointer: fine) {
		.wlc-profile-menu--theme-wolf.wlc-profile-menu--type-dropdown.wlc-profile-menu--theme-mod-vertical[_nghost-wlc-app-c3754564959] .wlc-menu[_ngcontent-wlc-app-c3754564959] .wlc-menu__submenu .wlc-menu__link:hover {
			transition: all 0.3s linear;
			background: var(--mc-bg100);
		}
	}

	@media (hover: hover) {
		.wlc-profile-menu--theme-wolf.wlc-profile-menu--type-dropdown.wlc-profile-menu--theme-mod-vertical[_nghost-wlc-app-c3754564959] .wlc-menu[_ngcontent-wlc-app-c3754564959] .wlc-menu__submenu .wlc-menu__link {
			border-radius: 8px;
		}
	}

	.wlc-profile-menu--type-dropdown.wlc-profile-menu--theme-mod-vertical[_nghost-wlc-app-c3754564959] {
		width: 100%;
	}

	.wlc-profile-menu--type-dropdown.wlc-profile-menu--theme-mod-vertical[_nghost-wlc-app-c3754564959] .wlc-menu[_ngcontent-wlc-app-c3754564959] {
		display: grid;
		grid-template-columns: 1fr;
		grid-gap: 4px;
	}

	.wlc-profile-menu--type-dropdown.wlc-profile-menu--theme-mod-vertical[_nghost-wlc-app-c3754564959] .wlc-menu[_ngcontent-wlc-app-c3754564959] .wlc-icon {
		margin: 0 10px 0 0;
	}

	.wlc-profile-menu--type-dropdown.wlc-profile-menu--theme-mod-vertical[_nghost-wlc-app-c3754564959] .wlc-menu[_ngcontent-wlc-app-c3754564959] .wlc-icon svg {
		fill: currentColor;
	}

	.wlc-profile-menu--type-dropdown.wlc-profile-menu--theme-mod-vertical[_nghost-wlc-app-c3754564959] .wlc-menu[_ngcontent-wlc-app-c3754564959] .wlc-menu__icon-arrow {
		transition: all 0.3s linear;
		margin: 0 0 0 auto;
		color: var(--mc-baseOpacity);
		transform: rotate(0);
	}

	.wlc-profile-menu--type-dropdown.wlc-profile-menu--theme-mod-vertical[_nghost-wlc-app-c3754564959] .wlc-menu[_ngcontent-wlc-app-c3754564959] .wlc-menu__item {
		overflow: hidden;
	}

	.wlc-profile-menu--type-dropdown.wlc-profile-menu--theme-mod-vertical[_nghost-wlc-app-c3754564959] .wlc-menu[_ngcontent-wlc-app-c3754564959] .wlc-menu__item--dropdown.active>.wlc-menu__link {
		transition: all 0.3s linear;
		color: #ffffff;
		background: var(--mc-main);
	}

	.wlc-profile-menu--type-dropdown.wlc-profile-menu--theme-mod-vertical[_nghost-wlc-app-c3754564959] .wlc-menu[_ngcontent-wlc-app-c3754564959] .wlc-menu__item--dropdown.active>.wlc-menu__link .wlc-icon {
		transition: all 0.3s linear;
		color: #ffffff;
	}

	.wlc-profile-menu--type-dropdown.wlc-profile-menu--theme-mod-vertical[_nghost-wlc-app-c3754564959] .wlc-menu[_ngcontent-wlc-app-c3754564959] .wlc-menu__item--dropdown.active>.wlc-menu__link .wlc-menu__icon-arrow {
		transform: rotate(180deg);
	}

	.wlc-profile-menu--type-dropdown.wlc-profile-menu--theme-mod-vertical[_nghost-wlc-app-c3754564959] .wlc-menu[_ngcontent-wlc-app-c3754564959] .wlc-menu__link {
		transition: all 0.3s linear;
		color: var(--mc-baseMain);
		font-style: normal;
		font-weight: normal;
		font-size: 1.4rem;
		line-height: 1.45;
		background: var(--mc-bg500);
		z-index: 2;
		display: flex;
		align-items: center;
		justify-content: flex-start;
		width: 100%;
		padding: 8px 12px;
		text-decoration: none;
		cursor: pointer;
		border-radius: 10px;
	}

	.wlc-profile-menu--type-dropdown.wlc-profile-menu--theme-mod-vertical[_nghost-wlc-app-c3754564959] .wlc-menu[_ngcontent-wlc-app-c3754564959] .wlc-menu__link.active {
		transition: background 0.3s linear;
		background: var(--mc-bg500);
		color: var(--mc-main);
	}

	@media (pointer: fine) {
		.wlc-profile-menu--type-dropdown.wlc-profile-menu--theme-mod-vertical[_nghost-wlc-app-c3754564959] .wlc-menu[_ngcontent-wlc-app-c3754564959] .wlc-menu__link:hover {
			transition: background 0.3s linear;
			background: var(--mc-bg300);
		}

		.wlc-profile-menu--type-dropdown.wlc-profile-menu--theme-mod-vertical[_nghost-wlc-app-c3754564959] .wlc-menu[_ngcontent-wlc-app-c3754564959] .wlc-menu__link:hover .wlc-icon {
			color: inherit;
		}
	}

	.wlc-profile-menu--type-dropdown.wlc-profile-menu--theme-mod-vertical[_nghost-wlc-app-c3754564959] .wlc-menu[_ngcontent-wlc-app-c3754564959] .wlc-menu__link-text {
		display: flex;
		align-items: center;
	}

	.wlc-profile-menu--type-dropdown.wlc-profile-menu--theme-mod-vertical[_nghost-wlc-app-c3754564959] .wlc-menu[_ngcontent-wlc-app-c3754564959] .wlc-menu__link-text .wlc-counter--theme-circle {
		color: var(--mc-baseMain);
		font-style: normal;
		font-weight: bold;
		font-size: 1.2rem;
		line-height: 1.45;
		width: 30px;
		height: 25px;
		margin: 0 0 0 10px;
		background: var(--mc-bg500);
		border-radius: 8px;
	}

	.wlc-profile-menu--type-dropdown.wlc-profile-menu--theme-mod-vertical[_nghost-wlc-app-c3754564959] .wlc-menu[_ngcontent-wlc-app-c3754564959] .wlc-menu__submenu {
		background: var(--mc-bg);
		margin-top: 4px;
		border-radius: 10px;
	}

	.wlc-profile-menu--type-dropdown.wlc-profile-menu--theme-mod-vertical[_nghost-wlc-app-c3754564959] .wlc-menu[_ngcontent-wlc-app-c3754564959] .wlc-menu__submenu .wlc-menu__item:last-child .wlc-menu__link {
		border-bottom-left-radius: 10px;
		border-bottom-right-radius: 10px;
	}

	.wlc-profile-menu--type-dropdown.wlc-profile-menu--theme-mod-vertical[_nghost-wlc-app-c3754564959] .wlc-menu[_ngcontent-wlc-app-c3754564959] .wlc-menu__submenu .wlc-menu__item:first-child .wlc-menu__link {
		border-top-left-radius: 10px;
		border-top-right-radius: 10px;
	}

	.wlc-profile-menu--type-dropdown.wlc-profile-menu--theme-mod-vertical[_nghost-wlc-app-c3754564959] .wlc-menu[_ngcontent-wlc-app-c3754564959] .wlc-menu__submenu .wlc-menu__link {
		background: transparent;
	}

	.wlc-profile-menu--type-dropdown.wlc-profile-menu--theme-mod-vertical[_nghost-wlc-app-c3754564959] .wlc-menu[_ngcontent-wlc-app-c3754564959] .wlc-menu__submenu .wlc-menu__link.active {
		transition: background 0.3s linear;
		background: var(--mc-bg500);
		border-radius: 0;
	}

	@media (pointer: fine) {
		.wlc-profile-menu--type-dropdown.wlc-profile-menu--theme-mod-vertical[_nghost-wlc-app-c3754564959] .wlc-menu[_ngcontent-wlc-app-c3754564959] .wlc-menu__submenu .wlc-menu__link:hover {
			transition: background 0.3s linear;
			background: var(--mc-bg500);
		}
	}

	@media (hover: hover) {
		.wlc-profile-menu--type-dropdown.wlc-profile-menu--theme-mod-vertical[_nghost-wlc-app-c3754564959] .wlc-menu[_ngcontent-wlc-app-c3754564959] .wlc-menu__submenu .wlc-menu__link {
			border-radius: 0;
		}
	}

	.wlc-profile-menu.wlc-profile-menu--type-submenu[_nghost-wlc-app-c3754564959] {
		min-width: 0;
	}

	.wlc-profile-menu.wlc-profile-menu--type-submenu[_nghost-wlc-app-c3754564959] .wlc-profile-menu__content[_ngcontent-wlc-app-c3754564959] {
		position: relative;
	}

	.wlc-profile-menu.wlc-profile-menu--type-submenu[_nghost-wlc-app-c3754564959] .wlc-profile-menu__content[_ngcontent-wlc-app-c3754564959] [_ngcontent-wlc-app-c3754564959]::-webkit-scrollbar {
		display: none;
	}

	.wlc-profile-menu.wlc-profile-menu--type-submenu[_nghost-wlc-app-c3754564959] .wlc-profile-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-profile-menu.wlc-profile-menu--type-submenu[_nghost-wlc-app-c3754564959] .wlc-profile-menu__control {
		position: relative;
		display: flex;
		align-items: flex-start;
		width: 30px;
		height: 100%;
		padding: 0;
		color: var(--mc-baseMain);
		background: none;
		cursor: pointer;
		border: none;
		transition: all 0.3s ease-out;
		pointer-events: initial;
	}

	.wlc-profile-menu.wlc-profile-menu--type-submenu[_nghost-wlc-app-c3754564959] .wlc-profile-menu__control:before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		z-index: 0;
		display: block;
		width: 100%;
		height: 90%;
		background: linear-gradient(90deg, var(--mc-bg700) 65%, var(--mc-bg700-o0) 100%);
	}

	.wlc-profile-menu.wlc-profile-menu--type-submenu[_nghost-wlc-app-c3754564959] .wlc-profile-menu__control:disabled {
		display: none;
	}

	.wlc-profile-menu.wlc-profile-menu--type-submenu[_nghost-wlc-app-c3754564959] .wlc-profile-menu__control .wlc-icon {
		display: block;
		line-height: 1;
	}

	.wlc-profile-menu.wlc-profile-menu--type-submenu[_nghost-wlc-app-c3754564959] .wlc-profile-menu__control svg {
		transform: var(--wlc-main-menu-svg-transform, none);
		fill: currentColor;
	}

	.wlc-profile-menu.wlc-profile-menu--type-submenu[_nghost-wlc-app-c3754564959] .wlc-profile-menu__control--prev {
		justify-content: flex-start;
		margin: 0 auto 0 0;
	}

	.wlc-profile-menu.wlc-profile-menu--type-submenu[_nghost-wlc-app-c3754564959] .wlc-profile-menu__control--prev svg {
		transform: rotate(90deg);
	}

	.wlc-profile-menu.wlc-profile-menu--type-submenu[_nghost-wlc-app-c3754564959] .wlc-profile-menu__control--next {
		justify-content: flex-end;
		margin: 0 0 0 auto;
	}

	.wlc-profile-menu.wlc-profile-menu--type-submenu[_nghost-wlc-app-c3754564959] .wlc-profile-menu__control--next:before {
		transform: scaleX(-1);
	}

	.wlc-profile-menu.wlc-profile-menu--type-submenu[_nghost-wlc-app-c3754564959] .wlc-profile-menu__control--next svg {
		transform: rotate(-90deg);
	}

	@media (pointer: fine) {
		.wlc-profile-menu.wlc-profile-menu--type-submenu[_nghost-wlc-app-c3754564959] .wlc-profile-menu__control:hover {
			color: var(--mc-main);
		}
	}

	.wlc-profile-menu.wlc-profile-menu--type-submenu[_nghost-wlc-app-c3754564959] .wlc-menu--theme-default.wlc-menu--type-profile-first-menu[_ngcontent-wlc-app-c3754564959],
	.wlc-profile-menu.wlc-profile-menu--type-submenu[_nghost-wlc-app-c3754564959] .wlc-menu--theme-default.wlc-menu--type-profile-menu[_ngcontent-wlc-app-c3754564959] {
		margin: 0 0 20px;
	}

	@media (min-width: 1024px) {

		.wlc-profile-menu.wlc-profile-menu--type-submenu[_nghost-wlc-app-c3754564959] .wlc-menu--theme-default.wlc-menu--type-profile-first-menu[_ngcontent-wlc-app-c3754564959],
		.wlc-profile-menu.wlc-profile-menu--type-submenu[_nghost-wlc-app-c3754564959] .wlc-menu--theme-default.wlc-menu--type-profile-menu[_ngcontent-wlc-app-c3754564959] {
			margin: 0 0 40px;
		}
	}

	.wlc-profile-menu.wlc-profile-menu--type-submenu[_nghost-wlc-app-c3754564959] .wlc-menu--theme-default.wlc-menu--type-profile-first-menu[_ngcontent-wlc-app-c3754564959]:before,
	.wlc-profile-menu.wlc-profile-menu--type-submenu[_nghost-wlc-app-c3754564959] .wlc-menu--theme-default.wlc-menu--type-profile-menu[_ngcontent-wlc-app-c3754564959]:before {
		content: "";
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 2px;
		background: rgba(255, 255, 255, 0.1);
	}

	@media (pointer: fine) {

		.wlc-profile-menu.wlc-profile-menu--type-submenu[_nghost-wlc-app-c3754564959] .wlc-menu--theme-default.wlc-menu--type-profile-first-menu[_ngcontent-wlc-app-c3754564959] .wlc-menu__item:last-child .wlc-menu__link:hover:before,
		.wlc-profile-menu.wlc-profile-menu--type-submenu[_nghost-wlc-app-c3754564959] .wlc-menu--theme-default.wlc-menu--type-profile-menu[_ngcontent-wlc-app-c3754564959] .wlc-menu__item:last-child .wlc-menu__link:hover:before {
			width: 100%;
		}
	}

	.wlc-profile-menu.wlc-profile-menu--type-submenu[_nghost-wlc-app-c3754564959] .wlc-menu--theme-default.wlc-menu--type-profile-first-menu[_ngcontent-wlc-app-c3754564959] .wlc-menu__link,
	.wlc-profile-menu.wlc-profile-menu--type-submenu[_nghost-wlc-app-c3754564959] .wlc-menu--theme-default.wlc-menu--type-profile-menu[_ngcontent-wlc-app-c3754564959] .wlc-menu__link {
		color: var(--mc-baseMain);
		font-style: normal;
		font-weight: normal;
		font-size: 1.6rem;
		line-height: 1.45;
		padding: 0 12px 10px;
		transition: color 0.3s linear;
		position: relative;
		z-index: 2;
		display: flex;
		text-decoration: none;
	}

	.wlc-profile-menu.wlc-profile-menu--type-submenu[_nghost-wlc-app-c3754564959] .wlc-menu--theme-default.wlc-menu--type-profile-first-menu[_ngcontent-wlc-app-c3754564959] .wlc-menu__link:before,
	.wlc-profile-menu.wlc-profile-menu--type-submenu[_nghost-wlc-app-c3754564959] .wlc-menu--theme-default.wlc-menu--type-profile-menu[_ngcontent-wlc-app-c3754564959] .wlc-menu__link:before {
		transition: width 0.3s linear;
		content: "";
		position: absolute;
		bottom: 0;
		left: 0;
		width: 0;
		height: 3px;
		background: var(--mc-buttonGradient);
	}

	.wlc-profile-menu.wlc-profile-menu--type-submenu[_nghost-wlc-app-c3754564959] .wlc-menu--theme-default.wlc-menu--type-profile-first-menu[_ngcontent-wlc-app-c3754564959] .wlc-menu__link.active,
	.wlc-profile-menu.wlc-profile-menu--type-submenu[_nghost-wlc-app-c3754564959] .wlc-menu--theme-default.wlc-menu--type-profile-menu[_ngcontent-wlc-app-c3754564959] .wlc-menu__link.active {
		color: var(--mc-baseMain);
		font-style: normal;
		font-weight: normal;
		font-size: 1.6rem;
		line-height: 1.45;
	}

	.wlc-profile-menu.wlc-profile-menu--type-submenu[_nghost-wlc-app-c3754564959] .wlc-menu--theme-default.wlc-menu--type-profile-first-menu[_ngcontent-wlc-app-c3754564959] .wlc-menu__link.active:before,
	.wlc-profile-menu.wlc-profile-menu--type-submenu[_nghost-wlc-app-c3754564959] .wlc-menu--theme-default.wlc-menu--type-profile-menu[_ngcontent-wlc-app-c3754564959] .wlc-menu__link.active:before {
		width: 100%;
	}

	@media (pointer: fine) {

		.wlc-profile-menu.wlc-profile-menu--type-submenu[_nghost-wlc-app-c3754564959] .wlc-menu--theme-default.wlc-menu--type-profile-first-menu[_ngcontent-wlc-app-c3754564959] .wlc-menu__link:hover:before,
		.wlc-profile-menu.wlc-profile-menu--type-submenu[_nghost-wlc-app-c3754564959] .wlc-menu--theme-default.wlc-menu--type-profile-menu[_ngcontent-wlc-app-c3754564959] .wlc-menu__link:hover:before {
			width: calc(100% + 30px);
		}
	}

	@media (pointer: fine) {

		.wlc-profile-menu.wlc-profile-menu--type-submenu[_nghost-wlc-app-c3754564959] .wlc-menu--theme-default.wlc-menu--type-profile-first-menu[_ngcontent-wlc-app-c3754564959] .wlc-menu__link:hover:before,
		.wlc-profile-menu.wlc-profile-menu--type-submenu[_nghost-wlc-app-c3754564959] .wlc-menu--theme-default.wlc-menu--type-profile-menu[_ngcontent-wlc-app-c3754564959] .wlc-menu__link:hover:before {
			width: 100%;
		}
	}

	.wlc-sections__profile-content--theme-first .wlc-profile-menu.wlc-profile-menu--type-submenu[_nghost-wlc-app-c3754564959] .wlc-menu--theme-default.wlc-menu--type-profile-first-menu[_ngcontent-wlc-app-c3754564959],
	.wlc-sections__profile-content--theme-first .wlc-profile-menu.wlc-profile-menu--type-submenu[_nghost-wlc-app-c3754564959] .wlc-menu--theme-default.wlc-menu--type-profile-menu[_ngcontent-wlc-app-c3754564959] {
		margin: 0;
	}

	.wlc-profile-menu.wlc-profile-menu--type-submenu[_nghost-wlc-app-c3754564959] .wlc-menu--theme-default.wlc-menu--type-profile-menu[_ngcontent-wlc-app-c3754564959]::-webkit-scrollbar {
		display: none;
	}

	.wlc-profile-menu.wlc-profile-menu--type-submenu[_nghost-wlc-app-c3754564959] .wlc-menu--theme-wolf.wlc-menu--type-profile-menu[_ngcontent-wlc-app-c3754564959] {
		margin: 0 0 20px;
	}

	@media (min-width: 900px) {
		.wlc-profile-menu.wlc-profile-menu--type-submenu[_nghost-wlc-app-c3754564959] .wlc-menu--theme-wolf.wlc-menu--type-profile-menu[_ngcontent-wlc-app-c3754564959] {
			margin: 0 0 30px;
		}
	}

	.wlc-profile-menu.wlc-profile-menu--type-submenu[_nghost-wlc-app-c3754564959] .wlc-menu--theme-wolf.wlc-menu--type-profile-menu[_ngcontent-wlc-app-c3754564959] .wlc-menu__link {
		transition: all 0.3s linear;
		color: var(--mc-baseMain);
		font-style: normal;
		font-weight: normal;
		font-size: 1.4rem;
		line-height: 1.45;
		display: flex;
		padding: 6px 15px;
		text-decoration: none;
		background: var(--mc-bg300);
		border-radius: 40px;
	}

	.wlc-profile-menu.wlc-profile-menu--type-submenu[_nghost-wlc-app-c3754564959] .wlc-menu--theme-wolf.wlc-menu--type-profile-menu[_ngcontent-wlc-app-c3754564959] .wlc-menu__link.active {
		color: var(--mc-baseThird, var(--mc-baseMain));
		font-style: normal;
		font-weight: bold;
		font-size: 1.4rem;
		line-height: 1.45;
	}

	@media (pointer: fine) {
		.wlc-profile-menu.wlc-profile-menu--type-submenu[_nghost-wlc-app-c3754564959] .wlc-menu--theme-wolf.wlc-menu--type-profile-menu[_ngcontent-wlc-app-c3754564959] .wlc-menu__link:hover {
			color: var(--mc-baseThird, var(--mc-baseMain));
			background: var(--mc-bg500);
		}
	}

	.wlc-profile-menu--theme-first.wlc-profile-menu--type-full[_nghost-wlc-app-c3754564959] {
		padding: 5px 0;
		background: var(--mc-bg300);
		border-radius: 10px 0 0 10px;
		height: 100%;
	}

	.wlc-profile-menu--theme-first.wlc-profile-menu--type-full[_nghost-wlc-app-c3754564959] .wlc-menu--theme-first.wlc-menu--type-profile-first-menu .wlc-menu__icon-active {
		left: -45px;
		top: 50%;
		transform: translateY(-50%);
		position: absolute;
		display: none;
		line-height: 0;
	}

	.wlc-profile-menu--theme-first.wlc-profile-menu--type-full[_nghost-wlc-app-c3754564959] .wlc-menu--theme-first.wlc-menu--type-profile-first-menu .wlc-menu__icon-active svg {
		width: 40px;
		height: 16px;
	}

	@media (min-width: 1630px) {
		.wlc-profile-menu--theme-first.wlc-profile-menu--type-full[_nghost-wlc-app-c3754564959] .wlc-menu--theme-first.wlc-menu--type-profile-first-menu .wlc-menu__icon-active svg {
			height: 17px;
		}
	}

	.wlc-profile-menu--theme-first.wlc-profile-menu--type-full[_nghost-wlc-app-c3754564959] .wlc-menu--theme-first.wlc-menu--type-profile-first-menu .wlc-menu__item--dropdown {
		padding: 10px 30px;
	}

	@media (min-width: 1630px) {
		.wlc-profile-menu--theme-first.wlc-profile-menu--type-full[_nghost-wlc-app-c3754564959] .wlc-menu--theme-first.wlc-menu--type-profile-first-menu .wlc-menu__item--dropdown {
			padding: 15px 30px;
		}
	}

	.wlc-profile-menu--theme-first.wlc-profile-menu--type-full[_nghost-wlc-app-c3754564959] .wlc-menu--theme-first.wlc-menu--type-profile-first-menu .wlc-menu__item--dropdown:not(:last-child) {
		border-bottom: 2px solid var(--mc-baseOpacity);
	}

	.wlc-profile-menu--theme-first.wlc-profile-menu--type-full[_nghost-wlc-app-c3754564959] .wlc-menu--theme-first.wlc-menu--type-profile-first-menu .wlc-menu__item--dropdown>.wlc-menu__link {
		margin: 0 0 10px 0;
		color: var(--mc-baseMain);
		font-style: normal;
		font-weight: bold;
		font-size: 2.4rem;
		line-height: 1.45;
		line-height: 1.1;
		text-decoration: none;
		display: block;
	}

	@media (min-width: 1630px) {
		.wlc-profile-menu--theme-first.wlc-profile-menu--type-full[_nghost-wlc-app-c3754564959] .wlc-menu--theme-first.wlc-menu--type-profile-first-menu .wlc-menu__item--dropdown>.wlc-menu__link {
			line-height: 1.2;
		}
	}

	.wlc-profile-menu--theme-first.wlc-profile-menu--type-full[_nghost-wlc-app-c3754564959] .wlc-menu--theme-first.wlc-menu--type-profile-first-menu .wlc-menu__item--dropdown>.wlc-menu__link .wlc-icon {
		display: none;
	}

	.wlc-profile-menu--theme-first.wlc-profile-menu--type-full[_nghost-wlc-app-c3754564959] .wlc-menu--theme-first.wlc-menu--type-profile-first-menu .wlc-menu__item--dropdown .wlc-menu__submenu .wlc-menu__link {
		margin: 0 0 5px 0;
		color: var(--mc-baseMain);
		font-style: normal;
		font-weight: normal;
		font-size: 1.6rem;
		line-height: 1.45;
		text-decoration: none;
		transition: color 0.3s linear;
		display: block;
	}

	@media (min-width: 1630px) {
		.wlc-profile-menu--theme-first.wlc-profile-menu--type-full[_nghost-wlc-app-c3754564959] .wlc-menu--theme-first.wlc-menu--type-profile-first-menu .wlc-menu__item--dropdown .wlc-menu__submenu .wlc-menu__link {
			margin: 0 0 10px 0;
		}
	}

	.wlc-profile-menu--theme-first.wlc-profile-menu--type-full[_nghost-wlc-app-c3754564959] .wlc-menu--theme-first.wlc-menu--type-profile-first-menu .wlc-menu__item--dropdown .wlc-menu__submenu .wlc-menu__link.active {
		color: var(--mc-baseMain);
		font-style: normal;
		font-weight: bold;
		font-size: 1.6rem;
		line-height: 1.45;
		position: relative;
	}

	.wlc-profile-menu--theme-first.wlc-profile-menu--type-full[_nghost-wlc-app-c3754564959] .wlc-menu--theme-first.wlc-menu--type-profile-first-menu .wlc-menu__item--dropdown .wlc-menu__submenu .wlc-menu__link.active .wlc-menu__icon-active {
		color: var(--mc-main);
		display: block;
	}

	@media (pointer: fine) {
		.wlc-profile-menu--theme-first.wlc-profile-menu--type-full[_nghost-wlc-app-c3754564959] .wlc-menu--theme-first.wlc-menu--type-profile-first-menu .wlc-menu__item--dropdown .wlc-menu__submenu .wlc-menu__link.active:hover {
			color: var(--mc-baseMain);
		}
	}

	@media (pointer: fine) {
		.wlc-profile-menu--theme-first.wlc-profile-menu--type-full[_nghost-wlc-app-c3754564959] .wlc-menu--theme-first.wlc-menu--type-profile-first-menu .wlc-menu__item--dropdown .wlc-menu__submenu .wlc-menu__link:hover {
			color: var(--mc-main);
		}
	}

	.wlc-profile-menu--theme-first.wlc-profile-menu--type-full[_nghost-wlc-app-c3754564959] .wlc-menu--theme-first.wlc-menu--type-profile-first-menu .wlc-menu__item--dropdown .wlc-menu__submenu .wlc-menu__item:last-child .wlc-menu__link {
		margin-bottom: 0;
	}

	.wlc-profile-menu--theme-wolf.wlc-profile-menu--type-tabs[_nghost-wlc-app-c3754564959] {
		position: relative;
		min-width: 0;
		margin: 0 0 30px;
	}

	.wlc-profile-menu--theme-wolf.wlc-profile-menu--type-tabs[_nghost-wlc-app-c3754564959] .wlc-profile-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-profile-menu--theme-wolf.wlc-profile-menu--type-tabs[_nghost-wlc-app-c3754564959] .wlc-profile-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 0.3s ease-out;
		pointer-events: initial;
	}

	.wlc-profile-menu--theme-wolf.wlc-profile-menu--type-tabs[_nghost-wlc-app-c3754564959] .wlc-profile-menu__control:before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		z-index: 0;
		display: block;
		width: 100%;
	}

	.wlc-profile-menu--theme-wolf.wlc-profile-menu--type-tabs[_nghost-wlc-app-c3754564959] .wlc-profile-menu__control:disabled {
		display: none;
	}

	.wlc-profile-menu--theme-wolf.wlc-profile-menu--type-tabs[_nghost-wlc-app-c3754564959] .wlc-profile-menu__control .wlc-icon {
		display: block;
		line-height: 1;
	}

	.wlc-profile-menu--theme-wolf.wlc-profile-menu--type-tabs[_nghost-wlc-app-c3754564959] .wlc-profile-menu__control svg {
		transform: var(--wlc-main-menu-svg-transform, none);
		fill: currentColor;
	}

	.wlc-profile-menu--theme-wolf.wlc-profile-menu--type-tabs[_nghost-wlc-app-c3754564959] .wlc-profile-menu__control--prev {
		justify-content: flex-start;
		margin: 0 auto 0 0;
	}

	.wlc-profile-menu--theme-wolf.wlc-profile-menu--type-tabs[_nghost-wlc-app-c3754564959] .wlc-profile-menu__control--prev svg {
		transform: rotate(90deg);
	}

	.wlc-profile-menu--theme-wolf.wlc-profile-menu--type-tabs[_nghost-wlc-app-c3754564959] .wlc-profile-menu__control--next {
		justify-content: flex-end;
		margin: 0 0 0 auto;
	}

	.wlc-profile-menu--theme-wolf.wlc-profile-menu--type-tabs[_nghost-wlc-app-c3754564959] .wlc-profile-menu__control--next:before {
		transform: scaleX(-1);
	}

	.wlc-profile-menu--theme-wolf.wlc-profile-menu--type-tabs[_nghost-wlc-app-c3754564959] .wlc-profile-menu__control--next svg {
		transform: rotate(-90deg);
	}

	@media (pointer: fine) {
		.wlc-profile-menu--theme-wolf.wlc-profile-menu--type-tabs[_nghost-wlc-app-c3754564959] .wlc-profile-menu__control:hover {
			color: var(--mc-main);
		}
	}

	.wlc-profile-menu--theme-wolf.wlc-profile-menu--type-tabs[_nghost-wlc-app-c3754564959] .wlc-profile-menu__content[_ngcontent-wlc-app-c3754564959]:before {
		display: none;
		content: "";
		position: absolute;
		top: 44px;
		z-index: 13;
		width: 100%;
		height: 2px;
		background: var(--mc-baseMain);
	}

	@media (min-width: 900px) {
		.wlc-profile-menu--theme-wolf.wlc-profile-menu--type-tabs[_nghost-wlc-app-c3754564959] .wlc-profile-menu__content[_ngcontent-wlc-app-c3754564959]:before {
			display: block;
		}
	}

	.wlc-profile-menu--theme-wolf.wlc-profile-menu--type-tabs[_nghost-wlc-app-c3754564959] .wlc-menu--theme-wolf[_ngcontent-wlc-app-c3754564959] {
		padding: 0;
		position: relative;
		display: block;
		width: 100%;
	}

	@media (min-width: 900px) {
		.wlc-profile-menu--theme-wolf.wlc-profile-menu--type-tabs[_nghost-wlc-app-c3754564959] .wlc-menu--theme-wolf[_ngcontent-wlc-app-c3754564959] {
			padding: 0 30px;
		}
	}

	.wlc-profile-menu--theme-wolf.wlc-profile-menu--type-tabs[_nghost-wlc-app-c3754564959] .wlc-menu--theme-wolf[_ngcontent-wlc-app-c3754564959] .swiper {
		z-index: 13;
	}

	.wlc-profile-menu--theme-wolf.wlc-profile-menu--type-tabs[_nghost-wlc-app-c3754564959] .wlc-menu--theme-wolf[_ngcontent-wlc-app-c3754564959] .wlc-menu__item {
		display: flex;
		align-items: center;
	}

	.wlc-profile-menu--theme-wolf.wlc-profile-menu--type-tabs[_nghost-wlc-app-c3754564959] .wlc-menu--theme-wolf[_ngcontent-wlc-app-c3754564959] .wlc-menu__item svg {
		width: 20px;
		height: 20px;
	}

	.wlc-profile-menu--theme-wolf.wlc-profile-menu--type-tabs[_nghost-wlc-app-c3754564959] .wlc-menu--theme-wolf[_ngcontent-wlc-app-c3754564959] .wlc-menu__item svg path {
		fill: currentColor;
	}

	.wlc-profile-menu--theme-wolf.wlc-profile-menu--type-tabs[_nghost-wlc-app-c3754564959] .wlc-menu--theme-wolf[_ngcontent-wlc-app-c3754564959] .wlc-menu__item .wlc-icon-content {
		display: flex;
	}

	.wlc-profile-menu--theme-wolf.wlc-profile-menu--type-tabs[_nghost-wlc-app-c3754564959] .wlc-menu--theme-wolf[_ngcontent-wlc-app-c3754564959] .wlc-menu__link {
		transition: color 0.3s linear;
		color: var(--mc-baseMain);
		font-style: normal;
		font-weight: normal;
		font-size: 1.4rem;
		line-height: 1.45;
		display: flex;
		align-items: center;
		padding: 15px;
		text-decoration: none;
	}

	.wlc-profile-menu--theme-wolf.wlc-profile-menu--type-tabs[_nghost-wlc-app-c3754564959] .wlc-menu--theme-wolf[_ngcontent-wlc-app-c3754564959] .wlc-menu__link.active {
		color: var(--mc-baseThird, var(--mc-baseMain));
		font-weight: bold;
		border-bottom: 2px solid var(--mc-baseThird, var(--mc-baseMain));
	}

	.wlc-profile-menu--theme-wolf.wlc-profile-menu--type-tabs[_nghost-wlc-app-c3754564959] .wlc-menu--theme-wolf[_ngcontent-wlc-app-c3754564959] .wlc-menu__link.active .wlc-counter {
		color: var(--mc-baseThird);
	}

	@media (pointer: fine) {
		.wlc-profile-menu--theme-wolf.wlc-profile-menu--type-tabs[_nghost-wlc-app-c3754564959] .wlc-menu--theme-wolf[_ngcontent-wlc-app-c3754564959] .wlc-menu__link:hover {
			color: var(--mc-baseThird, var(--mc-baseMain));
		}

		.wlc-profile-menu--theme-wolf.wlc-profile-menu--type-tabs[_nghost-wlc-app-c3754564959] .wlc-menu--theme-wolf[_ngcontent-wlc-app-c3754564959] .wlc-menu__link:hover .wlc-counter {
			color: var(--mc-baseThird);
		}
	}

	.wlc-profile-menu--theme-wolf.wlc-profile-menu--type-tabs[_nghost-wlc-app-c3754564959] .wlc-menu--theme-wolf[_ngcontent-wlc-app-c3754564959] .wlc-menu__link-text {
		display: flex;
		align-items: center;
	}

	.wlc-profile-menu--theme-wolf.wlc-profile-menu--type-tabs[_nghost-wlc-app-c3754564959] .wlc-menu--theme-wolf[_ngcontent-wlc-app-c3754564959] .wlc-menu__link-text .wlc-counter {
		transition: color 0.3s linear;
		color: var(--mc-baseMain);
		font-style: normal;
		font-weight: bold;
		font-size: 1.2rem;
		line-height: 1.45;
		width: 30px;
		height: 25px;
		margin: 0 0 0 10px;
		background: var(--mc-bg500);
		border-radius: 8px;
	}

	.wlc-profile-menu--theme-wolf.wlc-profile-menu--type-tabs[_nghost-wlc-app-c3754564959] .wlc-menu--theme-wolf[_ngcontent-wlc-app-c3754564959] .wlc-menu__icon {
		width: 20px;
		height: 20px;
		margin: 0 10px 0 0;
	}

	.wlc-profile-menu--theme-default.wlc-profile-menu--type-tabs[_nghost-wlc-app-c3754564959] {
		margin: 12px -5px 0;
	}

	.wlc-profile-menu--theme-default.wlc-profile-menu--type-tabs[_nghost-wlc-app-c3754564959] .wlc-menu--theme-default[_ngcontent-wlc-app-c3754564959] swiper-container::part(container) {
		padding: 0 5px;
	}

	.wlc-profile-menu--theme-default.wlc-profile-menu--type-tabs[_nghost-wlc-app-c3754564959] .wlc-menu--theme-default[_ngcontent-wlc-app-c3754564959] .swiper-slide {
		white-space: nowrap;
		border-right: 1px solid transparent;
		border-image: var(--mc-borderGradient) !important;
		border-image-slice: 1 !important;
	}

	.wlc-profile-menu--theme-default.wlc-profile-menu--type-tabs[_nghost-wlc-app-c3754564959] .wlc-menu--theme-default[_ngcontent-wlc-app-c3754564959] .swiper-slide:last-of-type {
		border-image: none !important;
	}

	.wlc-profile-menu--theme-default.wlc-profile-menu--type-tabs[_nghost-wlc-app-c3754564959] .wlc-menu--theme-default[_ngcontent-wlc-app-c3754564959] .swiper-slide:has(.wlc-menu__item--side-menu) {
		display: none;
	}

	.wlc-profile-menu--theme-default.wlc-profile-menu--type-tabs[_nghost-wlc-app-c3754564959] .wlc-menu--theme-default[_ngcontent-wlc-app-c3754564959] .wlc-menu__link {
		gap: 4px;
		align-items: center;
		justify-content: space-between;
		margin: 0 5px;
		font-size: 1.6rem;
		line-height: 20px;
	}

	.wlc-profile-menu--theme-default.wlc-profile-menu--type-tabs[_nghost-wlc-app-c3754564959] .wlc-menu--theme-default[_ngcontent-wlc-app-c3754564959] .wlc-menu__link:before,
	.wlc-profile-menu--theme-default.wlc-profile-menu--type-tabs[_nghost-wlc-app-c3754564959] .wlc-menu--theme-default[_ngcontent-wlc-app-c3754564959] .wlc-menu__link:after {
		display: none;
	}

	.wlc-profile-menu--theme-default.wlc-profile-menu--type-tabs[_nghost-wlc-app-c3754564959] .wlc-menu--theme-default[_ngcontent-wlc-app-c3754564959] .wlc-menu__link:first-child {
		margin-left: 0;
	}

	.wlc-profile-menu--theme-default.wlc-profile-menu--type-tabs[_nghost-wlc-app-c3754564959] .wlc-menu--theme-default[_ngcontent-wlc-app-c3754564959] .wlc-menu__link .wlc-menu__link-text {
		display: flex;
		align-items: center;
	}

	.wlc-profile-menu--theme-default.wlc-profile-menu--type-tabs[_nghost-wlc-app-c3754564959] .wlc-menu--theme-default[_ngcontent-wlc-app-c3754564959] .wlc-menu__link .wlc-icon {
		line-height: 1;
	}

	.wlc-profile-menu--theme-default.wlc-profile-menu--type-tabs[_nghost-wlc-app-c3754564959] .wlc-menu--theme-default[_ngcontent-wlc-app-c3754564959] .wlc-menu__link svg {
		height: 20px;
	}

	.wlc-profile-menu--theme-default.wlc-profile-menu--type-tabs[_nghost-wlc-app-c3754564959] .wlc-menu--theme-default[_ngcontent-wlc-app-c3754564959] .wlc-menu__link.active {
		font-weight: 600;
	}

	@media (min-width: 1024px) {
		.wlc-profile-menu--theme-default.wlc-profile-menu--type-tabs[_nghost-wlc-app-c3754564959] {
			margin: 30px 0 35px -5px;
		}
	}

	.wlc-profile-menu--theme-wolf.wlc-profile-menu--type-dropdown.wlc-profile-menu--theme-mod-vertical[_nghost-wlc-app-c3754564959] .wlc-menu[_ngcontent-wlc-app-c3754564959] .wlc-icon {
		margin: 0;
		transform: unset;
	}

	.wlc-profile-menu--theme-wolf.wlc-profile-menu--type-dropdown.wlc-profile-menu--theme-mod-vertical[_nghost-wlc-app-c3754564959] .wlc-menu[_ngcontent-wlc-app-c3754564959] .wlc-menu__item--tabs-menu,
	.wlc-profile-menu--theme-wolf.wlc-profile-menu--type-dropdown.wlc-profile-menu--theme-mod-vertical[_nghost-wlc-app-c3754564959] .wlc-menu[_ngcontent-wlc-app-c3754564959] .wlc-menu__item--dropdown {
		display: none;
	}

	.wlc-profile-menu--theme-wolf.wlc-profile-menu--type-dropdown.wlc-profile-menu--theme-mod-vertical[_nghost-wlc-app-c3754564959] .wlc-menu[_ngcontent-wlc-app-c3754564959] .wlc-menu__item--achievements .wlc-menu__link .wlc-icon:not(.wlc-menu__icon-arrow) {
		transform: unset !important;
	}

	.wlc-profile-menu--theme-wolf.wlc-profile-menu--type-dropdown.wlc-profile-menu--theme-mod-vertical[_nghost-wlc-app-c3754564959] .wlc-menu[_ngcontent-wlc-app-c3754564959] .wlc-menu__link {
		gap: 8px;
		align-items: center;
		justify-content: flex-start;
		border-left: 2px solid transparent;
		color: var(--mc-baseMainNew);
		line-height: 1.2rem;
		background: var(--mc-bg300-o4);
	}

	.wlc-profile-menu--theme-wolf.wlc-profile-menu--type-dropdown.wlc-profile-menu--theme-mod-vertical[_nghost-wlc-app-c3754564959] .wlc-menu[_ngcontent-wlc-app-c3754564959] .wlc-menu__link .wlc-menu__link-text {
		display: flex;
		align-items: center;
		font-weight: bold;
	}

	.wlc-profile-menu--theme-wolf.wlc-profile-menu--type-dropdown.wlc-profile-menu--theme-mod-vertical[_nghost-wlc-app-c3754564959] .wlc-menu[_ngcontent-wlc-app-c3754564959] .wlc-menu__link .wlc-menu__link-text .wlc-counter {
		transition: all 0.3s linear;
		justify-content: center;
		width: 25px;
		min-width: unset;
		height: 20px;
		padding: 0;
		color: var(--mc-baseMainNew);
	}

	.wlc-profile-menu--theme-wolf.wlc-profile-menu--type-dropdown.wlc-profile-menu--theme-mod-vertical[_nghost-wlc-app-c3754564959] .wlc-menu[_ngcontent-wlc-app-c3754564959] .wlc-menu__link .wlc-menu__link-text .wlc-counter .wlc-counter {
		margin: 0;
	}

	.wlc-profile-menu--theme-wolf.wlc-profile-menu--type-dropdown.wlc-profile-menu--theme-mod-vertical[_nghost-wlc-app-c3754564959] .wlc-menu[_ngcontent-wlc-app-c3754564959] .wlc-menu__link.active,
	.wlc-profile-menu--theme-wolf.wlc-profile-menu--type-dropdown.wlc-profile-menu--theme-mod-vertical[_nghost-wlc-app-c3754564959] .wlc-menu[_ngcontent-wlc-app-c3754564959] .wlc-menu__link:hover {
		color: var(--mc-baseMain);
		background: var(--mc-bg100-o4);
	}

	.wlc-profile-menu--theme-wolf.wlc-profile-menu--type-dropdown.wlc-profile-menu--theme-mod-vertical[_nghost-wlc-app-c3754564959] .wlc-menu[_ngcontent-wlc-app-c3754564959] .wlc-menu__link.active .wlc-menu__link-text .wlc-counter,
	.wlc-profile-menu--theme-wolf.wlc-profile-menu--type-dropdown.wlc-profile-menu--theme-mod-vertical[_nghost-wlc-app-c3754564959] .wlc-menu[_ngcontent-wlc-app-c3754564959] .wlc-menu__link:hover .wlc-menu__link-text .wlc-counter {
		color: var(--mc-baseMain);
	}


	.wlc-logout--theme-default[_nghost-wlc-app-c224526120] .wlc-btn[_ngcontent-wlc-app-c224526120] {
		display: flex;
	}

	.wlc-logout--theme-default[_nghost-wlc-app-c224526120] .wlc-btn[_ngcontent-wlc-app-c224526120] .wlc-btn__text {
		color: var(--mc-error);
		font-style: normal;
		font-weight: bold;
		font-size: 1.4rem;
		line-height: 1.45;
		transition: color 0.3s linear;
		display: flex;
		align-items: center;
	}

	.wlc-logout--theme-default[_nghost-wlc-app-c224526120] .wlc-btn[_ngcontent-wlc-app-c224526120] .wlc-icon svg {
		transition: all 0.3s linear;
		fill: var(--mc-error);
	}

	@media (pointer: fine) {
		.wlc-logout--theme-default[_nghost-wlc-app-c224526120] .wlc-btn[_ngcontent-wlc-app-c224526120]:hover .wlc-btn__text {
			color: var(--mc-baseMain);
		}

		.wlc-logout--theme-default[_nghost-wlc-app-c224526120] .wlc-btn[_ngcontent-wlc-app-c224526120]:hover svg {
			fill: var(--mc-baseMain);
		}
	}

	.wlc-logout--theme-default[_nghost-wlc-app-c224526120] .wlc-btn[_ngcontent-wlc-app-c224526120] .wlc-btn__text {
		gap: 5px;
		text-transform: uppercase;
	}

	.wlc-logout--theme-default[_nghost-wlc-app-c224526120] .wlc-btn[_ngcontent-wlc-app-c224526120] .wlc-icon {
		width: 24px;
		height: 24px;
	}

	.wlc-logout--theme-default[_nghost-wlc-app-c224526120] .wlc-btn[_ngcontent-wlc-app-c224526120] .wlc-icon path {
		fill: none;
	}


	@keyframes _ngcontent-wlc-app-c3559402143_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-c3559402143_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-c3559402143_buttonGlare {
		from {
			transform: skewX(-45deg) translateX(-200px);
		}

		to {
			transform: skewX(-45deg) translateX(200px);
		}
	}

	.wlc-btn[_nghost-wlc-app-c3559402143] {
		box-sizing: border-box;
		padding: 0;
		background: none;
		outline: none;
		cursor: pointer;
		transition: all 0.3s;
		-webkit-appearance: none;
		appearance: none;
		border: none;
		overflow: hidden;
	}

	.wlc-btn[_nghost-wlc-app-c3559402143]:disabled {
		background: var(--mc-buttonColor-o6);
		box-shadow: none;
		cursor: not-allowed;
		border: none;
	}

	.wlc-btn[_nghost-wlc-app-c3559402143]:disabled .wlc-btn__text[_ngcontent-wlc-app-c3559402143] {
		color: var(--mc-baseMain);
	}

	@media (pointer: fine) {
		.wlc-btn[_nghost-wlc-app-c3559402143]:disabled:hover {
			background: var(--mc-buttonColor-o6);
			box-shadow: none;
			border: none;
		}

		.wlc-btn[_nghost-wlc-app-c3559402143]:disabled:hover .wlc-btn__text[_ngcontent-wlc-app-c3559402143] {
			color: var(--mc-baseMain-o6);
		}
	}

	.wlc-btn[_nghost-wlc-app-c3559402143] .wlc-btn__pending[_ngcontent-wlc-app-c3559402143] {
		display: none;
	}

	.wlc-btn.wlc-btn--pending[_nghost-wlc-app-c3559402143] {
		position: relative;
		pointer-events: none;
	}

	.wlc-btn.wlc-btn--pending[_nghost-wlc-app-c3559402143] .wlc-btn__text[_ngcontent-wlc-app-c3559402143] {
		opacity: 0;
	}

	.wlc-btn.wlc-btn--pending[_nghost-wlc-app-c3559402143] .wlc-btn__pending[_ngcontent-wlc-app-c3559402143] {
		position: absolute;
		top: 50%;
		left: 50%;
		margin: 0 auto;
		transform: translate(-50%, -50%);
		display: block;
	}

	.wlc-btn.wlc-btn--pending[_nghost-wlc-app-c3559402143] .wlc-btn__pending[_ngcontent-wlc-app-c3559402143] svg {
		animation: spin 1s infinite linear;
	}

	.wlc-btn.wlc-btn--pending.wlc-btn--theme-skew[_nghost-wlc-app-c3559402143] .wlc-btn__pending[_ngcontent-wlc-app-c3559402143] {
		transform: translate(-50%, -50%) skew(20deg, 0);
	}

	.wlc-btn.wlc-btn--animate-pulse[_nghost-wlc-app-c3559402143] {
		animation: _ngcontent-wlc-app-c3559402143_buttonPulse 12.5s infinite cubic-bezier(0.7, 0, 0, 1);
	}

	.wlc-btn.wlc-btn--animate-glare[_nghost-wlc-app-c3559402143] {
		position: relative;
	}

	.wlc-btn.wlc-btn--animate-glare[_nghost-wlc-app-c3559402143]:after {
		content: "";
		position: absolute;
		top: -5px;
		bottom: -5px;
		display: block;
		width: 55px;
		border-color: rgba(255, 255, 255, 0.1);
		border-width: 0 30px 0 10px;
		border-style: solid;
		transform: skewX(-45deg);
		animation-name: _ngcontent-wlc-app-c3559402143_buttonGlare;
		animation-duration: 3s;
		animation-timing-function: cubic-bezier(0.6, 0.15, 0.6, 0.95);
		animation-iteration-count: infinite;
	}

	@supports (overflow: clip) {
		.wlc-btn.wlc-btn--animate-glare[_nghost-wlc-app-c3559402143] {
			overflow: clip;
			overflow-clip-margin: border-box;
		}
	}

	.wlc-btn.wlc-btn--theme-mod-secondary[_nghost-wlc-app-c3559402143]:disabled {
		background: transparent;
		box-shadow: none;
		border: 2px solid var(--mc-secondary-o6);
	}

	.wlc-btn.wlc-btn--theme-mod-secondary[_nghost-wlc-app-c3559402143]:disabled .wlc-btn__text[_ngcontent-wlc-app-c3559402143] {
		color: var(--mc-baseMain-o6);
	}

	@media (pointer: fine) {
		.wlc-btn.wlc-btn--theme-mod-secondary[_nghost-wlc-app-c3559402143]:disabled:hover {
			background: transparent;
			box-shadow: none;
			border: 2px solid var(--mc-secondary-o6);
		}

		.wlc-btn.wlc-btn--theme-mod-secondary[_nghost-wlc-app-c3559402143]:disabled:hover .wlc-btn__text[_ngcontent-wlc-app-c3559402143] {
			color: var(--mc-baseMain-o6);
		}
	}

	.wlc-btn.wlc-btn--theme-mod-secondary.wlc-btn--animate-pulse[_nghost-wlc-app-c3559402143] {
		animation: _ngcontent-wlc-app-c3559402143_buttonPulseSecondary 12.5s infinite cubic-bezier(0.7, 0, 0, 1);
	}

	.wlc-btn.wlc-btn--only-icon[_nghost-wlc-app-c3559402143] {
		--wlc-icon-width: 20px;
		--wlc-icon-height: 20px;
		min-width: 40px;
		padding: 0;
	}

	.wlc-btn.wlc-btn--only-icon[_nghost-wlc-app-c3559402143] .wlc-btn__text[_ngcontent-wlc-app-c3559402143] {
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.wlc-btn--theme-default[_nghost-wlc-app-c3559402143] {
		height: 40px;
		display: grid;
		grid-column-gap: initial;
		grid-template-columns: auto 1fr auto;
		align-items: center;
		justify-content: center;
		min-width: 115px;
		padding: 5px 10px;
		background: var(--mc-buttonGradient);
		box-shadow: none;
		border: none;
		border-radius: 100px;
		position: relative;
	}

	.wlc-btn--theme-default[_nghost-wlc-app-c3559402143]:disabled {
		opacity: 0.6;
		pointer-events: none;
	}

	.wlc-btn--theme-default[_nghost-wlc-app-c3559402143] .wlc-btn__text[_ngcontent-wlc-app-c3559402143] {
		color: var(--mc-baseMain);
		font-style: normal;
		font-weight: bold;
		font-size: 1.4rem;
		line-height: 1.45;
		grid-column: 2;
		text-transform: none;
	}

	@media (pointer: fine) {
		.wlc-btn--theme-default[_nghost-wlc-app-c3559402143]:hover {
			box-shadow: 0 0 15px 0 rgba(125, 190, 255, 0.4);
		}
	}

	.wlc-btn--theme-default[_nghost-wlc-app-c3559402143]:before {
		transition: opacity 0.3s linear;
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		border-radius: inherit;
		background-color: #000;
		opacity: 0;
		mix-blend-mode: overlay;
	}

	@media (pointer: fine) {
		.wlc-btn--theme-default[_nghost-wlc-app-c3559402143]:hover:before {
			opacity: 0;
		}
	}

	.wlc-btn--theme-default.wlc-btn--theme-mod-secondary[_nghost-wlc-app-c3559402143] {
		background: transparent;
		border: 2px solid var(--mc-secondary);
		box-shadow: none;
	}

	.wlc-btn--theme-default.wlc-btn--theme-mod-secondary[_nghost-wlc-app-c3559402143] .wlc-btn__text[_ngcontent-wlc-app-c3559402143] {
		transition: color 0.3s linear;
		color: var(--mc-baseMain);
	}

	@media (pointer: fine) {
		.wlc-btn--theme-default.wlc-btn--theme-mod-secondary[_nghost-wlc-app-c3559402143]:hover {
			background: var(--mc-baseMain-o2);
			border: 2px solid var(--mc-secondary);
			box-shadow: none;
		}

		.wlc-btn--theme-default.wlc-btn--theme-mod-secondary[_nghost-wlc-app-c3559402143]:hover .wlc-btn__text[_ngcontent-wlc-app-c3559402143] {
			color: var(--mc-baseMain);
		}
	}

	.wlc-btn--theme-default.wlc-btn--theme-mod-secondary.active[_nghost-wlc-app-c3559402143] {
		background: var(--mc-buttonGradient);
		box-shadow: none;
		border: none;
	}

	.wlc-btn--theme-default.wlc-btn--theme-mod-secondary.active[_nghost-wlc-app-c3559402143] .wlc-btn__text[_ngcontent-wlc-app-c3559402143] {
		color: var(--mc-baseMain);
	}

	@media (pointer: fine) {
		.wlc-btn--theme-default.wlc-btn--theme-mod-secondary.active[_nghost-wlc-app-c3559402143]:hover {
			background: var(--mc-buttonGradient);
			box-shadow: none;
			border: none;
		}

		.wlc-btn--theme-default.wlc-btn--theme-mod-secondary.active[_nghost-wlc-app-c3559402143]:hover .wlc-btn__text[_ngcontent-wlc-app-c3559402143] {
			color: var(--mc-baseMain);
		}
	}

	.wlc-btn--theme-default.wlc-btn--theme-mod-readmore[_nghost-wlc-app-c3559402143] {
		background: unset;
		border-color: var(--mc-baseOpacity);
	}

	@media (pointer: fine) {
		.wlc-btn--theme-default.wlc-btn--theme-mod-readmore[_nghost-wlc-app-c3559402143]:hover {
			background: unset;
			border-color: var(--mc-baseOpacity);
		}
	}

	.wlc-btn--theme-default.wlc-btn--size-md[_nghost-wlc-app-c3559402143] {
		font-style: normal;
		font-weight: bold;
		font-size: 1.2rem;
		line-height: 1.45;
		min-width: auto;
		height: 30px;
		padding: 0 20px;
	}

	.wlc-btn--theme-rounding[_nghost-wlc-app-c3559402143] {
		height: 40px;
		display: grid;
		grid-column-gap: initial;
		grid-template-columns: auto 1fr auto;
		align-items: center;
		justify-content: center;
		min-width: 115px;
		padding: 5px 10px;
		background: var(--mc-buttonGradient);
		box-shadow: none;
		border: none;
		border-radius: 100px;
		position: relative;
		border-radius: 100px;
	}

	.wlc-btn--theme-rounding[_nghost-wlc-app-c3559402143]:disabled {
		opacity: 0.6;
		pointer-events: none;
	}

	.wlc-btn--theme-rounding[_nghost-wlc-app-c3559402143] .wlc-btn__text[_ngcontent-wlc-app-c3559402143] {
		color: var(--mc-baseMain);
		font-style: normal;
		font-weight: bold;
		font-size: 1.4rem;
		line-height: 1.45;
		grid-column: 2;
		text-transform: none;
	}

	@media (pointer: fine) {
		.wlc-btn--theme-rounding[_nghost-wlc-app-c3559402143]:hover {
			box-shadow: 0 0 15px 0 rgba(125, 190, 255, 0.4);
		}
	}

	.wlc-btn--theme-rounding[_nghost-wlc-app-c3559402143]:before {
		transition: opacity 0.3s linear;
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		border-radius: inherit;
		background-color: #000;
		opacity: 0;
		mix-blend-mode: overlay;
	}

	@media (pointer: fine) {
		.wlc-btn--theme-rounding[_nghost-wlc-app-c3559402143]:hover:before {
			opacity: 0;
		}
	}

	.wlc-btn--theme-rounding.wlc-btn--theme-mod-secondary[_nghost-wlc-app-c3559402143] {
		background: transparent;
		border: 2px solid var(--mc-secondary);
		box-shadow: none;
	}

	.wlc-btn--theme-rounding.wlc-btn--theme-mod-secondary[_nghost-wlc-app-c3559402143] .wlc-btn__text[_ngcontent-wlc-app-c3559402143] {
		transition: color 0.3s linear;
		color: var(--mc-baseMain);
	}

	@media (pointer: fine) {
		.wlc-btn--theme-rounding.wlc-btn--theme-mod-secondary[_nghost-wlc-app-c3559402143]:hover {
			background: var(--mc-baseMain-o2);
			border: 2px solid var(--mc-secondary);
			box-shadow: none;
		}

		.wlc-btn--theme-rounding.wlc-btn--theme-mod-secondary[_nghost-wlc-app-c3559402143]:hover .wlc-btn__text[_ngcontent-wlc-app-c3559402143] {
			color: var(--mc-baseMain);
		}
	}

	.wlc-btn--theme-rounding.wlc-btn--theme-mod-secondary.active[_nghost-wlc-app-c3559402143] {
		background: var(--mc-buttonGradient);
		box-shadow: none;
		border: none;
	}

	.wlc-btn--theme-rounding.wlc-btn--theme-mod-secondary.active[_nghost-wlc-app-c3559402143] .wlc-btn__text[_ngcontent-wlc-app-c3559402143] {
		color: var(--mc-baseMain);
	}

	@media (pointer: fine) {
		.wlc-btn--theme-rounding.wlc-btn--theme-mod-secondary.active[_nghost-wlc-app-c3559402143]:hover {
			background: var(--mc-buttonGradient);
			box-shadow: none;
			border: none;
		}

		.wlc-btn--theme-rounding.wlc-btn--theme-mod-secondary.active[_nghost-wlc-app-c3559402143]:hover .wlc-btn__text[_ngcontent-wlc-app-c3559402143] {
			color: var(--mc-baseMain);
		}
	}

	.wlc-btn--theme-circled[_nghost-wlc-app-c3559402143] {
		height: 40px;
		display: grid;
		grid-column-gap: initial;
		grid-template-columns: auto 1fr auto;
		align-items: center;
		justify-content: center;
		min-width: 115px;
		padding: 5px 10px;
		background: var(--mc-buttonGradient);
		box-shadow: none;
		border: none;
		border-radius: 100px;
		position: relative;
		grid-column-gap: unset;
		width: 115px;
		height: 115px;
		border-radius: 50%;
		border: 2px solid var(--mc-secondary);
	}

	.wlc-btn--theme-circled[_nghost-wlc-app-c3559402143]:disabled {
		opacity: 0.6;
		pointer-events: none;
	}

	.wlc-btn--theme-circled[_nghost-wlc-app-c3559402143] .wlc-btn__text[_ngcontent-wlc-app-c3559402143] {
		color: var(--mc-baseMain);
		font-style: normal;
		font-weight: bold;
		font-size: 1.4rem;
		line-height: 1.45;
		grid-column: 2;
		text-transform: none;
	}

	@media (pointer: fine) {
		.wlc-btn--theme-circled[_nghost-wlc-app-c3559402143]:hover {
			box-shadow: 0 0 15px 0 rgba(125, 190, 255, 0.4);
		}
	}

	.wlc-btn--theme-circled[_nghost-wlc-app-c3559402143]:before {
		transition: opacity 0.3s linear;
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		border-radius: inherit;
		background-color: #000;
		opacity: 0;
		mix-blend-mode: overlay;
	}

	@media (pointer: fine) {
		.wlc-btn--theme-circled[_nghost-wlc-app-c3559402143]:hover:before {
			opacity: 0;
		}
	}

	.wlc-btn--theme-circled.wlc-btn--theme-mod-secondary[_nghost-wlc-app-c3559402143] {
		background: transparent;
		border: 2px solid var(--mc-secondary);
		box-shadow: none;
	}

	.wlc-btn--theme-circled.wlc-btn--theme-mod-secondary[_nghost-wlc-app-c3559402143] .wlc-btn__text[_ngcontent-wlc-app-c3559402143] {
		transition: color 0.3s linear;
		color: var(--mc-baseMain);
	}

	@media (pointer: fine) {
		.wlc-btn--theme-circled.wlc-btn--theme-mod-secondary[_nghost-wlc-app-c3559402143]:hover {
			background: var(--mc-baseMain-o2);
			border: 2px solid var(--mc-secondary);
			box-shadow: none;
		}

		.wlc-btn--theme-circled.wlc-btn--theme-mod-secondary[_nghost-wlc-app-c3559402143]:hover .wlc-btn__text[_ngcontent-wlc-app-c3559402143] {
			color: var(--mc-baseMain);
		}
	}

	@media (pointer: fine) {
		.wlc-btn--theme-circled.wlc-btn--theme-mod-secondary[_nghost-wlc-app-c3559402143]:hover {
			background: var(--mc-main-l20, var(--mc-main));
		}
	}

	@media (pointer: fine) {
		.wlc-btn--theme-circled[_nghost-wlc-app-c3559402143]:hover {
			background: var(--mc-main-l20, var(--mc-main));
		}
	}

	.wlc-btn--theme-skew[_nghost-wlc-app-c3559402143] {
		height: 40px;
		display: grid;
		grid-column-gap: initial;
		grid-template-columns: auto 1fr auto;
		align-items: center;
		justify-content: center;
		min-width: 115px;
		padding: 5px 10px;
		background: var(--mc-buttonGradient);
		box-shadow: none;
		border: none;
		border-radius: 100px;
		position: relative;
		background: var(--mc-buttonGradient);
		border: none;
		transform: skew(-20deg, 0);
	}

	.wlc-btn--theme-skew[_nghost-wlc-app-c3559402143]:disabled {
		opacity: 0.6;
		pointer-events: none;
	}

	.wlc-btn--theme-skew[_nghost-wlc-app-c3559402143] .wlc-btn__text[_ngcontent-wlc-app-c3559402143] {
		color: var(--mc-baseMain);
		font-style: normal;
		font-weight: bold;
		font-size: 1.4rem;
		line-height: 1.45;
		grid-column: 2;
		text-transform: none;
	}

	@media (pointer: fine) {
		.wlc-btn--theme-skew[_nghost-wlc-app-c3559402143]:hover {
			box-shadow: 0 0 15px 0 rgba(125, 190, 255, 0.4);
		}
	}

	.wlc-btn--theme-skew[_nghost-wlc-app-c3559402143]:before {
		transition: opacity 0.3s linear;
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		border-radius: inherit;
		background-color: #000;
		opacity: 0;
		mix-blend-mode: overlay;
	}

	@media (pointer: fine) {
		.wlc-btn--theme-skew[_nghost-wlc-app-c3559402143]:hover:before {
			opacity: 0;
		}
	}

	.wlc-btn--theme-skew[_nghost-wlc-app-c3559402143] .wlc-btn__text[_ngcontent-wlc-app-c3559402143] {
		transform: skew(20deg, 0);
	}

	.wlc-btn--theme-skew.wlc-btn--theme-mod-secondary[_nghost-wlc-app-c3559402143] {
		background: transparent;
		border: 2px solid var(--mc-secondary);
	}

	.wlc-btn--theme-skew.wlc-btn--theme-mod-secondary.active[_nghost-wlc-app-c3559402143] {
		background: var(--mc-buttonColor);
		border: 2px solid var(--mc-buttonColor);
	}

	@media (pointer: fine) {
		.wlc-btn--theme-skew.wlc-btn--theme-mod-secondary.active[_nghost-wlc-app-c3559402143]:hover {
			background: var(--mc-buttonColor);
			border: 2px solid var(--mc-buttonColor);
		}
	}

	@media (pointer: fine) {
		.wlc-btn--theme-skew.wlc-btn--theme-mod-secondary[_nghost-wlc-app-c3559402143]:hover {
			background: var(--mc-baseMain-o2);
			border: 2px solid var(--mc-secondary);
		}
	}

	@media (pointer: fine) {
		.wlc-btn--theme-skew[_nghost-wlc-app-c3559402143]:hover {
			background: var(--mc-main-l20, var(--mc-main));
		}
	}

	.wlc-btn--theme-borderless[_nghost-wlc-app-c3559402143] {
		position: relative;
		display: inline-grid;
		grid-column-gap: 0;
		grid-template-columns: 1fr;
		min-width: auto;
		height: auto;
		margin: 0;
		padding: 0;
		font-size: inherit;
		line-height: inherit;
		background: none;
		border-radius: 4px;
		overflow: initial;
		border: none;
	}

	.wlc-btn--theme-borderless[_nghost-wlc-app-c3559402143] .wlc-btn__text[_ngcontent-wlc-app-c3559402143] {
		font-size: inherit;
		line-height: inherit;
		text-transform: capitalize;
	}

	.wlc-btn--theme-borderless[_nghost-wlc-app-c3559402143]:after {
		content: "";
		position: absolute;
		right: 50%;
		bottom: 0;
		left: 50%;
		display: block;
		height: 1px;
		background-color: var(--mc-baseMain);
		transition: left 0.2s ease, right 0.2s ease;
	}

	.wlc-btn--theme-borderless[_nghost-wlc-app-c3559402143]:active:after {
		right: 50%;
		left: 50%;
	}

	@media (pointer: fine) {
		.wlc-btn--theme-borderless[_nghost-wlc-app-c3559402143]:hover {
			color: var(--mc-baseMain);
			background: none;
			border: 0;
		}

		.wlc-btn--theme-borderless[_nghost-wlc-app-c3559402143]:hover:after {
			right: -0.25ch;
			left: -0.25ch;
		}
	}

	.wlc-btn--theme-resolve[_nghost-wlc-app-c3559402143] {
		height: 40px;
		display: grid;
		grid-column-gap: initial;
		grid-template-columns: auto 1fr auto;
		align-items: center;
		justify-content: center;
		min-width: 115px;
		padding: 5px 10px;
		background: var(--mc-buttonGradient);
		box-shadow: none;
		border: none;
		border-radius: 100px;
		position: relative;
		background: var(--mc-buttonColor);
	}

	.wlc-btn--theme-resolve[_nghost-wlc-app-c3559402143]:disabled {
		opacity: 0.6;
		pointer-events: none;
	}

	.wlc-btn--theme-resolve[_nghost-wlc-app-c3559402143] .wlc-btn__text[_ngcontent-wlc-app-c3559402143] {
		color: var(--mc-baseMain);
		font-style: normal;
		font-weight: bold;
		font-size: 1.4rem;
		line-height: 1.45;
		grid-column: 2;
		text-transform: none;
	}

	@media (pointer: fine) {
		.wlc-btn--theme-resolve[_nghost-wlc-app-c3559402143]:hover {
			box-shadow: 0 0 15px 0 rgba(125, 190, 255, 0.4);
		}
	}

	.wlc-btn--theme-resolve[_nghost-wlc-app-c3559402143]:before {
		transition: opacity 0.3s linear;
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		border-radius: inherit;
		background-color: #000;
		opacity: 0;
		mix-blend-mode: overlay;
	}

	@media (pointer: fine) {
		.wlc-btn--theme-resolve[_nghost-wlc-app-c3559402143]:hover:before {
			opacity: 0;
		}
	}

	@media (pointer: fine) {
		.wlc-btn--theme-resolve[_nghost-wlc-app-c3559402143]:hover {
			background: var(--mc-buttonColor-l20);
			border-color: var(--mc-buttonColor-l20);
		}
	}

	.wlc-btn--theme-icon.wlc-btn--theme-mod-settings[_nghost-wlc-app-c3559402143] svg {
		display: block;
		width: 23px;
		height: 23px;
		fill: var(--mc-baseMain);
	}

	.wlc-btn--theme-icon.wlc-btn--theme-mod-settings[_nghost-wlc-app-c3559402143] svg path,
	.wlc-btn--theme-icon.wlc-btn--theme-mod-settings[_nghost-wlc-app-c3559402143] svg rect {
		fill: var(--mc-baseMain);
	}

	.wlc-btn--theme-icon.wlc-btn--theme-mod-wolf-settings[_nghost-wlc-app-c3559402143] svg {
		display: block;
		width: 20px;
		height: 20px;
		color: var(--mc-baseThird, var(--mc-baseMain));
	}

	.wlc-btn--theme-theme-wolf-link[_nghost-wlc-app-c3559402143] {
		--wlc-btn-link-color: var(--mc-secondary);
	}

	.wlc-btn--theme-theme-wolf-link[_nghost-wlc-app-c3559402143] .wlc-btn__text[_ngcontent-wlc-app-c3559402143] {
		color: var(--wlc-btn-link-color);
		font-style: normal;
		font-weight: bold;
		font-size: 1.2rem;
		line-height: 1.45;
	}

	@media (pointer: fine) {
		.wlc-btn--theme-theme-wolf-link[_nghost-wlc-app-c3559402143] .wlc-btn__text[_ngcontent-wlc-app-c3559402143]:hover {
			--wlc-btn-link-color: var(--mc-baseThird, var(--mc-baseMain));
		}
	}

	.wlc-btn--theme-wolf-rounded[_nghost-wlc-app-c3559402143] {
		display: flex;
		align-items: center;
		justify-content: center;
		min-width: 70px;
		padding: 3px 15px;
		background: var(--mc-bg500-o6);
		border-radius: 60px;
	}

	.wlc-btn--theme-wolf-rounded[_nghost-wlc-app-c3559402143] .wlc-btn__text[_ngcontent-wlc-app-c3559402143],
	.wlc-btn--theme-wolf-rounded[_nghost-wlc-app-c3559402143] .wlc-btn__counter[_ngcontent-wlc-app-c3559402143] {
		color: var(--mc-baseMain);
		font-style: normal;
		font-weight: normal;
		font-size: 1.2rem;
		line-height: 1.45;
		transition: color 0.3s linear;
	}

	.wlc-btn--theme-wolf-rounded[_nghost-wlc-app-c3559402143] .wlc-btn__counter[_ngcontent-wlc-app-c3559402143] {
		margin: 0 0 0 5px;
	}

	@media (pointer: fine) {
		.wlc-btn--theme-wolf-rounded[_nghost-wlc-app-c3559402143]:hover {
			background: var(--mc-bg500);
		}

		.wlc-btn--theme-wolf-rounded[_nghost-wlc-app-c3559402143]:hover .wlc-btn__text[_ngcontent-wlc-app-c3559402143],
		.wlc-btn--theme-wolf-rounded[_nghost-wlc-app-c3559402143]:hover .wlc-btn__counter[_ngcontent-wlc-app-c3559402143] {
			color: var(--mc-baseThird);
		}
	}

	.wlc-btn--theme-textonly[_nghost-wlc-app-c3559402143] {
		height: 40px;
		display: grid;
		grid-column-gap: initial;
		grid-template-columns: auto 1fr auto;
		align-items: center;
		justify-content: center;
		min-width: 115px;
		padding: 5px 10px;
		background: var(--mc-buttonGradient);
		box-shadow: none;
		border: none;
		border-radius: 100px;
		position: relative;
		min-width: unset;
		margin: 0;
		background: unset;
		border-color: transparent;
		box-shadow: none;
	}

	.wlc-btn--theme-textonly[_nghost-wlc-app-c3559402143]:disabled {
		opacity: 0.6;
		pointer-events: none;
	}

	.wlc-btn--theme-textonly[_nghost-wlc-app-c3559402143] .wlc-btn__text[_ngcontent-wlc-app-c3559402143] {
		color: var(--mc-baseMain);
		font-style: normal;
		font-weight: bold;
		font-size: 1.4rem;
		line-height: 1.45;
		grid-column: 2;
		text-transform: none;
	}

	@media (pointer: fine) {
		.wlc-btn--theme-textonly[_nghost-wlc-app-c3559402143]:hover {
			box-shadow: 0 0 15px 0 rgba(125, 190, 255, 0.4);
		}
	}

	.wlc-btn--theme-textonly[_nghost-wlc-app-c3559402143]:before {
		transition: opacity 0.3s linear;
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		border-radius: inherit;
		background-color: #000;
		opacity: 0;
		mix-blend-mode: overlay;
	}

	@media (pointer: fine) {
		.wlc-btn--theme-textonly[_nghost-wlc-app-c3559402143]:hover:before {
			opacity: 0;
		}
	}

	.wlc-btn--theme-textonly[_nghost-wlc-app-c3559402143] .wlc-btn__text[_ngcontent-wlc-app-c3559402143] {
		transition: color 0.3s linear;
		color: var(--mc-main);
	}

	@media (pointer: fine) {
		.wlc-btn--theme-textonly[_nghost-wlc-app-c3559402143]:hover {
			background: unset;
			border-color: transparent;
			box-shadow: 0 0 15px 0 #7dbeff;
		}

		.wlc-btn--theme-textonly[_nghost-wlc-app-c3559402143]:hover .wlc-btn__text[_ngcontent-wlc-app-c3559402143] {
			color: var(--mc-main-l20);
		}
	}

	@keyframes _ngcontent-wlc-app-c3559402143_shine {
		0% {
			left: -100%;
		}

		25% {
			left: 100%;
		}

		50% {
			left: 100%;
		}

		75% {
			left: -100%;
		}

		100% {
			left: -100%;
		}
	}

	.wlc-btn--theme-default.wlc-btn--animate-shine[_nghost-wlc-app-c3559402143],
	.wlc-btn--theme-default.wlc-btn--deposit[_nghost-wlc-app-c3559402143] {
		position: relative;
		overflow: hidden;
	}

	@media (min-width: 1024px) {

		.wlc-btn--theme-default.wlc-btn--animate-shine[_nghost-wlc-app-c3559402143]:before,
		.wlc-btn--theme-default.wlc-btn--deposit[_nghost-wlc-app-c3559402143]:before {
			content: "";
			position: absolute;
			top: 0;
			display: block !important;
			width: 100% !important;
			height: 100% !important;
			background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.5), transparent) !important;
			animation: _ngcontent-wlc-app-c3559402143_shine 2.5s infinite;
		}
	}

	@media (max-width: 1023px) {

		.wlc-btn--theme-default.wlc-btn--animate-shine[_nghost-wlc-app-c3559402143]:after,
		.wlc-btn--theme-default.wlc-btn--deposit[_nghost-wlc-app-c3559402143]:after {
			content: "";
			position: absolute;
			top: 0;
			display: block !important;
			width: 100% !important;
			height: 100% !important;
			background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.5), transparent) !important;
			animation: _ngcontent-wlc-app-c3559402143_shine 2.5s infinite;
		}
	}

	.wlc-btn--theme-default.wlc-btn--pending.wlc-btn--theme-mod-default[_nghost-wlc-app-c3559402143] .wlc-btn__pending[_ngcontent-wlc-app-c3559402143] {
		color: var(--mc-black);
	}

	.wlc-btn--theme-default.wlc-btn--pending.wlc-btn--theme-mod-default[_nghost-wlc-app-c3559402143] .wlc-btn__pending[_ngcontent-wlc-app-c3559402143] svg,
	.wlc-btn--theme-default.wlc-btn--pending.wlc-btn--theme-mod-default[_nghost-wlc-app-c3559402143] .wlc-btn__pending[_ngcontent-wlc-app-c3559402143] path {
		fill: currentColor;
	}

	button.wlc-btn--theme-resolve[_nghost-wlc-app-c3559402143] {
		height: 40px;
		background: var(--mc-buttonGradient);
	}

	@media (pointer: fine) {
		button.wlc-btn--theme-resolve[_nghost-wlc-app-c3559402143]:hover {
			background: var(--mc-buttonGradient);
		}
	}


	.wlc-btn[_ngcontent-wlc-app-c577327010] {
		display: flex;
		align-items: center;
		justify-content: center;
		width: auto;
		min-height: 40px;
		border: none;
		border-radius: 100px;
		padding: 10px 24px;
		background: var(--mc-buttonGradient);
		transition: all 0.3s;
	}

	.wlc-btn__text[_ngcontent-wlc-app-c577327010] {
		padding: 0 20px;
		color: var(--mc-baseMain);
		font-weight: bold;
		font-size: 14px;
	}

	.wlc-btn[_ngcontent-wlc-app-c577327010]:hover {
		box-shadow: 0 0 15px 0 rgba(125, 190, 255, 0.4);
	}

	.wlc-btn[_ngcontent-wlc-app-c577327010] .wlc-icon[_ngcontent-wlc-app-c577327010] {
		display: none;
		align-items: center;
		justify-content: center;
		padding: 6px 0 2px 0;
		line-height: 0;
		text-align: center;
		transform: rotate(-90deg);
		transition: all 0.3s linear;
		border-radius: 5px;
	}

	.wlc-btn[_ngcontent-wlc-app-c577327010] .wlc-icon[_ngcontent-wlc-app-c577327010] svg[_ngcontent-wlc-app-c577327010] {
		width: 10px;
		height: 8px;
	}

	@media (max-width: 767px) {
		.wlc-btn[_ngcontent-wlc-app-c577327010] {
			width: 100%;
			margin: 0 auto;
		}
	}


	[_nghost-wlc-app-c3860173112] {
		display: none;
	}


	[_nghost-wlc-app-c3936004735] {
		display: none;
	}


	.wlc-games-catalog--theme-default .wlc-games-grid--theme-default[_nghost-wlc-app-c3748941157] .wlc-games-grid__content[_ngcontent-wlc-app-c3748941157] .wlc-games-grid__more {
		margin: 20px 0 0;
	}

	.wlc-games-grid--theme-default[_nghost-wlc-app-c3748941157] .wlc-games-grid__header[_ngcontent-wlc-app-c3748941157] {
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: 100%;
		margin: 0 0 20px;
	}

	.wlc-games-grid--theme-default[_nghost-wlc-app-c3748941157] .wlc-games-grid__banner[_ngcontent-wlc-app-c3748941157] {
		grid-row: 1 / 3;
		grid-column: 1 / 3;
		margin-right: 10px;
		align-self: stretch;
		width: 100%;
	}

	@media (min-width: 900px) {
		.wlc-games-grid--theme-default[_nghost-wlc-app-c3748941157] .wlc-games-grid__banner[_ngcontent-wlc-app-c3748941157] {
			margin-right: 12px;
		}
	}

	.wlc-games-grid--theme-default[_nghost-wlc-app-c3748941157] .wlc-games-grid__banner[_ngcontent-wlc-app-c3748941157] div[_ngcontent-wlc-app-c3748941157] {
		height: 100%;
	}

	.wlc-games-grid--theme-default[_nghost-wlc-app-c3748941157] .wlc-games-grid__banner[_ngcontent-wlc-app-c3748941157] [class*="wlc-banners"][_ngcontent-wlc-app-c3748941157] {
		height: 100%;
	}

	.wlc-games-grid--theme-default[_nghost-wlc-app-c3748941157] .wlc-games-grid__banner[_ngcontent-wlc-app-c3748941157] [class*="wlc-banners"],
	.wlc-games-grid--theme-default[_nghost-wlc-app-c3748941157] .wlc-games-grid__banner[_ngcontent-wlc-app-c3748941157] .swiper,
	.wlc-games-grid--theme-default[_nghost-wlc-app-c3748941157] .wlc-games-grid__banner[_ngcontent-wlc-app-c3748941157] .ng-star-inserted[wlc-dynamic] {
		height: 100%;
	}

	.wlc-games-grid--theme-default[_nghost-wlc-app-c3748941157] .wlc-games-grid__banner[_ngcontent-wlc-app-c3748941157] .wlc-banner {
		height: 100%;
		border-radius: 10px;
	}

	.wlc-games-grid--theme-default[_nghost-wlc-app-c3748941157] .wlc-games-grid__banner[_ngcontent-wlc-app-c3748941157] .wlc-game-grid__banner {
		--banner-justify-content: flex-start;
		--banner-gradient: linear-gradient(var(--banner-grad-angle, 90deg), var(--mc-bg-o8), transparent);
		--banner-max-width: 80%;
		--banner-text-align: left;
		--banner-btn-margin: 0 auto 0 0;
		position: relative;
		display: flex;
		align-items: center;
		justify-content: var(--banner-justify-content);
		height: 100%;
		overflow: hidden;
	}

	.wlc-games-grid--theme-default[_nghost-wlc-app-c3748941157] .wlc-games-grid__banner[_ngcontent-wlc-app-c3748941157] .wlc-game-grid__banner.text-center {
		--banner-grad-angle: 180deg;
		--banner-max-width: 100%;
		--banner-text-align: center;
		--banner-btn-margin: 0 auto;
	}

	.wlc-games-grid--theme-default[_nghost-wlc-app-c3748941157] .wlc-games-grid__banner[_ngcontent-wlc-app-c3748941157] .wlc-game-grid__banner.text-right {
		--banner-grad-angle: 270deg;
		--banner-justify-content: flex-end;
		--banner-text-align: right;
		--banner-btn-margin: 0 0 0 auto;
	}

	.wlc-games-grid--theme-default[_nghost-wlc-app-c3748941157] .wlc-games-grid__banner[_ngcontent-wlc-app-c3748941157] .wlc-game-grid__banner .wlc-banner__bg {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}

	.wlc-games-grid--theme-default[_nghost-wlc-app-c3748941157] .wlc-games-grid__banner[_ngcontent-wlc-app-c3748941157] .wlc-game-grid__banner .wlc-banner__bg img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.wlc-games-grid--theme-default[_nghost-wlc-app-c3748941157] .wlc-games-grid__banner[_ngcontent-wlc-app-c3748941157] .wlc-game-grid__banner .wlc-banner__bg.gradient:before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		z-index: 1;
		width: 100%;
		height: 100%;
		background: var(--banner-gradient);
	}

	.wlc-games-grid--theme-default[_nghost-wlc-app-c3748941157] .wlc-games-grid__banner[_ngcontent-wlc-app-c3748941157] .wlc-game-grid__banner .wlc-banner__container {
		padding: 40px;
		position: relative;
		z-index: 20;
		max-width: var(--banner-max-width);
		text-align: var(--banner-text-align);
	}

	.wlc-games-grid--theme-default[_nghost-wlc-app-c3748941157] .wlc-games-grid__banner[_ngcontent-wlc-app-c3748941157] .wlc-game-grid__banner .wlc-banner__container .banner__title {
		margin: 0 0 10px;
		color: var(--mc-baseMain);
		font-style: normal;
		font-weight: bold;
		font-size: 2.4rem;
		line-height: 1.45;
	}

	@media (min-width: 900px) {
		.wlc-games-grid--theme-default[_nghost-wlc-app-c3748941157] .wlc-games-grid__banner[_ngcontent-wlc-app-c3748941157] .wlc-game-grid__banner .wlc-banner__container .banner__title {
			font-style: normal;
			font-weight: bold;
			font-size: 3.6rem;
			line-height: 1.45;
		}
	}

	.wlc-games-grid--theme-default[_nghost-wlc-app-c3748941157] .wlc-games-grid__banner[_ngcontent-wlc-app-c3748941157] .wlc-game-grid__banner .wlc-banner__container .banner__description {
		margin: 0 0 30px;
		color: var(--mc-baseMain);
		font-style: normal;
		font-weight: normal;
		font-size: 1.2rem;
		line-height: 1.45;
	}

	@media (min-width: 900px) {
		.wlc-games-grid--theme-default[_nghost-wlc-app-c3748941157] .wlc-games-grid__banner[_ngcontent-wlc-app-c3748941157] .wlc-game-grid__banner .wlc-banner__container .banner__description {
			font-style: normal;
			font-weight: normal;
			font-size: 1.6rem;
			line-height: 1.45;
		}
	}

	.wlc-games-grid--theme-default[_nghost-wlc-app-c3748941157] .wlc-games-grid__banner[_ngcontent-wlc-app-c3748941157] .wlc-game-grid__banner .wlc-banner__container .wlc-btn--theme-default {
		margin: var(--banner-btn-margin);
	}

	.wlc-games-grid--theme-default[_nghost-wlc-app-c3748941157] .wlc-games-grid__banner[_ngcontent-wlc-app-c3748941157] .wlc-game-grid__game {
		height: 100%;
		overflow: hidden;
	}

	.wlc-games-grid--theme-default[_nghost-wlc-app-c3748941157] .wlc-games-grid__item[_ngcontent-wlc-app-c3748941157] {
		perspective: 1000px;
		perspective-origin: 50% 50%;
	}

	.wlc-games-grid--theme-default[_nghost-wlc-app-c3748941157] .wlc-games-grid__item--load-more[_ngcontent-wlc-app-c3748941157] {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		border-radius: 10px;
		background: transparent;
	}

	.wlc-games-grid--theme-default[_nghost-wlc-app-c3748941157] .wlc-games-grid__list[_ngcontent-wlc-app-c3748941157] {
		grid-gap: 10px;
		grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
		display: grid;
		flex-grow: 1;
		grid-auto-rows: 1fr;
	}

	@media (min-width: 900px) {
		.wlc-games-grid--theme-default[_nghost-wlc-app-c3748941157] .wlc-games-grid__list[_ngcontent-wlc-app-c3748941157] {
			grid-gap: 12px;
		}
	}

	@media (min-width: 1024px) {
		.wlc-games-grid--theme-default[_nghost-wlc-app-c3748941157] .wlc-games-grid__list[_ngcontent-wlc-app-c3748941157] {
			grid-template-columns: repeat(auto-fill, minmax(165px, 1fr));
		}
	}

	@media (min-width: 1200px) {
		.wlc-games-grid--theme-default[_nghost-wlc-app-c3748941157] .wlc-games-grid__list[_ngcontent-wlc-app-c3748941157] {
			grid-template-columns: repeat(auto-fill, minmax(170px, 1fr));
		}
	}

	@media (min-width: 1630px) {
		.wlc-games-grid--theme-default[_nghost-wlc-app-c3748941157] .wlc-games-grid__list[_ngcontent-wlc-app-c3748941157] {
			grid-template-columns: repeat(auto-fill, minmax(195px, 1fr));
		}
	}

	.wlc-games-grid--theme-default[_nghost-wlc-app-c3748941157] .wlc-games-grid__progressbar[_ngcontent-wlc-app-c3748941157] {
		margin: 30px 0 -15px;
	}

	@media (min-width: 1024px) {
		.wlc-games-grid--theme-default[_nghost-wlc-app-c3748941157] .wlc-games-grid__progressbar[_ngcontent-wlc-app-c3748941157] {
			margin: 40px 0 -20px;
		}
	}

	.wlc-games-grid--theme-default[_nghost-wlc-app-c3748941157] .wlc-games-grid__card-progressbar[_ngcontent-wlc-app-c3748941157] {
		margin: 0 0 20px 0;
	}

	.wlc-games-grid--theme-default[_nghost-wlc-app-c3748941157] .wlc-games-grid__placeholder[_ngcontent-wlc-app-c3748941157] {
		display: flex;
		align-items: center;
		justify-content: center;
		color: var(--mc-baseMain);
		border-radius: 6px;
		background-image: var(--mc-bg);
		background-repeat: no-repeat;
		background-size: cover;
	}

	.wlc-search--theme-mod-default .wlc-games-grid--theme-default[_nghost-wlc-app-c3748941157] .wlc-games-grid__progressbar[_ngcontent-wlc-app-c3748941157] {
		margin: 20px 0;
	}

	@media (min-width: 1024px) {
		.wlc-search--theme-mod-default .wlc-games-grid--theme-default[_nghost-wlc-app-c3748941157] .wlc-games-grid__progressbar[_ngcontent-wlc-app-c3748941157] {
			margin: 20px 0;
		}
	}

	.wlc-provider-games--theme-mod-default .wlc-games-grid--theme-default[_nghost-wlc-app-c3748941157] .wlc-games-grid__progressbar[_ngcontent-wlc-app-c3748941157] {
		margin: 20px 0;
	}

	@media (min-width: 1024px) {
		.wlc-provider-games--theme-mod-default .wlc-games-grid--theme-default[_nghost-wlc-app-c3748941157] .wlc-games-grid__progressbar[_ngcontent-wlc-app-c3748941157] {
			margin: 20px 0;
		}
	}

	.wlc-games-grid--theme-default.wlc-games-grid--theme-mod-mobile-app-search[_nghost-wlc-app-c3748941157] .wlc-games-grid__list[_ngcontent-wlc-app-c3748941157] {
		grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
	}

	.wlc-games-grid--theme-default.wlc-games-grid--theme-mod-tournament-detail[_nghost-wlc-app-c3748941157] .wlc-games-grid__list[_ngcontent-wlc-app-c3748941157] {
		grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
	}

	@media (min-width: 900px) {
		.wlc-games-grid--theme-default.wlc-games-grid--theme-mod-tournament-detail[_nghost-wlc-app-c3748941157] .wlc-games-grid__list[_ngcontent-wlc-app-c3748941157] {
			grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
		}
	}

	@media (min-width: 1024px) {
		.wlc-games-grid--theme-default.wlc-games-grid--theme-mod-tournament-detail[_nghost-wlc-app-c3748941157] .wlc-games-grid__list[_ngcontent-wlc-app-c3748941157] {
			grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
		}
	}

	.wlc-games-grid--theme-default.wlc-games-grid--theme-mod-banner-right[_nghost-wlc-app-c3748941157] .wlc-games-grid__banner[_ngcontent-wlc-app-c3748941157] {
		grid-column: -1 / -3;
	}

	.wlc-games-grid--theme-default.wlc-games-grid--theme-mod-header-inline[_nghost-wlc-app-c3748941157] .wlc-games-grid__header[_ngcontent-wlc-app-c3748941157] {
		flex-direction: column;
		margin: 0;
		padding: 15px 10px;
		background: var(--mc-bg700);
		border-radius: 10px;
		text-decoration: none;
	}

	@media (min-width: 900px) {
		.wlc-games-grid--theme-default.wlc-games-grid--theme-mod-header-inline[_nghost-wlc-app-c3748941157] .wlc-games-grid__header[_ngcontent-wlc-app-c3748941157] {
			padding: 30px;
		}
	}

	@media (min-width: 1024px) {
		.wlc-games-grid--theme-default.wlc-games-grid--theme-mod-header-inline[_nghost-wlc-app-c3748941157] .wlc-games-grid__header[_ngcontent-wlc-app-c3748941157] {
			padding: 30px 15px 15px;
		}
	}

	.wlc-games-grid--theme-default.wlc-games-grid--theme-mod-header-inline[_nghost-wlc-app-c3748941157] .wlc-games-grid__header[_ngcontent-wlc-app-c3748941157] .wlc-title[_ngcontent-wlc-app-c3748941157] {
		margin: 0;
		text-align: center;
		width: 100%;
	}

	.wlc-games-grid--theme-default.wlc-games-grid--theme-mod-header-inline[_nghost-wlc-app-c3748941157] .wlc-games-grid__header[_ngcontent-wlc-app-c3748941157] .wlc-title[_ngcontent-wlc-app-c3748941157] .wlc-title__main {
		font-style: normal;
		font-weight: bold;
		font-size: 2.4rem;
		line-height: 1.45;

		display: -webkit-box;
		box-orient: vertical;
		-webkit-box-orient: vertical;

		overflow: hidden;
		text-overflow: ellipsis;
		word-break: break-word;
		-webkit-line-clamp: 1;
		max-width: 100%;
	}

	.wlc-games-grid--theme-default.wlc-games-grid--theme-mod-header-inline[_nghost-wlc-app-c3748941157] .wlc-games-grid__header[_ngcontent-wlc-app-c3748941157] .wlc-icon[_ngcontent-wlc-app-c3748941157] {
		margin: 0;
	}

	.wlc-games-grid--theme-default.wlc-games-grid--theme-mod-header-inline[_nghost-wlc-app-c3748941157] .wlc-games-grid__header[_ngcontent-wlc-app-c3748941157] .wlc-games-grid__link[_ngcontent-wlc-app-c3748941157] .wlc-icon[_ngcontent-wlc-app-c3748941157] {
		margin: 0 0 0 5px;
	}

	.wlc-games-grid--theme-default.wlc-games-grid--theme-mod-header-inline[_nghost-wlc-app-c3748941157] .wlc-games-grid__more[_ngcontent-wlc-app-c3748941157] {
		margin: 30px;
	}

	@media (min-width: 1024px) {
		.wlc-games-grid--theme-default.wlc-games-grid--theme-mod-header-inline[_nghost-wlc-app-c3748941157] .wlc-games-grid__more[_ngcontent-wlc-app-c3748941157] {
			margin: 0;
		}
	}

	.container .wlc-games-grid--theme-default.wlc-games-grid--theme-mod-header-inline[_nghost-wlc-app-c3748941157]:not(:first-child) {
		margin-top: 30px;
	}

	@media (min-width: 900px) {
		.container .wlc-games-grid--theme-default.wlc-games-grid--theme-mod-header-inline[_nghost-wlc-app-c3748941157]:not(:first-child) {
			margin-top: 20px;
		}
	}

	@media (min-width: 1630px) {
		.container .wlc-games-grid--theme-default.wlc-games-grid--theme-mod-header-inline[_nghost-wlc-app-c3748941157]:not(:first-child) {
			margin-top: 40px;
		}
	}

	.wlc-games-grid--theme-default.wlc-games-grid--theme-mod-mobile-app[_nghost-wlc-app-c3748941157] .wlc-games-grid__list[_ngcontent-wlc-app-c3748941157] {
		grid-template-columns: repeat(2, 1fr);
	}

	@media (min-width: 560px) {
		.wlc-games-grid--theme-default.wlc-games-grid--theme-mod-mobile-app[_nghost-wlc-app-c3748941157] .wlc-games-grid__list[_ngcontent-wlc-app-c3748941157] {
			grid-template-columns: repeat(3, 1fr);
		}
	}

	@media (min-width: 720px) {
		.wlc-games-grid--theme-default.wlc-games-grid--theme-mod-mobile-app[_nghost-wlc-app-c3748941157] .wlc-games-grid__list[_ngcontent-wlc-app-c3748941157] {
			grid-template-columns: repeat(4, 1fr);
		}
	}

	@media (min-width: 900px) {
		.wlc-games-grid--theme-default.wlc-games-grid--theme-mod-mobile-app[_nghost-wlc-app-c3748941157] .wlc-games-grid__list[_ngcontent-wlc-app-c3748941157] {
			grid-template-columns: repeat(3, 1fr);
		}
	}

	@media (min-width: 1024px) {
		.wlc-games-grid--theme-default.wlc-games-grid--theme-mod-mobile-app[_nghost-wlc-app-c3748941157] .wlc-games-grid__list[_ngcontent-wlc-app-c3748941157] {
			grid-template-columns: repeat(4, 1fr);
		}
	}

	@media (min-width: 1200px) {
		.wlc-games-grid--theme-default.wlc-games-grid--theme-mod-mobile-app[_nghost-wlc-app-c3748941157] .wlc-games-grid__list[_ngcontent-wlc-app-c3748941157] {
			grid-template-columns: repeat(5, 1fr);
		}
	}

	.wlc-games-grid--theme-default.wlc-games-grid--theme-mod-mobile-app[_nghost-wlc-app-c3748941157] .wlc-games-grid__header[_ngcontent-wlc-app-c3748941157] {
		margin: 0 0 10px;
	}

	.wlc-games-grid--theme-default.wlc-games-grid--theme-mod-mobile-app[_nghost-wlc-app-c3748941157] .wlc-games-grid__title[_ngcontent-wlc-app-c3748941157] .wlc-title__main {
		color: var(--mc-baseMain);
		font-style: normal;
		font-weight: bold;
		font-size: 1.2rem;
		line-height: 1.45;
		line-height: 1;
	}

	.wlc-games-grid--theme-default.wlc-games-grid--theme-mod-simple[_nghost-wlc-app-c3748941157] .wlc-games-grid__list[_ngcontent-wlc-app-c3748941157] {
		grid-template-columns: var(--wlc-games-grid-simple-cols, repeat(auto-fill, minmax(120px, 1fr)));
		gap: 10px;
	}

	.wlc-games-grid--theme-swiper[_nghost-wlc-app-c3748941157] .wlc-games-grid__content[_ngcontent-wlc-app-c3748941157] {
		display: grid;
		grid-template-areas: "title show-all show-all""games-grid games-grid games-grid";
		grid-template-columns: auto auto minmax(0, 1fr);
		row-gap: 20px;
	}

	.wlc-games-grid--theme-swiper[_nghost-wlc-app-c3748941157] .wlc-games-grid__content.wolf-all[_ngcontent-wlc-app-c3748941157] {
		grid-template-areas: "title-icon title wolf-all swiper-buttons""games-grid games-grid games-grid games-grid";
		grid-template-columns: auto 1fr auto auto;
		align-items: center;
	}

	.wlc-games-grid--theme-swiper[_nghost-wlc-app-c3748941157] .wlc-games-grid__content.wolf-all[_ngcontent-wlc-app-c3748941157] .wlc-games-grid__swiper-buttons-container[_ngcontent-wlc-app-c3748941157] {
		margin: 0;
	}

	.wlc-games-grid--theme-swiper[_nghost-wlc-app-c3748941157] .wlc-games-grid__list[_ngcontent-wlc-app-c3748941157] {
		grid-gap: 10px;
		grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
		display: grid;
		flex-grow: 1;
		grid-auto-rows: 1fr;
		grid-area: games-grid;
	}

	@media (min-width: 900px) {
		.wlc-games-grid--theme-swiper[_nghost-wlc-app-c3748941157] .wlc-games-grid__list[_ngcontent-wlc-app-c3748941157] {
			grid-gap: 12px;
		}
	}

	@media (min-width: 1024px) {
		.wlc-games-grid--theme-swiper[_nghost-wlc-app-c3748941157] .wlc-games-grid__list[_ngcontent-wlc-app-c3748941157] {
			grid-template-columns: repeat(auto-fill, minmax(165px, 1fr));
		}
	}

	@media (min-width: 1200px) {
		.wlc-games-grid--theme-swiper[_nghost-wlc-app-c3748941157] .wlc-games-grid__list[_ngcontent-wlc-app-c3748941157] {
			grid-template-columns: repeat(auto-fill, minmax(170px, 1fr));
		}
	}

	@media (min-width: 1630px) {
		.wlc-games-grid--theme-swiper[_nghost-wlc-app-c3748941157] .wlc-games-grid__list[_ngcontent-wlc-app-c3748941157] {
			grid-template-columns: repeat(auto-fill, minmax(195px, 1fr));
		}
	}

	.wlc-games-grid--theme-swiper[_nghost-wlc-app-c3748941157] .wlc-games-grid__item[_ngcontent-wlc-app-c3748941157] {
		perspective: 1000px;
		perspective-origin: 50% 50%;
	}

	.wlc-games-grid--theme-swiper[_nghost-wlc-app-c3748941157] .wlc-games-grid__item--load-more[_ngcontent-wlc-app-c3748941157] {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		border-radius: 10px;
		background: transparent;
	}

	.wlc-games-grid--theme-swiper[_nghost-wlc-app-c3748941157] .wlc-games-grid__swiper-buttons-container[_ngcontent-wlc-app-c3748941157] {
		margin: 0 0 0 auto;
		grid-area: swiper-buttons;
		pointer-events: none;
	}

	@media (min-width: 1024px) {
		.wlc-games-grid--theme-swiper[_nghost-wlc-app-c3748941157] .wlc-games-grid__swiper-buttons-container[_ngcontent-wlc-app-c3748941157] {
			margin: 0 5px 0 auto;
		}
	}

	.wlc-games-grid--theme-swiper[_nghost-wlc-app-c3748941157] .wlc-games-grid__swiper-buttons-container[_ngcontent-wlc-app-c3748941157] [class*="wlc-swiper-button"] {
		pointer-events: initial;
	}

	.wlc-games-grid--theme-swiper[_nghost-wlc-app-c3748941157] .wlc-games-grid__swiper-buttons[_ngcontent-wlc-app-c3748941157] {
		display: grid;
		grid-template-columns: auto auto;
	}

	.wlc-games-grid--theme-swiper[_nghost-wlc-app-c3748941157] .wlc-games-grid__show-all-btn[_ngcontent-wlc-app-c3748941157],
	.wlc-games-grid--theme-swiper[_nghost-wlc-app-c3748941157] .wlc-games-grid__link[_ngcontent-wlc-app-c3748941157] {
		grid-area: show-all;
	}

	.wlc-games-grid--theme-swiper[_nghost-wlc-app-c3748941157] .wlc-games-grid__wolf-all[_ngcontent-wlc-app-c3748941157] {
		margin: 0 15px 0 0;
		grid-area: wolf-all;
	}

	.wlc-games-grid--theme-swiper[_nghost-wlc-app-c3748941157] .wlc-games-grid__games-slider[_ngcontent-wlc-app-c3748941157] {
		grid-area: games-grid;
		min-width: 0;
	}

	.wlc-games-grid--theme-swiper[_nghost-wlc-app-c3748941157] .wlc-games-grid__nocontent[_ngcontent-wlc-app-c3748941157] {
		grid-row: 2/3;
		grid-column: 1/-1;
	}

	.wlc-games-grid--theme-swiper[_nghost-wlc-app-c3748941157] .wlc-games-grid__nocontent[_ngcontent-wlc-app-c3748941157]+.wlc-games-grid__swiper-buttons-container[_ngcontent-wlc-app-c3748941157] {
		display: none;
	}

	.wlc-games-grid--theme-swiper.wlc-games-grid--theme-mod-bottom-controls[_nghost-wlc-app-c3748941157] .wlc-games-grid__content[_ngcontent-wlc-app-c3748941157] {
		grid-template-areas: "games-grid games-grid games-grid games-grid""title-icon title swiper-buttons show-all";
	}

	.wlc-games-grid--theme-swiper.wlc-games-grid--theme-mod-bottom-controls[_nghost-wlc-app-c3748941157] .wlc-games-grid__swiper-buttons-container[_ngcontent-wlc-app-c3748941157] {
		margin: 0 0 0 auto;
	}

	@media (min-width: 1200px) {
		.wlc-games-grid--theme-swiper.wlc-games-grid--theme-mod-centered-controls[_nghost-wlc-app-c3748941157] .wlc-games-grid__games-slider[_ngcontent-wlc-app-c3748941157] {
			margin: 0 60px;
		}
	}

	@media (min-width: 1200px) {
		.wlc-games-grid--theme-swiper.wlc-games-grid--theme-mod-centered-controls[_nghost-wlc-app-c3748941157] .wlc-games-grid__games-slider[_ngcontent-wlc-app-c3748941157] {
			border-radius: 6px;
		}
	}

	@media (min-width: 1200px) {
		.wlc-games-grid--theme-swiper.wlc-games-grid--theme-mod-centered-controls[_nghost-wlc-app-c3748941157] .wlc-games-grid__games-slider[_ngcontent-wlc-app-c3748941157] {
			overflow: hidden;
		}
	}

	.wlc-games-grid--theme-swiper.wlc-games-grid--theme-mod-centered-controls[_nghost-wlc-app-c3748941157] .wlc-games-grid__swiper-buttons-container[_ngcontent-wlc-app-c3748941157] {
		display: none;
		z-index: 1;
		grid-area: games-grid;
		align-self: center;
		width: 100%;
	}

	@media (min-width: 1200px) {
		.wlc-games-grid--theme-swiper.wlc-games-grid--theme-mod-centered-controls[_nghost-wlc-app-c3748941157] .wlc-games-grid__swiper-buttons-container[_ngcontent-wlc-app-c3748941157] {
			display: block;
		}
	}

	.wlc-games-grid--theme-swiper.wlc-games-grid--theme-mod-centered-controls[_nghost-wlc-app-c3748941157] .wlc-games-grid__swiper-buttons[_ngcontent-wlc-app-c3748941157] {
		display: flex;
		justify-content: space-between;
	}

	.wlc-games-grid--theme-preview.wlc-games-grid[_nghost-wlc-app-c3748941157] .wlc-games-grid__content[_ngcontent-wlc-app-c3748941157] {
		grid-template-columns: 1fr;
		display: grid;
	}

	@media (min-width: 1200px) {
		.wlc-games-grid--theme-preview.wlc-games-grid[_nghost-wlc-app-c3748941157] .wlc-games-grid__content[_ngcontent-wlc-app-c3748941157] {
			grid-template-columns: repeat(5, 1fr);
		}
	}

	@media (min-width: 1630px) {
		.wlc-games-grid--theme-preview.wlc-games-grid[_nghost-wlc-app-c3748941157] .wlc-games-grid__content[_ngcontent-wlc-app-c3748941157] {
			grid-template-columns: repeat(6, 1fr);
		}
	}

	@media (min-width: 1200px) {
		.wlc-games-grid--theme-preview.wlc-games-grid[_nghost-wlc-app-c3748941157] .wlc-games-grid__content[_ngcontent-wlc-app-c3748941157] {
			grid-gap: 15px;
		}
	}

	@media (min-width: 1630px) {
		.wlc-games-grid--theme-preview.wlc-games-grid[_nghost-wlc-app-c3748941157] .wlc-games-grid__content[_ngcontent-wlc-app-c3748941157] {
			grid-gap: 20px;
		}
	}

	.wlc-games-grid--theme-preview.wlc-games-grid[_nghost-wlc-app-c3748941157] .wlc-games-grid__bg[_ngcontent-wlc-app-c3748941157] {
		display: none;
		position: absolute;
		top: 0;
		left: 0;
		z-index: -1;
		width: 100%;
		height: 100%;
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
	}

	@media (min-width: 1200px) {
		.wlc-games-grid--theme-preview.wlc-games-grid[_nghost-wlc-app-c3748941157] .wlc-games-grid__bg[_ngcontent-wlc-app-c3748941157] {
			display: block;
		}
	}

	@media (min-width: 1200px) {
		.wlc-games-grid--theme-preview.wlc-games-grid[_nghost-wlc-app-c3748941157] .wlc-games-grid__bg[_ngcontent-wlc-app-c3748941157] {
			border-radius: 10px;
		}
	}

	.wlc-games-grid--theme-preview.wlc-games-grid[_nghost-wlc-app-c3748941157] .wlc-games-grid__header[_ngcontent-wlc-app-c3748941157] {
		flex-direction: row;
		padding: 0 0 20px;
		position: relative;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	@media (min-width: 1200px) {
		.wlc-games-grid--theme-preview.wlc-games-grid[_nghost-wlc-app-c3748941157] .wlc-games-grid__header[_ngcontent-wlc-app-c3748941157] {
			flex-direction: column;
		}
	}

	@media (min-width: 1200px) {
		.wlc-games-grid--theme-preview.wlc-games-grid[_nghost-wlc-app-c3748941157] .wlc-games-grid__header[_ngcontent-wlc-app-c3748941157] {
			padding: 20px 0 40px;
		}
	}

	.wlc-games-grid--theme-preview.wlc-games-grid[_nghost-wlc-app-c3748941157] .wlc-games-grid__header[_ngcontent-wlc-app-c3748941157]:before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		z-index: -1;
		width: 100%;
		height: 100%;
	}

	@media (min-width: 1200px) {
		.wlc-games-grid--theme-preview.wlc-games-grid[_nghost-wlc-app-c3748941157] .wlc-games-grid__header[_ngcontent-wlc-app-c3748941157]:before {
			background: linear-gradient(180deg, #7f7cff 0%, #404253 100%);
		}
	}

	@media (min-width: 1200px) {
		.wlc-games-grid--theme-preview.wlc-games-grid[_nghost-wlc-app-c3748941157] .wlc-games-grid__header[_ngcontent-wlc-app-c3748941157]:before {
			border-radius: 10px;
		}
	}

	@media (min-width: 1024px) {
		.wlc-games-grid--theme-preview.wlc-games-grid[_nghost-wlc-app-c3748941157] .wlc-games-grid__link[_ngcontent-wlc-app-c3748941157] {
			display: flex;
		}
	}

	@media (min-width: 1200px) {
		.wlc-games-grid--theme-preview.wlc-games-grid[_nghost-wlc-app-c3748941157] .wlc-games-grid__link[_ngcontent-wlc-app-c3748941157] {
			display: none;
		}
	}

	@media (min-width: 1024px) {
		.wlc-games-grid--theme-preview.wlc-games-grid[_nghost-wlc-app-c3748941157] .wlc-games-grid__show-all-btn[_ngcontent-wlc-app-c3748941157] {
			display: none;
		}
	}

	@media (min-width: 1200px) {
		.wlc-games-grid--theme-preview.wlc-games-grid[_nghost-wlc-app-c3748941157] .wlc-games-grid__show-all-btn[_ngcontent-wlc-app-c3748941157] {
			display: grid;
		}
	}

	@media (min-width: 1200px) {
		.wlc-games-grid--theme-preview.wlc-games-grid[_nghost-wlc-app-c3748941157] .wlc-games-grid__title[_ngcontent-wlc-app-c3748941157] .wlc-title__main {
			color: #ffffff;
			font-style: normal;
			font-weight: bold;
			font-size: 1.6rem;
			line-height: 1.45;
		}
	}

	.wlc-games-grid--theme-preview.wlc-games-grid[_nghost-wlc-app-c3748941157] .wlc-games-grid__item[_ngcontent-wlc-app-c3748941157] {
		perspective: 1000px;
		perspective-origin: 50% 50%;
	}

	.wlc-games-grid--theme-preview.wlc-games-grid[_nghost-wlc-app-c3748941157] .wlc-games-grid__item--load-more[_ngcontent-wlc-app-c3748941157] {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		border-radius: 10px;
		background: transparent;
	}

	.wlc-games-grid--theme-preview.wlc-games-grid[_nghost-wlc-app-c3748941157] .wlc-games-grid__list[_ngcontent-wlc-app-c3748941157] {
		grid-gap: 10px;
		grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
		display: grid;
		flex-grow: 1;
		grid-auto-rows: 1fr;
		grid-column: 1 / -1;
		grid-template-rows: repeat(2, 1fr);
	}

	@media (min-width: 900px) {
		.wlc-games-grid--theme-preview.wlc-games-grid[_nghost-wlc-app-c3748941157] .wlc-games-grid__list[_ngcontent-wlc-app-c3748941157] {
			grid-gap: 12px;
		}
	}

	@media (min-width: 1024px) {
		.wlc-games-grid--theme-preview.wlc-games-grid[_nghost-wlc-app-c3748941157] .wlc-games-grid__list[_ngcontent-wlc-app-c3748941157] {
			grid-template-columns: repeat(auto-fill, minmax(165px, 1fr));
		}
	}

	@media (min-width: 1200px) {
		.wlc-games-grid--theme-preview.wlc-games-grid[_nghost-wlc-app-c3748941157] .wlc-games-grid__list[_ngcontent-wlc-app-c3748941157] {
			grid-template-columns: repeat(auto-fill, minmax(170px, 1fr));
		}
	}

	@media (min-width: 1630px) {
		.wlc-games-grid--theme-preview.wlc-games-grid[_nghost-wlc-app-c3748941157] .wlc-games-grid__list[_ngcontent-wlc-app-c3748941157] {
			grid-template-columns: repeat(auto-fill, minmax(195px, 1fr));
		}
	}

	@media (min-width: 1200px) {
		.wlc-games-grid--theme-preview.wlc-games-grid[_nghost-wlc-app-c3748941157] .wlc-games-grid__list[_ngcontent-wlc-app-c3748941157] {
			grid-column: 2 / -1;
		}
	}

	@media (min-width: 1200px) {
		.wlc-games-grid--theme-preview.wlc-games-grid[_nghost-wlc-app-c3748941157] .wlc-games-grid__list[_ngcontent-wlc-app-c3748941157] {
			grid-template-columns: repeat(4, 1fr);
		}
	}

	@media (min-width: 1630px) {
		.wlc-games-grid--theme-preview.wlc-games-grid[_nghost-wlc-app-c3748941157] .wlc-games-grid__list[_ngcontent-wlc-app-c3748941157] {
			grid-template-columns: repeat(5, 1fr);
		}
	}

	.wlc-games-grid--theme-mobile-app-swiper[_nghost-wlc-app-c3748941157] .wlc-games-grid__content[_ngcontent-wlc-app-c3748941157] {
		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: 10px;
	}

	.wlc-games-grid--theme-mobile-app-swiper[_nghost-wlc-app-c3748941157] .wlc-games-grid__show-all-btn[_ngcontent-wlc-app-c3748941157],
	.wlc-games-grid--theme-mobile-app-swiper[_nghost-wlc-app-c3748941157] .wlc-games-grid__link[_ngcontent-wlc-app-c3748941157] {
		grid-area: show-all;
	}

	.wlc-games-grid--theme-mobile-app-swiper[_nghost-wlc-app-c3748941157] .wlc-games-grid__games-slider[_ngcontent-wlc-app-c3748941157] {
		position: relative;
		grid-area: games-grid;
		min-width: 0;
	}

	.wlc-games-grid--theme-mobile-app-swiper[_nghost-wlc-app-c3748941157] .wlc-games-grid__games-slider[_ngcontent-wlc-app-c3748941157]:before {
		content: "";
		position: absolute;
		top: -5px;
		left: 0;
		z-index: 2;
		width: 100%;
		height: 110%;
		background: var(--mc-bg);
		transform: translateX(-100%);
	}

	.wlc-games-grid--theme-mobile-app-swiper[_nghost-wlc-app-c3748941157] .wlc-games-grid__nocontent[_ngcontent-wlc-app-c3748941157] {
		grid-row: 2/3;
		grid-column: 1/-1;
	}

	.wlc-games-grid--theme-mobile-app-swiper[_nghost-wlc-app-c3748941157] .wlc-games-grid__nocontent[_ngcontent-wlc-app-c3748941157]+.wlc-games-grid__swiper-buttons-container[_ngcontent-wlc-app-c3748941157] {
		display: none;
	}

	.wlc-games-grid--theme-mobile-app-swiper[_nghost-wlc-app-c3748941157] .swiper-horizontal {
		overflow: visible;
	}

	.wlc-games-grid--theme-mobile-app-swiper.wlc-games-grid[_nghost-wlc-app-c3748941157] .wlc-games-grid__link[_ngcontent-wlc-app-c3748941157] {
		color: #0a84ff;
		font-style: normal;
		font-weight: bold;
		font-size: 1.2rem;
		line-height: 1.45;
	}

	.wlc-games-grid--theme-mobile-app-swiper.wlc-games-grid[_nghost-wlc-app-c3748941157] .wlc-games-grid__link[_ngcontent-wlc-app-c3748941157] .wlc-icon {
		display: none;
	}

	.wlc-games-grid--theme-mobile-app-swiper.wlc-games-grid[_nghost-wlc-app-c3748941157] .wlc-games-grid__title[_ngcontent-wlc-app-c3748941157] {
		display: flex;
		grid-area: title;
		align-items: center;
		align-self: center;
	}

	.wlc-games-grid--theme-mobile-app-swiper.wlc-games-grid[_nghost-wlc-app-c3748941157] .wlc-games-grid__title[_ngcontent-wlc-app-c3748941157] .wlc-title__main {
		color: var(--mc-baseMain);
		font-style: normal;
		font-weight: bold;
		font-size: 1.2rem;
		line-height: 1.45;
		line-height: 1;
	}

	.wlc-games-grid--theme-wolf[_nghost-wlc-app-c3748941157] .wlc-games-grid__header[_ngcontent-wlc-app-c3748941157] {
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: 100%;
		margin: 0 0 20px;
	}

	.wlc-games-grid--theme-wolf[_nghost-wlc-app-c3748941157] .wlc-games-grid__list[_ngcontent-wlc-app-c3748941157] {
		grid-template-columns: repeat(auto-fill, minmax(110px, 1fr));
		grid-gap: 10px;
		display: grid;
	}

	@media (min-width: 900px) {
		.wlc-games-grid--theme-wolf[_nghost-wlc-app-c3748941157] .wlc-games-grid__list[_ngcontent-wlc-app-c3748941157] {
			grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
		}
	}

	@media (min-width: 1024px) {
		.wlc-games-grid--theme-wolf[_nghost-wlc-app-c3748941157] .wlc-games-grid__list[_ngcontent-wlc-app-c3748941157] {
			grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
		}
	}

	@media (min-width: 900px) {
		.wlc-games-grid--theme-wolf[_nghost-wlc-app-c3748941157] .wlc-games-grid__list[_ngcontent-wlc-app-c3748941157] {
			grid-gap: 15px;
		}
	}

	@media (min-width: 1024px) {
		.wlc-games-grid--theme-wolf[_nghost-wlc-app-c3748941157] .wlc-games-grid__list[_ngcontent-wlc-app-c3748941157] {
			grid-gap: 20px;
		}
	}

	.wlc-games-grid--theme-wolf[_nghost-wlc-app-c3748941157] .wlc-games-grid__item[_ngcontent-wlc-app-c3748941157] {
		perspective: 1000px;
		perspective-origin: 50% 50%;
	}

	.wlc-games-grid--theme-wolf[_nghost-wlc-app-c3748941157] .wlc-games-grid__item--load-more[_ngcontent-wlc-app-c3748941157] {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		border-radius: 10px;
		background: var(--mc-bg500);
	}

	.wlc-games-grid--theme-wolf[_nghost-wlc-app-c3748941157] .wlc-games-grid__title[_ngcontent-wlc-app-c3748941157] .wlc-title__main {
		color: var(--mc-baseMain);
		font-style: normal;
		font-weight: normal;
		font-size: 1.6rem;
		line-height: 1.45;
		line-height: 1;
	}

	.wlc-games-grid--theme-wolf[_nghost-wlc-app-c3748941157] .wlc-games-grid__title-icon[_ngcontent-wlc-app-c3748941157] .wlc-icon-content[class] {
		width: 20px;
		height: 20px;
	}

	.wlc-games-grid--theme-wolf[_nghost-wlc-app-c3748941157] .wlc-games-grid__card-more[_ngcontent-wlc-app-c3748941157] .wlc-btn {
		display: flex;
	}

	.wlc-games-grid--theme-wolf[_nghost-wlc-app-c3748941157] .wlc-games-grid__card-progressbar[_ngcontent-wlc-app-c3748941157] {
		padding: 0 15px;
		margin: 0 0 10px;
		width: 100%;
	}

	.wlc-games-grid--theme-wolf[_nghost-wlc-app-c3748941157] .wlc-games-grid__card-progressbar[_ngcontent-wlc-app-c3748941157] .wlc-progress-bar__text {
		color: var(--mc-baseMain);
		font-style: normal;
		font-weight: bold;
		font-size: 1rem;
		line-height: 1.45;
		margin: 0;
	}

	@media (min-width: 1024px) {
		.wlc-games-grid--theme-wolf[_nghost-wlc-app-c3748941157] .wlc-games-grid__card-progressbar[_ngcontent-wlc-app-c3748941157] .wlc-progress-bar__text {
			margin: 0 0 5px;
		}
	}

	.wlc-games-grid--theme-wolf[_nghost-wlc-app-c3748941157] .wlc-games-grid__card-progressbar[_ngcontent-wlc-app-c3748941157] .wlc-progress-bar__progress {
		display: none;
		width: 100%;
		background: var(--mc-bg300);
	}

	@media (min-width: 1024px) {
		.wlc-games-grid--theme-wolf[_nghost-wlc-app-c3748941157] .wlc-games-grid__card-progressbar[_ngcontent-wlc-app-c3748941157] .wlc-progress-bar__progress {
			display: block;
		}
	}

	.wlc-games-grid--theme-wolf.wlc-games-grid--theme-mod-tournament-detail[_nghost-wlc-app-c3748941157] .wlc-games-grid__list[_ngcontent-wlc-app-c3748941157] {
		grid-template-columns: repeat(auto-fill, minmax(110px, 1fr));
		grid-gap: 10px;
		max-width: 830px;
		margin: 0 auto;
	}

	@media (min-width: 900px) {
		.wlc-games-grid--theme-wolf.wlc-games-grid--theme-mod-tournament-detail[_nghost-wlc-app-c3748941157] .wlc-games-grid__list[_ngcontent-wlc-app-c3748941157] {
			grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
		}
	}

	@media (min-width: 1024px) {
		.wlc-games-grid--theme-wolf.wlc-games-grid--theme-mod-tournament-detail[_nghost-wlc-app-c3748941157] .wlc-games-grid__list[_ngcontent-wlc-app-c3748941157] {
			grid-template-columns: repeat(auto-fill, minmax(155px, 1fr));
		}
	}

	@media (min-width: 900px) {
		.wlc-games-grid--theme-wolf.wlc-games-grid--theme-mod-tournament-detail[_nghost-wlc-app-c3748941157] .wlc-games-grid__list[_ngcontent-wlc-app-c3748941157] {
			grid-gap: 10px;
		}
	}

	@media (min-width: 1024px) {
		.wlc-games-grid--theme-wolf.wlc-games-grid--theme-mod-tournament-detail[_nghost-wlc-app-c3748941157] .wlc-games-grid__list[_ngcontent-wlc-app-c3748941157] {
			grid-gap: 15px;
		}
	}

	.wlc-games-grid--theme-wolf.wlc-games-grid--theme-mod-header-inline[_nghost-wlc-app-c3748941157] .wlc-games-grid__header[_ngcontent-wlc-app-c3748941157] {
		flex-direction: column;
		padding: 10px;
		transition: background 0.3s linear;
		border-radius: 10px;
		justify-content: center;
		margin: 0;
		color: var(--mc-baseThird, var(--mc-baseMain));
		text-decoration: none;
		background: var(--mc-bg500);
	}

	@media (min-width: 900px) {
		.wlc-games-grid--theme-wolf.wlc-games-grid--theme-mod-header-inline[_nghost-wlc-app-c3748941157] .wlc-games-grid__header[_ngcontent-wlc-app-c3748941157] {
			padding: 15px;
		}
	}

	@media (min-width: 1024px) {
		.wlc-games-grid--theme-wolf.wlc-games-grid--theme-mod-header-inline[_nghost-wlc-app-c3748941157] .wlc-games-grid__header[_ngcontent-wlc-app-c3748941157] {
			padding: 15px;
		}
	}

	.wlc-games-grid--theme-wolf.wlc-games-grid--theme-mod-header-inline[_nghost-wlc-app-c3748941157] .wlc-games-grid__header[_ngcontent-wlc-app-c3748941157] svg {
		width: 30px;
		height: 30px;
	}

	@media (min-width: 900px) {
		.wlc-games-grid--theme-wolf.wlc-games-grid--theme-mod-header-inline[_nghost-wlc-app-c3748941157] .wlc-games-grid__header[_ngcontent-wlc-app-c3748941157] svg {
			width: 50px;
		}
	}

	@media (min-width: 900px) {
		.wlc-games-grid--theme-wolf.wlc-games-grid--theme-mod-header-inline[_nghost-wlc-app-c3748941157] .wlc-games-grid__header[_ngcontent-wlc-app-c3748941157] svg {
			height: 50px;
		}
	}

	.wlc-games-grid--theme-wolf.wlc-games-grid--theme-mod-header-inline[_nghost-wlc-app-c3748941157] .wlc-games-grid__header[_ngcontent-wlc-app-c3748941157] .wlc-title {
		margin: 0;
	}

	.wlc-games-grid--theme-wolf.wlc-games-grid--theme-mod-header-inline[_nghost-wlc-app-c3748941157] .wlc-games-grid__header[_ngcontent-wlc-app-c3748941157] .wlc-title__main-link {
		color: var(--mc-baseThird, var(--mc-baseMain));
		font-style: normal;
		font-weight: normal;
		font-size: 1.2rem;
		line-height: 1.45;
		display: flex;
		justify-content: center;
		margin: 10px 0 0;
	}

	.wlc-games-grid--theme-wolf.wlc-games-grid--theme-mod-header-inline[_nghost-wlc-app-c3748941157] .wlc-games-grid__header[_ngcontent-wlc-app-c3748941157] .wlc-title__main-link .wlc-icon {
		margin: 0 0 0 5px;
		opacity: 1;
	}

	.wlc-games-grid--theme-wolf.wlc-games-grid--theme-mod-header-inline[_nghost-wlc-app-c3748941157] .wlc-games-grid__header[_ngcontent-wlc-app-c3748941157] .wlc-title__main-link svg {
		width: 15px;
		height: 15px;
	}

	@media (min-width: 900px) {
		.wlc-games-grid--theme-wolf.wlc-games-grid--theme-mod-header-inline[_nghost-wlc-app-c3748941157] .wlc-games-grid__header[_ngcontent-wlc-app-c3748941157] .wlc-title__main-link {
			color: var(--mc-baseThird, var(--mc-baseMain));
			font-style: normal;
			font-weight: normal;
			font-size: 1.4rem;
			line-height: 1.45;
		}
	}

	@media (pointer: fine) {
		.wlc-games-grid--theme-wolf.wlc-games-grid--theme-mod-header-inline[_nghost-wlc-app-c3748941157] .wlc-games-grid__header[_ngcontent-wlc-app-c3748941157]:hover {
			background: var(--mc-bg700);
		}
	}

	.wlc-games-grid[_nghost-wlc-app-c3748941157] .wlc-games-grid__title[_ngcontent-wlc-app-c3748941157] .wlc-title__main {
		color: var(--mc-baseMain);
		font-style: normal;
		font-weight: bold;
		font-size: 2.4rem;
		line-height: 1.45;
		line-height: 1;
	}

	.wlc-games-grid[_nghost-wlc-app-c3748941157] .wlc-games-grid__title[_ngcontent-wlc-app-c3748941157] .wlc-title__main-link {
		color: var(--mc-baseOpacity);
		font-style: normal;
		font-weight: bold;
		font-size: 2.4rem;
		line-height: 1.45;
		transition: color 0.3s linear;
		line-height: 1;
		text-decoration: none;
	}

	.wlc-games-grid[_nghost-wlc-app-c3748941157] .wlc-games-grid__title[_ngcontent-wlc-app-c3748941157] .wlc-title__main-link .wlc-icon {
		transition: opacity 0.3s linear;
		opacity: 0;
	}

	@media (pointer: fine) {
		.wlc-games-grid[_nghost-wlc-app-c3748941157] .wlc-games-grid__title[_ngcontent-wlc-app-c3748941157] .wlc-title__main-link:hover {
			color: var(--mc-baseMain);
		}

		.wlc-games-grid[_nghost-wlc-app-c3748941157] .wlc-games-grid__title[_ngcontent-wlc-app-c3748941157] .wlc-title__main-link:hover .wlc-icon {
			opacity: 1;
		}
	}

	.wlc-games-grid[_nghost-wlc-app-c3748941157] .wlc-games-grid__more[_ngcontent-wlc-app-c3748941157] {
		margin: 20px 0 0;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.wlc-provider-games--theme-mod-default .wlc-games-grid[_nghost-wlc-app-c3748941157] .wlc-games-grid__more[_ngcontent-wlc-app-c3748941157] {
		margin: 20px 0 0;
	}

	@media (min-width: 1200px) {
		.wlc-provider-games--theme-mod-default .wlc-games-grid[_nghost-wlc-app-c3748941157] .wlc-games-grid__more[_ngcontent-wlc-app-c3748941157] {
			margin: 20px 0 0;
		}
	}

	.wlc-games-grid[_nghost-wlc-app-c3748941157] .wlc-games-grid__link[_ngcontent-wlc-app-c3748941157] {
		color: var(--mc-main);
		font-style: normal;
		font-weight: bold;
		font-size: 1.6rem;
		line-height: 1.45;
		transition: color 0.3s linear;
		display: flex;
		align-items: center;
		text-decoration: none;
	}

	.wlc-games-grid[_nghost-wlc-app-c3748941157] .wlc-games-grid__link[_ngcontent-wlc-app-c3748941157] .wlc-icon {
		transition: transform 0.3s linear;
		margin-left: 5px;
	}

	.wlc-games-grid[_nghost-wlc-app-c3748941157] .wlc-games-grid__link[_ngcontent-wlc-app-c3748941157] .wlc-icon-content {
		display: flex;
	}

	.wlc-games-grid[_nghost-wlc-app-c3748941157] .wlc-games-grid__link[_ngcontent-wlc-app-c3748941157] .wlc-icon svg {
		transform: rotate(-90deg);
		fill: var(--mc-main);
	}

	.wlc-games-grid[_nghost-wlc-app-c3748941157] .wlc-games-grid__link[_ngcontent-wlc-app-c3748941157] .counter[_ngcontent-wlc-app-c3748941157] {
		margin-left: 5px;
	}

	@media (pointer: fine) {
		.wlc-games-grid[_nghost-wlc-app-c3748941157] .wlc-games-grid__link[_ngcontent-wlc-app-c3748941157]:hover {
			color: var(--mc-baseMain);
		}

		.wlc-games-grid[_nghost-wlc-app-c3748941157] .wlc-games-grid__link[_ngcontent-wlc-app-c3748941157]:hover .wlc-icon {
			transform: rotateX(360deg) translateX(10px);
		}

		.wlc-games-grid[_nghost-wlc-app-c3748941157] .wlc-games-grid__link[_ngcontent-wlc-app-c3748941157]:hover .wlc-icon svg {
			fill: var(--mc-baseMain);
		}
	}

	.wlc-games-grid.wlc-games-grid--theme-mod-all-link-secondary[_nghost-wlc-app-c3748941157] .wlc-games-grid__link[_ngcontent-wlc-app-c3748941157] {
		color: var(--mc-main);
		font-style: normal;
		font-weight: bold;
		font-size: 1.4rem;
		line-height: 1.45;
	}

	@media (pointer: fine) {
		.wlc-games-grid.wlc-games-grid--theme-mod-all-link-secondary[_nghost-wlc-app-c3748941157] .wlc-games-grid__link[_ngcontent-wlc-app-c3748941157]:hover {
			color: var(--mc-baseMain);
		}
	}

	.wlc-games-grid.wlc-games-grid--title-icon[_nghost-wlc-app-c3748941157] .wlc-games-grid__title[_ngcontent-wlc-app-c3748941157] {
		margin: 0 auto 0 0;
	}

	.wlc-games-grid.wlc-games-grid--title-icon[_nghost-wlc-app-c3748941157] .wlc-games-grid__title-icon[_ngcontent-wlc-app-c3748941157] {
		margin: 0 10px 0 0;
	}

	.wlc-games-grid.wlc-games-grid--title-icon[_nghost-wlc-app-c3748941157] .wlc-games-grid__title-icon[_ngcontent-wlc-app-c3748941157] .wlc-icon-content {
		display: flex;
		width: 24px;
		height: 24px;
	}

	.wlc-games-grid.wlc-games-grid--title-icon[_nghost-wlc-app-c3748941157] .wlc-games-grid__title-icon[_ngcontent-wlc-app-c3748941157] .wlc-icon-content svg {
		width: 100%;
		height: 100%;
		fill: var(--mc-baseMain);
	}

	.wlc-games-grid[_nghost-wlc-app-c3748941157] .wlc-games-grid__link[_ngcontent-wlc-app-c3748941157] {
		justify-content: flex-end;
		color: var(--mc-secondary);
		font-weight: 600;
			    line-height: 15px;
    left: 20px;
    position: relative;
	}

	@media (min-width: 768px) {
		.wlc-games-grid[_nghost-wlc-app-c3748941157] .wlc-games-grid__link[_ngcontent-wlc-app-c3748941157] {
			justify-content: flex-start;
			margin: 0 0 0 30px;
		}
	}

	.wlc-games-grid--theme-swiper[_nghost-wlc-app-c3748941157] .wlc-games-grid__swiper-buttons-container[_ngcontent-wlc-app-c3748941157] {
		display: none;
	}

	@media (min-width: 768px) {
		.wlc-games-grid--theme-swiper[_nghost-wlc-app-c3748941157] .wlc-games-grid__swiper-buttons-container[_ngcontent-wlc-app-c3748941157] {
			display: block;
		}
	}

	@media (min-width: 768px) {
		.wlc-games-grid--theme-swiper[_nghost-wlc-app-c3748941157] .wlc-games-grid__content[_ngcontent-wlc-app-c3748941157] {
			grid-template-areas: "title-icon title show-all swiper-buttons""games-grid games-grid games-grid games-grid";
			grid-template-columns: auto auto auto minmax(0, 1fr);
		}
	}

	.wlc-games-grid--theme-swiper[_nghost-wlc-app-c3748941157] .wlc-slider swiper-container::part(container) {
		padding-bottom: 40px;
	}

	.wlc-games-grid--theme-swiper[_nghost-wlc-app-c3748941157] .wlc-slider swiper-container::part(container) .swiper-pagination-bullets {
		bottom: 0;
		display: flex;
		justify-content: center;
	}

	@media (min-width: 768px) {
		.wlc-games-grid--theme-swiper[_nghost-wlc-app-c3748941157] .wlc-slider swiper-container::part(container) .swiper-pagination-bullets {
			display: none;
		}
	}

	@media (min-width: 768px) {
		.wlc-games-grid--theme-swiper[_nghost-wlc-app-c3748941157] .wlc-slider swiper-container::part(container) {
			padding-bottom: 0;
		}
	}

	.wlc-games-grid--theme-swiper[_nghost-wlc-app-c3748941157] .wlc-slider swiper-container::part(pagination) {
		bottom: 0;
		display: flex;
		justify-content: center;
	}

	@media (min-width: 768px) {
		.wlc-games-grid--theme-swiper[_nghost-wlc-app-c3748941157] .wlc-slider swiper-container::part(pagination) {
			display: none;
		}
	}

	.wlc-games-grid--theme-swiper[_nghost-wlc-app-c3748941157] .wlc-slider swiper-container::part(bullet-active) {
		width: 16px;
		border-radius: 10px;
		background: var(--mc-buttonGradient);
	}

	.wlc-games-grid--theme-swiper[_nghost-wlc-app-c3748941157] .wlc-slider .swiper {
		padding-bottom: 20px;
	}

	@media (min-width: 768px) {
		.wlc-games-grid--theme-swiper[_nghost-wlc-app-c3748941157] .wlc-slider .swiper {
			padding-bottom: 0;
			display: flex;
		}
	}

	.wlc-games-grid--theme-swiper[_nghost-wlc-app-c3748941157] .wlc-slider .swiper-horizontal>.swiper-pagination-bullets {
		bottom: 0;
		display: flex;
		justify-content: center;
	}

	@media (min-width: 768px) {
		.wlc-games-grid--theme-swiper[_nghost-wlc-app-c3748941157] .wlc-slider .swiper-horizontal>.swiper-pagination-bullets {
			display: none;
		}
	}

	.wlc-games-grid--theme-default[_nghost-wlc-app-c3748941157] .wlc-games-grid__more[_ngcontent-wlc-app-c3748941157] .wlc-btn[_ngcontent-wlc-app-c3748941157] .wlc-btn__text {
		font-size: 1.4rem;
	}


	.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 0.3s linear;
		display: flex;
		align-items: center;
		justify-content: center;
		width: 40px;
		height: 40px;
		color: #ffffff;
		background: var(--mc-buttonColor);
		outline: none;
		border-radius: 10px;
		border: none;
		box-shadow: none;
		position: relative;
	}

	.wlc-slider-navigation--theme-default[_nghost-wlc-app-c225656936] .wlc-swiper-button-prev svg,
	.wlc-slider-navigation--theme-default[_nghost-wlc-app-c225656936] .wlc-swiper-button-next svg {
		fill: currentColor;
	}

	.wlc-slider-navigation--theme-default[_nghost-wlc-app-c225656936] .wlc-swiper-button-prev.swiper-button-disabled,
	.wlc-slider-navigation--theme-default[_nghost-wlc-app-c225656936] .wlc-swiper-button-next.swiper-button-disabled {
		color: #ffffff;
		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;
		}
	}

	.wlc-slider-navigation--theme-default[_nghost-wlc-app-c225656936] .wlc-swiper-button-prev:before,
	.wlc-slider-navigation--theme-default[_nghost-wlc-app-c225656936] .wlc-swiper-button-next:before {
		transition: opacity 0.3s linear;
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		border-radius: inherit;
		background-color: #000;
		opacity: 0;
		mix-blend-mode: overlay;
	}

	@media (pointer: fine) {

		.wlc-slider-navigation--theme-default[_nghost-wlc-app-c225656936] .wlc-swiper-button-prev:hover:before,
		.wlc-slider-navigation--theme-default[_nghost-wlc-app-c225656936] .wlc-swiper-button-next:hover:before {
			opacity: 0.4;
		}
	}

	.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);
	}

	.wlc-slider-navigation--theme-default[_nghost-wlc-app-c225656936] .swiper-button-prev,
	.wlc-slider-navigation--theme-default[_nghost-wlc-app-c225656936] .swiper-button-next {
		position: absolute;
		top: 50%;
		z-index: 10;
		margin-top: calc(-1 * 40px / 2);
	}

	.wlc-slider-navigation--theme-default[_nghost-wlc-app-c225656936] .swiper-button-prev:after,
	.wlc-slider-navigation--theme-default[_nghost-wlc-app-c225656936] .swiper-button-next:after {
		text-indent: -9999px;
	}

	.wlc-slider-navigation--theme-default[_nghost-wlc-app-c225656936] .swiper-button-prev,
	.wlc-slider-navigation--theme-default[_nghost-wlc-app-c225656936] .swiper-rtl .swiper-button-next {
		right: auto;
		left: 10px;
	}

	.wlc-slider-navigation--theme-default[_nghost-wlc-app-c225656936] .swiper-button-prev:after,
	.wlc-slider-navigation--theme-default[_nghost-wlc-app-c225656936] .swiper-rtl .swiper-button-next:after {
		content: "prev";
	}

	.wlc-slider-navigation--theme-default[_nghost-wlc-app-c225656936] .swiper-button-next,
	.wlc-slider-navigation--theme-default[_nghost-wlc-app-c225656936] .swiper-rtl .swiper-button-prev {
		right: 10px;
		left: auto;
	}

	.wlc-slider-navigation--theme-default[_nghost-wlc-app-c225656936] .swiper-button-next:after,
	.wlc-slider-navigation--theme-default[_nghost-wlc-app-c225656936] .swiper-rtl .swiper-button-prev:after {
		content: "next";
	}

	.wlc-slider-navigation--theme-default[_nghost-wlc-app-c225656936] .swiper-button-lock {
		display: none;
	}

	.wlc-slider-navigation--theme-wolf[_nghost-wlc-app-c225656936] {
		--wlc-icon-width: 12px;
		--wlc-icon-height: 12px;
	}

	.wlc-slider-navigation--theme-wolf[_nghost-wlc-app-c225656936] .wlc-swiper-button-prev,
	.wlc-slider-navigation--theme-wolf[_nghost-wlc-app-c225656936] .wlc-swiper-button-next {
		transition: background 0.3s linear;
		display: flex;
		align-items: center;
		justify-content: center;
		width: var(--wlc-navi-button-size, 40px);
		height: var(--wlc-navi-button-size, 40px);
		color: var(--mc-baseMain);
		background: var(--mc-baseOpacity);
		outline: none;
		border-radius: 20px;
		border: 1px solid var(--mc-baseMain);
		box-shadow: none;
	}

	.wlc-slider-navigation--theme-wolf[_nghost-wlc-app-c225656936] .wlc-swiper-button-prev .wlc-icon-content,
	.wlc-slider-navigation--theme-wolf[_nghost-wlc-app-c225656936] .wlc-swiper-button-next .wlc-icon-content {
		display: flex;
	}

	.wlc-slider-navigation--theme-wolf[_nghost-wlc-app-c225656936] .wlc-swiper-button-prev .wlc-icon-content svg,
	.wlc-slider-navigation--theme-wolf[_nghost-wlc-app-c225656936] .wlc-swiper-button-next .wlc-icon-content svg {
		fill: currentColor;
	}

	.wlc-slider-navigation--theme-wolf[_nghost-wlc-app-c225656936] .wlc-swiper-button-prev.swiper-button-disabled,
	.wlc-slider-navigation--theme-wolf[_nghost-wlc-app-c225656936] .wlc-swiper-button-next.swiper-button-disabled {
		color: var(--mc-baseMain-o4);
		background: var(--mc-baseOpacity);
		cursor: default;
	}

	@media (pointer: fine) {

		.wlc-slider-navigation--theme-wolf[_nghost-wlc-app-c225656936] .wlc-swiper-button-prev:hover:not(.swiper-button-disabled),
		.wlc-slider-navigation--theme-wolf[_nghost-wlc-app-c225656936] .wlc-swiper-button-next:hover:not(.swiper-button-disabled) {
			color: var(--mc-baseMain);
			background: var(--mc-main-o4);
			border: 1px solid var(--mc-baseMain);
			box-shadow: none;
		}
	}

	.wlc-slider-navigation--theme-wolf[_nghost-wlc-app-c225656936] .wlc-swiper-button-prev {
		margin-right: 10px;
	}

	.wlc-slider-navigation--theme-wolf[_nghost-wlc-app-c225656936] .wlc-swiper-button-prev .wlc-icon-content {
		transform: rotate(90deg);
	}

	.wlc-slider-navigation--theme-wolf[_nghost-wlc-app-c225656936] .wlc-swiper-button-next .wlc-icon-content {
		transform: rotate(-90deg);
	}

	.wlc-slider-navigation--theme-wolf[_nghost-wlc-app-c225656936] .swiper-button-prev,
	.wlc-slider-navigation--theme-wolf[_nghost-wlc-app-c225656936] .swiper-button-next {
		position: absolute;
		top: 50%;
		z-index: 10;
		margin-top: calc(-1 * 40px / 2);
	}

	.wlc-slider-navigation--theme-wolf[_nghost-wlc-app-c225656936] .swiper-button-prev:after,
	.wlc-slider-navigation--theme-wolf[_nghost-wlc-app-c225656936] .swiper-button-next:after {
		text-indent: -9999px;
	}

	.wlc-slider-navigation--theme-wolf[_nghost-wlc-app-c225656936] .swiper-button-prev,
	.wlc-slider-navigation--theme-wolf[_nghost-wlc-app-c225656936] .swiper-rtl .swiper-button-next {
		right: auto;
		left: var(--wlc-navi-left-offset, 10px);
	}

	.wlc-slider-navigation--theme-wolf[_nghost-wlc-app-c225656936] .swiper-button-prev:after,
	.wlc-slider-navigation--theme-wolf[_nghost-wlc-app-c225656936] .swiper-rtl .swiper-button-next:after {
		content: "prev";
	}

	.wlc-slider-navigation--theme-wolf[_nghost-wlc-app-c225656936] .swiper-button-next,
	.wlc-slider-navigation--theme-wolf[_nghost-wlc-app-c225656936] .swiper-rtl .swiper-button-prev {
		right: var(--wlc-navi-right-offset, 10px);
		left: auto;
	}

	.wlc-slider-navigation--theme-wolf[_nghost-wlc-app-c225656936] .swiper-button-next:after,
	.wlc-slider-navigation--theme-wolf[_nghost-wlc-app-c225656936] .swiper-rtl .swiper-button-prev:after {
		content: "next";
	}

	.wlc-slider-navigation--theme-wolf[_nghost-wlc-app-c225656936] .swiper-button-lock {
		display: none;
	}

	.wlc-slider-navigation--theme-wolf.wlc-slider-navigation--theme-mod-lg[_nghost-wlc-app-c225656936] {
		--wlc-navi-button-size: 40px;
		--wlc-icon-width: 18px;
		--wlc-icon-height: 18px;
	}

	.wlc-slider-navigation--theme-wolf[_nghost-wlc-app-c225656936] .wlc-swiper-button-prev.swiper-button-disabled,
	.wlc-slider-navigation--theme-wolf[_nghost-wlc-app-c225656936] .wlc-swiper-button-next.swiper-button-disabled {
		border: 1px solid var(--mc-baseOpacity);
	}


	a.wlc-section-title--theme-default[_nghost-wlc-app-c679633311] {
		text-decoration: none;
		cursor: pointer;
	}

	a.wlc-section-title--theme-default[_nghost-wlc-app-c679633311] .wlc-section-title__content[_ngcontent-wlc-app-c679633311] {
		transition: color 0.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 0.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-main);
		}

		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] {
		color: var(--mc-baseMain);
		font-style: normal;
		font-weight: bold;
		font-size: 2rem;
		line-height: 1.45;
	}

	.wlc-section-title--theme-default[_nghost-wlc-app-c679633311] .wlc-section-title__icon[_ngcontent-wlc-app-c679633311] {
		--wlc-icon-width: 28px;
		--wlc-icon-height: 28px;
		margin: 0 10px 0 0;
	}

	.wlc-section-title--theme-default[_nghost-wlc-app-c679633311] .wlc-section-title__icon[_ngcontent-wlc-app-c679633311] .wlc-icon-content {
		display: flex;
	}

	.wlc-section-title--theme-default[_nghost-wlc-app-c679633311] .wlc-section-title__icon[_ngcontent-wlc-app-c679633311] .wlc-icon-content svg {
		fill: var(--mc-baseMain);
	}

	a.wlc-section-title--theme-wolf[_nghost-wlc-app-c679633311] {
		text-decoration: none;
		cursor: pointer;
	}

	a.wlc-section-title--theme-wolf[_nghost-wlc-app-c679633311] .wlc-section-title__icon[_ngcontent-wlc-app-c679633311],
	a.wlc-section-title--theme-wolf[_nghost-wlc-app-c679633311] .wlc-section-title__content[_ngcontent-wlc-app-c679633311] {
		transition: color 0.3s linear;
	}

	@media (pointer: fine) {

		a.wlc-section-title--theme-wolf[_nghost-wlc-app-c679633311]:hover .wlc-section-title__icon[_ngcontent-wlc-app-c679633311],
		a.wlc-section-title--theme-wolf[_nghost-wlc-app-c679633311]:hover .wlc-section-title__content[_ngcontent-wlc-app-c679633311] {
			color: var(--mc-baseThird);
		}
	}

	.wlc-section-title--theme-wolf[_nghost-wlc-app-c679633311] {
		display: flex;
		align-items: center;
	}

	.wlc-section-title--theme-wolf[_nghost-wlc-app-c679633311] .wlc-section-title__content[_ngcontent-wlc-app-c679633311] {
		color: var(--mc-baseMain);
		font-style: normal;
		font-weight: normal;
		font-size: 1.6rem;
		line-height: 1.45;
	}

	.wlc-section-title--theme-wolf[_nghost-wlc-app-c679633311] .wlc-section-title__icon[_ngcontent-wlc-app-c679633311] {
		--wlc-icon-width: 16px;
		--wlc-icon-height: 16px;
		margin: 0 10px 0 0;
		color: var(--mc-baseMain);
	}

	.wlc-section-title--theme-wolf[_nghost-wlc-app-c679633311] .wlc-section-title__icon[_ngcontent-wlc-app-c679633311] .wlc-icon-content {
		display: flex;
	}

	.wlc-section-title--theme-wolf[_nghost-wlc-app-c679633311] .wlc-section-title__icon[_ngcontent-wlc-app-c679633311] .wlc-icon-content svg {
		fill: currentColor;
	}

	.wlc-sections__profile-content .wlc-section-title--theme-wolf[_nghost-wlc-app-c679633311] .wlc-section-title__content[_ngcontent-wlc-app-c679633311] {
		color: var(--mc-baseThird);
	}

	.wlc-sections__profile-content .wlc-section-title--theme-wolf[_nghost-wlc-app-c679633311] .wlc-section-title__icon[_ngcontent-wlc-app-c679633311] {
		color: var(--mc-baseThird);
	}

	.wlc-section-title--theme-default[_nghost-wlc-app-c679633311] .wlc-section-title__content[_ngcontent-wlc-app-c679633311] {
		font-weight: 900;
		text-transform: uppercase;
	}

	.wlc-section-title--theme-default[_nghost-wlc-app-c679633311] .wlc-section-title__content[_ngcontent-wlc-app-c679633311] .wlc-icon {
		display: none;
	}

	@media (min-width: 768px) {
		.wlc-section-title--theme-default[_nghost-wlc-app-c679633311] .wlc-section-title__content[_ngcontent-wlc-app-c679633311] {
			font-size: 2.6rem;
		}
	}

	.wlc-section-title--theme-default[_nghost-wlc-app-c679633311] .wlc-section-title__icon[_ngcontent-wlc-app-c679633311] {
		transition: color 0.3s linear;
		color: var(--mc-baseMain);
	}

	.wlc-section-title--theme-default[_nghost-wlc-app-c679633311] .wlc-section-title__icon[_ngcontent-wlc-app-c679633311] .wlc-icon-content svg {
		transition: fill 0.3s linear;
	}

	@media (pointer: fine) {
		.wlc-section-title--theme-default[_nghost-wlc-app-c679633311]:hover .wlc-section-title__icon[_ngcontent-wlc-app-c679633311] {
			color: var(--mc-main);
		}

		.wlc-section-title--theme-default[_nghost-wlc-app-c679633311]:hover .wlc-section-title__icon[_ngcontent-wlc-app-c679633311] .wlc-icon-content svg {
			fill: var(--mc-main);
		}
	}


	.wlc-banner--theme-default-banner[_nghost-wlc-app-c1258616718] .banner {
		min-height: 220px;
		position: relative;
		display: flex;
		align-items: center;
		background: var(--mc-bg500);
		overflow: hidden;
		background-repeat: no-repeat;
		background-size: cover;
	}

	@media (min-width: 1024px) {
		.wlc-banner--theme-default-banner[_nghost-wlc-app-c1258616718] .banner {
			min-height: 300px;
		}
	}

	@media (min-width: 1630px) {
		.wlc-banner--theme-default-banner[_nghost-wlc-app-c1258616718] .banner {
			min-height: 400px;
		}
	}

	.wlc-banner--theme-default-banner[_nghost-wlc-app-c1258616718] .banner .wlc-btn {
		margin: 30px auto 0;
	}

	@media (min-width: 768px) {
		.wlc-banner--theme-default-banner[_nghost-wlc-app-c1258616718] .banner .wlc-btn {
			margin: 40px auto 0 0;
		}
	}

	.wlc-banner--theme-default-banner[_nghost-wlc-app-c1258616718] .banner .container {
		position: relative;
		z-index: 20;
	}

	.wlc-banner--theme-default-banner[_nghost-wlc-app-c1258616718] .banner__decor {
		position: absolute;
		z-index: 11;
		object-position: initial;
	}

	.wlc-banner--theme-default-banner[_nghost-wlc-app-c1258616718] .banner__decor img {
		display: block;
		width: 100%;
		object-fit: contain;
		object-position: inherit;
		will-change: transform;
	}

	.wlc-banner--theme-default-banner[_nghost-wlc-app-c1258616718] .banner__decor--top-in {
		top: 1%;
	}

	.wlc-banner--theme-default-banner[_nghost-wlc-app-c1258616718] .banner__decor--top-out {
		top: -1%;
	}

	.wlc-banner--theme-default-banner[_nghost-wlc-app-c1258616718] .banner__decor--right-in {
		right: 1%;
	}

	.wlc-banner--theme-default-banner[_nghost-wlc-app-c1258616718] .banner__decor--right-out {
		right: -1%;
	}

	.wlc-banner--theme-default-banner[_nghost-wlc-app-c1258616718] .banner__decor--bottom-in {
		bottom: 1%;
	}

	.wlc-banner--theme-default-banner[_nghost-wlc-app-c1258616718] .banner__decor--bottom-out {
		bottom: -1%;
	}

	.wlc-banner--theme-default-banner[_nghost-wlc-app-c1258616718] .banner__decor--left-in {
		left: 1%;
	}

	.wlc-banner--theme-default-banner[_nghost-wlc-app-c1258616718] .banner__decor--left-out {
		left: -1%;
	}

	.wlc-banner--theme-default-banner[_nghost-wlc-app-c1258616718] .banner-1 .banner_bg:before {
		display: block;
	}

	@media (min-width: 1024px) {
		.wlc-banner--theme-default-banner[_nghost-wlc-app-c1258616718] .banner-1 .banner_bg:before {
			display: none;
		}
	}

	.wlc-banner--theme-default-banner[_nghost-wlc-app-c1258616718] .banner-1 .banner__decor--center {
		left: 2%;
		bottom: 3%;
		max-width: 30vw;
	}

	@media (min-width: 768px) {
		.wlc-banner--theme-default-banner[_nghost-wlc-app-c1258616718] .banner-1 .banner__decor--center {
			left: 35%;
		}
	}

	@media (min-width: 1420px) {
		.wlc-banner--theme-default-banner[_nghost-wlc-app-c1258616718] .banner-1 .banner__decor--center {
			left: 45%;
		}
	}

	@media (min-width: 1420px) {
		.wlc-banner--theme-default-banner[_nghost-wlc-app-c1258616718] .banner-1 .banner__decor--center {
			bottom: 7%;
		}
	}

	@media (min-width: 768px) {
		.wlc-banner--theme-default-banner[_nghost-wlc-app-c1258616718] .banner-1 .banner__decor--center {
			max-width: 25vw;
		}
	}

	@media (min-width: 1200px) {
		.wlc-banner--theme-default-banner[_nghost-wlc-app-c1258616718] .banner-1 .banner__decor--center {
			max-width: 22vw;
		}
	}

	@media (min-width: 1420px) {
		.wlc-banner--theme-default-banner[_nghost-wlc-app-c1258616718] .banner-1 .banner__decor--center {
			max-width: 20vw;
		}
	}

	@media (min-width: 1630px) {
		.wlc-banner--theme-default-banner[_nghost-wlc-app-c1258616718] .banner-1 .banner__decor--center {
			max-width: 15vw;
		}
	}

	@media (min-width: 1420px) {
		.wlc-banner--theme-default-banner[_nghost-wlc-app-c1258616718] .banner-1 .banner__decor--center {
			max-height: 320px;
		}
	}

	@media (min-width: 1420px) {
		.wlc-banner--theme-default-banner[_nghost-wlc-app-c1258616718] .banner-1 .banner__decor--center {
			max-height: 320px;
		}
	}

	.wlc-banner--theme-default-banner[_nghost-wlc-app-c1258616718] .banner-1 .banner__decor--right {
		right: 2%;
		bottom: 3%;
		max-width: 30vw;
	}

	@media (min-width: 1420px) {
		.wlc-banner--theme-default-banner[_nghost-wlc-app-c1258616718] .banner-1 .banner__decor--right {
			right: 5%;
		}
	}

	@media (min-width: 1420px) {
		.wlc-banner--theme-default-banner[_nghost-wlc-app-c1258616718] .banner-1 .banner__decor--right {
			bottom: 5%;
		}
	}

	@media (min-width: 768px) {
		.wlc-banner--theme-default-banner[_nghost-wlc-app-c1258616718] .banner-1 .banner__decor--right {
			max-width: 35vw;
		}
	}

	@media (min-width: 1200px) {
		.wlc-banner--theme-default-banner[_nghost-wlc-app-c1258616718] .banner-1 .banner__decor--right {
			max-width: 30vw;
		}
	}

	@media (min-width: 1420px) {
		.wlc-banner--theme-default-banner[_nghost-wlc-app-c1258616718] .banner-1 .banner__decor--right {
			max-width: 25vw;
		}
	}

	@media (min-width: 1630px) {
		.wlc-banner--theme-default-banner[_nghost-wlc-app-c1258616718] .banner-1 .banner__decor--right {
			max-width: 20vw;
		}
	}

	@media (min-width: 1420px) {
		.wlc-banner--theme-default-banner[_nghost-wlc-app-c1258616718] .banner-1 .banner__decor--right {
			max-height: 355px;
		}
	}

	@media (min-width: 2500px) {
		.wlc-banner--theme-default-banner[_nghost-wlc-app-c1258616718] .banner-1 .banner__decor--right {
			left: 65%;
		}
	}

	.wlc-banner--theme-default-banner[_nghost-wlc-app-c1258616718] .banner-1 .banner__title,
	.wlc-banner--theme-default-banner[_nghost-wlc-app-c1258616718] .banner-1 .banner__description {
		color: #ffffff;
		text-shadow: 1px 1px 2px #060727, 0 0 1em #060727;
	}

	@media (min-width: 1024px) {

		.wlc-banner--theme-default-banner[_nghost-wlc-app-c1258616718] .banner-1 .banner__title,
		.wlc-banner--theme-default-banner[_nghost-wlc-app-c1258616718] .banner-1 .banner__description {
			color: #060727;
		}
	}

	@media (min-width: 1024px) {

		.wlc-banner--theme-default-banner[_nghost-wlc-app-c1258616718] .banner-1 .banner__title,
		.wlc-banner--theme-default-banner[_nghost-wlc-app-c1258616718] .banner-1 .banner__description {
			text-shadow: 1px 1px 2px #ffffff, 0 0 1em #ffffff;
		}
	}

	.wlc-banner--theme-default-banner[_nghost-wlc-app-c1258616718] .banner-2 .banner__decor--left {
		left: -1%;
		bottom: 0;
		max-width: 30vw;
	}

	@media (min-width: 768px) {
		.wlc-banner--theme-default-banner[_nghost-wlc-app-c1258616718] .banner-2 .banner__decor--left {
			bottom: -15%;
		}
	}

	@media (min-width: 1420px) {
		.wlc-banner--theme-default-banner[_nghost-wlc-app-c1258616718] .banner-2 .banner__decor--left {
			bottom: -40%;
		}
	}

	.wlc-banner--theme-default-banner[_nghost-wlc-app-c1258616718] .banner-2 .banner__decor--right {
		right: 2%;
		top: 2%;
		max-width: 30vw;
	}

	.wlc-banner--theme-default-banner[_nghost-wlc-app-c1258616718] .banner-3 .banner__decor img {
		height: 100%;
		object-fit: cover;
	}

	.wlc-banner--theme-default-banner[_nghost-wlc-app-c1258616718] .banner-3 .banner__decor--left {
		top: 0;
		bottom: 0;
		left: 1%;
		max-width: 200px;
		z-index: 5;
		animation-delay: 250ms;
	}

	@media (min-width: 1200px) {
		.wlc-banner--theme-default-banner[_nghost-wlc-app-c1258616718] .banner-3 .banner__decor--left {
			top: -5%;
		}
	}

	@media (min-width: 1630px) {
		.wlc-banner--theme-default-banner[_nghost-wlc-app-c1258616718] .banner-3 .banner__decor--left {
			top: 0;
		}
	}

	@media (min-width: 1200px) {
		.wlc-banner--theme-default-banner[_nghost-wlc-app-c1258616718] .banner-3 .banner__decor--left {
			bottom: -5%;
		}
	}

	@media (min-width: 1630px) {
		.wlc-banner--theme-default-banner[_nghost-wlc-app-c1258616718] .banner-3 .banner__decor--left {
			bottom: 0;
		}
	}

	@media (min-width: 768px) {
		.wlc-banner--theme-default-banner[_nghost-wlc-app-c1258616718] .banner-3 .banner__decor--left {
			left: 40%;
		}
	}

	@media (min-width: 1200px) {
		.wlc-banner--theme-default-banner[_nghost-wlc-app-c1258616718] .banner-3 .banner__decor--left {
			left: calc(50% - 150px);
		}
	}

	@media (min-width: 768px) {
		.wlc-banner--theme-default-banner[_nghost-wlc-app-c1258616718] .banner-3 .banner__decor--left {
			display: none;
		}
	}

	@media (min-width: 1200px) {
		.wlc-banner--theme-default-banner[_nghost-wlc-app-c1258616718] .banner-3 .banner__decor--left {
			display: block;
		}
	}

	@media (min-width: 1200px) {
		.wlc-banner--theme-default-banner[_nghost-wlc-app-c1258616718] .banner-3 .banner__decor--left {
			max-width: 350px;
		}
	}

	.wlc-banner--theme-default-banner[_nghost-wlc-app-c1258616718] .banner-3 .banner__decor--center {
		top: -15px;
		right: 0;
		left: 45%;
		display: none;
		max-width: 660px;
		height: calc(100% + 30px);
		z-index: 15;
		animation-delay: 500ms;
	}

	@media (min-width: 1200px) {
		.wlc-banner--theme-default-banner[_nghost-wlc-app-c1258616718] .banner-3 .banner__decor--center {
			right: 10%;
		}
	}

	@media (min-width: 1200px) {
		.wlc-banner--theme-default-banner[_nghost-wlc-app-c1258616718] .banner-3 .banner__decor--center {
			left: 50%;
		}
	}

	@media (min-width: 1024px) {
		.wlc-banner--theme-default-banner[_nghost-wlc-app-c1258616718] .banner-3 .banner__decor--center {
			display: block;
		}
	}

	.wlc-banner--theme-default-banner[_nghost-wlc-app-c1258616718] .banner-3 .banner__decor--right {
		top: 0;
		right: 0;
		display: none;
		max-width: 32vw;
		z-index: 10;
		animation-delay: 750ms;
	}

	@media (min-width: 768px) {
		.wlc-banner--theme-default-banner[_nghost-wlc-app-c1258616718] .banner-3 .banner__decor--right {
			top: -20px;
		}
	}

	@media (min-width: 1200px) {
		.wlc-banner--theme-default-banner[_nghost-wlc-app-c1258616718] .banner-3 .banner__decor--right {
			top: 0;
		}
	}

	@media (min-width: 768px) {
		.wlc-banner--theme-default-banner[_nghost-wlc-app-c1258616718] .banner-3 .banner__decor--right {
			right: initial;
		}
	}

	@media (min-width: 768px) {
		.wlc-banner--theme-default-banner[_nghost-wlc-app-c1258616718] .banner-3 .banner__decor--right {
			left: 60%;
		}
	}

	@media (min-width: 1024px) {
		.wlc-banner--theme-default-banner[_nghost-wlc-app-c1258616718] .banner-3 .banner__decor--right {
			left: 75%;
		}
	}

	@media (min-width: 1200px) {
		.wlc-banner--theme-default-banner[_nghost-wlc-app-c1258616718] .banner-3 .banner__decor--right {
			left: calc(50% + 300px);
		}
	}

	@media (min-width: 1630px) {
		.wlc-banner--theme-default-banner[_nghost-wlc-app-c1258616718] .banner-3 .banner__decor--right {
			left: calc(50% + 420px);
		}
	}

	@media (min-width: 560px) {
		.wlc-banner--theme-default-banner[_nghost-wlc-app-c1258616718] .banner-3 .banner__decor--right {
			display: block;
		}
	}

	@media (min-width: 768px) {
		.wlc-banner--theme-default-banner[_nghost-wlc-app-c1258616718] .banner-3 .banner__decor--right {
			max-width: 420px;
		}
	}

	@media (min-width: 768px) {
		.wlc-banner--theme-default-banner[_nghost-wlc-app-c1258616718] .banner-3 .banner__decor--right {
			height: calc(100% + 40px);
		}
	}

	@media (min-width: 1200px) {
		.wlc-banner--theme-default-banner[_nghost-wlc-app-c1258616718] .banner-3 .banner__decor--right {
			height: auto;
		}
	}

	.wlc-banner--theme-default-banner[_nghost-wlc-app-c1258616718] .banner-4 .banner_bg:before {
		display: none;
	}

	.wlc-banner--theme-default-banner[_nghost-wlc-app-c1258616718] .banner-4 .banner__fixed-bg {
		top: 0;
		left: 0;
		display: none;
		width: 100%;
		height: 100%;
		background-image: url("https://agstatic.com/wlc/new-banners/banner-4/left-fixed.svg"), url("https://agstatic.com/wlc/new-banners/banner-4/right-fixed.svg");
		background-position: -375% 0, 110% 0;
		position: absolute;
		background-repeat: no-repeat;
	}

	@media (min-width: 768px) {
		.wlc-banner--theme-default-banner[_nghost-wlc-app-c1258616718] .banner-4 .banner__fixed-bg {
			display: block;
		}
	}

	@media (min-width: 900px) {
		.wlc-banner--theme-default-banner[_nghost-wlc-app-c1258616718] .banner-4 .banner__fixed-bg {
			background-position: -125% 0, 110% 0;
		}
	}

	@media (min-width: 1024px) {
		.wlc-banner--theme-default-banner[_nghost-wlc-app-c1258616718] .banner-4 .banner__fixed-bg {
			background-position: -75% 0, 125% 0;
		}
	}

	@media (min-width: 1200px) {
		.wlc-banner--theme-default-banner[_nghost-wlc-app-c1258616718] .banner-4 .banner__fixed-bg {
			background-position: -50% 0, 110% 0;
		}
	}

	@media (min-width: 1630px) {
		.wlc-banner--theme-default-banner[_nghost-wlc-app-c1258616718] .banner-4 .banner__fixed-bg {
			background-position: top left, top right;
		}
	}

	.wlc-banner--theme-default-banner[_nghost-wlc-app-c1258616718] .banner-4 .banner__decor img,
	.wlc-banner--theme-default-banner[_nghost-wlc-app-c1258616718] .banner-4 .banner__decor-fixed img {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}

	.wlc-banner--theme-default-banner[_nghost-wlc-app-c1258616718] .banner-4 .banner__decor-fixed {
		display: none;
		top: 0;
		left: 0;
		bottom: 0;
		position: absolute;
		width: 30%;
		mix-blend-mode: color-dodge;
	}

	@media (min-width: 768px) {
		.wlc-banner--theme-default-banner[_nghost-wlc-app-c1258616718] .banner-4 .banner__decor-fixed {
			display: block;
		}
	}

	.wlc-banner--theme-default-banner[_nghost-wlc-app-c1258616718] .banner-4 .banner__decor {
		display: flex;
		align-items: flex-end;
	}

	.wlc-banner--theme-default-banner[_nghost-wlc-app-c1258616718] .banner-4 .banner__decor--left {
		top: 30%;
		bottom: -10px;
		left: 0;
		width: 33%;
	}

	@media (min-width: 1024px) {
		.wlc-banner--theme-default-banner[_nghost-wlc-app-c1258616718] .banner-4 .banner__decor--left {
			top: -1%;
		}
	}

	@media (min-width: 1630px) {
		.wlc-banner--theme-default-banner[_nghost-wlc-app-c1258616718] .banner-4 .banner__decor--left {
			left: 3%;
		}
	}

	.wlc-banner--theme-default-banner[_nghost-wlc-app-c1258616718] .banner-4 .banner__decor--left img {
		object-position: bottom left;
	}

	.wlc-banner--theme-default-banner[_nghost-wlc-app-c1258616718] .banner-4 .banner__decor--right {
		top: 30%;
		right: 0;
		bottom: -10px;
		width: 33%;
	}

	@media (min-width: 1024px) {
		.wlc-banner--theme-default-banner[_nghost-wlc-app-c1258616718] .banner-4 .banner__decor--right {
			top: -7%;
		}
	}

	@media (min-width: 1630px) {
		.wlc-banner--theme-default-banner[_nghost-wlc-app-c1258616718] .banner-4 .banner__decor--right {
			right: 5%;
		}
	}

	.wlc-banner--theme-default-banner[_nghost-wlc-app-c1258616718] .banner-4 .banner__decor--right img {
		object-position: bottom right;
	}

	.wlc-banner--theme-default-banner[_nghost-wlc-app-c1258616718] .banner-video__bg {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}

	.wlc-banner--theme-default-banner[_nghost-wlc-app-c1258616718] .banner-video__bg img {
		object-fit: cover;
		object-position: center;
		display: block;
		width: 100%;
		height: 100%;
	}

	.wlc-banner--theme-default-banner[_nghost-wlc-app-c1258616718] .banner-video__video {
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: center;
		position: absolute;
		z-index: 2;
	}

	.wlc-banner--theme-default-banner[_nghost-wlc-app-c1258616718] .banner_bg,
	.wlc-banner--theme-default-banner[_nghost-wlc-app-c1258616718] .banner__bg {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}

	.wlc-banner--theme-default-banner[_nghost-wlc-app-c1258616718] .banner_bg:before,
	.wlc-banner--theme-default-banner[_nghost-wlc-app-c1258616718] .banner__bg:before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		z-index: 1;
		width: 100%;
		height: 100%;
		background: linear-gradient(to bottom, #000000, transparent);
	}

	.wlc-banner--theme-default-banner[_nghost-wlc-app-c1258616718] .banner_bg img,
	.wlc-banner--theme-default-banner[_nghost-wlc-app-c1258616718] .banner__bg img {
		transition: transform 0.1s linear;
		display: block;
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: right;
	}

	@media (min-width: 1630px) {

		.wlc-banner--theme-default-banner[_nghost-wlc-app-c1258616718] .banner_bg img,
		.wlc-banner--theme-default-banner[_nghost-wlc-app-c1258616718] .banner__bg img {
			object-position: bottom;
		}
	}

	.wlc-banner--theme-default-banner[_nghost-wlc-app-c1258616718] .banner__title {
		color: #ffffff;
		font-style: normal;
		font-weight: bold;
		font-size: 2.4rem;
		line-height: 1.45;
		text-align: center;
		text-shadow: 1px 1px 2px #060727, 0 0 1em #060727;
	}

	@media (min-width: 768px) {
		.wlc-banner--theme-default-banner[_nghost-wlc-app-c1258616718] .banner__title {
			text-align: start;
		}
	}

	@media (min-width: 768px) {
		.wlc-banner--theme-default-banner[_nghost-wlc-app-c1258616718] .banner__title {
			color: #ffffff;
			font-style: normal;
			font-weight: bold;
			font-size: 3.6rem;
			line-height: 1.45;
		}
	}

	@media (min-width: 1200px) {
		.wlc-banner--theme-default-banner[_nghost-wlc-app-c1258616718] .banner__title {
			color: #ffffff;
			font-style: normal;
			font-weight: bold;
			font-size: 4.8rem;
			line-height: 1.45;
		}
	}

	.wlc-banner--theme-default-banner[_nghost-wlc-app-c1258616718] .banner__description {
		color: #ffffff;
		font-style: normal;
		font-weight: normal;
		font-size: 1.4rem;
		line-height: 1.45;
		text-align: center;
		text-shadow: 1px 1px 2px #060727, 0 0 1em #060727;
	}

	@media (min-width: 768px) {
		.wlc-banner--theme-default-banner[_nghost-wlc-app-c1258616718] .banner__description {
			text-align: start;
		}
	}

	@media (min-width: 768px) {
		.wlc-banner--theme-default-banner[_nghost-wlc-app-c1258616718] .banner__description {
			color: #ffffff;
			font-style: normal;
			font-weight: bold;
			font-size: 1.6rem;
			line-height: 1.45;
		}
	}

	@media (min-width: 1200px) {
		.wlc-banner--theme-default-banner[_nghost-wlc-app-c1258616718] .banner__description {
			color: #ffffff;
			font-style: normal;
			font-weight: bold;
			font-size: 2.4rem;
			line-height: 1.45;
		}
	}

	.wlc-banner--theme-default-banner[_nghost-wlc-app-c1258616718] .banner--center .banner__title,
	.wlc-banner--theme-default-banner[_nghost-wlc-app-c1258616718] .banner--center .banner__description {
		text-align: center;
	}

	.wlc-banner--theme-default-banner[_nghost-wlc-app-c1258616718] .banner--center .wlc-btn[wlc-button] {
		margin: 30px auto 0;
	}

	.wlc-banner--theme-default-banner[_nghost-wlc-app-c1258616718] .banner--right .banner__title,
	.wlc-banner--theme-default-banner[_nghost-wlc-app-c1258616718] .banner--right .banner__description {
		text-align: center;
	}

	@media (min-width: 768px) {

		.wlc-banner--theme-default-banner[_nghost-wlc-app-c1258616718] .banner--right .banner__title,
		.wlc-banner--theme-default-banner[_nghost-wlc-app-c1258616718] .banner--right .banner__description {
			text-align: right;
		}
	}

	.wlc-banner--theme-default-banner[_nghost-wlc-app-c1258616718] .banner--right .wlc-btn[wlc-button] {
		margin: 30px auto 0;
	}

	@media (min-width: 768px) {
		.wlc-banner--theme-default-banner[_nghost-wlc-app-c1258616718] .banner--right .wlc-btn[wlc-button] {
			margin: 40px 0 0 auto;
		}
	}

	.wlc-slider--theme-mod-wide .wlc-banner--theme-default-banner[_nghost-wlc-app-c1258616718] .banner {
		min-height: 350px;
	}

	@media (min-width: 1630px) {
		.wlc-slider--theme-mod-wide .wlc-banner--theme-default-banner[_nghost-wlc-app-c1258616718] .banner {
			min-height: 500px;
		}
	}

	.wlc-banner--theme-default-banner.wlc-banner--theme-mod-mobile-app[_nghost-wlc-app-c1258616718] .banner {
		min-height: 150px;
		padding: 0 20px;
	}

	@media (min-width: 560px) {
		.wlc-banner--theme-default-banner.wlc-banner--theme-mod-mobile-app[_nghost-wlc-app-c1258616718] .banner {
			min-height: 220px;
		}
	}

	.wlc-banner--theme-default-banner.wlc-banner--theme-mod-mobile-app[_nghost-wlc-app-c1258616718] .banner__decor {
		position: absolute;
		z-index: 11;
		object-position: initial;
	}

	.wlc-banner--theme-default-banner.wlc-banner--theme-mod-mobile-app[_nghost-wlc-app-c1258616718] .banner__decor img {
		display: block;
		object-fit: contain;
		object-position: inherit;
		will-change: transform;
	}

	.wlc-banner--theme-default-banner.wlc-banner--theme-mod-mobile-app[_nghost-wlc-app-c1258616718] .banner__decor--left {
		top: 0;
		left: 0;
	}

	.wlc-banner--theme-default-banner.wlc-banner--theme-mod-mobile-app[_nghost-wlc-app-c1258616718] .banner--center .wlc-btn[wlc-button] {
		margin: 10px auto 0;
	}

	@media (min-width: 560px) {
		.wlc-banner--theme-default-banner.wlc-banner--theme-mod-mobile-app[_nghost-wlc-app-c1258616718] .banner--center .wlc-btn[wlc-button] {
			margin: 20px auto 0;
		}
	}

	.wlc-banner--theme-default-banner.wlc-banner--theme-mod-mobile-app[_nghost-wlc-app-c1258616718] .banner_bg:before {
		background: transparent;
	}

	.wlc-banner--theme-default-banner.wlc-banner--theme-mod-mobile-app[_nghost-wlc-app-c1258616718] .banner__title {
		color: #ffffff;
		font-style: normal;
		font-weight: bold;
		font-size: 2rem;
		line-height: 1.4;
	}

	.wlc-banner--theme-wolf-banner[_nghost-wlc-app-c1258616718] .banner {
		min-height: 220px;
		padding: 20px;
		position: relative;
		display: flex;
		flex-direction: column;
		align-items: unset;
		text-align: left;
		text-decoration: none;
		background: var(--mc-labelBorder);
		background-repeat: no-repeat;
		background-size: cover;
		overflow: hidden;
		border-radius: 20px;
		cursor: pointer;
	}

	@media (min-width: 1630px) {
		.wlc-banner--theme-wolf-banner[_nghost-wlc-app-c1258616718] .banner {
			padding: 20px;
		}
	}

	.wlc-banner--theme-wolf-banner[_nghost-wlc-app-c1258616718] .banner * {
		z-index: 2;
		height: 100%;
		text-decoration: none;
	}

	.wlc-banner--theme-wolf-banner[_nghost-wlc-app-c1258616718] .banner:before {
		transition: opacity 0.3s linear;
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		z-index: 1;
		width: 100%;
		height: 100%;
		background: var(--wlc-banner-backdrop-bg, none);
		opacity: 0;
	}

	.wlc-banner--theme-wolf-banner[_nghost-wlc-app-c1258616718] .banner__title {
		color: var(--mc-baseMain);
		font-style: normal;
		font-weight: bold;
		font-size: 1.4rem;
		line-height: 1.45;
		margin: 0 0 10px;
		max-width: 60%;

		display: -webkit-box;
		box-orient: vertical;
		-webkit-box-orient: vertical;

		overflow: hidden;
		text-overflow: ellipsis;
		word-break: break-word;
		-webkit-line-clamp: 2;
		z-index: 2;
	}

	@media (min-width: 900px) {
		.wlc-banner--theme-wolf-banner[_nghost-wlc-app-c1258616718] .banner__title {
			max-width: 70%;
		}
	}

	@media (min-width: 1200px) {
		.wlc-banner--theme-wolf-banner[_nghost-wlc-app-c1258616718] .banner__title {
			font-style: normal;
			font-weight: bold;
			font-size: 1.6rem;
			line-height: 1.45;
		}
	}

	.wlc-banner--theme-wolf-banner[_nghost-wlc-app-c1258616718] .banner__description {
		color: var(--mc-baseMain);
		font-style: normal;
		font-weight: bold;
		font-size: 2.4rem;
		line-height: 1.45;
		max-width: unset;

		display: -webkit-box;
		box-orient: vertical;
		-webkit-box-orient: vertical;

		overflow: hidden;
		text-overflow: ellipsis;
		word-break: break-word;
		-webkit-line-clamp: 2;
		z-index: 2;
	}

	@media (min-width: 1630px) {
		.wlc-banner--theme-wolf-banner[_nghost-wlc-app-c1258616718] .banner__description {
			font-style: normal;
		}
	}

	.wlc-banner--theme-wolf-banner[_nghost-wlc-app-c1258616718] .banner__description-bottom {
		color: #ffe600;
		font-style: normal;
		font-weight: bold;
		font-size: 2.4rem;
		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;
		}
	}

	.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;
	}

	.wlc-banner--theme-wolf-banner[_nghost-wlc-app-c1258616718] .banner--center {
		align-items: center;
		text-align: center;
	}

	.wlc-banner--theme-wolf-banner[_nghost-wlc-app-c1258616718] .banner--center .wlc-btn[wlc-button] {
		margin: 30px auto 0;
	}

	.wlc-banner--theme-wolf-banner[_nghost-wlc-app-c1258616718] .banner--right {
		align-items: flex-end;
		text-align: right;
	}

	.wlc-banner--theme-wolf-banner[_nghost-wlc-app-c1258616718] .banner--right .wlc-btn[wlc-button] {
		margin: 30px auto 0;
	}

	@media (min-width: 768px) {
		.wlc-banner--theme-wolf-banner[_nghost-wlc-app-c1258616718] .banner--right .wlc-btn[wlc-button] {
			margin: 40px 0 0 auto;
		}
	}

	.wlc-slider--theme-mod-wide .wlc-banner--theme-wolf-banner[_nghost-wlc-app-c1258616718] .banner {
		min-height: 350px;
	}

	@media (min-width: 1630px) {
		.wlc-slider--theme-mod-wide .wlc-banner--theme-wolf-banner[_nghost-wlc-app-c1258616718] .banner {
			min-height: 500px;
		}
	}

	@media (pointer: fine) {
		.wlc-banner--theme-wolf-banner[_nghost-wlc-app-c1258616718] .banner:hover:before {
			opacity: 1;
		}
	}

	.wlc-banner--theme-wolf-banner[_nghost-wlc-app-c1258616718] .banner .wlc-btn {
		width: -moz-fit-content;
		width: fit-content;
		margin-top: 25px;
		background: var(--mc-buttonGradient);
	}

	.wlc-banner--theme-wolf-banner[_nghost-wlc-app-c1258616718] .banner .wlc-btn__text {
		color: var(--mc-baseMain);
		text-transform: unset;
		text-align: center;
	}

	.wlc-banner--theme-wolf-banner[_nghost-wlc-app-c1258616718] .banner .wlc-btn:hover {
		box-shadow: none;
	}

	.wlc-banner--theme-wolf-banner[_nghost-wlc-app-c1258616718] .banner .wlc-btn:before {
		content: none;
	}


	.wlc-lottery-card--theme-default[_nghost-wlc-app-c2668923666] {
		--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: bold;
		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-c2668923666] {
			--wlc-lc-min-height: 377px;
		}
	}

	@media (min-width: 1024px) {
		.wlc-lottery-card--theme-default[_nghost-wlc-app-c2668923666] {
			--wlc-lc-decor-width: 500px;
		}
	}

	@media (min-width: 1200px) {
		.wlc-lottery-card--theme-default[_nghost-wlc-app-c2668923666] {
			--wlc-lc-decor-height: 100%;
		}
	}

	@media (min-width: 768px) {
		.wlc-lottery-card--theme-default[_nghost-wlc-app-c2668923666] {
			--wlc-lc-nocontent-height: 612px;
		}
	}

	@media (min-width: 1200px) {
		.wlc-lottery-card--theme-default[_nghost-wlc-app-c2668923666] {
			--wlc-lc-nocontent-height: 377px;
		}
	}

	@media (min-width: 1024px) {
		.wlc-lottery-card--theme-default[_nghost-wlc-app-c2668923666] {
			--wlc-lc-main-padding: 20px 0;
		}
	}

	.wlc-lottery-card--theme-default[_nghost-wlc-app-c2668923666] .wlc-lottery-card__front-button[_ngcontent-wlc-app-c2668923666] {
		position: absolute;
		z-index: 1;
		width: 100%;
		height: 100%;
		background: none;
		transform: none !important;
		border: none;
	}

	.wlc-lottery-card--theme-default[_nghost-wlc-app-c2668923666] .wlc-lottery-card__front-button[_ngcontent-wlc-app-c2668923666]:before {
		content: none;
	}

	.wlc-lottery-card--theme-default[_nghost-wlc-app-c2668923666] .wlc-lottery-card__front-button[_ngcontent-wlc-app-c2668923666]:hover {
		background: none;
		box-shadow: none;
	}

	.wlc-lottery-card--theme-default[_nghost-wlc-app-c2668923666] .wlc-lottery-card__wrapper[_ngcontent-wlc-app-c2668923666] {
		grid-template-columns: 1fr;
		padding: 0;
		position: relative;
		display: grid;
		gap: 40px;
		min-height: var(--wlc-lc-min-height);
		background: radial-gradient(29.36% 102.79% at 105.87% 0%, rgba(117, 230, 255, 0.4) 0%, rgba(117, 230, 255, 0) 100%), rgba(255, 255, 255, 0.03);
		cursor: pointer;
		overflow: hidden;
	}

	@media (min-width: 1200px) {
		.wlc-lottery-card--theme-default[_nghost-wlc-app-c2668923666] .wlc-lottery-card__wrapper[_ngcontent-wlc-app-c2668923666] {
			grid-template-columns: 702px 1fr;
		}
	}

	@media (min-width: 1024px) {
		.wlc-lottery-card--theme-default[_nghost-wlc-app-c2668923666] .wlc-lottery-card__wrapper[_ngcontent-wlc-app-c2668923666] {
			padding: 0;
		}
	}

	@media (max-width: 1199px) {
		.wlc-lottery-card--theme-default[_nghost-wlc-app-c2668923666] .wlc-lottery-card__wrapper[_ngcontent-wlc-app-c2668923666] {
			grid-template-rows: auto 1fr;
			grid-template-columns: 1fr;
			gap: 0;
			justify-content: center;
			background: radial-gradient(76.03% 23.57% at 50% 100%, rgba(117, 230, 255, 0.2) 0%, rgba(117, 230, 255, 0) 100%), linear-gradient(0deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.03));
		}
	}

	.wlc-lottery-card--theme-default[_nghost-wlc-app-c2668923666] .wlc-lottery-card__decor[_ngcontent-wlc-app-c2668923666] {
		align-self: start;
		position: relative;
		justify-self: center;
		width: 100%;
		height: var(--wlc-lc-decor-height);
		overflow: hidden;
	}

	@media (min-width: 1024px) {
		.wlc-lottery-card--theme-default[_nghost-wlc-app-c2668923666] .wlc-lottery-card__decor[_ngcontent-wlc-app-c2668923666] {
			align-self: center;
		}
	}

	.wlc-lottery-card--theme-default[_nghost-wlc-app-c2668923666] .wlc-lottery-card__img[_ngcontent-wlc-app-c2668923666] {
		bottom: 0;
		max-height: initial;
		transform: translate(-50%, 0);
		object-fit: cover;
		object-position: center;
		position: absolute;
		left: 50%;
		width: 100%;
		height: 100%;
	}

	@media (min-width: 1024px) {
		.wlc-lottery-card--theme-default[_nghost-wlc-app-c2668923666] .wlc-lottery-card__img[_ngcontent-wlc-app-c2668923666] {
			bottom: 50%;
		}
	}

	@media (min-width: 1024px) {
		.wlc-lottery-card--theme-default[_nghost-wlc-app-c2668923666] .wlc-lottery-card__img[_ngcontent-wlc-app-c2668923666] {
			transform: translate(-50%, 50%);
		}
	}

	@media (max-width: 1199px) {
		.wlc-lottery-card--theme-default[_nghost-wlc-app-c2668923666] .wlc-lottery-card__img[_ngcontent-wlc-app-c2668923666] {
			position: static;
			height: auto;
			transform: none;
		}
	}

	.wlc-lottery-card--theme-default[_nghost-wlc-app-c2668923666] .wlc-lottery-card__main[_ngcontent-wlc-app-c2668923666] {
		display: flex;
		flex-direction: column;
		gap: 0;
		align-items: flex-start;
		align-self: baseline;
		margin: 40px 40px 40px 0;
		padding: 0;
		font-weight: bold;
	}

	.wlc-lottery-card--theme-default[_nghost-wlc-app-c2668923666] .wlc-lottery-card__main[_ngcontent-wlc-app-c2668923666] .wlc-lottery-card__name[_ngcontent-wlc-app-c2668923666] {
		font-size: 24px;
		text-transform: uppercase;
	}

	.wlc-lottery-card--theme-default[_nghost-wlc-app-c2668923666] .wlc-lottery-card__main[_ngcontent-wlc-app-c2668923666] .wlc-lottery-card__timer[_ngcontent-wlc-app-c2668923666] {
		height: 60px;
		margin-top: 24px;
	}

	.wlc-lottery-card--theme-default[_nghost-wlc-app-c2668923666] .wlc-lottery-card__main[_ngcontent-wlc-app-c2668923666] .wlc-lottery-card__tickets[_ngcontent-wlc-app-c2668923666] {
		display: flex;
		gap: 26px;
		align-items: center;
		margin-top: 20px;
	}

	.wlc-lottery-card--theme-default[_nghost-wlc-app-c2668923666] .wlc-lottery-card__main[_ngcontent-wlc-app-c2668923666] .wlc-lottery-card__tickets-text[_ngcontent-wlc-app-c2668923666] {
		font-size: 24px;
		text-transform: uppercase;
	}

	.wlc-lottery-card--theme-default[_nghost-wlc-app-c2668923666] .wlc-lottery-card__main[_ngcontent-wlc-app-c2668923666] .wlc-lottery-card__tickets-count[_ngcontent-wlc-app-c2668923666] {
		display: flex;
		align-items: center;
		justify-content: center;
		height: 40px;
		padding: 0 12px;
		color: var(--mc-baseMain);
		font-weight: 600;
		font-size: 20px;
		font-style: normal;
		background: var(--mc-buttonGradient);
		border-radius: 10px;
	}

	.wlc-lottery-card--theme-default[_nghost-wlc-app-c2668923666] .wlc-lottery-card__main[_ngcontent-wlc-app-c2668923666] .wlc-lottery-card__description[_ngcontent-wlc-app-c2668923666] {
		display: -webkit-box;
		margin-top: 25px;
		font-weight: 400;
		font-size: 14px;
		font-style: normal;
		text-align: justify;
		text-overflow: ellipsis;
		-webkit-box-orient: vertical;
		overflow: hidden;
		-webkit-line-clamp: 4;

		-webkit-box-decoration-break: clone;
		box-decoration-break: clone;
	}

	@media (max-width: 1199px) {
		.wlc-lottery-card--theme-default[_nghost-wlc-app-c2668923666] .wlc-lottery-card__main[_ngcontent-wlc-app-c2668923666] {
			margin: 24px 12px;
		}
	}

	.wlc-lottery-card--theme-default[_nghost-wlc-app-c2668923666] .wlc-lottery-card__loader[_ngcontent-wlc-app-c2668923666] {
		display: flex;
		align-items: center;
		justify-content: center;
		min-height: var(--wlc-lc-min-height);
		background: var(--wlc-lc-bg);
	}

	.wlc-lottery-card--theme-default[_nghost-wlc-app-c2668923666] .wlc-lottery-card__nocontent[_ngcontent-wlc-app-c2668923666] {
		--wlc-lc-main-padding: 0 20px 20px;
		grid-template-columns: 1fr;
		gap: 0;
		display: grid;
		min-height: var(--wlc-lc-nocontent-height);
		background: var(--wlc-lc-bg);
	}

	@media (min-width: 1024px) {
		.wlc-lottery-card--theme-default[_nghost-wlc-app-c2668923666] .wlc-lottery-card__nocontent[_ngcontent-wlc-app-c2668923666] {
			--wlc-lc-main-padding: 0 20px 0 0;
		}
	}

	@media (min-width: 1024px) {
		.wlc-lottery-card--theme-default[_nghost-wlc-app-c2668923666] .wlc-lottery-card__nocontent[_ngcontent-wlc-app-c2668923666] {
			grid-template-columns: 1fr minmax(0, 2fr);
		}
	}

	@media (min-width: 1024px) {
		.wlc-lottery-card--theme-default[_nghost-wlc-app-c2668923666] .wlc-lottery-card__nocontent[_ngcontent-wlc-app-c2668923666] {
			gap: 20px;
		}
	}

	.wlc-lottery-card--theme-default[_nghost-wlc-app-c2668923666] .wlc-lottery-card__nocontent-details[_ngcontent-wlc-app-c2668923666] {
		padding: 0 0 20px;
		text-align: center;
		color: var(--ma-base-third, var(--mc-baseMain));
		font-style: normal;
		font-weight: bold;
		font-size: 1.4rem;
		line-height: 1.45;
		align-self: center;
	}

	@media (min-width: 1024px) {
		.wlc-lottery-card--theme-default[_nghost-wlc-app-c2668923666] .wlc-lottery-card__nocontent-details[_ngcontent-wlc-app-c2668923666] {
			padding: 0 20px 0 0;
		}
	}

	@media (min-width: 1024px) {
		.wlc-lottery-card--theme-default[_nghost-wlc-app-c2668923666] .wlc-lottery-card__nocontent-details[_ngcontent-wlc-app-c2668923666] {
			text-align: left;
		}
	}

	.wlc-lottery-card--theme-default[_nghost-wlc-app-c2668923666] .wlc-lottery-card__prizes[_ngcontent-wlc-app-c2668923666],
	.wlc-lottery-card--theme-default[_nghost-wlc-app-c2668923666] .wlc-lottery-card__buttons[_ngcontent-wlc-app-c2668923666] {
		display: none;
	}


	.wlc-custom-loyalty-banner__content-bottom[_ngcontent-wlc-app-c3760990826] {
		grid-template-columns: repeat(1, 1fr);
		gap: 8px;
		padding: 0;
		background: none;
		display: grid;
	}

	@media (min-width: 640px) {
		.wlc-custom-loyalty-banner__content-bottom[_ngcontent-wlc-app-c3760990826] {
			grid-template-columns: repeat(2, 1fr);
		}
	}

	@media (min-width: 1200px) {
		.wlc-custom-loyalty-banner__content-bottom[_ngcontent-wlc-app-c3760990826] {
			grid-template-columns: repeat(4, 1fr);
		}
	}

	@media (min-width: 1200px) {
		.wlc-custom-loyalty-banner__content-bottom[_ngcontent-wlc-app-c3760990826] {
			gap: 10px;
		}
	}

	.wlc-custom-loyalty-banner__bottom-item[_ngcontent-wlc-app-c3760990826] {
		flex-direction: row;
		justify-content: flex-start;
		padding: 12px;
		gap: 10px;
		text-align: left;
		background: radial-gradient(91.67% 91.67% at 50% 100%, rgba(117, 230, 255, 0.2) 0%, rgba(117, 230, 255, 0) 100%);
		border-radius: 24px;
		display: flex;
		align-items: center;
		line-height: 1.2;
		border: 1px solid var(--mc-main);
	}

	@media (min-width: 640px) {
		.wlc-custom-loyalty-banner__bottom-item[_ngcontent-wlc-app-c3760990826] {
			flex-direction: column;
		}
	}

	@media (min-width: 640px) {
		.wlc-custom-loyalty-banner__bottom-item[_ngcontent-wlc-app-c3760990826] {
			justify-content: space-between;
		}
	}

	@media (min-width: 640px) {
		.wlc-custom-loyalty-banner__bottom-item[_ngcontent-wlc-app-c3760990826] {
			padding: 0;
		}
	}

	@media (min-width: 640px) {
		.wlc-custom-loyalty-banner__bottom-item[_ngcontent-wlc-app-c3760990826] {
			gap: 0;
		}
	}

	@media (min-width: 640px) {
		.wlc-custom-loyalty-banner__bottom-item[_ngcontent-wlc-app-c3760990826] {
			text-align: center;
		}
	}

	@media (min-width: 640px) {
		.wlc-custom-loyalty-banner__bottom-item[_ngcontent-wlc-app-c3760990826] {
			background: radial-gradient(117.25% 64.17% at 46.15% 100%, rgba(117, 230, 255, 0.2) 0%, rgba(117, 230, 255, 0) 70.03%);
		}
	}

	@media (min-width: 640px) {
		.wlc-custom-loyalty-banner__bottom-item[_ngcontent-wlc-app-c3760990826] {
			border-radius: 32px;
		}
	}

	.wlc-custom-loyalty-banner__bottom-item-img[_ngcontent-wlc-app-c3760990826] {
		width: 64px;
	}

	@media (min-width: 640px) {
		.wlc-custom-loyalty-banner__bottom-item-img[_ngcontent-wlc-app-c3760990826] {
			width: 65%;
		}
	}

	.wlc-custom-loyalty-banner__bottom-item-title[_ngcontent-wlc-app-c3760990826] {
		padding: 0;
		font-size: 16px;
		font-weight: bold;
		background: var(--mc-buttonGradient);
		-webkit-background-clip: text;
		background-clip: text;
		-webkit-text-fill-color: transparent;
	}

	@media (min-width: 640px) {
		.wlc-custom-loyalty-banner__bottom-item-title[_ngcontent-wlc-app-c3760990826] {
			padding: 0 40px;
		}
	}

	@media (min-width: 640px) {
		.wlc-custom-loyalty-banner__bottom-item-title[_ngcontent-wlc-app-c3760990826] {
			font-size: 20px;
		}
	}

	.wlc-custom-loyalty-banner__bottom-item-desc[_ngcontent-wlc-app-c3760990826] {
		padding: 0;
		font-size: 14px;
		color: var(--mc-baseMain);
		text-wrap: balance;
	}

	@media (min-width: 640px) {
		.wlc-custom-loyalty-banner__bottom-item-desc[_ngcontent-wlc-app-c3760990826] {
			padding: 16px 40px 24px 40px;
		}
	}

	@media (min-width: 640px) {
		.wlc-custom-loyalty-banner__bottom-item-desc[_ngcontent-wlc-app-c3760990826] {
			font-size: 16px;
		}
	}

	.wlc-custom-loyalty-banner__title[_ngcontent-wlc-app-c3760990826] {
		font-size: 2rem;
		color: var(--mc-baseMain);
		font-style: normal;
		font-weight: bold;
		font-size: 2rem;
		line-height: 1.45;
		margin-bottom: 20px;
		font-weight: 900;
		text-transform: uppercase;
	}

	@media (min-width: 768px) {
		.wlc-custom-loyalty-banner__title[_ngcontent-wlc-app-c3760990826] {
			font-size: 2.6rem;
		}
	}

	.wlc-custom-loyalty-banner__title[_ngcontent-wlc-app-c3760990826] span[_ngcontent-wlc-app-c3760990826] {
		background: var(--mc-buttonGradient);
		-webkit-background-clip: text;
		background-clip: text;
		-webkit-text-fill-color: transparent;
	}


	.wlc-thumbs-wrapper--theme-default[_nghost-wlc-app-c2231359672] {
		max-width: 100%;
		margin: 0 auto;
		position: relative;
		width: 100%;
	}

	@media (min-width: 1200px) {
		.wlc-thumbs-wrapper--theme-default[_nghost-wlc-app-c2231359672] {
			max-width: 1170px;
		}
	}

	@media (min-width: 1630px) {
		.wlc-thumbs-wrapper--theme-default[_nghost-wlc-app-c2231359672] {
			max-width: 1320px;
		}
	}

	.wlc-thumbs-wrapper--theme-default[_nghost-wlc-app-c2231359672] .wlc-thumbs-wrapper__bg[_ngcontent-wlc-app-c2231359672] {
		background: var(--mc-bg500);
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}

	@media (min-width: 1200px) {
		.wlc-thumbs-wrapper--theme-default[_nghost-wlc-app-c2231359672] .wlc-thumbs-wrapper__bg[_ngcontent-wlc-app-c2231359672] {
			border-radius: 20px;
		}
	}

	.wlc-thumbs-wrapper--theme-default[_nghost-wlc-app-c2231359672] .wlc-thumbs-wrapper__content[_ngcontent-wlc-app-c2231359672] {
		padding: 20px 15px 50px;
		gap: 25px;
		display: grid;
		overflow: hidden;
	}

	@media (min-width: 768px) {
		.wlc-thumbs-wrapper--theme-default[_nghost-wlc-app-c2231359672] .wlc-thumbs-wrapper__content[_ngcontent-wlc-app-c2231359672] {
			padding: 30px 20px 50px;
		}
	}

	@media (min-width: 1024px) {
		.wlc-thumbs-wrapper--theme-default[_nghost-wlc-app-c2231359672] .wlc-thumbs-wrapper__content[_ngcontent-wlc-app-c2231359672] {
			padding: 40px 30px 50px;
		}
	}

	@media (min-width: 1200px) {
		.wlc-thumbs-wrapper--theme-default[_nghost-wlc-app-c2231359672] .wlc-thumbs-wrapper__content[_ngcontent-wlc-app-c2231359672] {
			padding: 45px 40px 40px;
		}
	}

	@media (min-width: 900px) {
		.wlc-thumbs-wrapper--theme-default[_nghost-wlc-app-c2231359672] .wlc-thumbs-wrapper__content[_ngcontent-wlc-app-c2231359672] {
			gap: 25px;
		}
	}

	@media (min-width: 1024px) {
		.wlc-thumbs-wrapper--theme-default[_nghost-wlc-app-c2231359672] .wlc-thumbs-wrapper__content[_ngcontent-wlc-app-c2231359672] {
			gap: 30px;
		}
	}

	@media (min-width: 1200px) {
		.wlc-thumbs-wrapper--theme-default[_nghost-wlc-app-c2231359672] .wlc-thumbs-wrapper__content[_ngcontent-wlc-app-c2231359672] {
			gap: 30px;
		}
	}

	.wlc-thumbs-wrapper--theme-default[_nghost-wlc-app-c2231359672] .wlc-thumbs-wrapper__title[_ngcontent-wlc-app-c2231359672] {
		position: relative;
		display: flex;
		align-items: center;
		justify-content: flex-start;
	}

	.wlc-thumbs-wrapper--theme-default[_nghost-wlc-app-c2231359672] .wlc-thumbs-wrapper__title[_ngcontent-wlc-app-c2231359672] .wlc-title__main {
		color: #ffffff;
		font-style: normal;
		font-weight: bold;
		font-size: 2.4rem;
		line-height: 1.25;
	}

	@media (min-width: 768px) {
		.wlc-thumbs-wrapper--theme-default[_nghost-wlc-app-c2231359672] .wlc-thumbs-wrapper__title[_ngcontent-wlc-app-c2231359672] .wlc-title__main {
			font-style: normal;
			font-weight: bold;
			font-size: 2.4rem;
			line-height: 1.25;
		}
	}

	@media (min-width: 1630px) {
		.wlc-thumbs-wrapper--theme-default[_nghost-wlc-app-c2231359672] .wlc-thumbs-wrapper__title[_ngcontent-wlc-app-c2231359672] .wlc-title__main {
			font-style: normal;
			font-weight: bold;
			font-size: 3.6rem;
			line-height: 1.45;
		}
	}

	.wlc-thumbs-wrapper--theme-default[_nghost-wlc-app-c2231359672] .wlc-thumbs-wrapper__thumbs[_ngcontent-wlc-app-c2231359672] {
		position: relative;
		z-index: 5;
	}

	.wlc-thumbs-wrapper--theme-default[_nghost-wlc-app-c2231359672] .wlc-thumbs-wrapper__thumbs[_ngcontent-wlc-app-c2231359672] .swiper {
		overflow: visible;
	}

	@media (min-width: 1200px) {
		.wlc-thumbs-wrapper--theme-default[_nghost-wlc-app-c2231359672] .wlc-thumbs-wrapper__thumbs[_ngcontent-wlc-app-c2231359672] .swiper {
			overflow: hidden;
		}
	}

	.wlc-thumbs-wrapper--theme-default[_nghost-wlc-app-c2231359672] .wlc-thumbs-wrapper__decor[_ngcontent-wlc-app-c2231359672] {
		position: absolute;
	}

	.wlc-thumbs-wrapper--theme-default[_nghost-wlc-app-c2231359672] .wlc-thumbs-wrapper__decor--1[_ngcontent-wlc-app-c2231359672] {
		width: 30px;
		height: 30px;
		left: 6%;
		top: 20px;
	}

	@media (min-width: 768px) {
		.wlc-thumbs-wrapper--theme-default[_nghost-wlc-app-c2231359672] .wlc-thumbs-wrapper__decor--1[_ngcontent-wlc-app-c2231359672] {
			width: 35px;
		}
	}

	@media (min-width: 900px) {
		.wlc-thumbs-wrapper--theme-default[_nghost-wlc-app-c2231359672] .wlc-thumbs-wrapper__decor--1[_ngcontent-wlc-app-c2231359672] {
			width: 40px;
		}
	}

	@media (min-width: 1200px) {
		.wlc-thumbs-wrapper--theme-default[_nghost-wlc-app-c2231359672] .wlc-thumbs-wrapper__decor--1[_ngcontent-wlc-app-c2231359672] {
			width: 40px;
		}
	}

	@media (min-width: 1630px) {
		.wlc-thumbs-wrapper--theme-default[_nghost-wlc-app-c2231359672] .wlc-thumbs-wrapper__decor--1[_ngcontent-wlc-app-c2231359672] {
			width: 40px;
		}
	}

	@media (min-width: 768px) {
		.wlc-thumbs-wrapper--theme-default[_nghost-wlc-app-c2231359672] .wlc-thumbs-wrapper__decor--1[_ngcontent-wlc-app-c2231359672] {
			height: 35px;
		}
	}

	@media (min-width: 900px) {
		.wlc-thumbs-wrapper--theme-default[_nghost-wlc-app-c2231359672] .wlc-thumbs-wrapper__decor--1[_ngcontent-wlc-app-c2231359672] {
			height: 40px;
		}
	}

	@media (min-width: 1200px) {
		.wlc-thumbs-wrapper--theme-default[_nghost-wlc-app-c2231359672] .wlc-thumbs-wrapper__decor--1[_ngcontent-wlc-app-c2231359672] {
			height: 40px;
		}
	}

	@media (min-width: 1630px) {
		.wlc-thumbs-wrapper--theme-default[_nghost-wlc-app-c2231359672] .wlc-thumbs-wrapper__decor--1[_ngcontent-wlc-app-c2231359672] {
			height: 40px;
		}
	}

	@media (min-width: 768px) {
		.wlc-thumbs-wrapper--theme-default[_nghost-wlc-app-c2231359672] .wlc-thumbs-wrapper__decor--1[_ngcontent-wlc-app-c2231359672] {
			left: 40px;
		}
	}

	@media (min-width: 1200px) {
		.wlc-thumbs-wrapper--theme-default[_nghost-wlc-app-c2231359672] .wlc-thumbs-wrapper__decor--1[_ngcontent-wlc-app-c2231359672] {
			left: 40px;
		}
	}

	@media (min-width: 1630px) {
		.wlc-thumbs-wrapper--theme-default[_nghost-wlc-app-c2231359672] .wlc-thumbs-wrapper__decor--1[_ngcontent-wlc-app-c2231359672] {
			left: 40px;
		}
	}

	@media (min-width: 768px) {
		.wlc-thumbs-wrapper--theme-default[_nghost-wlc-app-c2231359672] .wlc-thumbs-wrapper__decor--1[_ngcontent-wlc-app-c2231359672] {
			top: 25px;
		}
	}

	@media (min-width: 1200px) {
		.wlc-thumbs-wrapper--theme-default[_nghost-wlc-app-c2231359672] .wlc-thumbs-wrapper__decor--1[_ngcontent-wlc-app-c2231359672] {
			top: 45px;
		}
	}

	.wlc-thumbs-wrapper--theme-default[_nghost-wlc-app-c2231359672] .wlc-thumbs-wrapper__decor--2[_ngcontent-wlc-app-c2231359672] {
		width: 30px;
		height: 30px;
		left: 6%;
		top: 20px;
	}

	@media (min-width: 768px) {
		.wlc-thumbs-wrapper--theme-default[_nghost-wlc-app-c2231359672] .wlc-thumbs-wrapper__decor--2[_ngcontent-wlc-app-c2231359672] {
			width: 35px;
		}
	}

	@media (min-width: 900px) {
		.wlc-thumbs-wrapper--theme-default[_nghost-wlc-app-c2231359672] .wlc-thumbs-wrapper__decor--2[_ngcontent-wlc-app-c2231359672] {
			width: 40px;
		}
	}

	@media (min-width: 1200px) {
		.wlc-thumbs-wrapper--theme-default[_nghost-wlc-app-c2231359672] .wlc-thumbs-wrapper__decor--2[_ngcontent-wlc-app-c2231359672] {
			width: 40px;
		}
	}

	@media (min-width: 1630px) {
		.wlc-thumbs-wrapper--theme-default[_nghost-wlc-app-c2231359672] .wlc-thumbs-wrapper__decor--2[_ngcontent-wlc-app-c2231359672] {
			width: 40px;
		}
	}

	@media (min-width: 768px) {
		.wlc-thumbs-wrapper--theme-default[_nghost-wlc-app-c2231359672] .wlc-thumbs-wrapper__decor--2[_ngcontent-wlc-app-c2231359672] {
			height: 35px;
		}
	}

	@media (min-width: 900px) {
		.wlc-thumbs-wrapper--theme-default[_nghost-wlc-app-c2231359672] .wlc-thumbs-wrapper__decor--2[_ngcontent-wlc-app-c2231359672] {
			height: 40px;
		}
	}

	@media (min-width: 1200px) {
		.wlc-thumbs-wrapper--theme-default[_nghost-wlc-app-c2231359672] .wlc-thumbs-wrapper__decor--2[_ngcontent-wlc-app-c2231359672] {
			height: 40px;
		}
	}

	@media (min-width: 1630px) {
		.wlc-thumbs-wrapper--theme-default[_nghost-wlc-app-c2231359672] .wlc-thumbs-wrapper__decor--2[_ngcontent-wlc-app-c2231359672] {
			height: 40px;
		}
	}

	@media (min-width: 768px) {
		.wlc-thumbs-wrapper--theme-default[_nghost-wlc-app-c2231359672] .wlc-thumbs-wrapper__decor--2[_ngcontent-wlc-app-c2231359672] {
			left: 88px;
		}
	}

	@media (min-width: 1200px) {
		.wlc-thumbs-wrapper--theme-default[_nghost-wlc-app-c2231359672] .wlc-thumbs-wrapper__decor--2[_ngcontent-wlc-app-c2231359672] {
			left: 88px;
		}
	}

	@media (min-width: 1630px) {
		.wlc-thumbs-wrapper--theme-default[_nghost-wlc-app-c2231359672] .wlc-thumbs-wrapper__decor--2[_ngcontent-wlc-app-c2231359672] {
			left: 88px;
		}
	}

	@media (min-width: 768px) {
		.wlc-thumbs-wrapper--theme-default[_nghost-wlc-app-c2231359672] .wlc-thumbs-wrapper__decor--2[_ngcontent-wlc-app-c2231359672] {
			top: 25px;
		}
	}

	@media (min-width: 1200px) {
		.wlc-thumbs-wrapper--theme-default[_nghost-wlc-app-c2231359672] .wlc-thumbs-wrapper__decor--2[_ngcontent-wlc-app-c2231359672] {
			top: 45px;
		}
	}

	.wlc-thumbs-wrapper--theme-default[_nghost-wlc-app-c2231359672] .wlc-thumbs-wrapper__decor[_ngcontent-wlc-app-c2231359672] svg,
	.wlc-thumbs-wrapper--theme-default[_nghost-wlc-app-c2231359672] .wlc-thumbs-wrapper__decor[_ngcontent-wlc-app-c2231359672] img {
		width: 100%;
		fill: #ffffff;
	}

	.wlc-modal--youtube-modal.wlc-modal--theme-default .wlc-modal__title {
		text-align: left;
	}

	@media (min-width: 1200px) {
		.wlc-modal--youtube-modal.wlc-modal--theme-default .wlc-modal__body {
			padding: 20px 40px 40px;
		}
	}

	@media (min-width: 1630px) {
		.wlc-modal--youtube-modal.wlc-modal--theme-default .wlc-modal__body {
			padding: 20px 65px 65px;
		}
	}

	.wlc-thumbs-wrapper--theme-default[_nghost-wlc-app-c2231359672] .wlc-thumbs-wrapper__content[_ngcontent-wlc-app-c2231359672] {
		margin: 0 0 40px;
	}

	@media (max-width: 1199px) {
		.wlc-thumbs-wrapper--theme-default[_nghost-wlc-app-c2231359672] .wlc-thumbs-wrapper__content[_ngcontent-wlc-app-c2231359672] {
			padding-right: 0;
			padding-left: 0;
		}
	}

	.wlc-thumbs-wrapper--theme-default[_nghost-wlc-app-c2231359672] .wlc-thumbs-wrapper__decor[_ngcontent-wlc-app-c2231359672] {
		display: none;
	}

	@media (min-width: 1024px) {
		.wlc-thumbs-wrapper--theme-default[_nghost-wlc-app-c2231359672] .wlc-thumbs-wrapper__decor[_ngcontent-wlc-app-c2231359672] {
			display: block;
		}
	}

	.wlc-thumbs-wrapper--theme-default[_nghost-wlc-app-c2231359672] .wlc-thumbs-wrapper__title[_ngcontent-wlc-app-c2231359672] .wlc-title__main {
		display: block;
		line-height: 1;
		text-transform: uppercase;
	}

	@media (min-width: 1024px) {
		.wlc-thumbs-wrapper--theme-default[_nghost-wlc-app-c2231359672] .wlc-thumbs-wrapper__title[_ngcontent-wlc-app-c2231359672] {
			justify-content: center;
		}
	}

	@media (max-width: 1023px) {
		.wlc-thumbs-wrapper--theme-default[_nghost-wlc-app-c2231359672] .wlc-thumbs-wrapper__title[_ngcontent-wlc-app-c2231359672] {
			margin-left: 20px;
		}
	}

	@media (max-width: 767px) {
		.wlc-thumbs-wrapper--theme-default[_nghost-wlc-app-c2231359672] .wlc-thumbs-wrapper__title[_ngcontent-wlc-app-c2231359672] {
			margin-left: 15px;
		}
	}

	.wlc-thumbs-wrapper--theme-default[_nghost-wlc-app-c2231359672] .wlc-thumbs-wrapper__thumbs[_ngcontent-wlc-app-c2231359672] {
		position: static;
	}

	.wlc-thumbs-wrapper--theme-default[_nghost-wlc-app-c2231359672] .wlc-thumbs-wrapper__bg[_ngcontent-wlc-app-c2231359672] {
		border-top: 1px solid var(--mc-main);
		border-bottom: 1px solid var(--mc-main);
	}

	@media (min-width: 1200px) {
		.wlc-thumbs-wrapper--theme-default[_nghost-wlc-app-c2231359672] .wlc-thumbs-wrapper__bg[_ngcontent-wlc-app-c2231359672] {
			border-left: 1px solid var(--mc-main);
			border-right: 1px solid var(--mc-main);
		}
	}


	.wlc-winners-slider--theme-default[_nghost-wlc-app-c127726686] .wlc-winners-slider__wrapper[_ngcontent-wlc-app-c127726686] {
		padding: 15px 0;
		height: 100%;
	}

	.wlc-winners-slider--theme-default[_nghost-wlc-app-c127726686] .wlc-winners-slider__container[_ngcontent-wlc-app-c127726686] {
		padding: 0;
		min-height: 60px;
	}

	@media (min-width: 1200px) {
		.wlc-winners-slider--theme-default[_nghost-wlc-app-c127726686] .wlc-winners-slider__container[_ngcontent-wlc-app-c127726686] {
			display: flex;
			align-items: center;
			justify-content: center;
		}
	}

	.wlc-winners-slider--theme-default[_nghost-wlc-app-c127726686] .wlc-winners-slider__loader[_ngcontent-wlc-app-c127726686] {
		height: 62px;
	}

	@media (min-width: 1200px) {
		.wlc-winners-slider--theme-default[_nghost-wlc-app-c127726686] .wlc-winners-slider__loader[_ngcontent-wlc-app-c127726686] {
			flex: 1 1 auto;
			min-width: 0;
		}
	}

	.wlc-winners-slider--theme-default[_nghost-wlc-app-c127726686] .wlc-winners-slider__title[_ngcontent-wlc-app-c127726686] {
		color: var(--mc-baseMain);
		font-style: normal;
		font-weight: bold;
		font-size: 2.4rem;
		line-height: 1.45;
		margin-bottom: 15px;
		display: none;
		height: 80px;
		padding-top: 24px;
		background-color: var(--mc-bg700);
		border-radius: 10px;
	}

	@media (min-width: 1200px) {
		.wlc-winners-slider--theme-default[_nghost-wlc-app-c127726686] .wlc-winners-slider__title[_ngcontent-wlc-app-c127726686] {
			margin-bottom: 0;
		}
	}

	@media (min-width: 1200px) {
		.wlc-winners-slider--theme-default[_nghost-wlc-app-c127726686] .wlc-winners-slider__title[_ngcontent-wlc-app-c127726686] {
			margin-right: 10px;
		}
	}

	@media (min-width: 1200px) {
		.wlc-winners-slider--theme-default[_nghost-wlc-app-c127726686] .wlc-winners-slider__title[_ngcontent-wlc-app-c127726686] {
			flex: 0 0 25%;
		}
	}

	@media (min-width: 1630px) {
		.wlc-winners-slider--theme-default[_nghost-wlc-app-c127726686] .wlc-winners-slider__title[_ngcontent-wlc-app-c127726686] {
			flex: 0 0 20%;
		}
	}

	@media (min-width: 1200px) {
		.wlc-winners-slider--theme-default[_nghost-wlc-app-c127726686] .wlc-winners-slider__title[_ngcontent-wlc-app-c127726686] {
			text-align: center;
		}
	}

	@media (min-width: 1200px) {
		.wlc-winners-slider--theme-default[_nghost-wlc-app-c127726686] .wlc-winners-slider__title[_ngcontent-wlc-app-c127726686] {
			display: block;
		}
	}

	.wlc-winners-slider--theme-default[_nghost-wlc-app-c127726686] .wlc-winners-slider__slider[_ngcontent-wlc-app-c127726686] .swiper {
		margin: -10px 0;
		padding: 10px 0;
	}

	.wlc-winners-slider--theme-default[_nghost-wlc-app-c127726686] .wlc-winners-slider__slider[_ngcontent-wlc-app-c127726686] swiper-container::part(container) {
		overflow: visible;
	}

	@media (min-width: 1200px) {
		.wlc-winners-slider--theme-default[_nghost-wlc-app-c127726686] .wlc-winners-slider__slider[_ngcontent-wlc-app-c127726686] {
			flex: 1 1 auto;
			min-width: 0;
		}
	}

	.wlc-winners-slider--theme-vertical[_nghost-wlc-app-c127726686] {
		--wlc-winner-slider-slide-height: 60px;
		position: relative;
	}

	.wlc-winners-slider--theme-vertical[_nghost-wlc-app-c127726686] .wlc-winners-slider__wrapper[_ngcontent-wlc-app-c127726686] {
		height: 100%;
		background: radial-gradient(117.25% 64.17% at 46.15% 100%, rgba(117, 230, 255, 0.2) 0%, rgba(117, 230, 255, 0) 70.03%);
		border-radius: 32px;
		overflow: hidden;
	}

	.wlc-winners-slider--theme-vertical.wlc-winners-slider--headless[_nghost-wlc-app-c127726686] .wlc-winners-slider__wrapper[_ngcontent-wlc-app-c127726686] {
		padding-top: 38px;
	}

	.wlc-winners-slider--theme-vertical[_nghost-wlc-app-c127726686] .wlc-winners-slider__container[_ngcontent-wlc-app-c127726686] {
		display: flex;
		flex-direction: column;
		height: 100%;
	}

	.wlc-winners-slider--theme-vertical[_nghost-wlc-app-c127726686] .wlc-winners-slider__loader[_ngcontent-wlc-app-c127726686] {
		height: 280px;
	}

	.wlc-winners-slider--theme-vertical[_nghost-wlc-app-c127726686] .wlc-winners-slider__title[_ngcontent-wlc-app-c127726686] {
		padding: 32px 16px 16px;
		color: var(--mc-secondary);
		font-style: normal;
		font-weight: bold;
		font-size: 1.6rem;
		line-height: 1.45;
		position: unset;
		top: 0;
		left: 0;
		z-index: 2;
		background: transparent;
		border-radius: 10px 0 10px 0;
	}

	@media (min-width: 1200px) {
		.wlc-winners-slider--theme-vertical[_nghost-wlc-app-c127726686] .wlc-winners-slider__title[_ngcontent-wlc-app-c127726686] {
			padding: 40px 40px 20px;
		}
	}

	.wlc-winners-slider--theme-vertical.wlc-winners-slider--headless[_nghost-wlc-app-c127726686] .wlc-winners-slider__title[_ngcontent-wlc-app-c127726686] {
		display: none;
	}

	.wlc-winners-slider--theme-vertical[_nghost-wlc-app-c127726686] .wlc-winners-slider__slider[_ngcontent-wlc-app-c127726686] {
		height: calc((52px + var(--wlc-winner-slider-slide-gap, 10px)) * var(--wlc-winner-slider-slides-per-view, 4));
		margin: 0 15px 30px;
	}

	@media (min-width: 1200px) {
		.wlc-winners-slider--theme-vertical[_nghost-wlc-app-c127726686] .wlc-winners-slider__slider[_ngcontent-wlc-app-c127726686] {
			margin: 0 40px 40px;
		}
	}

	.wlc-winners-slider--theme-vertical[_nghost-wlc-app-c127726686] .wlc-winners-slider__slider[_ngcontent-wlc-app-c127726686] .swiper {
		height: calc(100% + 0);
		margin-bottom: 0;
		margin-left: 0;
		padding-bottom: 0;
		padding-left: 0;
		height: 100%;
		overflow-x: visible;
	}

	.wlc-winners-slider--theme-vertical[_nghost-wlc-app-c127726686] .wlc-winners-slider__slider[_ngcontent-wlc-app-c127726686] swiper-container::part(container) {
		overflow: visible;
	}

	.wlc-winners-slider--theme-transparent[_nghost-wlc-app-c127726686] {
		position: relative;
	}

	.wlc-winners-slider--theme-transparent[_nghost-wlc-app-c127726686] .wlc-winners-slider__wrapper[_ngcontent-wlc-app-c127726686] {
		max-width: 100%;
		height: 100%;
		border-radius: 10px;
		overflow: hidden;
	}

	.wlc-winners-slider--theme-transparent[_nghost-wlc-app-c127726686] .wlc-winners-slider__container[_ngcontent-wlc-app-c127726686] {
		display: flex;
		flex-direction: column;
		height: 100%;
	}

	.wlc-winners-slider--theme-transparent[_nghost-wlc-app-c127726686] .wlc-winners-slider__container.no-winners[_ngcontent-wlc-app-c127726686] .wlc-winners-slider__title[_ngcontent-wlc-app-c127726686] {
		flex: 0 1 auto;
		align-items: flex-start;
		margin-bottom: 15px;
	}

	.wlc-winners-slider--theme-transparent[_nghost-wlc-app-c127726686] .wlc-winners-slider__loader[_ngcontent-wlc-app-c127726686] {
		height: 280px;
	}

	.wlc-winners-slider--theme-transparent[_nghost-wlc-app-c127726686] .wlc-winners-slider__title[_ngcontent-wlc-app-c127726686] {
		color: var(--mc-baseMain);
		font-style: normal;
		font-weight: bold;
		font-size: 2.4rem;
		line-height: 1.45;
		display: flex;
		flex: 0 1 100%;
		align-items: center;
		justify-content: center;
		text-align: center;
	}

	.wlc-winners-slider--theme-transparent[_nghost-wlc-app-c127726686] .wlc-winners-slider__slider[_ngcontent-wlc-app-c127726686] {
		max-height: 275px;
		margin: 10px 0 0;
	}

	@media (min-width: 900px) {
		.wlc-winners-slider--theme-transparent[_nghost-wlc-app-c127726686] .wlc-winners-slider__slider[_ngcontent-wlc-app-c127726686] {
			max-height: 350px;
		}
	}

	@media (min-width: 768px) {
		.wlc-winners-slider--theme-transparent[_nghost-wlc-app-c127726686] .wlc-winners-slider__slider[_ngcontent-wlc-app-c127726686] {
			margin: 10px 0 0;
		}
	}

	@media (min-width: 1200px) {
		.wlc-winners-slider--theme-transparent[_nghost-wlc-app-c127726686] .wlc-winners-slider__slider[_ngcontent-wlc-app-c127726686] {
			margin: 10px 0px 0;
		}
	}

	.wlc-winners-slider--theme-transparent[_nghost-wlc-app-c127726686] .wlc-winners-slider__slider[_ngcontent-wlc-app-c127726686] .swiper {
		height: calc(100% + 10px);
		margin-bottom: -10px;
		margin-left: -10px;
		padding-bottom: 10px;
		padding-left: 10px;
		height: 100%;
		overflow-x: visible;
	}

	.wlc-winners-slider--theme-transparent[_nghost-wlc-app-c127726686] .wlc-winners-slider__slider[_ngcontent-wlc-app-c127726686] swiper-container::part(container) {
		overflow: visible;
		margin-bottom: -10px;
		margin-left: -10px;
		padding-bottom: 10px;
		padding-left: 10px;
	}

	.wlc-winners-slider--theme-1[_nghost-wlc-app-c127726686] {
		--wlc-winner-slider-slide-height: 70px;
		--wlc-winner-slider-slide-inner-gap: 15px;
		max-width: 100%;
		width: 100%;
		overflow: hidden;
	}

	@media (min-width: 720px) {
		.wlc-winners-slider--theme-1[_nghost-wlc-app-c127726686] {
			max-width: 315px;
		}
	}

	@media (min-width: 1024px) {
		.wlc-winners-slider--theme-1[_nghost-wlc-app-c127726686] {
			max-width: 345px;
		}
	}

	.wlc-winners-slider--theme-1[_nghost-wlc-app-c127726686] .wlc-winners-slider__wrapper[_ngcontent-wlc-app-c127726686] {
		height: 100%;
	}

	.wlc-winners-slider--theme-1[_nghost-wlc-app-c127726686] .wlc-winners-slider__container[_ngcontent-wlc-app-c127726686] {
		display: flex;
		flex-direction: column;
		height: 100%;
	}

	.wlc-winners-slider--theme-1[_nghost-wlc-app-c127726686] .wlc-winners-slider__title[_ngcontent-wlc-app-c127726686] {
		color: var(--mc-baseMain);
		font-style: normal;
		font-weight: bold;
		font-size: 1.6rem;
		line-height: 1.45;
		margin-bottom: 15px;
		padding: 0px;
		font-size: 2rem;
		text-align: center;
		background: none;
		box-shadow: none;
	}

	.wlc-winners-slider--theme-1[_nghost-wlc-app-c127726686] .wlc-winners-slider__slider[_ngcontent-wlc-app-c127726686] {
		padding: 20px 20px 10px 20px;
		height: calc((var(--wlc-winner-slider-slide-height, 70px) + var(--wlc-winner-slider-slide-gap, 15px) + var(--wlc-winner-slider-slide-inner-gap, 15px)) * var(--wlc-winner-slider-slides-per-view, 4) - var(--wlc-winner-slider-slide-inner-gap, 15px));
		position: relative;
		background: var(--mc-bg700);
		border-radius: 10px;
		overflow: hidden;
	}

	.wlc-winners-slider--theme-1[_nghost-wlc-app-c127726686] .wlc-winners-slider__slider[_ngcontent-wlc-app-c127726686]:before {
		display: none;
	}

	.wlc-winners-slider--theme-1[_nghost-wlc-app-c127726686] .wlc-winners-slider__slider[_ngcontent-wlc-app-c127726686] .swiper {
		height: 100%;
		overflow-x: visible;
	}

	.wlc-winners-slider--theme-1[_nghost-wlc-app-c127726686] .wlc-winners-slider__slider[_ngcontent-wlc-app-c127726686] swiper-container::part(container) {
		overflow: visible;
	}

	.wlc-winners-slider--theme-vertical[_nghost-wlc-app-c127726686] .wlc-winners-slider__wrapper[_ngcontent-wlc-app-c127726686] {
		border: 1px solid var(--mc-main);
	}

	.wlc-winners-slider--theme-vertical[_nghost-wlc-app-c127726686] .wlc-winners-slider__title[_ngcontent-wlc-app-c127726686] {
		color: var(--mc-secondary);
		font-style: normal;
		font-weight: bold;
		font-size: 2.4rem;
		line-height: 1.45;
		font-weight: 900;
		text-transform: uppercase;
	}

	@media (min-width: 900px) {
		.wlc-winners-slider--theme-vertical[_nghost-wlc-app-c127726686] .wlc-winners-slider__slider[_ngcontent-wlc-app-c127726686] {
			height: calc((61px + var(--wlc-winner-slider-slide-gap, 10px)) * var(--wlc-winner-slider-slides-per-view, 4));
		}
	}

	.wlc-winners-slider--theme-vertical.wlc-winners-slider--type-biggest[_nghost-wlc-app-c127726686] .wlc-winners-slider__wrapper[_ngcontent-wlc-app-c127726686] {
		background: transparent;
	}


	@keyframes _ngcontent-wlc-app-c2535224027_pulse {
		0% {
			opacity: 0.3;
		}

		50% {
			opacity: 0.1;
		}

		100% {
			opacity: 0.3;
		}
	}

	@keyframes _ngcontent-wlc-app-c2535224027_rotateRight {
		0% {
			transform: rotate(0deg);
		}

		100% {
			transform: rotate(360deg);
		}
	}

	@keyframes _ngcontent-wlc-app-c2535224027_rotateLeft {
		0% {
			transform: rotate(0deg);
		}

		100% {
			transform: rotate(-360deg);
		}
	}

	.wlc-total-jackpot--theme-default[_nghost-wlc-app-c2535224027] {
		display: flex;
	}

	.wlc-total-jackpot--theme-default[_nghost-wlc-app-c2535224027] .wlc-total-jackpot__counter.loading[_ngcontent-wlc-app-c2535224027] {
		animation: _ngcontent-wlc-app-c2535224027_pulse 2s infinite;
	}

	.wlc-total-jackpot--theme-default[_nghost-wlc-app-c2535224027] .wlc-total-jackpot__text[_ngcontent-wlc-app-c2535224027] {
		font-weight: bold;
		font-size: 30px;
	}

	.wlc-total-jackpot-nodata[_ngcontent-wlc-app-c2535224027] {
		max-width: 600px;
		margin: 0 auto;
		text-align: center;
	}

	.wlc-total-jackpot--theme-info[_nghost-wlc-app-c2535224027] .wlc-total-jackpot__body[_ngcontent-wlc-app-c2535224027] {
		transition: all 0.3s linear;
		gap: 10px;
		grid-template-columns: 1fr;
		grid-template-rows: 50px auto;
		display: grid;
		height: 100%;
		background: var(--mc-bg700);
	}

	@media (min-width: 1630px) {
		.wlc-total-jackpot--theme-info[_nghost-wlc-app-c2535224027] .wlc-total-jackpot__body[_ngcontent-wlc-app-c2535224027] {
			gap: 20px;
		}
	}

	@media (min-width: 768px) {
		.wlc-total-jackpot--theme-info[_nghost-wlc-app-c2535224027] .wlc-total-jackpot__body[_ngcontent-wlc-app-c2535224027] {
			grid-template-columns: 72px auto;
		}
	}

	@media (min-width: 1200px) {
		.wlc-total-jackpot--theme-info[_nghost-wlc-app-c2535224027] .wlc-total-jackpot__body[_ngcontent-wlc-app-c2535224027] {
			grid-template-columns: 85px auto;
		}
	}

	@media (min-width: 1630px) {
		.wlc-total-jackpot--theme-info[_nghost-wlc-app-c2535224027] .wlc-total-jackpot__body[_ngcontent-wlc-app-c2535224027] {
			grid-template-columns: 100px auto;
		}
	}

	@media (min-width: 768px) {
		.wlc-total-jackpot--theme-info[_nghost-wlc-app-c2535224027] .wlc-total-jackpot__body[_ngcontent-wlc-app-c2535224027] {
			grid-template-rows: 1fr;
		}
	}

	@media (pointer: fine) {
		.wlc-total-jackpot--theme-info[_nghost-wlc-app-c2535224027] .wlc-total-jackpot__body[_ngcontent-wlc-app-c2535224027]:hover {
			background: var(--mc-bg700-l10);
		}
	}

	.wlc-total-jackpot--theme-info[_nghost-wlc-app-c2535224027] .wlc-total-jackpot__image[_ngcontent-wlc-app-c2535224027] {
		width: 72px;
		height: 50px;
		position: relative;
		display: flex;
		align-items: center;
	}

	@media (min-width: 1200px) {
		.wlc-total-jackpot--theme-info[_nghost-wlc-app-c2535224027] .wlc-total-jackpot__image[_ngcontent-wlc-app-c2535224027] {
			width: 85px;
		}
	}

	@media (min-width: 1630px) {
		.wlc-total-jackpot--theme-info[_nghost-wlc-app-c2535224027] .wlc-total-jackpot__image[_ngcontent-wlc-app-c2535224027] {
			width: 100px;
		}
	}

	@media (min-width: 1200px) {
		.wlc-total-jackpot--theme-info[_nghost-wlc-app-c2535224027] .wlc-total-jackpot__image[_ngcontent-wlc-app-c2535224027] {
			height: 60px;
		}
	}

	@media (min-width: 1630px) {
		.wlc-total-jackpot--theme-info[_nghost-wlc-app-c2535224027] .wlc-total-jackpot__image[_ngcontent-wlc-app-c2535224027] {
			height: 70px;
		}
	}

	.wlc-total-jackpot--theme-info[_nghost-wlc-app-c2535224027] .wlc-total-jackpot__icon-wrap[_ngcontent-wlc-app-c2535224027],
	.wlc-total-jackpot--theme-info[_nghost-wlc-app-c2535224027] .wlc-total-jackpot__sprite[_ngcontent-wlc-app-c2535224027] {
		width: 100%;
		height: 100%;
		position: absolute;
		pointer-events: none;
	}

	.wlc-total-jackpot--theme-info[_nghost-wlc-app-c2535224027] .wlc-total-jackpot__icon-wrap[_ngcontent-wlc-app-c2535224027] .wlc-animate-sprite__canvas,
	.wlc-total-jackpot--theme-info[_nghost-wlc-app-c2535224027] .wlc-total-jackpot__sprite[_ngcontent-wlc-app-c2535224027] .wlc-animate-sprite__canvas {
		margin: 0 auto;
		display: block;
	}

	.wlc-total-jackpot--theme-info[_nghost-wlc-app-c2535224027] .wlc-total-jackpot__icon[_ngcontent-wlc-app-c2535224027] {
		margin: 0 auto;
		width: 100%;
		max-height: 100%;
		display: block;
		object-fit: contain;
	}

	.wlc-total-jackpot--theme-info[_nghost-wlc-app-c2535224027] .wlc-total-jackpot__content[_ngcontent-wlc-app-c2535224027] {
		text-align: center;
		display: flex;
		flex-direction: column;
	}

	@media (min-width: 768px) {
		.wlc-total-jackpot--theme-info[_nghost-wlc-app-c2535224027] .wlc-total-jackpot__content[_ngcontent-wlc-app-c2535224027] {
			text-align: start;
		}
	}

	.wlc-total-jackpot--theme-info[_nghost-wlc-app-c2535224027] .wlc-total-jackpot__top[_ngcontent-wlc-app-c2535224027] {
		color: var(--mc-baseMain);
		font-style: normal;
		font-weight: bold;
		font-size: 1.6rem;
		line-height: 1.45;
	}

	@media (min-width: 1630px) {
		.wlc-total-jackpot--theme-info[_nghost-wlc-app-c2535224027] .wlc-total-jackpot__top[_ngcontent-wlc-app-c2535224027] {
			font-style: normal;
			font-weight: bold;
			font-size: 2.4rem;
			line-height: 1.45;
		}
	}

	.wlc-total-jackpot--theme-info[_nghost-wlc-app-c2535224027] .wlc-total-jackpot__text[_ngcontent-wlc-app-c2535224027] {
		margin: none;
		color: var(--mc-baseMain);
		font-style: normal;
		font-weight: normal;
		font-size: 1.2rem;
		line-height: 1.45;
	}

	@media (min-width: 1630px) {
		.wlc-total-jackpot--theme-info[_nghost-wlc-app-c2535224027] .wlc-total-jackpot__text[_ngcontent-wlc-app-c2535224027] {
			font-style: normal;
			font-weight: normal;
			font-size: 1.4rem;
			line-height: 1.45;
		}
	}

	.wlc-total-jackpot--theme-info[_nghost-wlc-app-c2535224027] .wlc-total-jackpot__counter[_ngcontent-wlc-app-c2535224027] {
		margin: 0 0 0 10px;
	}

	@font-face {
		font-weight: 400;
		font-family: TotalJackpot;
		font-style: normal;
		src: local(""), url(https://agstatic.com/wlc/fonts/rowdies/rowdies-v15-latin-regular.woff2) format("woff2"), url(https://agstatic.com/wlc/fonts/rowdies/rowdies-v15-latin-regular.woff) format("woff");
	}

	.wlc-total-jackpot--theme-games-inside[_nghost-wlc-app-c2535224027] {
		max-width: 100%;
		margin: 0 auto;
		position: relative;
		width: 100%;
	}

	@media (min-width: 1200px) {
		.wlc-total-jackpot--theme-games-inside[_nghost-wlc-app-c2535224027] {
			max-width: 1170px;
		}
	}

	@media (min-width: 1630px) {
		.wlc-total-jackpot--theme-games-inside[_nghost-wlc-app-c2535224027] {
			max-width: 1320px;
		}
	}

	.wlc-total-jackpot--theme-games-inside[_nghost-wlc-app-c2535224027] .wlc-total-jackpot__bg[_ngcontent-wlc-app-c2535224027] {
		border-radius: 20px;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: url("https://kometacasino-kck.buzz/static/images/jackpots/bg.png") center/contain no-repeat, radial-gradient(80.98% 119.55% at 50% 99.97%, rgba(117, 230, 255, 0.4) 0%, rgba(117, 230, 255, 0) 100%);
	}

	.wlc-total-jackpot--theme-games-inside[_nghost-wlc-app-c2535224027] .wlc-total-jackpot__content[_ngcontent-wlc-app-c2535224027] {
		padding: 30px 10px;
		overflow: hidden;
	}

	@media (min-width: 768px) {
		.wlc-total-jackpot--theme-games-inside[_nghost-wlc-app-c2535224027] .wlc-total-jackpot__content[_ngcontent-wlc-app-c2535224027] {
			padding: 30px 20px;
		}
	}

	@media (min-width: 1024px) {
		.wlc-total-jackpot--theme-games-inside[_nghost-wlc-app-c2535224027] .wlc-total-jackpot__content[_ngcontent-wlc-app-c2535224027] {
			padding: 30px;
		}
	}

	@media (min-width: 1200px) {
		.wlc-total-jackpot--theme-games-inside[_nghost-wlc-app-c2535224027] .wlc-total-jackpot__content[_ngcontent-wlc-app-c2535224027] {
			padding: 30px 75px 75px;
		}
	}

	.wlc-total-jackpot--theme-games-inside[_nghost-wlc-app-c2535224027] .wlc-total-jackpot__title[_ngcontent-wlc-app-c2535224027] {
		margin: 0 0 20px;
		color: var(--mc-black);
		font-style: normal;
		font-weight: normal;
		font-size: 1.2rem;
		line-height: 1.45;
		position: relative;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	@media (min-width: 768px) {
		.wlc-total-jackpot--theme-games-inside[_nghost-wlc-app-c2535224027] .wlc-total-jackpot__title[_ngcontent-wlc-app-c2535224027] {
			font-style: normal;
		}
	}

	@media (min-width: 1630px) {
		.wlc-total-jackpot--theme-games-inside[_nghost-wlc-app-c2535224027] .wlc-total-jackpot__title[_ngcontent-wlc-app-c2535224027] {
			font-style: normal;
		}
	}

	.wlc-total-jackpot--theme-games-inside[_nghost-wlc-app-c2535224027] .wlc-total-jackpot__amount[_ngcontent-wlc-app-c2535224027] {
		margin: 40px 0 15px;
		position: relative;
		color: var(--mc-secondary);
	}

	@media (min-width: 768px) {
		.wlc-total-jackpot--theme-games-inside[_nghost-wlc-app-c2535224027] .wlc-total-jackpot__amount[_ngcontent-wlc-app-c2535224027] {
			margin: 60px 0 0;
		}
	}

	@media (min-width: 1200px) {
		.wlc-total-jackpot--theme-games-inside[_nghost-wlc-app-c2535224027] .wlc-total-jackpot__amount[_ngcontent-wlc-app-c2535224027] {
			margin: 90px 0 0;
		}
	}

	.wlc-total-jackpot--theme-games-inside[_nghost-wlc-app-c2535224027] .wlc-total-jackpot__amount[_ngcontent-wlc-app-c2535224027] .wlc-total-jackpot__currency,
	.wlc-total-jackpot--theme-games-inside[_nghost-wlc-app-c2535224027] .wlc-total-jackpot__amount[_ngcontent-wlc-app-c2535224027] .wlc-total-jackpot__counter {
		font-size: 3rem;
		letter-spacing: unset;
		font-family: TotalJackpot, Roboto, sans-serif;
		line-height: 1;
		fill: currentColor;
	}

	@media (min-width: 768px) {

		.wlc-total-jackpot--theme-games-inside[_nghost-wlc-app-c2535224027] .wlc-total-jackpot__amount[_ngcontent-wlc-app-c2535224027] .wlc-total-jackpot__currency,
		.wlc-total-jackpot--theme-games-inside[_nghost-wlc-app-c2535224027] .wlc-total-jackpot__amount[_ngcontent-wlc-app-c2535224027] .wlc-total-jackpot__counter {
			font-size: 4.4rem;
		}
	}

	@media (min-width: 1024px) {

		.wlc-total-jackpot--theme-games-inside[_nghost-wlc-app-c2535224027] .wlc-total-jackpot__amount[_ngcontent-wlc-app-c2535224027] .wlc-total-jackpot__currency,
		.wlc-total-jackpot--theme-games-inside[_nghost-wlc-app-c2535224027] .wlc-total-jackpot__amount[_ngcontent-wlc-app-c2535224027] .wlc-total-jackpot__counter {
			font-size: 5.8rem;
		}
	}

	@media (min-width: 1200px) {

		.wlc-total-jackpot--theme-games-inside[_nghost-wlc-app-c2535224027] .wlc-total-jackpot__amount[_ngcontent-wlc-app-c2535224027] .wlc-total-jackpot__currency,
		.wlc-total-jackpot--theme-games-inside[_nghost-wlc-app-c2535224027] .wlc-total-jackpot__amount[_ngcontent-wlc-app-c2535224027] .wlc-total-jackpot__counter {
			font-size: 8rem;
		}
	}

	.wlc-total-jackpot--theme-games-inside[_nghost-wlc-app-c2535224027] .wlc-total-jackpot__amount[_ngcontent-wlc-app-c2535224027] .wlc-total-jackpot-body svg {
		height: 40px;
	}

	@media (min-width: 768px) {
		.wlc-total-jackpot--theme-games-inside[_nghost-wlc-app-c2535224027] .wlc-total-jackpot__amount[_ngcontent-wlc-app-c2535224027] .wlc-total-jackpot-body svg {
			height: 54px;
		}
	}

	@media (min-width: 1024px) {
		.wlc-total-jackpot--theme-games-inside[_nghost-wlc-app-c2535224027] .wlc-total-jackpot__amount[_ngcontent-wlc-app-c2535224027] .wlc-total-jackpot-body svg {
			height: 70px;
		}
	}

	@media (min-width: 1200px) {
		.wlc-total-jackpot--theme-games-inside[_nghost-wlc-app-c2535224027] .wlc-total-jackpot__amount[_ngcontent-wlc-app-c2535224027] .wlc-total-jackpot-body svg {
			height: 110px;
		}
	}

	.wlc-total-jackpot--theme-games-inside[_nghost-wlc-app-c2535224027] .wlc-total-jackpot__games[_ngcontent-wlc-app-c2535224027] {
		position: relative;
		z-index: 5;
	}

	.wlc-total-jackpot--theme-games-inside[_nghost-wlc-app-c2535224027] .wlc-total-jackpot__games[_ngcontent-wlc-app-c2535224027] .wlc-games-grid__header {
		display: none;
	}

	.wlc-total-jackpot--theme-games-inside[_nghost-wlc-app-c2535224027] .wlc-total-jackpot__games[_ngcontent-wlc-app-c2535224027] .wlc-games-grid__content {
		grid-template-areas: "games-grid";
		grid-template-columns: 1fr;
	}

	.wlc-total-jackpot--theme-games-inside[_nghost-wlc-app-c2535224027] .wlc-total-jackpot__games[_ngcontent-wlc-app-c2535224027] .wlc-games-grid__games-slider {
		grid-area: "games-grid";
	}

	.wlc-total-jackpot--theme-games-inside[_nghost-wlc-app-c2535224027] .wlc-total-jackpot__games[_ngcontent-wlc-app-c2535224027] .swiper {
		overflow: visible;
	}

	@media (min-width: 1200px) {
		.wlc-total-jackpot--theme-games-inside[_nghost-wlc-app-c2535224027] .wlc-total-jackpot__games[_ngcontent-wlc-app-c2535224027] .swiper {
			overflow: hidden;
		}
	}

	.wlc-total-jackpot--theme-games-inside[_nghost-wlc-app-c2535224027] .wlc-total-jackpot__decor[_ngcontent-wlc-app-c2535224027] {
		position: absolute;
		z-index: 1;
	}

	.wlc-total-jackpot--theme-games-inside[_nghost-wlc-app-c2535224027] .wlc-total-jackpot__decor--1[_ngcontent-wlc-app-c2535224027] {
		width: 40px;
		height: 40px;
		left: 7%;
		top: 20px;
		background: url("https://agstatic.com/wlc/total-jackpot/decor-1.png") center/contain no-repeat;
		animation: _ngcontent-wlc-app-c2535224027_rotateRight 60s linear infinite;
	}

	@media (min-width: 560px) {
		.wlc-total-jackpot--theme-games-inside[_nghost-wlc-app-c2535224027] .wlc-total-jackpot__decor--1[_ngcontent-wlc-app-c2535224027] {
			width: 64px;
		}
	}

	@media (min-width: 900px) {
		.wlc-total-jackpot--theme-games-inside[_nghost-wlc-app-c2535224027] .wlc-total-jackpot__decor--1[_ngcontent-wlc-app-c2535224027] {
			width: 85px;
		}
	}

	@media (min-width: 1630px) {
		.wlc-total-jackpot--theme-games-inside[_nghost-wlc-app-c2535224027] .wlc-total-jackpot__decor--1[_ngcontent-wlc-app-c2535224027] {
			width: 124px;
		}
	}

	@media (min-width: 560px) {
		.wlc-total-jackpot--theme-games-inside[_nghost-wlc-app-c2535224027] .wlc-total-jackpot__decor--1[_ngcontent-wlc-app-c2535224027] {
			height: 64px;
		}
	}

	@media (min-width: 900px) {
		.wlc-total-jackpot--theme-games-inside[_nghost-wlc-app-c2535224027] .wlc-total-jackpot__decor--1[_ngcontent-wlc-app-c2535224027] {
			height: 85px;
		}
	}

	@media (min-width: 1630px) {
		.wlc-total-jackpot--theme-games-inside[_nghost-wlc-app-c2535224027] .wlc-total-jackpot__decor--1[_ngcontent-wlc-app-c2535224027] {
			height: 124px;
		}
	}

	.wlc-total-jackpot--theme-games-inside[_nghost-wlc-app-c2535224027] .wlc-total-jackpot__decor--2[_ngcontent-wlc-app-c2535224027] {
		width: 40px;
		height: 40px;
		right: 7%;
		top: 20px;
		background: url("https://agstatic.com/wlc/total-jackpot/decor-2.png") center/contain no-repeat;
		animation: _ngcontent-wlc-app-c2535224027_rotateLeft 60s linear infinite;
	}

	@media (min-width: 560px) {
		.wlc-total-jackpot--theme-games-inside[_nghost-wlc-app-c2535224027] .wlc-total-jackpot__decor--2[_ngcontent-wlc-app-c2535224027] {
			width: 64px;
		}
	}

	@media (min-width: 900px) {
		.wlc-total-jackpot--theme-games-inside[_nghost-wlc-app-c2535224027] .wlc-total-jackpot__decor--2[_ngcontent-wlc-app-c2535224027] {
			width: 85px;
		}
	}

	@media (min-width: 1630px) {
		.wlc-total-jackpot--theme-games-inside[_nghost-wlc-app-c2535224027] .wlc-total-jackpot__decor--2[_ngcontent-wlc-app-c2535224027] {
			width: 124px;
		}
	}

	@media (min-width: 560px) {
		.wlc-total-jackpot--theme-games-inside[_nghost-wlc-app-c2535224027] .wlc-total-jackpot__decor--2[_ngcontent-wlc-app-c2535224027] {
			height: 64px;
		}
	}

	@media (min-width: 900px) {
		.wlc-total-jackpot--theme-games-inside[_nghost-wlc-app-c2535224027] .wlc-total-jackpot__decor--2[_ngcontent-wlc-app-c2535224027] {
			height: 85px;
		}
	}

	@media (min-width: 1630px) {
		.wlc-total-jackpot--theme-games-inside[_nghost-wlc-app-c2535224027] .wlc-total-jackpot__decor--2[_ngcontent-wlc-app-c2535224027] {
			height: 124px;
		}
	}

	.wlc-total-jackpot--theme-games-inside[_nghost-wlc-app-c2535224027] .wlc-total-jackpot__btn-no-jackpot[_ngcontent-wlc-app-c2535224027] {
		margin: 20px auto 0;
		position: relative;
	}

	@media (min-width: 768px) {
		.wlc-total-jackpot--theme-games-inside[_nghost-wlc-app-c2535224027] .wlc-total-jackpot__btn-no-jackpot[_ngcontent-wlc-app-c2535224027] {
			margin: 25px auto 0;
		}
	}

	@media (min-width: 1200px) {
		.wlc-total-jackpot--theme-games-inside[_nghost-wlc-app-c2535224027] .wlc-total-jackpot__btn-no-jackpot[_ngcontent-wlc-app-c2535224027] {
			margin: 30px auto 0;
		}
	}

	.wlc-total-jackpot--theme-mod-label[_nghost-wlc-app-c2535224027] .wlc-total-jackpot__title[_ngcontent-wlc-app-c2535224027] {
		margin: 0;
	}

	.wlc-total-jackpot--theme-mod-label[_nghost-wlc-app-c2535224027] .wlc-total-jackpot__title[_ngcontent-wlc-app-c2535224027] .wlc-title__main {
		min-height: unset;
		padding: 0;
		background: transparent;
		border-radius: unset;
		display: flex;
		align-items: center;
	}

	.wlc-total-jackpot--theme-games-inside[_nghost-wlc-app-c2535224027] .wlc-total-jackpot__decor[_ngcontent-wlc-app-c2535224027] {
		display: none;
	}

	.wlc-total-jackpot--theme-games-inside[_nghost-wlc-app-c2535224027] .wlc-total-jackpot__title[_ngcontent-wlc-app-c2535224027] {
		display: none;
	}

	.wlc-total-jackpot--theme-games-inside[_nghost-wlc-app-c2535224027] .wlc-total-jackpot__amount[_ngcontent-wlc-app-c2535224027] .wlc-total-jackpot__currency,
	.wlc-total-jackpot--theme-games-inside[_nghost-wlc-app-c2535224027] .wlc-total-jackpot__amount[_ngcontent-wlc-app-c2535224027] .wlc-total-jackpot__counter {
		font-weight: 900;
		font-family: Mulish, sans-serif;
	}

	.wlc-total-jackpot--theme-games-inside[_nghost-wlc-app-c2535224027] .wlc-total-jackpot__games[_ngcontent-wlc-app-c2535224027] swiper-container::part(container) {
		overflow: visible;
		padding-bottom: 0;
	}

	.wlc-total-jackpot--theme-games-inside[_nghost-wlc-app-c2535224027] .wlc-total-jackpot__games[_ngcontent-wlc-app-c2535224027] .wlc-game-thumb--theme-default {
		border-radius: 16px;
	}

	.wlc-total-jackpot--theme-games-inside[_nghost-wlc-app-c2535224027] .wlc-total-jackpot__games[_ngcontent-wlc-app-c2535224027] .wlc-game-thumb--theme-default .wlc-game-thumb__icon,
	.wlc-total-jackpot--theme-games-inside[_nghost-wlc-app-c2535224027] .wlc-total-jackpot__games[_ngcontent-wlc-app-c2535224027] .wlc-game-thumb--theme-default .wlc-game-thumb__name {
		display: none;
	}

	.wlc-total-jackpot--theme-games-inside[_nghost-wlc-app-c2535224027] .wlc-total-jackpot__games[_ngcontent-wlc-app-c2535224027] .wlc-game-thumb--theme-default .wlc-game-thumb__title {
		background: transparent;
	}

	@media (pointer: fine) {
		.wlc-total-jackpot--theme-games-inside[_nghost-wlc-app-c2535224027] .wlc-total-jackpot__games[_ngcontent-wlc-app-c2535224027] .wlc-game-thumb--theme-default:hover .wlc-game-thumb__label {
			display: none;
		}

		.wlc-total-jackpot--theme-games-inside[_nghost-wlc-app-c2535224027] .wlc-total-jackpot__games[_ngcontent-wlc-app-c2535224027] .wlc-game-thumb--theme-default:hover .wlc-game-thumb__desc:before {
			background: var(--mc-bg700-o8);
		}
	}

	.wlc-total-jackpot--theme-games-inside[_nghost-wlc-app-c2535224027] .wlc-total-jackpot__games[_ngcontent-wlc-app-c2535224027] .wlc-game-thumb__label {
		position: absolute;
		top: 8px;
		left: 8px;
		z-index: 2;
		padding: 0 12px;
		font-weight: 600;
		font-size: 1.2rem;
		line-height: 26px;
		background: var(--mc-buttonHighlightGradient);
		border-radius: 100px;
	}

	.wlc-total-jackpot--theme-games-inside[_nghost-wlc-app-c2535224027] .wlc-total-jackpot__games[_ngcontent-wlc-app-c2535224027] .wlc-game-thumb__label span {
		display: inline-block;
	}

	.wlc-total-jackpot--theme-games-inside[_nghost-wlc-app-c2535224027] .wlc-total-jackpot__games[_ngcontent-wlc-app-c2535224027] .wlc-games-grid__more .wlc-games-grid__show-all-btn {
		background: transparent;
		border: 2px solid var(--mc-secondary);
	}

	.wlc-total-jackpot--theme-games-inside[_nghost-wlc-app-c2535224027] .wlc-total-jackpot__games[_ngcontent-wlc-app-c2535224027] .wlc-games-grid__more .wlc-games-grid__show-all-btn .wlc-btn__text {
		color: var(--mc-baseMain);
	}

	@media (pointer: fine) {
		.wlc-total-jackpot--theme-games-inside[_nghost-wlc-app-c2535224027] .wlc-total-jackpot__games[_ngcontent-wlc-app-c2535224027] .wlc-games-grid__more .wlc-games-grid__show-all-btn:hover {
			background: var(--mc-baseMain-o2);
			box-shadow: none;
		}
	}

	@media (min-width: 768px) {
		.wlc-total-jackpot--theme-games-inside[_nghost-wlc-app-c2535224027] .wlc-total-jackpot__games[_ngcontent-wlc-app-c2535224027] .wlc-games-grid__more {
			margin: 45px 0 0;
		}
	}


	.wlc-title--theme-default.wlc-title--mb[_nghost-wlc-app-c3804597050] {
		margin-bottom: 15px;
	}

	.wlc-title--theme-default[_nghost-wlc-app-c3804597050] div.wlc-title__main[_ngcontent-wlc-app-c3804597050],
	.wlc-title--theme-default[_nghost-wlc-app-c3804597050] h1.wlc-title__main[_ngcontent-wlc-app-c3804597050] {
		font-style: normal;
		font-weight: bold;
		font-size: 2.4rem;
		line-height: 1.45;
	}

	.wlc-title--theme-default[_nghost-wlc-app-c3804597050] div.wlc-title__second[_ngcontent-wlc-app-c3804597050],
	.wlc-title--theme-default[_nghost-wlc-app-c3804597050] h1.wlc-title__second[_ngcontent-wlc-app-c3804597050] {
		color: var(--mc-baseMain);
		font-style: normal;
		font-weight: normal;
		font-size: 1.2rem;
		line-height: 1.45;
	}

	.wlc-title--theme-default.wlc-title--theme-mod-third[_nghost-wlc-app-c3804597050] .wlc-title__main[_ngcontent-wlc-app-c3804597050] {
		font-style: normal;
		font-weight: bold;
		font-size: 1.6rem;
		line-height: 1.45;
	}


	.wlc-provider-links--theme-default[_nghost-wlc-app-c2868077189] {
		grid-template-columns: 1fr auto auto;
		grid-template-areas: "title navigation button""icons icons icons";
		display: grid;
		align-items: center;
		min-width: 0;
		max-width: 100%;
	}

	.wlc-provider-links--theme-default.wlc-provider-links--theme-mod-inside-modal[_nghost-wlc-app-c2868077189] .wlc-provider-links__title[_ngcontent-wlc-app-c2868077189] {
		text-align: center;
	}

	.wlc-provider-links--theme-default.wlc-provider-links--theme-mod-mobile-custom[_nghost-wlc-app-c2868077189] .wlc-provider-links__slider[_ngcontent-wlc-app-c2868077189] .swiper {
		padding: 10px;
	}

	.wlc-provider-links--theme-default.wlc-provider-links--theme-mod-mobile-custom[_nghost-wlc-app-c2868077189] .wlc-provider-links__slider[_ngcontent-wlc-app-c2868077189] .swiper .swiper-wrapper {
		display: grid;
		grid-template-rows: 60px 60px;
		grid-template-columns: 1fr 1fr;
	}

	.wlc-provider-links--theme-default.wlc-provider-links--theme-mod-adaptive[_nghost-wlc-app-c2868077189] {
		grid-gap: 20px;
		grid-template-areas: "title""icons""button";
		grid-template-columns: 1fr;
	}

	.wlc-provider-links--theme-default.wlc-provider-links--theme-mod-adaptive[_nghost-wlc-app-c2868077189] .wlc-provider-links__wrapper[_ngcontent-wlc-app-c2868077189] {
		max-width: 100%;
		grid-template-columns: repeat(2, minmax(150px, 1fr));
		width: 100%;
		margin: 0 auto;
	}

	@media (min-width: 560px) {
		.wlc-provider-links--theme-default.wlc-provider-links--theme-mod-adaptive[_nghost-wlc-app-c2868077189] .wlc-provider-links__wrapper[_ngcontent-wlc-app-c2868077189] {
			max-width: 520px;
		}
	}

	.wlc-provider-links--theme-default.wlc-provider-links--theme-mod-adaptive[_nghost-wlc-app-c2868077189] .wlc-provider-links__btn[_ngcontent-wlc-app-c2868077189] {
		margin: 10px auto 0;
	}

	.wlc-provider-links--theme-default.wlc-provider-links--theme-mod-wolf[_nghost-wlc-app-c2868077189] .wlc-provider-links__wrapper[_ngcontent-wlc-app-c2868077189] {
		gap: 8px;
		grid-template-columns: auto 170px;
	}

	@media (min-width: 768px) {
		.wlc-provider-links--theme-default.wlc-provider-links--theme-mod-wolf[_nghost-wlc-app-c2868077189] .wlc-provider-links__wrapper[_ngcontent-wlc-app-c2868077189] {
			gap: 24px;
		}
	}

	@media (min-width: 480px) {
		.wlc-provider-links--theme-default.wlc-provider-links--theme-mod-wolf[_nghost-wlc-app-c2868077189] .wlc-provider-links__wrapper[_ngcontent-wlc-app-c2868077189] {
			grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
		}
	}

	@media (min-width: 768px) {
		.wlc-provider-links--theme-default.wlc-provider-links--theme-mod-wolf[_nghost-wlc-app-c2868077189] .wlc-provider-links__wrapper[_ngcontent-wlc-app-c2868077189] {
			grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
		}
	}

	.wlc-provider-links--theme-default.wlc-provider-links--theme-mod-wolf[_nghost-wlc-app-c2868077189] .wlc-provider-links__wrapper[_ngcontent-wlc-app-c2868077189] .wlc-provider-links-item {
		height: 119px;
	}

	.wlc-provider-links--theme-default.wlc-provider-links--theme-mod-wolf[_nghost-wlc-app-c2868077189] .wlc-provider-links__wrapper[_ngcontent-wlc-app-c2868077189] .wlc-provider-links-item__wrp {
		display: flex;
		flex-direction: column;
	}

	.wlc-provider-links--theme-default.wlc-provider-links--theme-mod-wolf[_nghost-wlc-app-c2868077189] .wlc-provider-links__wrapper[_ngcontent-wlc-app-c2868077189] .wlc-provider-links-item__image {
		width: 140px;
		height: 60px;
		max-width: max-content;
	}

	@media (min-width: 768px) {
		.wlc-provider-links--theme-default.wlc-provider-links--theme-mod-wolf[_nghost-wlc-app-c2868077189] .wlc-provider-links__wrapper[_ngcontent-wlc-app-c2868077189] .wlc-provider-links-item__image {
			width: 160px;
		}
	}

	@media (min-width: 768px) {
		.wlc-provider-links--theme-default.wlc-provider-links--theme-mod-wolf[_nghost-wlc-app-c2868077189] .wlc-provider-links__wrapper[_ngcontent-wlc-app-c2868077189] .wlc-provider-links-item__image {
			height: 70px;
		}
	}

	.wlc-provider-links--theme-default.wlc-provider-links--theme-mod-wolf[_nghost-wlc-app-c2868077189] .wlc-provider-links__wrapper[_ngcontent-wlc-app-c2868077189] .wlc-provider-links-item__error {
		height: 60px;
		display: flex;
		align-items: center;
	}

	@media (min-width: 768px) {
		.wlc-provider-links--theme-default.wlc-provider-links--theme-mod-wolf[_nghost-wlc-app-c2868077189] .wlc-provider-links__wrapper[_ngcontent-wlc-app-c2868077189] .wlc-provider-links-item__error {
			height: 70px;
		}
	}

	.wlc-provider-links--theme-default.wlc-provider-links--theme-mod-wolf[_nghost-wlc-app-c2868077189] .wlc-provider-links__wrapper[_ngcontent-wlc-app-c2868077189] .wlc-provider-links-item__info {
		color: #737490;
		font-style: normal;
		font-weight: normal;
		font-size: 1.2rem;
		line-height: 1.45;
		margin: 12px 0 0;
	}

	@media (max-width: 559px) {
		.wlc-provider-links--theme-default.wlc-provider-links--theme-mod-wolf[_nghost-wlc-app-c2868077189] .wlc-provider-links__wrapper[_ngcontent-wlc-app-c2868077189] .wlc-provider-links-item__info {
			color: #737490;
			font-style: normal;
			font-weight: normal;
			font-size: 1rem;
			line-height: 1.45;
		}
	}

	.wlc-provider-links--theme-default.wlc-provider-links--theme-mod-wolf[_nghost-wlc-app-c2868077189] .wlc-provider-links-item[_ngcontent-wlc-app-c2868077189] {
		border-radius: 8px;
	}

	@media (pointer: fine) {
		.wlc-provider-links--theme-default.wlc-provider-links--theme-mod-wolf[_nghost-wlc-app-c2868077189] .wlc-provider-links-item[_ngcontent-wlc-app-c2868077189]:hover {
			background: var(--mc-bg500);
			box-shadow: none;
			transform: none;
			transition: none;
		}
	}

	.wlc-provider-links--theme-default.wlc-provider-links--theme-mod-wolf[_nghost-wlc-app-c2868077189] .wlc-section-title {
		justify-content: center;
	}

	.wlc-provider-links--theme-default.wlc-provider-links--theme-mod-wolf[_nghost-wlc-app-c2868077189] .wlc-section-title .wlc-section-title__content {
		color: var(--mc-baseSecond);
		font-style: normal;
		font-weight: bold;
		font-size: 2rem;
		line-height: 1.45;
		margin: 10px 0;
	}

	@media (min-width: 768px) {
		.wlc-provider-links--theme-default.wlc-provider-links--theme-mod-wolf[_nghost-wlc-app-c2868077189] .wlc-section-title .wlc-section-title__content {
			margin: 10px 0 30px;
		}
	}

	@media (max-width: 559px) {
		.wlc-provider-links--theme-default.wlc-provider-links--theme-mod-wolf[_nghost-wlc-app-c2868077189] .wlc-section-title .wlc-section-title__content {
			color: var(--mc-baseSecond);
			font-style: normal;
			font-weight: bold;
			font-size: 1.6rem;
			line-height: 1.45;
		}
	}

	.wlc-provider-links--theme-default[_nghost-wlc-app-c2868077189] .wlc-provider-links__loader[_ngcontent-wlc-app-c2868077189] {
		grid-column: 1 / 3;
	}

	.wlc-provider-links--theme-default[_nghost-wlc-app-c2868077189] .wlc-provider-links__slider[_ngcontent-wlc-app-c2868077189],
	.wlc-provider-links--theme-default[_nghost-wlc-app-c2868077189] .wlc-provider-links__wrapper[_ngcontent-wlc-app-c2868077189] {
		grid-area: icons;
		min-width: 0;
		max-width: 100%;
	}

	.wlc-provider-links--theme-default[_nghost-wlc-app-c2868077189] .wlc-provider-links__wrapper[_ngcontent-wlc-app-c2868077189] {
		grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
		gap: 10px;
		display: grid;
	}

	@media (min-width: 768px) {
		.wlc-provider-links--theme-default[_nghost-wlc-app-c2868077189] .wlc-provider-links__wrapper[_ngcontent-wlc-app-c2868077189] {
			gap: 15px;
		}
	}

	.wlc-provider-links--theme-default[_nghost-wlc-app-c2868077189] .wlc-provider-links__slider[_ngcontent-wlc-app-c2868077189] {
		margin: 10px 0 0;
	}

	.wlc-provider-links--theme-default[_nghost-wlc-app-c2868077189] .wlc-provider-links__slider[_ngcontent-wlc-app-c2868077189] .swiper {
		margin: -10px -15px -10px -10px;
		padding: 10px 50px 10px 10px;
	}

	@media (min-width: 768px) {
		.wlc-provider-links--theme-default[_nghost-wlc-app-c2868077189] .wlc-provider-links__slider[_ngcontent-wlc-app-c2868077189] .swiper {
			margin: -15px;
		}
	}

	@media (min-width: 768px) {
		.wlc-provider-links--theme-default[_nghost-wlc-app-c2868077189] .wlc-provider-links__slider[_ngcontent-wlc-app-c2868077189] .swiper {
			padding: 15px;
		}
	}

	.wlc-provider-links--theme-default[_nghost-wlc-app-c2868077189] .wlc-provider-links__slider[_ngcontent-wlc-app-c2868077189] .swiper:before {
		display: block;
		content: "";
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: auto;
		z-index: 2;
		width: 30px;
		background: linear-gradient(to left, var(--mc-bg), transparent);
		pointer-events: none;
	}

	@media (min-width: 768px) {
		.wlc-provider-links--theme-default[_nghost-wlc-app-c2868077189] .wlc-provider-links__slider[_ngcontent-wlc-app-c2868077189] .swiper:before {
			display: none;
		}
	}

	.wlc-provider-links--theme-default[_nghost-wlc-app-c2868077189] .wlc-provider-links__slider[_ngcontent-wlc-app-c2868077189] swiper-container::part(container) {
		overflow: visible;
	}

	.wlc-provider-links--theme-default[_nghost-wlc-app-c2868077189] .wlc-provider-links__slider-navigation[_ngcontent-wlc-app-c2868077189] {
		display: none;
		grid-area: navigation;
	}

	.wlc-provider-links--theme-default[_nghost-wlc-app-c2868077189] .wlc-provider-links__btn[_ngcontent-wlc-app-c2868077189] {
		margin: 0 0 0 20px;
		grid-area: button;
	}

	.wlc-provider-links--theme-default[_nghost-wlc-app-c2868077189] .wlc-provider-links__btn.wlc-btn--theme-wolf-rounded[_ngcontent-wlc-app-c2868077189] {
		margin: 0;
		grid-area: navigation;
	}

	@media (min-width: 768px) {
		.wlc-provider-links--theme-default[_nghost-wlc-app-c2868077189] .wlc-provider-links__btn.wlc-btn--theme-wolf-rounded[_ngcontent-wlc-app-c2868077189] {
			margin: 0 15px 0 0;
		}
	}

	.wlc-provider-links--theme-default[_nghost-wlc-app-c2868077189] .wlc-provider-links-item {
		position: relative;
		background: radial-gradient(117.25% 64.17% at 46.15% 100%, rgba(117, 230, 255, 0.2) 0%, rgba(117, 230, 255, 0) 70.03%);
		border-radius: 10px;
		transition: transform 0.2s, box-shadow 2s;
	}

	.wlc-provider-links--theme-default[_nghost-wlc-app-c2868077189] .wlc-provider-links-item:before {
		content: "";
		display: block;
		width: 100%;
		padding-top: 85px;
	}

	.wlc-provider-links--theme-default[_nghost-wlc-app-c2868077189] .wlc-provider-links-item__wrp {
		font-size: 2rem;
		padding: 8px 15px;
		position: absolute;
		top: 0;
		left: 0;
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		height: 100%;
		color: var(--mc-baseMain);
		font-weight: 700;
		text-decoration: none;
	}

	.wlc-provider-links--theme-default[_nghost-wlc-app-c2868077189] .wlc-provider-links-item__error {
		line-height: 1.15;
		text-align: center;
		overflow-wrap: anywhere;
		overflow: hidden;
	}

	.wlc-provider-links--theme-default[_nghost-wlc-app-c2868077189] .wlc-provider-links-item__image,
	.wlc-provider-links--theme-default[_nghost-wlc-app-c2868077189] .wlc-provider-links-item .wlc-icon-content {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		max-width: 125px;
		height: 100%;
		max-height: 60px;
		object-fit: contain;
		object-position: center;
	}

	.wlc-provider-links--theme-default[_nghost-wlc-app-c2868077189] .wlc-provider-links-item .wlc-icon {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		height: 100%;
	}

	.wlc-provider-links--theme-default[_nghost-wlc-app-c2868077189] .wlc-provider-links-item .wlc-icon svg {
		display: block;
		width: 100%;
		max-width: 100%;
		height: 100%;
		max-height: 100%;
		object-fit: contain;
		object-position: center;
	}

	.wlc-provider-links--theme-default[_nghost-wlc-app-c2868077189] .wlc-provider-links-item .wlc-icon svg path {
		fill: currentColor;
	}

	@media (hover: hover) {

		.wlc-provider-links--theme-default[_nghost-wlc-app-c2868077189] .wlc-provider-links-item:hover,
		.wlc-provider-links--theme-default[_nghost-wlc-app-c2868077189] .wlc-provider-links-item:focus-within {
			box-shadow: 0 1px 5px var(--mc-bg100);
			transform: translate3d(0, -3px, 0);
			transition: transform 0.2s, box-shadow 0.1s;
		}
	}

	.wlc-provider-links--theme-mobile-app-swiper[_nghost-wlc-app-c2868077189] {
		grid-template-columns: 1fr auto auto;
		grid-template-areas: "title navigation button""icons icons icons";
		display: grid;
		align-items: center;
		min-width: 0;
		max-width: 100%;
	}

	.wlc-provider-links--theme-mobile-app-swiper[_nghost-wlc-app-c2868077189] .wlc-provider-links__loader[_ngcontent-wlc-app-c2868077189] {
		grid-column: 1 / 3;
	}

	.wlc-provider-links--theme-mobile-app-swiper[_nghost-wlc-app-c2868077189] .wlc-provider-links__title[_ngcontent-wlc-app-c2868077189] {
		color: var(--mc-baseMain);
		font-style: normal;
		font-weight: bold;
		font-size: 1.2rem;
		line-height: 1.45;
		text-align: left;
	}

	.wlc-provider-links--theme-mobile-app-swiper[_nghost-wlc-app-c2868077189] .wlc-provider-links__slider[_ngcontent-wlc-app-c2868077189],
	.wlc-provider-links--theme-mobile-app-swiper[_nghost-wlc-app-c2868077189] .wlc-provider-links__wrapper[_ngcontent-wlc-app-c2868077189] {
		grid-area: icons;
		min-width: 0;
		max-width: 100%;
	}

	.wlc-provider-links--theme-mobile-app-swiper[_nghost-wlc-app-c2868077189] .wlc-provider-links__wrapper[_ngcontent-wlc-app-c2868077189] {
		grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
		gap: 10px;
		margin: 40px 0 0;
		display: grid;
	}

	@media (min-width: 768px) {
		.wlc-provider-links--theme-mobile-app-swiper[_nghost-wlc-app-c2868077189] .wlc-provider-links__wrapper[_ngcontent-wlc-app-c2868077189] {
			gap: 15px;
		}
	}

	.wlc-provider-links--theme-mobile-app-swiper[_nghost-wlc-app-c2868077189] .wlc-provider-links__slider[_ngcontent-wlc-app-c2868077189] {
		position: relative;
	}

	.wlc-provider-links--theme-mobile-app-swiper[_nghost-wlc-app-c2868077189] .wlc-provider-links__slider[_ngcontent-wlc-app-c2868077189]:before {
		content: "";
		position: absolute;
		top: -5px;
		left: 0;
		z-index: 2;
		width: 100%;
		height: 110%;
		background: var(--mc-bg);
		transform: translateX(-100%);
	}

	.wlc-provider-links--theme-mobile-app-swiper[_nghost-wlc-app-c2868077189] .wlc-provider-links__slider[_ngcontent-wlc-app-c2868077189] .swiper {
		margin: 0 -15px 0 0;
		padding: 5px 15px 10px 0;
	}

	.wlc-provider-links--theme-mobile-app-swiper[_nghost-wlc-app-c2868077189] .wlc-provider-links__slider-navigation[_ngcontent-wlc-app-c2868077189] {
		display: none;
	}

	.wlc-provider-links--theme-mobile-app-swiper[_nghost-wlc-app-c2868077189] .wlc-provider-links__btn[_ngcontent-wlc-app-c2868077189] {
		margin: 0 0 0 20px;
		display: block;
		grid-area: button;
		min-width: 0;
		height: auto;
		padding: 0;
		background: transparent;
	}

	.wlc-provider-links--theme-mobile-app-swiper[_nghost-wlc-app-c2868077189] .wlc-provider-links__btn[_ngcontent-wlc-app-c2868077189] .wlc-btn__text {
		color: var(--mc-baseMain);
		font-style: normal;
		font-weight: bold;
		font-size: 1.2rem;
		line-height: 1.45;
		color: #0a84ff;
	}

	.wlc-provider-links--theme-mobile-app-swiper[_nghost-wlc-app-c2868077189] .swiper-horizontal {
		overflow: visible;
	}

	.wlc-provider-links--theme-mobile-app-swiper[_nghost-wlc-app-c2868077189] .wlc-provider-links-item {
		position: relative;
		background: var(--mc-bg700);
		border-radius: 6px;
		transition: transform 0.2s, box-shadow 2s;
		aspect-ratio: 4/3;
	}

	.wlc-provider-links--theme-mobile-app-swiper[_nghost-wlc-app-c2868077189] .wlc-provider-links-item:before {
		content: "";
		display: block;
		width: 100%;
		padding-top: 65%;
	}

	.wlc-provider-links--theme-mobile-app-swiper[_nghost-wlc-app-c2868077189] .wlc-provider-links-item__wrp {
		font-size: 2rem;
		padding: 5px 10px;
		position: absolute;
		top: 0;
		left: 0;
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		height: 100%;
		color: var(--mc-baseMain);
		font-weight: 700;
		text-decoration: none;
	}

	.wlc-provider-links--theme-mobile-app-swiper[_nghost-wlc-app-c2868077189] .wlc-provider-links-item__image,
	.wlc-provider-links--theme-mobile-app-swiper[_nghost-wlc-app-c2868077189] .wlc-provider-links-item .wlc-icon-content {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		max-width: 80%;
		height: 100%;
		max-height: 100%;
		object-fit: contain;
		object-position: center;
	}

	.wlc-provider-links--theme-mobile-app-swiper[_nghost-wlc-app-c2868077189] .wlc-provider-links-item .wlc-icon {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		height: 100%;
	}

	.wlc-provider-links--theme-mobile-app-swiper[_nghost-wlc-app-c2868077189] .wlc-provider-links-item .wlc-icon svg {
		display: flex;
		width: 100%;
		max-width: 100%;
		height: 100%;
		max-height: 100%;
		object-fit: contain;
		object-position: center;
	}

	.wlc-provider-links--theme-mobile-app-swiper[_nghost-wlc-app-c2868077189] .wlc-provider-links-item .wlc-icon svg path {
		fill: currentColor;
	}

	.wlc-provider-links--theme-mobile-app[_nghost-wlc-app-c2868077189] {
		display: grid;
		align-items: center;
		min-width: 0;
		max-width: 100%;
	}

	.wlc-provider-links--theme-mobile-app[_nghost-wlc-app-c2868077189] .wlc-provider-links__loader[_ngcontent-wlc-app-c2868077189] {
		grid-column: 1 / 3;
	}

	.wlc-provider-links--theme-mobile-app[_nghost-wlc-app-c2868077189] .wlc-provider-links__title[_ngcontent-wlc-app-c2868077189] {
		display: none;
	}

	.wlc-provider-links--theme-mobile-app[_nghost-wlc-app-c2868077189] .wlc-provider-links__wrapper[_ngcontent-wlc-app-c2868077189] {
		grid-template-columns: repeat(auto-fit, minmax(125px, 1fr));
		gap: 10px;
		display: grid;
	}

	@media (min-width: 768px) {
		.wlc-provider-links--theme-mobile-app[_nghost-wlc-app-c2868077189] .wlc-provider-links__wrapper[_ngcontent-wlc-app-c2868077189] {
			gap: 15px;
		}
	}

	.wlc-provider-links--theme-mobile-app[_nghost-wlc-app-c2868077189] .wlc-provider-links-item {
		position: relative;
		background: var(--mc-bg700);
		border-radius: 4px;
		transition: transform 0.2s, box-shadow 2s;
	}

	.wlc-provider-links--theme-mobile-app[_nghost-wlc-app-c2868077189] .wlc-provider-links-item:before {
		content: "";
		display: block;
		width: 100%;
		padding-top: 73%;
	}

	.wlc-provider-links--theme-mobile-app[_nghost-wlc-app-c2868077189] .wlc-provider-links-item__wrp {
		font-size: 2rem;
		padding: 8px 15px;
		position: absolute;
		top: 0;
		left: 0;
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		height: 100%;
		color: var(--mc-baseMain);
		font-weight: 700;
		text-decoration: none;
	}

	.wlc-provider-links--theme-mobile-app[_nghost-wlc-app-c2868077189] .wlc-provider-links-item__image,
	.wlc-provider-links--theme-mobile-app[_nghost-wlc-app-c2868077189] .wlc-provider-links-item .wlc-icon-content {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		max-width: 80%;
		height: 100%;
		max-height: 100%;
		object-fit: contain;
		object-position: center;
	}

	.wlc-provider-links--theme-mobile-app[_nghost-wlc-app-c2868077189] .wlc-provider-links-item .wlc-icon {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		height: 100%;
	}

	.wlc-provider-links--theme-mobile-app[_nghost-wlc-app-c2868077189] .wlc-provider-links-item .wlc-icon svg {
		display: block;
		width: 100%;
		max-width: 100%;
		height: 100%;
		max-height: 100%;
		object-fit: contain;
		object-position: center;
	}

	.wlc-provider-links--theme-mobile-app[_nghost-wlc-app-c2868077189] .wlc-provider-links-item .wlc-icon svg path {
		fill: currentColor;
	}

	.wlc-provider-links--theme-mobile-app[_nghost-wlc-app-c2868077189] .wlc-provider-links-item:focus {
		box-shadow: 0 1px 5px var(--mc-bg100);
		transform: translate3d(0, -3px, 0);
		transition: transform 0.2s, box-shadow 0.1s;
	}

	.wlc-provider-links--theme-default[_nghost-wlc-app-c2868077189] .wlc-provider-links__btn[_ngcontent-wlc-app-c2868077189] {
		display: block;
		min-width: auto;
		height: auto;
		padding: 0;
		background: transparent;
		transform: none;
		border: none;
		border-radius: unset;
	}

	.wlc-provider-links--theme-default[_nghost-wlc-app-c2868077189] .wlc-provider-links__btn[_ngcontent-wlc-app-c2868077189] .wlc-btn__text {
		color: var(--mc-baseMain);
		font-weight: 700;
		font-size: 1.4rem;
		font-style: normal;
		text-transform: uppercase;
		transition: color 0.3s linear;
	}

	@media (pointer: fine) {
		.wlc-provider-links--theme-default[_nghost-wlc-app-c2868077189] .wlc-provider-links__btn[_ngcontent-wlc-app-c2868077189]:hover {
			box-shadow: none;
		}

		.wlc-provider-links--theme-default[_nghost-wlc-app-c2868077189] .wlc-provider-links__btn[_ngcontent-wlc-app-c2868077189]:hover .wlc-btn__text {
			color: var(--mc-main);
		}
	}

	.wlc-provider-links--theme-default.wlc-provider-links--theme-mod-wolf[_nghost-wlc-app-c2868077189] .wlc-provider-links-item[_ngcontent-wlc-app-c2868077189] {
		background: var(--mc-bg700);
	}

	.wlc-provider-links--theme-default.wlc-provider-links--theme-mod-wolf[_nghost-wlc-app-c2868077189] .wlc-provider-links__wrapper[_ngcontent-wlc-app-c2868077189] {
		justify-content: center;
		justify-items: center;
	}

	.wlc-provider-links--theme-default.wlc-provider-links--theme-mod-wolf[_nghost-wlc-app-c2868077189] .wlc-provider-links__wrapper[_ngcontent-wlc-app-c2868077189] .wlc-provider-links-item {
		width: 100%;
	}

	.wlc-provider-links--theme-default.wlc-provider-links--theme-mod-wolf[_nghost-wlc-app-c2868077189] .wlc-provider-links__wrapper[_ngcontent-wlc-app-c2868077189] .wlc-provider-links-item__info {
		font-weight: 600;
		font-size: 14px;
	}

	@media (max-width: 767px) {
		.wlc-provider-links--theme-default.wlc-provider-links--theme-mod-wolf[_nghost-wlc-app-c2868077189] .wlc-provider-links__wrapper[_ngcontent-wlc-app-c2868077189] .wlc-provider-links-item {
			width: 171px;
		}
	}

	.wlc-provider-links--theme-default.wlc-provider-links--theme-mod-wolf[_nghost-wlc-app-c2868077189] .wlc-section-title .wlc-section-title__content {
		font-weight: 700;
		font-size: 20px;
		line-height: normal;
		text-transform: none;
	}


	.wlc-post-menu--theme-default[_nghost-wlc-app-c3856525351] {
		position: relative;
		min-width: 0;
	}

	.wlc-post-menu--theme-default[_nghost-wlc-app-c3856525351] .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-c3856525351] .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 0.3s ease-out;
		pointer-events: initial;
	}

	.wlc-post-menu--theme-default[_nghost-wlc-app-c3856525351] .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-c3856525351] .wlc-post-menu__control:disabled {
		display: none;
	}

	.wlc-post-menu--theme-default[_nghost-wlc-app-c3856525351] .wlc-post-menu__control .wlc-icon {
		display: block;
		line-height: 1;
	}

	.wlc-post-menu--theme-default[_nghost-wlc-app-c3856525351] .wlc-post-menu__control svg {
		transform: var(--wlc-post-menu-svg-transform, none);
		fill: currentColor;
	}

	.wlc-post-menu--theme-default[_nghost-wlc-app-c3856525351] .wlc-post-menu__control--prev {
		--wlc-post-menu-svg-transform: rotate(90deg);
		visibility: hidden;
		justify-content: flex-start;
		margin: 0 auto 0 0;
	}

	@media (min-width: 900px) {
		.wlc-post-menu--theme-default[_nghost-wlc-app-c3856525351] .wlc-post-menu__control--prev {
			visibility: visible;
		}
	}

	.wlc-post-menu--theme-default[_nghost-wlc-app-c3856525351] .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-c3856525351] .wlc-post-menu__control--next {
			visibility: visible;
		}
	}

	.wlc-post-menu--theme-default[_nghost-wlc-app-c3856525351] .wlc-post-menu__control--next:before {
		transform: scaleX(-1);
	}

	@media (pointer: fine) {
		.wlc-post-menu--theme-default[_nghost-wlc-app-c3856525351] .wlc-post-menu__control:hover {
			color: var(--mc-main);
		}
	}

	.wlc-post-menu--theme-default[_nghost-wlc-app-c3856525351] .wlc-menu__link {
		transition: color 0.3s linear;
		color: var(--mc-baseMain);
		font-style: normal;
		font-weight: normal;
		font-size: 1.4rem;
		line-height: 1.45;
		text-decoration: none;
	}

	.wlc-post-menu--theme-default[_nghost-wlc-app-c3856525351] .wlc-menu__link.active {
		color: var(--mc-main);
	}

	@media (pointer: fine) {
		.wlc-post-menu--theme-default[_nghost-wlc-app-c3856525351] .wlc-menu__link:hover {
			color: var(--mc-main);
		}
	}

	.wlc-post-menu--theme-default[_nghost-wlc-app-c3856525351] .swiper-wrapper {
		width: auto;
	}

	.wlc-post-menu--theme-default[_nghost-wlc-app-c3856525351] .swiper-slide {
		width: auto;
	}

	.wlc-post-menu--theme-default[_nghost-wlc-app-c3856525351] .wlc-post-menu__wrp[_ngcontent-wlc-app-c3856525351] {
		width: 100%;
		max-width: 100%;
	}

	.wlc-post-menu--theme-default[_nghost-wlc-app-c3856525351] .wlc-post-menu__wrp[_ngcontent-wlc-app-c3856525351] .wlc-post-menu__items[_ngcontent-wlc-app-c3856525351],
	.wlc-post-menu--theme-default[_nghost-wlc-app-c3856525351] .wlc-post-menu__wrp[_ngcontent-wlc-app-c3856525351]>.wlc-menu--type-post-menu[_ngcontent-wlc-app-c3856525351] {
		-moz-column-count: 1;
		column-count: 1;
		display: grid;
		grid-gap: 10px;
	}

	@media (min-width: 560px) {

		.wlc-post-menu--theme-default[_nghost-wlc-app-c3856525351] .wlc-post-menu__wrp[_ngcontent-wlc-app-c3856525351] .wlc-post-menu__items[_ngcontent-wlc-app-c3856525351],
		.wlc-post-menu--theme-default[_nghost-wlc-app-c3856525351] .wlc-post-menu__wrp[_ngcontent-wlc-app-c3856525351]>.wlc-menu--type-post-menu[_ngcontent-wlc-app-c3856525351] {
			-moz-column-count: 1;
			column-count: 1;
		}
	}

	@media (min-width: 900px) {

		.wlc-post-menu--theme-default[_nghost-wlc-app-c3856525351] .wlc-post-menu__wrp[_ngcontent-wlc-app-c3856525351] .wlc-post-menu__items[_ngcontent-wlc-app-c3856525351],
		.wlc-post-menu--theme-default[_nghost-wlc-app-c3856525351] .wlc-post-menu__wrp[_ngcontent-wlc-app-c3856525351]>.wlc-menu--type-post-menu[_ngcontent-wlc-app-c3856525351] {
			-moz-column-count: 1;
			column-count: 1;
		}
	}

	@media (min-width: 560px) {

		.wlc-post-menu--theme-default[_nghost-wlc-app-c3856525351] .wlc-post-menu__wrp[_ngcontent-wlc-app-c3856525351] .wlc-post-menu__items[_ngcontent-wlc-app-c3856525351],
		.wlc-post-menu--theme-default[_nghost-wlc-app-c3856525351] .wlc-post-menu__wrp[_ngcontent-wlc-app-c3856525351]>.wlc-menu--type-post-menu[_ngcontent-wlc-app-c3856525351] {
			display: block;
		}
	}

	@media (min-width: 560px) {

		.wlc-post-menu--theme-default[_nghost-wlc-app-c3856525351] .wlc-post-menu__wrp[_ngcontent-wlc-app-c3856525351] .wlc-post-menu__items[_ngcontent-wlc-app-c3856525351],
		.wlc-post-menu--theme-default[_nghost-wlc-app-c3856525351] .wlc-post-menu__wrp[_ngcontent-wlc-app-c3856525351]>.wlc-menu--type-post-menu[_ngcontent-wlc-app-c3856525351] {
			grid-gap: 0;
		}
	}

	.wlc-post-menu--theme-default[_nghost-wlc-app-c3856525351] .wlc-post-menu__title[_ngcontent-wlc-app-c3856525351] {
		color: var(--mc-main);
		font-style: normal;
		font-weight: bold;
		font-size: 1.6rem;
		line-height: 1.45;
		padding: 0 0 20px 0;
	}

	.wlc-post-menu--theme-default.wlc-post-menu--theme-mod-footer-first[_nghost-wlc-app-c3856525351] {
		justify-content: center;
		padding: 0;
		width: 100%;
	}

	@media (min-width: 560px) {
		.wlc-post-menu--theme-default.wlc-post-menu--theme-mod-footer-first[_nghost-wlc-app-c3856525351] {
			justify-content: flex-start;
		}
	}

	.wlc-post-menu--theme-default.wlc-post-menu--theme-mod-footer-first[_nghost-wlc-app-c3856525351] .wlc-post-menu__control--prev[_ngcontent-wlc-app-c3856525351],
	.wlc-post-menu--theme-default.wlc-post-menu--theme-mod-footer-first[_nghost-wlc-app-c3856525351] .wlc-post-menu__control--next[_ngcontent-wlc-app-c3856525351] {
		visibility: hidden;
	}

	.wlc-post-menu--theme-default.wlc-post-menu--theme-mod-footer-first.wlc-post-menu--without-swiper[_nghost-wlc-app-c3856525351] .wlc-post-menu__items[_ngcontent-wlc-app-c3856525351],
	.wlc-post-menu--theme-default.wlc-post-menu--theme-mod-footer-first.wlc-post-menu--without-swiper[_nghost-wlc-app-c3856525351] .wlc-post-menu__wrp[_ngcontent-wlc-app-c3856525351]>.wlc-menu--type-post-menu[_ngcontent-wlc-app-c3856525351] {
		-moz-column-count: unset;
		column-count: unset;
		text-align: center;
		max-width: 440px;
		margin: -5px auto;
		display: block;
		-moz-column-gap: 20px;
		column-gap: 20px;
	}

	@media (min-width: 1024px) {

		.wlc-post-menu--theme-default.wlc-post-menu--theme-mod-footer-first.wlc-post-menu--without-swiper[_nghost-wlc-app-c3856525351] .wlc-post-menu__items[_ngcontent-wlc-app-c3856525351],
		.wlc-post-menu--theme-default.wlc-post-menu--theme-mod-footer-first.wlc-post-menu--without-swiper[_nghost-wlc-app-c3856525351] .wlc-post-menu__wrp[_ngcontent-wlc-app-c3856525351]>.wlc-menu--type-post-menu[_ngcontent-wlc-app-c3856525351] {
			max-width: 100%;
		}
	}

	@media (min-width: 1024px) {

		.wlc-post-menu--theme-default.wlc-post-menu--theme-mod-footer-first.wlc-post-menu--without-swiper[_nghost-wlc-app-c3856525351] .wlc-post-menu__items[_ngcontent-wlc-app-c3856525351],
		.wlc-post-menu--theme-default.wlc-post-menu--theme-mod-footer-first.wlc-post-menu--without-swiper[_nghost-wlc-app-c3856525351] .wlc-post-menu__wrp[_ngcontent-wlc-app-c3856525351]>.wlc-menu--type-post-menu[_ngcontent-wlc-app-c3856525351] {
			margin: -5px 0;
		}
	}

	.wlc-post-menu--theme-default.wlc-post-menu--theme-mod-footer-first.wlc-post-menu--without-swiper[_nghost-wlc-app-c3856525351] .wlc-menu__link {
		display: inline-block;
		padding: 6px 0;
	}

	.wlc-post-menu--theme-contacts[_nghost-wlc-app-c3856525351] .wlc-menu__link {
		color: var(--mc-baseMain);
		font-style: normal;
		font-weight: bold;
		font-size: 1.6rem;
		line-height: 1.45;
		transition: all 0.3s linear;
		display: block;
		padding: 20px 25px;
		letter-spacing: 1px;
		text-transform: capitalize;
		text-decoration: none;
		border-bottom: 2px solid var(--mc-baseOpacity);
	}

	.wlc-post-menu--theme-contacts[_nghost-wlc-app-c3856525351] .wlc-menu__link.active {
		color: var(--mc-black);
		background: var(--mc-buttonGradient);
	}

	@media (pointer: fine) {
		.wlc-post-menu--theme-contacts[_nghost-wlc-app-c3856525351] .wlc-menu__link:hover:not(.active) {
			color: var(--mc-baseMain);
			background: var(--mc-buttonGradient);
		}
	}

	.wlc-post-menu--theme-contacts[_nghost-wlc-app-c3856525351] .wlc-menu__item:last-child .wlc-menu__link {
		border-bottom: 0;
	}

	.wlc-post-menu--theme-default[_nghost-wlc-app-c3856525351] {
		position: relative;
		min-width: 0;
	}

	.wlc-post-menu--theme-default.wlc-post-menu--theme-mod-footer-first.wlc-post-menu--without-swiper[_nghost-wlc-app-c3856525351] .wlc-post-menu__items[_ngcontent-wlc-app-c3856525351],
	.wlc-post-menu--theme-default.wlc-post-menu--theme-mod-footer-first.wlc-post-menu--without-swiper[_nghost-wlc-app-c3856525351] .wlc-post-menu__wrp[_ngcontent-wlc-app-c3856525351]>.wlc-menu--type-post-menu[_ngcontent-wlc-app-c3856525351] {
		display: grid;
		grid-column-gap: 20px;
		grid-template-columns: repeat(1, auto);
		justify-content: space-between;
		max-width: 715px;
	}

	@media (min-width: 1024px) {

		.wlc-post-menu--theme-default.wlc-post-menu--theme-mod-footer-first.wlc-post-menu--without-swiper[_nghost-wlc-app-c3856525351] .wlc-post-menu__items[_ngcontent-wlc-app-c3856525351] .wlc-menu__item,
		.wlc-post-menu--theme-default.wlc-post-menu--theme-mod-footer-first.wlc-post-menu--without-swiper[_nghost-wlc-app-c3856525351] .wlc-post-menu__wrp[_ngcontent-wlc-app-c3856525351]>.wlc-menu--type-post-menu[_ngcontent-wlc-app-c3856525351] .wlc-menu__item {
			margin: 0 0 5px;
		}
	}

	@media (max-width: 479px) {

		.wlc-post-menu--theme-default.wlc-post-menu--theme-mod-footer-first.wlc-post-menu--without-swiper[_nghost-wlc-app-c3856525351] .wlc-post-menu__items[_ngcontent-wlc-app-c3856525351],
		.wlc-post-menu--theme-default.wlc-post-menu--theme-mod-footer-first.wlc-post-menu--without-swiper[_nghost-wlc-app-c3856525351] .wlc-post-menu__wrp[_ngcontent-wlc-app-c3856525351]>.wlc-menu--type-post-menu[_ngcontent-wlc-app-c3856525351] {
			display: flex;
			flex-direction: column;
			align-items: center;
			justify-content: center;
			width: 100%;
		}
	}

	@media (max-width: 767px) {

		.wlc-post-menu--theme-default.wlc-post-menu--theme-mod-footer-first.wlc-post-menu--without-swiper[_nghost-wlc-app-c3856525351] .wlc-post-menu__items[_ngcontent-wlc-app-c3856525351],
		.wlc-post-menu--theme-default.wlc-post-menu--theme-mod-footer-first.wlc-post-menu--without-swiper[_nghost-wlc-app-c3856525351] .wlc-post-menu__wrp[_ngcontent-wlc-app-c3856525351]>.wlc-menu--type-post-menu[_ngcontent-wlc-app-c3856525351] {
			padding: 0 0 15px;
		}
	}

	@media (min-width: 768px) {

		.wlc-post-menu--theme-default.wlc-post-menu--theme-mod-footer-first.wlc-post-menu--without-swiper[_nghost-wlc-app-c3856525351] .wlc-post-menu__items[_ngcontent-wlc-app-c3856525351],
		.wlc-post-menu--theme-default.wlc-post-menu--theme-mod-footer-first.wlc-post-menu--without-swiper[_nghost-wlc-app-c3856525351] .wlc-post-menu__wrp[_ngcontent-wlc-app-c3856525351]>.wlc-menu--type-post-menu[_ngcontent-wlc-app-c3856525351] {
			grid-template-columns: repeat(3, auto);
		}
	}

	@media (max-width: 1023px) {

		.wlc-post-menu--theme-default.wlc-post-menu--theme-mod-footer-first.wlc-post-menu--without-swiper[_nghost-wlc-app-c3856525351] .wlc-post-menu__items[_ngcontent-wlc-app-c3856525351],
		.wlc-post-menu--theme-default.wlc-post-menu--theme-mod-footer-first.wlc-post-menu--without-swiper[_nghost-wlc-app-c3856525351] .wlc-post-menu__wrp[_ngcontent-wlc-app-c3856525351]>.wlc-menu--type-post-menu[_ngcontent-wlc-app-c3856525351] {
			justify-content: space-evenly;
		}
	}

	@media (min-width: 1200px) {

		.wlc-post-menu--theme-default.wlc-post-menu--theme-mod-footer-first.wlc-post-menu--without-swiper[_nghost-wlc-app-c3856525351] .wlc-post-menu__items[_ngcontent-wlc-app-c3856525351],
		.wlc-post-menu--theme-default.wlc-post-menu--theme-mod-footer-first.wlc-post-menu--without-swiper[_nghost-wlc-app-c3856525351] .wlc-post-menu__wrp[_ngcontent-wlc-app-c3856525351]>.wlc-menu--type-post-menu[_ngcontent-wlc-app-c3856525351] {
			margin: 0 0 0 auto;
		}
	}

	.wlc-post-menu--theme-contacts[_nghost-wlc-app-c3856525351] .wlc-menu__link {
		background: var(--mc-bg500);
	}


	[_nghost-wlc-app-c3373317602] {
		display: inline-block;
	}

	.wlc-logo--theme-mod-footer-first[_nghost-wlc-app-c3373317602] {
		width: 184px;
	}

	.wlc-logo--theme-mod-footer-wolf[_nghost-wlc-app-c3373317602] {
		width: 170px;
	}

	.wlc-logo--theme-mod-footer-wolf[_nghost-wlc-app-c3373317602] img,
	.wlc-logo--theme-mod-footer-wolf[_nghost-wlc-app-c3373317602] svg {
		margin: 0 auto;
	}

	.wlc-logo__image[_ngcontent-wlc-app-c3373317602] img,
	.wlc-logo__image[_ngcontent-wlc-app-c3373317602] svg {
		display: block;
		width: auto;
		max-width: 100%;
		height: auto;
	}


	.wlc-footer-ratings--theme-default[_nghost-wlc-app-c1726347706] {
		display: flex;
		flex-direction: column;
		grid-area: ratings;
		align-items: center;
		justify-content: center;
		width: 100%;
	}

	.wlc-footer-ratings--theme-default[_nghost-wlc-app-c1726347706] .wlc-footer-ratings__title[_ngcontent-wlc-app-c1726347706] {
		color: var(--mc-baseMain);
		font-style: normal;
		font-weight: bold;
		font-size: 2rem;
		line-height: 1.45;
		margin-bottom: 10px;
		text-align: center;
		text-transform: uppercase;
	}

	.wlc-footer-ratings--theme-default[_nghost-wlc-app-c1726347706] .wlc-footer-ratings__container[_ngcontent-wlc-app-c1726347706] {
		grid-gap: 20px;
		margin: 0 0 60px;
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		align-items: center;
		justify-items: center;
		max-width: 1008px;
	}

	@media (min-width: 560px) {
		.wlc-footer-ratings--theme-default[_nghost-wlc-app-c1726347706] .wlc-footer-ratings__container[_ngcontent-wlc-app-c1726347706] {
			grid-gap: 40px;
		}
	}

	@media (min-width: 900px) {
		.wlc-footer-ratings--theme-default[_nghost-wlc-app-c1726347706] .wlc-footer-ratings__container[_ngcontent-wlc-app-c1726347706] {
			grid-gap: 60px;
		}
	}

	@media (min-width: 1024px) {
		.wlc-footer-ratings--theme-default[_nghost-wlc-app-c1726347706] .wlc-footer-ratings__container[_ngcontent-wlc-app-c1726347706] {
			margin: 0 0 30px;
		}
	}

	.wlc-footer-ratings--theme-default[_nghost-wlc-app-c1726347706] .wlc-footer-ratings__item[_ngcontent-wlc-app-c1726347706] {
		display: flex;
		align-items: center;
		justify-content: center;
		max-width: 296px;
		max-height: 110px;
	}

	.wlc-footer-ratings--theme-default[_nghost-wlc-app-c1726347706] .wlc-footer-ratings__item-link[_ngcontent-wlc-app-c1726347706] span[_ngcontent-wlc-app-c1726347706] svg {
		width: 100%;
		height: 100%;
	}

	@media (max-width: 719px) {
		.wlc-footer-ratings--theme-default[_nghost-wlc-app-c1726347706] .wlc-footer-ratings__item[_ngcontent-wlc-app-c1726347706]:first-child .wlc-footer-ratings__item-link[_ngcontent-wlc-app-c1726347706] span[_ngcontent-wlc-app-c1726347706] svg {
			height: 45px;
		}
	}

	@media (max-width: 559px) {
		.wlc-footer-ratings--theme-default[_nghost-wlc-app-c1726347706] .wlc-footer-ratings__item[_ngcontent-wlc-app-c1726347706]:first-child .wlc-footer-ratings__item-link[_ngcontent-wlc-app-c1726347706] span[_ngcontent-wlc-app-c1726347706] svg {
			height: 35px;
		}
	}


	.wlc-scroll-up[_nghost-wlc-app-c1295680026] {
		padding: 0 30px;
		position: fixed;
		bottom: 65px;
		left: 50%;
		z-index: 1000;
		width: 100%;
		max-width: 1800px;
		transform: translateX(-50%);
		pointer-events: none;
	}

	@media (min-width: 1630px) {
		.wlc-scroll-up[_nghost-wlc-app-c1295680026] {
			padding: 0 10px;
		}
	}

	.wlc-scroll-up[_nghost-wlc-app-c1295680026] .wlc-scroll-up__button[_ngcontent-wlc-app-c1295680026] {
		transition: all 0.3s linear;
		width: 40px;
		height: 40px;
		display: flex;
		align-items: center;
		justify-content: center;
		margin: 0 0 0 auto;
		color: #ffffff;
		background: var(--mc-baseOpacity);
		border-radius: 100px;
		outline: none;
		cursor: pointer;
		opacity: 0;
		border: none;
	}

	@media (min-width: 900px) {
		.wlc-scroll-up[_nghost-wlc-app-c1295680026] .wlc-scroll-up__button[_ngcontent-wlc-app-c1295680026] {
			width: 50px;
		}
	}

	@media (min-width: 900px) {
		.wlc-scroll-up[_nghost-wlc-app-c1295680026] .wlc-scroll-up__button[_ngcontent-wlc-app-c1295680026] {
			height: 50px;
		}
	}

	.wlc-scroll-up[_nghost-wlc-app-c1295680026] .wlc-scroll-up__button[_ngcontent-wlc-app-c1295680026] .wlc-icon-content {
		display: flex;
	}

	.wlc-scroll-up[_nghost-wlc-app-c1295680026] .wlc-scroll-up__button[_ngcontent-wlc-app-c1295680026] .wlc-icon-content svg {
		width: auto;
		height: auto;
		fill: currentColor;
	}

	@media (min-width: 900px) {
		.wlc-scroll-up[_nghost-wlc-app-c1295680026] .wlc-scroll-up__button[_ngcontent-wlc-app-c1295680026] .wlc-icon-content svg {
			width: 20px;
		}
	}

	.wlc-scroll-up[_nghost-wlc-app-c1295680026] .wlc-scroll-up__button.show[_ngcontent-wlc-app-c1295680026] {
		opacity: 1;
		pointer-events: initial;
	}

	.wlc-scroll-up[_nghost-wlc-app-c1295680026] .wlc-scroll-up__button.mobile-only[_ngcontent-wlc-app-c1295680026] {
		display: flex;
	}

	@media (min-width: 900px) {
		.wlc-scroll-up[_nghost-wlc-app-c1295680026] .wlc-scroll-up__button.mobile-only[_ngcontent-wlc-app-c1295680026] {
			display: none;
		}
	}

	@media (pointer: fine) {
		.wlc-scroll-up[_nghost-wlc-app-c1295680026] .wlc-scroll-up__button[_ngcontent-wlc-app-c1295680026]:hover {
			color: #ffffff;
			background: #75e6ff;
		}
	}

	.wlc-scroll-up.wlc-scroll-up--theme-mod-circle[_nghost-wlc-app-c1295680026] .wlc-scroll-up__button[_ngcontent-wlc-app-c1295680026] {
		border-radius: 100px;
	}

	.wlc-scroll-up.wlc-scroll-up--theme-mod-circle[_nghost-wlc-app-c1295680026] .wlc-scroll-up__button[_ngcontent-wlc-app-c1295680026] svg {
		width: auto;
	}

	@media (min-width: 900px) {
		.wlc-scroll-up.wlc-scroll-up--theme-mod-circle[_nghost-wlc-app-c1295680026] .wlc-scroll-up__button[_ngcontent-wlc-app-c1295680026] svg {
			width: 18px;
		}
	}


	.wlc-right-widget--theme-default[_nghost-wlc-app-c93805668] {
		position: sticky;
		top: 0;
		right: 0;
		width: 100%;
		height: 100%;
	}

	.wlc-right-widget--theme-default[_nghost-wlc-app-c93805668] .wlc-right-widget__title[_ngcontent-wlc-app-c93805668] {
		color: var(--mc-baseMain);
		font-style: normal;
		font-weight: bold;
		font-size: 2.4rem;
		line-height: 1.45;
		margin-bottom: 15px;
		text-align: left;
	}

	.wlc-right-widget--theme-default[_nghost-wlc-app-c93805668] .wlc-right-widget__backdrop[_ngcontent-wlc-app-c93805668] {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		display: none;
		width: 100vw;
		height: 100vh;
		background: var(--mc-bg-o8);
		visibility: visible;
		pointer-events: all;
	}

	.wlc-right-widget--theme-default[_nghost-wlc-app-c93805668] .wlc-right-widget__container[_ngcontent-wlc-app-c93805668] {
		height: 100%;
	}

	.wlc-right-widget--theme-default[_nghost-wlc-app-c93805668] .wlc-right-widget__container--lastwins[_ngcontent-wlc-app-c93805668] .wlc-right-widget-random-wrapper[_ngcontent-wlc-app-c93805668] {
		display: flex;
	}

	.wlc-right-widget--theme-default[_nghost-wlc-app-c93805668] .wlc-right-widget__container[_ngcontent-wlc-app-c93805668] .wlc-scrollbar[_ngcontent-wlc-app-c93805668] .swiper-scrollbar {
		margin-right: 5px;
	}

	.wlc-right-widget--theme-default[_nghost-wlc-app-c93805668] .wlc-right-widget__wrp[_ngcontent-wlc-app-c93805668] {
		padding-top: 0;
		width: 100vw;
		right: -110vw;
		position: absolute;
		top: 0;
		bottom: 0;
		height: 100vh;
		background: var(--mc-bgModal);
		visibility: visible;
		transition: all 0.7s ease-out;
		pointer-events: all;
	}

	@media (min-width: 480px) {
		.wlc-right-widget--theme-default[_nghost-wlc-app-c93805668] .wlc-right-widget__wrp[_ngcontent-wlc-app-c93805668] {
			padding-top: 60px;
		}
	}

	@media (min-width: 1024px) {
		.wlc-right-widget--theme-default[_nghost-wlc-app-c93805668] .wlc-right-widget__wrp[_ngcontent-wlc-app-c93805668] {
			padding-top: 70px;
		}
	}

	@media (min-width: 1630px) {
		.wlc-right-widget--theme-default[_nghost-wlc-app-c93805668] .wlc-right-widget__wrp[_ngcontent-wlc-app-c93805668] {
			padding-top: 100px;
		}
	}

	@media (min-width: 480px) {
		.wlc-right-widget--theme-default[_nghost-wlc-app-c93805668] .wlc-right-widget__wrp[_ngcontent-wlc-app-c93805668] {
			width: 365px;
		}
	}

	@media (min-width: 480px) {
		.wlc-right-widget--theme-default[_nghost-wlc-app-c93805668] .wlc-right-widget__wrp[_ngcontent-wlc-app-c93805668] {
			right: -395px;
		}
	}

	.wlc-right-widget--theme-default[_nghost-wlc-app-c93805668] .wlc-right-widget__wrp.open[_ngcontent-wlc-app-c93805668] {
		right: 0;
	}

	.wlc-right-widget--theme-default[_nghost-wlc-app-c93805668] .wlc-right-widget__close-btn[_ngcontent-wlc-app-c93805668] {
		position: absolute;
		top: 165px;
		left: -30px;
		display: flex;
		align-items: center;
		justify-content: center;
		width: 30px;
		height: 55px;
		background: var(--mc-bg);
		box-shadow: 0 24px 24px 0 rgba(17, 17, 17, 0.24);
		border-radius: 16px 0 0 16px;
		cursor: pointer;
	}

	.wlc-right-widget--theme-default[_nghost-wlc-app-c93805668] .wlc-right-widget__close-btn-icon[_ngcontent-wlc-app-c93805668] {
		transition: all 0.3s linear;
		display: flex;
		align-items: center;
		justify-content: center;
		width: 20px;
		height: 20px;
		opacity: 0.8;
	}

	@media (pointer: fine) {
		.wlc-right-widget--theme-default[_nghost-wlc-app-c93805668] .wlc-right-widget__close-btn[_ngcontent-wlc-app-c93805668]:hover .wlc-icon[_ngcontent-wlc-app-c93805668] {
			opacity: 1;
		}
	}

	@media (max-width: 479px) {
		.wlc-right-widget--theme-default[_nghost-wlc-app-c93805668] .wlc-right-widget__close-btn[_ngcontent-wlc-app-c93805668] {
			top: 33px;
			right: 25px;
			left: auto;
			width: 40px;
			height: 40px;
			background: none;
			box-shadow: none;
			border-radius: 5px;
		}

		.wlc-right-widget--theme-default[_nghost-wlc-app-c93805668] .wlc-right-widget__close-btn-icon[_ngcontent-wlc-app-c93805668] {
			width: 40px;
		}

		.wlc-right-widget--theme-default[_nghost-wlc-app-c93805668] .wlc-right-widget__close-btn-icon[_ngcontent-wlc-app-c93805668] svg {
			width: 40px;
			height: 40px;
		}
	}

	.wlc-right-widget--theme-default[_nghost-wlc-app-c93805668] .wlc-right-widget__panch[_ngcontent-wlc-app-c93805668] {
		transition: all 0.3s linear;
		position: absolute;
		top: 40%;
		right: 0;
		visibility: visible;
		cursor: pointer;
	}

	@media (min-width: 1024px) {
		.wlc-right-widget--theme-default[_nghost-wlc-app-c93805668] .wlc-right-widget__panch[_ngcontent-wlc-app-c93805668] {
			width: 34px;
		}
	}

	@media (min-width: 480px) {
		.wlc-right-widget--theme-default[_nghost-wlc-app-c93805668] .wlc-right-widget__panch[_ngcontent-wlc-app-c93805668] {
			top: 45%;
		}
	}

	@media (min-width: 1024px) {
		.wlc-right-widget--theme-default[_nghost-wlc-app-c93805668] .wlc-right-widget__panch[_ngcontent-wlc-app-c93805668] {
			top: 40%;
		}
	}

	.wlc-right-widget--theme-default[_nghost-wlc-app-c93805668] .wlc-right-widget__panch-content[_ngcontent-wlc-app-c93805668] {
		position: relative;
		overflow: hidden;
		border-radius: 16px 0 0 16px;
	}

	.wlc-right-widget--theme-default[_nghost-wlc-app-c93805668] .wlc-right-widget__panch-btn[_ngcontent-wlc-app-c93805668] {
		position: relative;
		align-items: center;
		justify-content: center;
		background: var(--mc-bg100);
		box-shadow: 0 4px 9px 0 rgba(0, 0, 0, 0.24);
	}

	@media (min-width: 1024px) {
		.wlc-right-widget--theme-default[_nghost-wlc-app-c93805668] .wlc-right-widget__panch-btn[_ngcontent-wlc-app-c93805668] {
			width: 34px;
		}
	}

	@media (min-width: 1024px) {
		.wlc-right-widget--theme-default[_nghost-wlc-app-c93805668] .wlc-right-widget__panch-btn[_ngcontent-wlc-app-c93805668] {
			height: 56px;
		}
	}

	.wlc-right-widget--theme-default[_nghost-wlc-app-c93805668] .wlc-right-widget__panch-btn.active[_ngcontent-wlc-app-c93805668] {
		background: var(--mc-buttonGradient);
	}

	.wlc-right-widget--theme-default[_nghost-wlc-app-c93805668] .wlc-right-widget__panch-btn.active[_ngcontent-wlc-app-c93805668] .wlc-right-widget__panch-btn-icon[_ngcontent-wlc-app-c93805668] svg g path {
		fill: var(--mc-black);
	}

	@media (min-width: 480px) {
		.wlc-right-widget--theme-default[_nghost-wlc-app-c93805668] .wlc-right-widget__panch-btn-icon[_ngcontent-wlc-app-c93805668] .wlc-icon-content {
			height: 22px;
		}
	}

	@media (min-width: 1024px) {
		.wlc-right-widget--theme-default[_nghost-wlc-app-c93805668] .wlc-right-widget__panch-btn-icon[_ngcontent-wlc-app-c93805668] .wlc-icon-content {
			height: 20px;
		}
	}

	.wlc-right-widget--theme-default[_nghost-wlc-app-c93805668] .wlc-right-widget__panch-btn-icon[_ngcontent-wlc-app-c93805668] .wlc-icon-content svg {
		width: 32px;
		height: 32px;
	}

	@media (max-width: 1023px) {
		.wlc-right-widget--theme-default[_nghost-wlc-app-c93805668] .wlc-right-widget__panch-btn-icon[_ngcontent-wlc-app-c93805668] .wlc-icon-content svg {
			width: 22px;
			height: 22px;
		}
	}

	.wlc-right-widget--theme-default[_nghost-wlc-app-c93805668] .wlc-right-widget__panch-btn-icon[_ngcontent-wlc-app-c93805668] .wlc-icon-content svg g path {
		fill: var(--mc-black);
	}

	.wlc-right-widget--theme-default[_nghost-wlc-app-c93805668] .wlc-right-widget__panch-btn--desktop[_ngcontent-wlc-app-c93805668] {
		display: none;
	}

	@media (min-width: 1024px) {
		.wlc-right-widget--theme-default[_nghost-wlc-app-c93805668] .wlc-right-widget__panch-btn--desktop[_ngcontent-wlc-app-c93805668] {
			display: flex;
		}
	}

	.wlc-right-widget--theme-default[_nghost-wlc-app-c93805668] .wlc-right-widget__panch-btn--mobile[_ngcontent-wlc-app-c93805668] {
		display: flex;
		width: 24px;
		height: 56px;
	}

	.wlc-right-widget--theme-default[_nghost-wlc-app-c93805668] .wlc-right-widget__panch-btn--mobile[_ngcontent-wlc-app-c93805668] .wlc-right-widget__panch-btn-icon[_ngcontent-wlc-app-c93805668] svg {
		width: 30px;
		height: 30px;
	}

	.wlc-right-widget--theme-default[_nghost-wlc-app-c93805668] .wlc-right-widget__panch-btn--mobile[_ngcontent-wlc-app-c93805668] .wlc-right-widget__panch-btn-icon[_ngcontent-wlc-app-c93805668] svg path {
		fill: var(--mc-black);
	}

	@media (min-width: 1024px) {
		.wlc-right-widget--theme-default[_nghost-wlc-app-c93805668] .wlc-right-widget__panch-btn--mobile[_ngcontent-wlc-app-c93805668] {
			display: none;
		}
	}

	.wlc-right-widget--theme-default[_nghost-wlc-app-c93805668] .wlc-right-widget__panch-btn[_ngcontent-wlc-app-c93805668]:before {
		content: "";
		position: absolute;
		right: 0;
		bottom: 0;
		display: block;
		width: 100%;
		height: 1px;
		background: var(--mc-baseMain-o2);
	}

	.wlc-right-widget--theme-default[_nghost-wlc-app-c93805668] .wlc-right-widget__panch-btn[_ngcontent-wlc-app-c93805668]:last-child:before {
		display: none;
	}

	@media (pointer: fine) {
		.wlc-right-widget--theme-default[_nghost-wlc-app-c93805668] .wlc-right-widget__panch-btn[_ngcontent-wlc-app-c93805668]:hover {
			background: var(--mc-buttonGradient);
		}

		.wlc-right-widget--theme-default[_nghost-wlc-app-c93805668] .wlc-right-widget__panch-btn[_ngcontent-wlc-app-c93805668]:hover .wlc-right-widget__panch-btn-icon[_ngcontent-wlc-app-c93805668] svg g path {
			fill: var(--mc-black);
		}
	}

	.wlc-right-widget--theme-default[_nghost-wlc-app-c93805668] .wlc-right-widget__header[_ngcontent-wlc-app-c93805668] {
		grid-template-columns: 1fr 1fr 1fr 65px;
		display: grid;
		padding: 20px 25px;
		background: var(--mc-bgModal);
	}

	@media (min-width: 480px) {
		.wlc-right-widget--theme-default[_nghost-wlc-app-c93805668] .wlc-right-widget__header[_ngcontent-wlc-app-c93805668] {
			grid-template-columns: 1fr 1fr 1fr;
		}
	}

	.wlc-right-widget--theme-default[_nghost-wlc-app-c93805668] .wlc-right-widget__content[_ngcontent-wlc-app-c93805668] {
		padding: 0 25px 45px;
		width: 100%;
		height: 100%;
	}

	@media (min-width: 480px) {
		.wlc-right-widget--theme-default[_nghost-wlc-app-c93805668] .wlc-right-widget__content[_ngcontent-wlc-app-c93805668] {
			padding: 0 25px 125px;
		}
	}

	@media (min-width: 1024px) {
		.wlc-right-widget--theme-default[_nghost-wlc-app-c93805668] .wlc-right-widget__content[_ngcontent-wlc-app-c93805668] {
			padding: 0 25px 45px;
		}
	}

	.wlc-right-widget--theme-default[_nghost-wlc-app-c93805668] .wlc-right-widget__content-item[_ngcontent-wlc-app-c93805668] {
		height: 100%;
	}

	.wlc-right-widget--theme-default[_nghost-wlc-app-c93805668] .wlc-right-widget__tab[_ngcontent-wlc-app-c93805668] {
		height: 65px;
		background: var(--mc-bg100);
		position: relative;
		display: flex;
		align-items: center;
		justify-content: center;
		color: var(--mc-black);
		border-radius: 0;
		border-right: 1px solid var(--mc-main-o2);
		cursor: pointer;
	}

	@media (min-width: 1024px) {
		.wlc-right-widget--theme-default[_nghost-wlc-app-c93805668] .wlc-right-widget__tab[_ngcontent-wlc-app-c93805668] {
			background: var(--mc-bg700);
		}
	}

	.wlc-right-widget--theme-default[_nghost-wlc-app-c93805668] .wlc-right-widget__tab-icon[_ngcontent-wlc-app-c93805668] .wlc-icon-content {
		height: 35px;
	}

	.wlc-right-widget--theme-default[_nghost-wlc-app-c93805668] .wlc-right-widget__tab-icon[_ngcontent-wlc-app-c93805668] .wlc-icon-content svg {
		width: 38px;
		height: 38px;
	}

	.wlc-right-widget--theme-default[_nghost-wlc-app-c93805668] .wlc-right-widget__tab-icon[_ngcontent-wlc-app-c93805668] .wlc-icon-content svg g path {
		fill: var(--mc-black);
	}

	.wlc-right-widget--theme-default[_nghost-wlc-app-c93805668] .wlc-right-widget__tab.active[_ngcontent-wlc-app-c93805668] {
		color: var(--mc-black);
		background: var(--mc-buttonGradient);
	}

	.wlc-right-widget--theme-default[_nghost-wlc-app-c93805668] .wlc-right-widget__tab.active[_ngcontent-wlc-app-c93805668] .wlc-right-widget__tab-icon[_ngcontent-wlc-app-c93805668] svg g path {
		fill: var(--mc-black);
	}

	.wlc-right-widget--theme-default[_nghost-wlc-app-c93805668] .wlc-right-widget__tab[_ngcontent-wlc-app-c93805668]:before {
		content: "";
		position: absolute;
		top: 0;
		right: -1px;
		display: block;
		width: 1px;
		height: 100%;
		background: var(--mc-black-o2);
	}

	.wlc-right-widget--theme-default[_nghost-wlc-app-c93805668] .wlc-right-widget__tab[_ngcontent-wlc-app-c93805668]:first-child {
		border-radius: 16px 0 0 16px;
	}

	.wlc-right-widget--theme-default[_nghost-wlc-app-c93805668] .wlc-right-widget__tab[_ngcontent-wlc-app-c93805668]:last-child {
		border-radius: 0 16px 16px 0;
		border-right: none;
	}

	.wlc-right-widget--theme-default[_nghost-wlc-app-c93805668] .wlc-right-widget__tab[_ngcontent-wlc-app-c93805668]:last-child:before {
		display: none;
	}

	@media (pointer: fine) {
		.wlc-right-widget--theme-default[_nghost-wlc-app-c93805668] .wlc-right-widget__tab[_ngcontent-wlc-app-c93805668]:hover:not(.active) {
			color: var(--mc-black);
			background: var(--mc-buttonGradient);
		}

		.wlc-right-widget--theme-default[_nghost-wlc-app-c93805668] .wlc-right-widget__tab[_ngcontent-wlc-app-c93805668]:hover:not(.active) .wlc-right-widget__tab-icon[_ngcontent-wlc-app-c93805668] svg g path {
			fill: var(--mc-black);
		}
	}

	.wlc-right-widget--theme-default[_nghost-wlc-app-c93805668] .wlc-right-widget-market-wrapper[_ngcontent-wlc-app-c93805668] {
		padding-bottom: 100px;
	}

	.wlc-right-widget--theme-default[_nghost-wlc-app-c93805668] .wlc-right-widget-market-wrapper[_ngcontent-wlc-app-c93805668] .wlc-store-list__list {
		grid-gap: 10px;
		grid-template-columns: 1fr;
	}

	.wlc-right-widget--theme-default[_nghost-wlc-app-c93805668] .wlc-right-widget-market-wrapper[_ngcontent-wlc-app-c93805668] .wlc-store-list__list .wlc-store-item {
		margin-bottom: 0;
	}

	.wlc-right-widget--theme-default[_nghost-wlc-app-c93805668] .wlc-right-widget-market-wrapper[_ngcontent-wlc-app-c93805668] .wlc-store-list__list .wlc-store-item__content {
		width: 100%;
		max-width: 100%;
		height: 365px;
	}

	.wlc-right-widget--theme-default[_nghost-wlc-app-c93805668] .wlc-right-widget-market-wrapper[_ngcontent-wlc-app-c93805668] .wlc-store-list__list .wlc-store-item__image img {
		max-height: 160px;
	}

	.wlc-right-widget--theme-default[_nghost-wlc-app-c93805668] .wlc-right-widget-achievements-wrapper[_ngcontent-wlc-app-c93805668] {
		padding-bottom: 100px;
	}

	.wlc-right-widget--theme-default[_nghost-wlc-app-c93805668] .wlc-right-widget-achievements-wrapper[_ngcontent-wlc-app-c93805668] .wlc-achievement-list__list {
		grid-gap: 0;
		grid-template-columns: 1fr;
	}

	.wlc-right-widget--theme-default[_nghost-wlc-app-c93805668] .wlc-right-widget-achievements-wrapper[_ngcontent-wlc-app-c93805668] .wlc-achievement-list__list .wlc-achievement-item {
		height: 537px;
		width: 100%;
		margin-bottom: 10px;
	}

	@media (min-width: 1024px) {
		.wlc-right-widget--theme-default[_nghost-wlc-app-c93805668] .wlc-right-widget-achievements-wrapper[_ngcontent-wlc-app-c93805668] .wlc-achievement-list__list .wlc-achievement-item {
			height: 537px;
		}
	}

	.wlc-right-widget--theme-default[_nghost-wlc-app-c93805668] .wlc-right-widget-achievements-wrapper[_ngcontent-wlc-app-c93805668] .wlc-achievement-list__list .wlc-achievement-item__name-text {
		display: -webkit-box;
		box-orient: vertical;
		-webkit-box-orient: vertical;

		overflow: hidden;
		text-overflow: ellipsis;
		word-break: break-word;
		-webkit-line-clamp: 2;
	}

	.wlc-right-widget--theme-default[_nghost-wlc-app-c93805668] .wlc-right-widget-achievements-wrapper[_ngcontent-wlc-app-c93805668] .wlc-achievement-list__list .wlc-achievement-item:has(.wlc-achievement-item__container--received) {
		display: none;
	}

	.wlc-right-widget--theme-default[_nghost-wlc-app-c93805668] .wlc-right-widget-achievements-wrapper[_ngcontent-wlc-app-c93805668] .wlc-achievement-list__list .wlc-achievement-item__container {
		width: 100%;
		height: 100%;
	}

	.wlc-right-widget--theme-default[_nghost-wlc-app-c93805668] .wlc-right-widget-achievements-wrapper[_ngcontent-wlc-app-c93805668] .wlc-achievement-list__list .wlc-achievement-item__container--received {
		display: none;
	}

	.wlc-right-widget--theme-default[_nghost-wlc-app-c93805668] .wlc-right-widget-achievements-wrapper[_ngcontent-wlc-app-c93805668] .wlc-achievement-list__list .wlc-achievement-item__progress .wlc-achievement-item__progress-details,
	.wlc-right-widget--theme-default[_nghost-wlc-app-c93805668] .wlc-right-widget-achievements-wrapper[_ngcontent-wlc-app-c93805668] .wlc-achievement-list__list .wlc-achievement-item__progress .wlc-achievement-item__progress-line {
		display: block;
	}

	.wlc-right-widget--theme-default[_nghost-wlc-app-c93805668] .wlc-right-widget-achievements-wrapper[_ngcontent-wlc-app-c93805668] .wlc-achievement-list__list .wlc-achievement-item__group-name {
		width: max-content;
	}

	.wlc-right-widget--theme-default[_nghost-wlc-app-c93805668] .wlc-right-widget-achievements-wrapper[_ngcontent-wlc-app-c93805668] .wlc-achievement-list__list .wlc-achievement-item__description-text {
		display: -webkit-box;
		box-orient: vertical;
		-webkit-box-orient: vertical;

		overflow: hidden;
		text-overflow: ellipsis;
		word-break: break-word;
		-webkit-line-clamp: 2;
	}

	@media (min-width: 1024px) {
		.wlc-right-widget--theme-default[_nghost-wlc-app-c93805668] .wlc-right-widget-achievements-wrapper[_ngcontent-wlc-app-c93805668] .wlc-achievement-list__list .wlc-achievement-item__description-text {
			-webkit-line-clamp: 2;
		}
	}

	.wlc-right-widget--theme-default[_nghost-wlc-app-c93805668] .wlc-right-widget-achievements-wrapper[_ngcontent-wlc-app-c93805668] .wlc-achievement-list__list .wlc-achievement-item__button .wlc-btn {
		max-width: 275px;
	}

	.wlc-right-widget--theme-default[_nghost-wlc-app-c93805668] .wlc-right-widget-achievements-wrapper[_ngcontent-wlc-app-c93805668] .wlc-achievement-list__list .wlc-achievement-item__button .wlc-btn__text {
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		transform: none;
	}

	.wlc-right-widget--theme-default[_nghost-wlc-app-c93805668] .wlc-right-widget-lastwins-wrapper[_ngcontent-wlc-app-c93805668] {
		padding-bottom: 125px;
	}

	.wlc-right-widget--theme-default[_nghost-wlc-app-c93805668] .wlc-right-widget-lastwins-wrapper[_ngcontent-wlc-app-c93805668] .wlc-no-content__wrapper {
		padding: 40px 35px;
		border-radius: 16px;
	}

	.wlc-right-widget--theme-default[_nghost-wlc-app-c93805668] .wlc-right-widget-lastwins-wrapper[_ngcontent-wlc-app-c93805668] .wlc-winners-slider--theme-vertical .wlc-winners-slider__container:after {
		background: transparent;
	}

	.wlc-right-widget--theme-default[_nghost-wlc-app-c93805668] .wlc-right-widget-lastwins-wrapper[_ngcontent-wlc-app-c93805668] .wlc-winners-slider__wrapper {
		border: none;
		padding-top: 0 !important;
		background: transparent;
		border-radius: 0;
	}

	.wlc-right-widget--theme-default[_nghost-wlc-app-c93805668] .wlc-right-widget-lastwins-wrapper[_ngcontent-wlc-app-c93805668] .wlc-winners-slider__slider {
		margin: 0;
	}

	.wlc-right-widget--theme-default[_nghost-wlc-app-c93805668] .wlc-right-widget-lastwins-wrapper[_ngcontent-wlc-app-c93805668] .wlc-winners-slider .wlc-winner__game-name {
		color: var(--mc-baseMain);
		font-style: normal;
		font-weight: bold;
		font-size: 1.2rem;
		line-height: 1.45;
		max-width: 140px;
	}

	.wlc-right-widget--theme-default[_nghost-wlc-app-c93805668] .wlc-right-widget-lastwins-wrapper[_ngcontent-wlc-app-c93805668] .wlc-winners-slider .wlc-winner__user {
		color: var(--mc-baseMain);
		font-style: normal;
		font-weight: normal;
		font-size: 1.2rem;
		line-height: 1.45;
	}

	.wlc-right-widget--theme-default[_nghost-wlc-app-c93805668] .wlc-right-widget-lastwins-wrapper[_ngcontent-wlc-app-c93805668] .wlc-winners-slider .wlc-winner__amount {
		color: var(--mc-baseMain);
		font-style: normal;
		font-weight: bold;
		font-size: 1.4rem;
		line-height: 1.45;
	}

	.wlc-right-widget--theme-default[_nghost-wlc-app-c93805668] .wlc-right-widget-lastwins-wrapper[_ngcontent-wlc-app-c93805668] .wlc-winners-slider .wlc-winner__picture {
		width: 50px;
		border-radius: 8px;
	}

	.wlc-right-widget--theme-default[_nghost-wlc-app-c93805668] .wlc-right-widget-lastwins-wrapper[_ngcontent-wlc-app-c93805668] .wlc-winners-slider .wlc-winner__game-arrow {
		top: 30px;
	}

	.wlc-right-widget--theme-default[_nghost-wlc-app-c93805668] .wlc-right-widget-random-wrapper[_ngcontent-wlc-app-c93805668] {
		position: sticky;
		right: 0;
		bottom: 0;
		z-index: 100;
		display: none;
		align-items: center;
		justify-content: space-between;
		width: 100%;
		height: 87px;
		padding: 0 25px;
		background: var(--mc-bgModal);
		border-top: 1px solid rgba(255, 255, 255, 0.1);
	}

	@media (min-width: 480px) {
		.wlc-right-widget--theme-default[_nghost-wlc-app-c93805668] .wlc-right-widget-random-wrapper[_ngcontent-wlc-app-c93805668] {
			bottom: 64px;
			width: 365px;
		}
	}

	@media (min-width: 1024px) {
		.wlc-right-widget--theme-default[_nghost-wlc-app-c93805668] .wlc-right-widget-random-wrapper[_ngcontent-wlc-app-c93805668] {
			bottom: 0;
		}
	}

	.wlc-right-widget--theme-default[_nghost-wlc-app-c93805668] .wlc-right-widget-random-wrapper[_ngcontent-wlc-app-c93805668] .wlc-icon[_ngcontent-wlc-app-c93805668] {
		fill: var(--mc-baseMain);
	}

	.wlc-right-widget--theme-default[_nghost-wlc-app-c93805668] .wlc-right-widget-random-btn[_ngcontent-wlc-app-c93805668] {
		width: 223px;
		background: var(--mc-buttonGradient);
		border: none;
	}

	.wlc-right-widget--theme-default[_nghost-wlc-app-c93805668] .wlc-right-widget-random-btn[_ngcontent-wlc-app-c93805668]:hover {
		background: var(--mc-buttonGradient);
		box-shadow: 0 0 15px 0 rgba(125, 190, 255, 0.4);
	}

	.wlc-right-widget--theme-default[_nghost-wlc-app-c93805668] .wlc-loader {
		margin-top: 50%;
		transform: translateY(-50%);
	}

	.wlc-right-widget--theme-default[_nghost-wlc-app-c93805668] .wlc-scrollbar {
		height: 89%;
	}

	.wlc-right-widget--theme-default.wlc-right-widget--backdrop[_nghost-wlc-app-c93805668] .wlc-right-widget__backdrop[_ngcontent-wlc-app-c93805668] {
		display: block;
	}


	.wlc-category-menu--theme-default[_nghost-wlc-app-c3364612921] {
		background: var(--mc-bg700);
		border-radius: 10px;
		width: 100%;
		overflow: hidden;
	}

	@media (min-width: 768px) {
		.wlc-category-menu--theme-default[_nghost-wlc-app-c3364612921] {
			background: transparent;
		}
	}

	@media (min-width: 768px) {
		.wlc-category-menu--theme-default[_nghost-wlc-app-c3364612921] {
			border-radius: 0;
		}
	}

	.wlc-category-menu--theme-default[_nghost-wlc-app-c3364612921] .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-default[_nghost-wlc-app-c3364612921] .wlc-category-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 0.3s ease-out;
		pointer-events: initial;
	}

	.wlc-category-menu--theme-default[_nghost-wlc-app-c3364612921] .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-default[_nghost-wlc-app-c3364612921] .wlc-category-menu__control:before {
			background: linear-gradient(90deg, var(--mc-bg700) 65%, var(--mc-bg700-o0) 100%);
		}
	}

	.wlc-category-menu--theme-default[_nghost-wlc-app-c3364612921] .wlc-category-menu__control:disabled {
		display: none;
	}

	.wlc-category-menu--theme-default[_nghost-wlc-app-c3364612921] .wlc-category-menu__control .wlc-icon {
		display: none;
		line-height: 1;
	}

	@media (min-width: 768px) {
		.wlc-category-menu--theme-default[_nghost-wlc-app-c3364612921] .wlc-category-menu__control .wlc-icon {
			display: block;
		}
	}

	.wlc-category-menu--theme-default[_nghost-wlc-app-c3364612921] .wlc-category-menu__control svg {
		transform: var(--wlc-category-menu-svg-transform, none);
		fill: currentColor;
	}

	.wlc-category-menu--theme-default[_nghost-wlc-app-c3364612921] .wlc-category-menu__control--prev {
		--wlc-category-menu-svg-transform: rotate(90deg);
		margin: 0 auto 0 10px;
		justify-content: flex-start;
	}

	@media (min-width: 768px) {
		.wlc-category-menu--theme-default[_nghost-wlc-app-c3364612921] .wlc-category-menu__control--prev {
			margin: 0 auto 0 0;
		}
	}

	.wlc-category-menu--theme-default[_nghost-wlc-app-c3364612921] .wlc-category-menu__control--next {
		--wlc-category-menu-svg-transform: rotate(-90deg);
		margin: 0 10px 0 auto;
		justify-content: flex-end;
	}

	@media (min-width: 768px) {
		.wlc-category-menu--theme-default[_nghost-wlc-app-c3364612921] .wlc-category-menu__control--next {
			margin: 0 0 0 auto;
		}
	}

	.wlc-category-menu--theme-default[_nghost-wlc-app-c3364612921] .wlc-category-menu__control--next:before {
		transform: scaleX(-1);
	}

	@media (pointer: fine) {
		.wlc-category-menu--theme-default[_nghost-wlc-app-c3364612921] .wlc-category-menu__control:hover {
			color: var(--mc-main);
		}
	}

	.wlc-category-menu--theme-default[_nghost-wlc-app-c3364612921] .wlc-category-menu__content {
		padding: 0 10px;
	}

	@media (min-width: 768px) {
		.wlc-category-menu--theme-default[_nghost-wlc-app-c3364612921] .wlc-category-menu__content {
			padding: 0 5px;
		}
	}

	.wlc-category-menu--theme-default[_nghost-wlc-app-c3364612921] .wlc-menu {
		grid-gap: 10px;
		display: block;
		grid-auto-columns: auto;
		grid-auto-flow: column;
		align-items: center;
		width: 100%;
	}

	@media (min-width: 1024px) {
		.wlc-category-menu--theme-default[_nghost-wlc-app-c3364612921] .wlc-menu {
			grid-gap: 30px;
		}
	}

	@media (min-width: 1420px) {
		.wlc-category-menu--theme-default[_nghost-wlc-app-c3364612921] .wlc-menu {
			grid-gap: 60px;
		}
	}

	.wlc-category-menu--theme-default[_nghost-wlc-app-c3364612921] .wlc-menu__link {
		color: var(--mc-baseMain);
		font-style: normal;
		font-weight: normal;
		font-size: 1.4rem;
		line-height: 1.45;
		padding: 15px 5px;
		position: relative;
		display: block;
		text-decoration: none;
	}

	@media (min-width: 768px) {
		.wlc-category-menu--theme-default[_nghost-wlc-app-c3364612921] .wlc-menu__link {
			padding: 8px 15px 5px;
		}
	}

	@media (min-width: 1024px) {
		.wlc-category-menu--theme-default[_nghost-wlc-app-c3364612921] .wlc-menu__link {
			padding: 8px 20px 5px;
		}
	}

	.wlc-category-menu--theme-default[_nghost-wlc-app-c3364612921] .wlc-menu__link-text {
		position: relative;
		display: inline-block;
		padding: 5px 0;
	}

	.wlc-category-menu--theme-default[_nghost-wlc-app-c3364612921] .wlc-menu__link-text:before {
		display: none;
		content: "";
		position: absolute;
		bottom: -3px;
		left: 0;
		width: 100%;
		height: 3px;
		background: var(--mc-main);
		transform: scaleX(0.5);
		opacity: 0;
		transition: all 0.5s cubic-bezier(0.6, 0.1, 0.05, 1.5);
		pointer-events: none;
		border-radius: 4px;
	}

	@media (min-width: 768px) {
		.wlc-category-menu--theme-default[_nghost-wlc-app-c3364612921] .wlc-menu__link-text:before {
			display: block;
		}
	}

	.wlc-category-menu--theme-default[_nghost-wlc-app-c3364612921] .wlc-menu__link.active {
		color: var(--mc-main);
		font-weight: bold;
	}

	.wlc-category-menu--theme-default[_nghost-wlc-app-c3364612921] .wlc-menu__link.active .wlc-menu__link-text:before {
		transform: scaleX(1);
		opacity: 1;
	}

	@media (pointer: fine) {
		.wlc-category-menu--theme-default[_nghost-wlc-app-c3364612921] .wlc-menu__link:hover:not(.active) {
			color: var(--mc-baseMain);
		}

		.wlc-category-menu--theme-default[_nghost-wlc-app-c3364612921] .wlc-menu__link:hover:not(.active) .wlc-menu__link-text:before {
			transform: scaleX(1);
			opacity: 1;
		}
	}

	.wlc-category-menu--theme-with-icons[_nghost-wlc-app-c3364612921] {
		position: relative;
	}

	.wlc-category-menu--theme-with-icons[_nghost-wlc-app-c3364612921] .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-with-icons[_nghost-wlc-app-c3364612921] .wlc-category-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 0.3s ease-out;
		pointer-events: initial;
	}

	.wlc-category-menu--theme-with-icons[_nghost-wlc-app-c3364612921] .wlc-category-menu__control:before {
		background: linear-gradient(90deg, var(--mc-bg), var(--mc-bg-o0));
		display: block;
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		z-index: 0;
		width: 100%;
		height: 100%;
	}

	@media (min-width: 900px) {
		.wlc-category-menu--theme-with-icons[_nghost-wlc-app-c3364612921] .wlc-category-menu__control:before {
			background: linear-gradient(90deg, var(--mc-bg) 65%, var(--mc-bg-o0) 100%);
		}
	}

	.wlc-category-menu--theme-with-icons[_nghost-wlc-app-c3364612921] .wlc-category-menu__control:disabled {
		display: none;
	}

	.wlc-category-menu--theme-with-icons[_nghost-wlc-app-c3364612921] .wlc-category-menu__control .wlc-icon {
		display: none;
		line-height: 1;
		transform: translateY(-7px);
	}

	@media (min-width: 900px) {
		.wlc-category-menu--theme-with-icons[_nghost-wlc-app-c3364612921] .wlc-category-menu__control .wlc-icon {
			display: block;
		}
	}

	.wlc-category-menu--theme-with-icons[_nghost-wlc-app-c3364612921] .wlc-category-menu__control svg {
		transform: var(--wlc-category-menu-svg-transform, none);
		fill: currentColor;
	}

	.wlc-category-menu--theme-with-icons[_nghost-wlc-app-c3364612921] .wlc-category-menu__control--prev {
		--wlc-category-menu-svg-transform: rotate(90deg);
		margin: 0 auto 0 0;
		justify-content: flex-start;
	}

	.wlc-category-menu--theme-with-icons[_nghost-wlc-app-c3364612921] .wlc-category-menu__control--next {
		--wlc-category-menu-svg-transform: rotate(-90deg);
		margin: 0 0 0 auto;
		justify-content: flex-end;
	}

	.wlc-category-menu--theme-with-icons[_nghost-wlc-app-c3364612921] .wlc-category-menu__control--next:before {
		transform: scaleX(-1);
	}

	@media (pointer: fine) {
		.wlc-category-menu--theme-with-icons[_nghost-wlc-app-c3364612921] .wlc-category-menu__control:hover {
			color: var(--mc-main);
		}
	}

	.wlc-category-menu--theme-with-icons[_nghost-wlc-app-c3364612921] .wlc-category-menu__content {
		padding: 0;
	}

	@media (min-width: 900px) {
		.wlc-category-menu--theme-with-icons[_nghost-wlc-app-c3364612921] .wlc-category-menu__content {
			padding: 0 10px;
		}
	}

	.wlc-category-menu--theme-with-icons[_nghost-wlc-app-c3364612921] .wlc-menu__item {
		padding: 10px 0 0;
	}

	.wlc-category-menu--theme-with-icons[_nghost-wlc-app-c3364612921] .wlc-menu__link {
		color: var(--mc-baseMain);
		font-style: normal;
		font-weight: normal;
		font-size: 1.4rem;
		line-height: 1.45;
		width: 90px;
		display: flex;
		flex-direction: column;
		align-items: center;
		text-decoration: none;
		transition: all 0.25s ease-out;
	}

	@media (min-width: 900px) {
		.wlc-category-menu--theme-with-icons[_nghost-wlc-app-c3364612921] .wlc-menu__link {
			width: 100px;
		}
	}

	@media (min-width: 1630px) {
		.wlc-category-menu--theme-with-icons[_nghost-wlc-app-c3364612921] .wlc-menu__link {
			width: 130px;
		}
	}

	.wlc-category-menu--theme-with-icons[_nghost-wlc-app-c3364612921] .wlc-menu__link-text {
		width: 100%;
		white-space: nowrap;
		text-align: center;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.wlc-category-menu--theme-with-icons[_nghost-wlc-app-c3364612921] .wlc-menu__link.active {
		color: var(--mc-main);
		font-style: normal;
		font-weight: bold;
		font-size: 1.4rem;
		line-height: 1.45;
		transform: none;
	}

	@media (min-width: 900px) {
		.wlc-category-menu--theme-with-icons[_nghost-wlc-app-c3364612921] .wlc-menu__link.active {
			transform: translateY(-5px);
		}
	}

	.wlc-category-menu--theme-with-icons[_nghost-wlc-app-c3364612921] .wlc-menu__link.active .wlc-menu__icon:before {
		background: var(--mc-bg300);
		opacity: 1;
	}

	@media (pointer: fine) {
		.wlc-category-menu--theme-with-icons[_nghost-wlc-app-c3364612921] .wlc-menu__link:hover:not(.active) {
			transform: translateY(-5px);
		}

		.wlc-category-menu--theme-with-icons[_nghost-wlc-app-c3364612921] .wlc-menu__link:hover:not(.active) .wlc-menu__icon:before {
			opacity: 1;
		}
	}

	.wlc-category-menu--theme-with-icons[_nghost-wlc-app-c3364612921] .wlc-menu__icon {
		width: 70px;
		height: 70px;
		position: relative;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		overflow: hidden;
		margin-bottom: 10px;
		background: var(--mc-bg500);
		border-radius: 10px;
		transition: all 0.15s ease-out;
	}

	@media (min-width: 1630px) {
		.wlc-category-menu--theme-with-icons[_nghost-wlc-app-c3364612921] .wlc-menu__icon {
			width: 86px;
		}
	}

	@media (min-width: 1630px) {
		.wlc-category-menu--theme-with-icons[_nghost-wlc-app-c3364612921] .wlc-menu__icon {
			height: 86px;
		}
	}

	.wlc-category-menu--theme-with-icons[_nghost-wlc-app-c3364612921] .wlc-menu__icon img,
	.wlc-category-menu--theme-with-icons[_nghost-wlc-app-c3364612921] .wlc-menu__icon svg {
		width: 40px;
		height: 40px;
		position: relative;
		z-index: 1;
		max-width: 100%;
		max-height: 100%;
	}

	@media (min-width: 1630px) {

		.wlc-category-menu--theme-with-icons[_nghost-wlc-app-c3364612921] .wlc-menu__icon img,
		.wlc-category-menu--theme-with-icons[_nghost-wlc-app-c3364612921] .wlc-menu__icon svg {
			width: 50px;
		}
	}

	@media (min-width: 1630px) {

		.wlc-category-menu--theme-with-icons[_nghost-wlc-app-c3364612921] .wlc-menu__icon img,
		.wlc-category-menu--theme-with-icons[_nghost-wlc-app-c3364612921] .wlc-menu__icon svg {
			height: 50px;
		}
	}

	.wlc-category-menu--theme-with-icons[_nghost-wlc-app-c3364612921] .wlc-menu__icon img {
		display: block;
		object-fit: contain;
		object-position: center;
	}

	.wlc-category-menu--theme-with-icons[_nghost-wlc-app-c3364612921] .wlc-menu__icon svg,
	.wlc-category-menu--theme-with-icons[_nghost-wlc-app-c3364612921] .wlc-menu__icon svg path {
		transition: fill 0.3s ease-out;
	}

	.wlc-category-menu--theme-with-icons[_nghost-wlc-app-c3364612921] .wlc-menu__icon:before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		z-index: 0;
		display: block;
		width: 100%;
		height: 100%;
		background: var(--mc-bg300);
		border-radius: inherit;
		opacity: 0;
		transition: all 0.5s ease-out;
	}

	.wlc-category-menu--theme-with-icons.wlc-category-menu--theme-mod-big-icons[_nghost-wlc-app-c3364612921] {
		padding: 0;
	}

	@media (min-width: 900px) {
		.wlc-category-menu--theme-with-icons.wlc-category-menu--theme-mod-big-icons[_nghost-wlc-app-c3364612921] {
			padding: 5px 0 0;
		}
	}

	@media (min-width: 1630px) {
		.wlc-category-menu--theme-with-icons.wlc-category-menu--theme-mod-big-icons[_nghost-wlc-app-c3364612921] {
			padding: 0;
		}
	}

	.wlc-category-menu--theme-with-icons.wlc-category-menu--theme-mod-big-icons[_nghost-wlc-app-c3364612921] .wlc-category-menu__control {
		width: 40px;
	}

	@media (min-width: 900px) {
		.wlc-category-menu--theme-with-icons.wlc-category-menu--theme-mod-big-icons[_nghost-wlc-app-c3364612921] .wlc-category-menu__control {
			width: 30px;
		}
	}

	.wlc-category-menu--theme-with-icons.wlc-category-menu--theme-mod-big-icons[_nghost-wlc-app-c3364612921] .wlc-category-menu__control .wlc-icon {
		transform: translateY(5px);
	}

	@media (min-width: 1630px) {
		.wlc-category-menu--theme-with-icons.wlc-category-menu--theme-mod-big-icons[_nghost-wlc-app-c3364612921] .wlc-category-menu__control .wlc-icon {
			transform: none;
		}
	}

	.wlc-category-menu--theme-with-icons.wlc-category-menu--theme-mod-big-icons[_nghost-wlc-app-c3364612921] .wlc-menu__link {
		width: 80px;
		font-style: normal;
		font-weight: normal;
		font-size: 1.2rem;
		line-height: 1.45;
	}

	@media (min-width: 900px) {
		.wlc-category-menu--theme-with-icons.wlc-category-menu--theme-mod-big-icons[_nghost-wlc-app-c3364612921] .wlc-menu__link {
			width: 100px;
		}
	}

	@media (min-width: 1630px) {
		.wlc-category-menu--theme-with-icons.wlc-category-menu--theme-mod-big-icons[_nghost-wlc-app-c3364612921] .wlc-menu__link {
			width: 130px;
		}
	}

	.wlc-category-menu--theme-with-icons.wlc-category-menu--theme-mod-big-icons[_nghost-wlc-app-c3364612921] .wlc-menu__link.active {
		font-style: normal;
		font-weight: bold;
		font-size: 1.2rem;
		line-height: 1.45;
		transform: none;
	}

	.wlc-category-menu--theme-with-icons.wlc-category-menu--theme-mod-big-icons[_nghost-wlc-app-c3364612921] .wlc-menu__link.active .wlc-menu__icon {
		transform: none;
	}

	@media (min-width: 900px) {
		.wlc-category-menu--theme-with-icons.wlc-category-menu--theme-mod-big-icons[_nghost-wlc-app-c3364612921] .wlc-menu__link.active .wlc-menu__icon {
			transform: scale(1.15);
		}
	}

	@media (min-width: 900px) {
		.wlc-category-menu--theme-with-icons.wlc-category-menu--theme-mod-big-icons[_nghost-wlc-app-c3364612921] .wlc-menu__link.active {
			font-style: normal;
			font-weight: bold;
			font-size: 1.4rem;
			line-height: 1.45;
		}
	}

	@media (pointer: fine) {
		.wlc-category-menu--theme-with-icons.wlc-category-menu--theme-mod-big-icons[_nghost-wlc-app-c3364612921] .wlc-menu__link:hover:not(.active) {
			transform: none;
		}

		.wlc-category-menu--theme-with-icons.wlc-category-menu--theme-mod-big-icons[_nghost-wlc-app-c3364612921] .wlc-menu__link:hover:not(.active) .wlc-menu__icon {
			transform: translateY(-5px);
		}
	}

	@media (min-width: 900px) {
		.wlc-category-menu--theme-with-icons.wlc-category-menu--theme-mod-big-icons[_nghost-wlc-app-c3364612921] .wlc-menu__link {
			font-style: normal;
			font-weight: normal;
			font-size: 1.4rem;
			line-height: 1.45;
		}
	}

	.wlc-category-menu--theme-with-icons.wlc-category-menu--theme-mod-big-icons[_nghost-wlc-app-c3364612921] .wlc-menu__icon {
		height: 50px;
		background: none;
		transform-origin: bottom;
	}

	@media (min-width: 900px) {
		.wlc-category-menu--theme-with-icons.wlc-category-menu--theme-mod-big-icons[_nghost-wlc-app-c3364612921] .wlc-menu__icon {
			height: 70px;
		}
	}

	.wlc-category-menu--theme-with-icons.wlc-category-menu--theme-mod-big-icons[_nghost-wlc-app-c3364612921] .wlc-menu__icon:before {
		display: none;
	}

	.wlc-category-menu--theme-with-icons.wlc-category-menu--theme-mod-big-icons[_nghost-wlc-app-c3364612921] .wlc-menu__icon svg,
	.wlc-category-menu--theme-with-icons.wlc-category-menu--theme-mod-big-icons[_nghost-wlc-app-c3364612921] .wlc-menu__icon img {
		width: 50px;
		height: 50px;
	}

	@media (min-width: 900px) {

		.wlc-category-menu--theme-with-icons.wlc-category-menu--theme-mod-big-icons[_nghost-wlc-app-c3364612921] .wlc-menu__icon svg,
		.wlc-category-menu--theme-with-icons.wlc-category-menu--theme-mod-big-icons[_nghost-wlc-app-c3364612921] .wlc-menu__icon img {
			width: 70px;
		}
	}

	@media (min-width: 900px) {

		.wlc-category-menu--theme-with-icons.wlc-category-menu--theme-mod-big-icons[_nghost-wlc-app-c3364612921] .wlc-menu__icon svg,
		.wlc-category-menu--theme-with-icons.wlc-category-menu--theme-mod-big-icons[_nghost-wlc-app-c3364612921] .wlc-menu__icon img {
			height: 70px;
		}
	}

	.wlc-category-menu--theme-icons-compact[_nghost-wlc-app-c3364612921] {
		background: transparent;
		border-radius: 0;
		width: 100%;
		overflow: hidden;
	}

	.wlc-category-menu--theme-icons-compact[_nghost-wlc-app-c3364612921] .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-c3364612921] .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 0.3s ease-out;
		pointer-events: initial;
	}

	.wlc-category-menu--theme-icons-compact[_nghost-wlc-app-c3364612921] .wlc-category-menu__control:before {
		background: linear-gradient(90deg, var(--mc-bg) 80%, var(--mc-bg-o0) 100%);
		display: block;
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		z-index: 0;
		width: 100%;
		height: 100%;
	}

	.wlc-category-menu--theme-icons-compact[_nghost-wlc-app-c3364612921] .wlc-category-menu__control:disabled {
		display: none;
	}

	.wlc-category-menu--theme-icons-compact[_nghost-wlc-app-c3364612921] .wlc-category-menu__control .wlc-icon {
		display: none;
		line-height: 1;
	}

	@media (min-width: 768px) {
		.wlc-category-menu--theme-icons-compact[_nghost-wlc-app-c3364612921] .wlc-category-menu__control .wlc-icon {
			display: block;
		}
	}

	.wlc-category-menu--theme-icons-compact[_nghost-wlc-app-c3364612921] .wlc-category-menu__control svg {
		transform: var(--wlc-category-menu-svg-transform, none);
		fill: currentColor;
	}

	.wlc-category-menu--theme-icons-compact[_nghost-wlc-app-c3364612921] .wlc-category-menu__control--prev {
		--wlc-category-menu-svg-transform: rotate(90deg);
		margin: 0 auto 0 0;
		justify-content: flex-start;
	}

	.wlc-category-menu--theme-icons-compact[_nghost-wlc-app-c3364612921] .wlc-category-menu__control--next {
		--wlc-category-menu-svg-transform: rotate(-90deg);
		margin: 0 0 0 auto;
		justify-content: flex-end;
	}

	@media (min-width: 768px) {
		.wlc-category-menu--theme-icons-compact[_nghost-wlc-app-c3364612921] .wlc-category-menu__control--next {
			margin: 0 0 0 auto;
		}
	}

	.wlc-category-menu--theme-icons-compact[_nghost-wlc-app-c3364612921] .wlc-category-menu__control--next:before {
		transform: scaleX(-1);
	}

	@media (pointer: fine) {
		.wlc-category-menu--theme-icons-compact[_nghost-wlc-app-c3364612921] .wlc-category-menu__control:hover {
			color: var(--mc-main);
		}
	}

	.wlc-category-menu--theme-icons-compact[_nghost-wlc-app-c3364612921] .wlc-category-menu__content {
		padding: 0;
	}

	.wlc-category-menu--theme-icons-compact[_nghost-wlc-app-c3364612921] .wlc-menu__link {
		height: 40px;
		padding: 0 16px;
		color: var(--mc-baseMain);
		font-style: normal;
		font-weight: normal;
		font-size: 1.4rem;
		line-height: 1.45;
		transition: all 0.3s linear;
		position: relative;
		display: flex;
		align-items: center;
		padding: 0 16px;
		line-height: 1;
		text-decoration: none;
	}

	.wlc-category-menu--theme-icons-compact[_nghost-wlc-app-c3364612921] .wlc-menu__link.active {
		color: var(--mc-secondary);
		font-weight: 700;
		background: var(--mc-baseOpacity);
	}

	@media (pointer: fine) {
		.wlc-category-menu--theme-icons-compact[_nghost-wlc-app-c3364612921] .wlc-menu__link:hover {
			background: transparent;
		}

		.wlc-category-menu--theme-icons-compact[_nghost-wlc-app-c3364612921] .wlc-menu__link:hover svg {
			animation: _ngcontent-wlc-app-c3364612921_iconScale 0.6s ease-out;
		}
	}

	.wlc-category-menu--theme-icons-compact[_nghost-wlc-app-c3364612921] .wlc-menu__icon {
		display: inline-block;
		width: 20px;
		height: 20px;
		margin: 0;
		color: inherit;
	}

	.wlc-category-menu--theme-icons-compact[_nghost-wlc-app-c3364612921] .wlc-menu__icon svg {
		width: 20px;
		height: 20px;
		transform: translateZ(0);
	}

	.wlc-category-menu--theme-icons-compact[_nghost-wlc-app-c3364612921] .wlc-menu__icon svg,
	.wlc-category-menu--theme-icons-compact[_nghost-wlc-app-c3364612921] .wlc-menu__icon svg path {
		fill: currentColor;
	}

	.wlc-category-menu--theme-icons-compact[_nghost-wlc-app-c3364612921] .wlc-menu__icon img {
		max-width: 100%;
		max-height: 100%;
		object-fit: contain;
		object-position: center;
	}

	.wlc-category-menu--theme-icons-compact.wlc-category-menu--theme-mod-underlined[_nghost-wlc-app-c3364612921] {
		background: transparent;
	}

	.wlc-category-menu--theme-icons-compact.wlc-category-menu--theme-mod-underlined[_nghost-wlc-app-c3364612921] .wlc-category-menu__content {
		padding: 0;
	}

	.wlc-category-menu--theme-icons-compact.wlc-category-menu--theme-mod-underlined[_nghost-wlc-app-c3364612921] .wlc-category-menu__control--prev {
		margin: 0 auto 0 0;
	}

	.wlc-category-menu--theme-icons-compact.wlc-category-menu--theme-mod-underlined[_nghost-wlc-app-c3364612921] .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-c3364612921] .wlc-category-menu__control:before {
		background: linear-gradient(90deg, var(--mc-bg), var(--mc-bg-o0));
	}

	@media (min-width: 768px) {
		.wlc-category-menu--theme-icons-compact.wlc-category-menu--theme-mod-underlined[_nghost-wlc-app-c3364612921] .wlc-category-menu__control:before {
			background: linear-gradient(90deg, var(--mc-bg) 65%, var(--mc-bg-o0) 100%);
		}
	}

	.wlc-category-menu--theme-icons-compact.wlc-category-menu--theme-mod-underlined[_nghost-wlc-app-c3364612921] .wlc-menu__item {
		padding: 0;
	}

	@media (min-width: 768px) {
		.wlc-category-menu--theme-icons-compact.wlc-category-menu--theme-mod-underlined[_nghost-wlc-app-c3364612921] .wlc-menu__item {
			padding: 0 10px;
		}
	}

	@media (min-width: 1200px) {
		.wlc-category-menu--theme-icons-compact.wlc-category-menu--theme-mod-underlined[_nghost-wlc-app-c3364612921] .wlc-menu__item {
			padding: 0 15px;
		}
	}

	@media (min-width: 1630px) {
		.wlc-category-menu--theme-icons-compact.wlc-category-menu--theme-mod-underlined[_nghost-wlc-app-c3364612921] .wlc-menu__item {
			padding: 0 20px;
		}
	}

	.wlc-category-menu--theme-icons-compact.wlc-category-menu--theme-mod-underlined[_nghost-wlc-app-c3364612921] .wlc-menu__link {
		font-style: normal;
		font-weight: normal;
		font-size: 1.2rem;
		line-height: 1.45;
		height: auto;
		padding: 13px 0 12px;
		line-height: 1;
		text-transform: uppercase;
		background: none;
	}

	.wlc-category-menu--theme-icons-compact.wlc-category-menu--theme-mod-underlined[_nghost-wlc-app-c3364612921] .wlc-menu__link:before {
		display: none;
		content: "";
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 3px;
		background: var(--mc-main);
		transform: scaleX(0.5);
		opacity: 0;
		transition: all 0.5s cubic-bezier(0.6, 0.1, 0.05, 1.5);
		pointer-events: none;
		border-radius: 4px;
	}

	@media (min-width: 768px) {
		.wlc-category-menu--theme-icons-compact.wlc-category-menu--theme-mod-underlined[_nghost-wlc-app-c3364612921] .wlc-menu__link:before {
			display: block;
		}
	}

	.wlc-category-menu--theme-icons-compact.wlc-category-menu--theme-mod-underlined[_nghost-wlc-app-c3364612921] .wlc-menu__link.active:before {
		transform: scaleX(1);
		opacity: 1;
	}

	@media (pointer: fine) {
		.wlc-category-menu--theme-icons-compact.wlc-category-menu--theme-mod-underlined[_nghost-wlc-app-c3364612921] .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-c3364612921] .wlc-menu__link {
			font-style: normal;
			font-weight: normal;
			font-size: 1.4rem;
			line-height: 1.45;
			line-height: 1;
		}
	}

	.wlc-category-menu--theme-icons-compact.wlc-category-menu--theme-mod-underlined[_nghost-wlc-app-c3364612921] .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-c3364612921] .wlc-menu__icon {
			width: 20px;
		}
	}

	@media (min-width: 768px) {
		.wlc-category-menu--theme-icons-compact.wlc-category-menu--theme-mod-underlined[_nghost-wlc-app-c3364612921] .wlc-menu__icon {
			height: 20px;
		}
	}

	.wlc-category-menu--theme-icons-compact.wlc-category-menu--theme-mod-underlined[_nghost-wlc-app-c3364612921] .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-c3364612921] .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-c3364612921] .wlc-menu__icon svg {
			height: 20px;
		}
	}

	@keyframes _ngcontent-wlc-app-c3364612921_iconScale {
		55% {
			transform: scale(1.25) rotate(10deg);
		}

		100% {
			transform: scale(1) rotate(0deg);
		}
	}

	.wlc-category-menu--type-dropdown.wlc-category-menu--theme-mod-vertical[_nghost-wlc-app-c3364612921] .wlc-menu[_ngcontent-wlc-app-c3364612921] {
		display: grid;
		grid-template-columns: 1fr;
		grid-gap: 5px;
	}

	.wlc-category-menu--type-dropdown.wlc-category-menu--theme-mod-vertical[_nghost-wlc-app-c3364612921] .wlc-menu[_ngcontent-wlc-app-c3364612921] .wlc-menu__item.active>.wlc-menu__link {
		transition: all 0.3s linear;
		color: var(--mc-baseMain);
		background: var(--mc-main);
	}

	.wlc-category-menu--type-dropdown.wlc-category-menu--theme-mod-vertical[_nghost-wlc-app-c3364612921] .wlc-menu[_ngcontent-wlc-app-c3364612921] .wlc-menu__item.active>.wlc-menu__link .wlc-menu__icon-arrow {
		transition: all 0.3s linear;
		transform: rotate(180deg);
	}

	.wlc-category-menu--type-dropdown.wlc-category-menu--theme-mod-vertical[_nghost-wlc-app-c3364612921] .wlc-menu[_ngcontent-wlc-app-c3364612921] .wlc-menu__item.active>.wlc-menu__link .wlc-menu__icon-arrow svg {
		fill: var(--mc-baseMain);
	}

	.wlc-category-menu--type-dropdown.wlc-category-menu--theme-mod-vertical[_nghost-wlc-app-c3364612921] .wlc-menu[_ngcontent-wlc-app-c3364612921] .wlc-menu__item--dropdown>.wlc-menu__link .wlc-icon {
		transform: rotate(0);
	}

	.wlc-category-menu--type-dropdown.wlc-category-menu--theme-mod-vertical[_nghost-wlc-app-c3364612921] .wlc-menu[_ngcontent-wlc-app-c3364612921] .wlc-menu__item--dropdown .wlc-menu__icon {
		display: block;
		margin-right: 5px;
	}

	.wlc-category-menu--type-dropdown.wlc-category-menu--theme-mod-vertical[_nghost-wlc-app-c3364612921] .wlc-menu[_ngcontent-wlc-app-c3364612921] .wlc-menu__item--dropdown .wlc-menu__icon svg {
		max-width: 20px;
		height: auto;
	}

	.wlc-category-menu--type-dropdown.wlc-category-menu--theme-mod-vertical[_nghost-wlc-app-c3364612921] .wlc-menu[_ngcontent-wlc-app-c3364612921] .wlc-menu__link {
		color: var(--mc-baseMain);
		font-style: normal;
		font-weight: normal;
		font-size: 1.4rem;
		line-height: 1.45;
		z-index: 2;
		display: flex;
		justify-content: space-between;
		width: 100%;
		padding: 10px 15px;
		text-decoration: none;
		background: var(--mc-bg700);
		cursor: pointer;
		border-radius: 10px;
	}

	.wlc-category-menu--type-dropdown.wlc-category-menu--theme-mod-vertical[_nghost-wlc-app-c3364612921] .wlc-menu[_ngcontent-wlc-app-c3364612921] .wlc-menu__link.active {
		transition: background 0.3s linear;
		background: var(--mc-main);
	}

	@media (pointer: fine) {
		.wlc-category-menu--type-dropdown.wlc-category-menu--theme-mod-vertical[_nghost-wlc-app-c3364612921] .wlc-menu[_ngcontent-wlc-app-c3364612921] .wlc-menu__link.active:hover {
			background: var(--mc-main);
		}
	}

	.wlc-category-menu--type-dropdown.wlc-category-menu--theme-mod-vertical[_nghost-wlc-app-c3364612921] .wlc-menu[_ngcontent-wlc-app-c3364612921] .wlc-menu__link .wlc-menu__icon-arrow {
		transition: all 0.3s linear;
		margin-left: auto;
		transform: rotate(-90deg);
	}

	.wlc-category-menu--type-dropdown.wlc-category-menu--theme-mod-vertical[_nghost-wlc-app-c3364612921] .wlc-menu[_ngcontent-wlc-app-c3364612921] .wlc-menu__link .wlc-menu__icon-arrow svg {
		fill: var(--mc-baseOpacity);
	}

	@media (pointer: fine) {
		.wlc-category-menu--type-dropdown.wlc-category-menu--theme-mod-vertical[_nghost-wlc-app-c3364612921] .wlc-menu[_ngcontent-wlc-app-c3364612921] .wlc-menu__link:hover {
			transition: background 0.3s linear;
			background: var(--mc-bg500);
		}

		.wlc-category-menu--type-dropdown.wlc-category-menu--theme-mod-vertical[_nghost-wlc-app-c3364612921] .wlc-menu[_ngcontent-wlc-app-c3364612921] .wlc-menu__link:hover .wlc-menu__icon-arrow svg {
			fill: var(--mc-baseMain);
		}
	}

	.wlc-category-menu--type-dropdown.wlc-category-menu--theme-mod-vertical[_nghost-wlc-app-c3364612921] .wlc-menu[_ngcontent-wlc-app-c3364612921] .wlc-menu__submenu {
		margin-top: 5px;
		border-radius: 10px;
		background: var(--mc-bg700);
		overflow: hidden;
	}

	.wlc-category-menu--type-dropdown.wlc-category-menu--theme-mod-vertical[_nghost-wlc-app-c3364612921] .wlc-menu[_ngcontent-wlc-app-c3364612921] .wlc-menu__submenu .wlc-menu__link {
		background: transparent;
	}

	.wlc-category-menu--type-dropdown.wlc-category-menu--theme-mod-vertical[_nghost-wlc-app-c3364612921] .wlc-menu[_ngcontent-wlc-app-c3364612921] .wlc-menu__submenu .wlc-menu__link.active {
		transition: background 0.3s linear;
		background: var(--mc-bg500);
	}

	.wlc-category-menu--theme-mobile-app[_nghost-wlc-app-c3364612921] {
		position: relative;
	}

	.wlc-category-menu--theme-mobile-app[_nghost-wlc-app-c3364612921] .wlc-category-menu__controls {
		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-mobile-app[_nghost-wlc-app-c3364612921] .wlc-category-menu__control {
		position: relative;
		display: flex;
		align-items: center;
		background: none;
		cursor: pointer;
		border: none;
		pointer-events: initial;
	}

	.wlc-category-menu--theme-mobile-app[_nghost-wlc-app-c3364612921] .wlc-category-menu__control:before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		z-index: 0;
		width: 100%;
		height: 100%;
	}

	.wlc-category-menu--theme-mobile-app[_nghost-wlc-app-c3364612921] .wlc-category-menu__control:disabled {
		display: none;
	}

	.wlc-category-menu--theme-mobile-app[_nghost-wlc-app-c3364612921] .wlc-category-menu__control .wlc-icon {
		line-height: 1;
	}

	.wlc-category-menu--theme-mobile-app[_nghost-wlc-app-c3364612921] .wlc-category-menu__control svg {
		transform: var(--wlc-category-menu-svg-transform, none);
		fill: currentColor;
	}

	.wlc-category-menu--theme-mobile-app[_nghost-wlc-app-c3364612921] .wlc-category-menu__control--prev {
		--wlc-category-menu-svg-transform: ;
	}

	.wlc-category-menu--theme-mobile-app[_nghost-wlc-app-c3364612921] .wlc-category-menu__control--next {
		--wlc-category-menu-svg-transform: ;
	}

	.wlc-category-menu--theme-mobile-app[_nghost-wlc-app-c3364612921] .wlc-slider .swiper {
		display: flex;
		flex-direction: column;
	}

	.wlc-category-menu--theme-mobile-app[_nghost-wlc-app-c3364612921] .wlc-slider .swiper .swiper-pagination {
		position: initial;
		order: 1;
	}

	.wlc-category-menu--theme-mobile-app[_nghost-wlc-app-c3364612921] .wlc-category-menu__content {
		padding: 0 5px;
	}

	.wlc-category-menu--theme-mobile-app[_nghost-wlc-app-c3364612921] .wlc-menu__item {
		display: flex;
		justify-content: center;
		padding: 15px 0 0;
	}

	.wlc-category-menu--theme-mobile-app[_nghost-wlc-app-c3364612921] .wlc-menu__link {
		color: var(--mc-baseMain);
		font-style: normal;
		font-weight: normal;
		font-size: 1rem;
		line-height: 1.45;
		display: flex;
		flex-direction: column;
		align-items: center;
		width: 95%;
		text-decoration: none;
		transition: all 0.25s ease-out;
	}

	.wlc-category-menu--theme-mobile-app[_nghost-wlc-app-c3364612921] .wlc-menu__link-text {
		width: 100%;
		white-space: nowrap;
		text-align: center;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.wlc-category-menu--theme-mobile-app[_nghost-wlc-app-c3364612921] .wlc-menu__icon {
		width: 45px;
		height: 45px;
		position: relative;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		overflow: hidden;
		margin-bottom: 10px;
		background: var(--mc-main);
		border-radius: 100px;
		transition: all 0.15s ease-out;
	}

	.wlc-category-menu--theme-mobile-app[_nghost-wlc-app-c3364612921] .wlc-menu__icon img,
	.wlc-category-menu--theme-mobile-app[_nghost-wlc-app-c3364612921] .wlc-menu__icon svg {
		width: 25px;
		height: 25px;
		position: relative;
		z-index: 1;
		max-width: 100%;
		max-height: 100%;
	}

	.wlc-category-menu--theme-mobile-app[_nghost-wlc-app-c3364612921] .wlc-menu__icon img {
		display: block;
		object-fit: contain;
	}

	.wlc-category-menu--theme-mobile-app[_nghost-wlc-app-c3364612921] .wlc-menu__icon svg,
	.wlc-category-menu--theme-mobile-app[_nghost-wlc-app-c3364612921] .wlc-menu__icon svg path {
		transition: fill 0.3s ease-out;
		fill: var(--mc-baseMain);
	}

	.wlc-category-menu--theme-wolf[_nghost-wlc-app-c3364612921] {
		position: relative;
		min-width: 0;
	}

	.wlc-category-menu--theme-wolf[_nghost-wlc-app-c3364612921] .wlc-category-menu__controls {
		display: flex;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 13;
		align-items: center;
		justify-content: space-between;
		width: 100%;
		height: 100%;
		pointer-events: none;
	}

	.wlc-category-menu--theme-wolf[_nghost-wlc-app-c3364612921] .wlc-category-menu__control {
		position: relative;
		display: flex;
		align-items: center;
		width: 30px;
		height: 100%;
		padding: 0;
		color: var(--mc-baseMain);
		background: none;
		cursor: pointer;
		border: none;
		transition: all 0.3s ease-out;
		pointer-events: initial;
	}

	.wlc-category-menu--theme-wolf[_nghost-wlc-app-c3364612921] .wlc-category-menu__control:before {
		background: none;
		display: none;
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		z-index: 0;
		width: 100%;
		height: 100%;
	}

	.wlc-category-menu--theme-wolf[_nghost-wlc-app-c3364612921] .wlc-category-menu__control:disabled {
		display: none;
	}

	.wlc-category-menu--theme-wolf[_nghost-wlc-app-c3364612921] .wlc-category-menu__control .wlc-icon {
		display: none;
		line-height: 1;
	}

	@media (min-width: 1024px) {
		.wlc-category-menu--theme-wolf[_nghost-wlc-app-c3364612921] .wlc-category-menu__control .wlc-icon {
			display: block;
		}
	}

	.wlc-category-menu--theme-wolf[_nghost-wlc-app-c3364612921] .wlc-category-menu__control svg {
		transform: var(--wlc-category-menu-svg-transform, none);
		fill: currentColor;
	}

	.wlc-category-menu--theme-wolf[_nghost-wlc-app-c3364612921] .wlc-category-menu__control--prev {
		--wlc-category-menu-svg-transform: rotate(90deg);
		margin: 0 auto 0 0;
		justify-content: flex-start;
	}

	.wlc-category-menu--theme-wolf[_nghost-wlc-app-c3364612921] .wlc-category-menu__control--next {
		--wlc-category-menu-svg-transform: rotate(-90deg);
		margin: 0 0 0 auto;
		justify-content: flex-end;
	}

	.wlc-category-menu--theme-wolf[_nghost-wlc-app-c3364612921] .wlc-category-menu__control--next:before {
		transform: rotate(180deg) scaleX(1);
	}

	@media (pointer: fine) {
		.wlc-category-menu--theme-wolf[_nghost-wlc-app-c3364612921] .wlc-category-menu__control:hover {
			color: var(--mc-main);
		}
	}

	.wlc-category-menu--theme-wolf[_nghost-wlc-app-c3364612921] .wlc-category-menu__content[_ngcontent-wlc-app-c3364612921]:before {
		display: none;
		content: "";
		position: absolute;
		top: 50px;
		z-index: 13;
		width: 100%;
		height: 2px;
		background: var(--mc-baseMain);
	}

	@media (min-width: 1024px) {
		.wlc-category-menu--theme-wolf[_nghost-wlc-app-c3364612921] .wlc-category-menu__content[_ngcontent-wlc-app-c3364612921]:before {
			display: block;
		}
	}

	.wlc-category-menu--theme-wolf[_nghost-wlc-app-c3364612921] .wlc-category-menu__controls[_ngcontent-wlc-app-c3364612921] .wlc-icon-content {
		display: flex;
	}

	.wlc-category-menu--theme-wolf[_nghost-wlc-app-c3364612921] .wlc-menu--theme-wolf[_ngcontent-wlc-app-c3364612921] {
		padding: 0;
	}

	@media (min-width: 1024px) {
		.wlc-category-menu--theme-wolf[_nghost-wlc-app-c3364612921] .wlc-menu--theme-wolf[_ngcontent-wlc-app-c3364612921] {
			padding: 0 30px;
		}
	}

	.wlc-category-menu--theme-wolf[_nghost-wlc-app-c3364612921] .wlc-menu--theme-wolf[_ngcontent-wlc-app-c3364612921] .swiper {
		z-index: 13;
	}

	.wlc-category-menu--theme-wolf[_nghost-wlc-app-c3364612921] .wlc-menu--theme-wolf[_ngcontent-wlc-app-c3364612921] .wlc-menu {
		position: relative;
	}

	.wlc-category-menu--theme-wolf[_nghost-wlc-app-c3364612921] .wlc-menu--theme-wolf[_ngcontent-wlc-app-c3364612921] .wlc-menu__item {
		display: flex;
		align-items: center;
	}

	.wlc-category-menu--theme-wolf[_nghost-wlc-app-c3364612921] .wlc-menu--theme-wolf[_ngcontent-wlc-app-c3364612921] .wlc-menu__item svg {
		width: 16px;
		height: 16px;
	}

	.wlc-category-menu--theme-wolf[_nghost-wlc-app-c3364612921] .wlc-menu--theme-wolf[_ngcontent-wlc-app-c3364612921] .wlc-menu__item svg path {
		fill: currentColor;
	}

	.wlc-category-menu--theme-wolf[_nghost-wlc-app-c3364612921] .wlc-menu--theme-wolf[_ngcontent-wlc-app-c3364612921] .wlc-menu__item .wlc-icon-content {
		display: flex;
	}

	.wlc-category-menu--theme-wolf[_nghost-wlc-app-c3364612921] .wlc-menu--theme-wolf[_ngcontent-wlc-app-c3364612921] .wlc-menu__link {
		color: var(--mc-baseMain);
		font-style: normal;
		font-weight: normal;
		font-size: 1.4rem;
		line-height: 1.45;
		display: flex;
		align-items: center;
		padding: 15px;
		line-height: 1;
		text-decoration: none;
	}

	.wlc-category-menu--theme-wolf[_nghost-wlc-app-c3364612921] .wlc-menu--theme-wolf[_ngcontent-wlc-app-c3364612921] .wlc-menu__link.active {
		color: var(--mc-baseThird);
		font-weight: bold;
		border-bottom: 2px solid var(--mc-baseThird);
	}

	@media (pointer: fine) {
		.wlc-category-menu--theme-wolf[_nghost-wlc-app-c3364612921] .wlc-menu--theme-wolf[_ngcontent-wlc-app-c3364612921] .wlc-menu__link:hover {
			color: var(--mc-baseThird);
		}
	}

	.wlc-category-menu--theme-wolf[_nghost-wlc-app-c3364612921] .wlc-menu--theme-wolf[_ngcontent-wlc-app-c3364612921] .wlc-menu__icon {
		width: 16px;
		height: 16px;
		margin: 0 10px 0 0;
	}

	.wlc-category-menu[_nghost-wlc-app-c3364612921] {
		position: relative;
	}

	.wlc-category-menu[_nghost-wlc-app-c3364612921] .wlc-slider .swiper-slide {
		width: auto;
	}

	.wlc-category-menu--theme-icons-compact[_nghost-wlc-app-c3364612921] .wlc-menu .swiper {
		margin: 0 25px;
		display: flex;
	}

	.wlc-category-menu--theme-icons-compact[_nghost-wlc-app-c3364612921] .wlc-menu .swiper-slide:last-of-type .wlc-menu__item .wlc-menu__link {
		border-image: none;
	}

	.wlc-category-menu--theme-icons-compact[_nghost-wlc-app-c3364612921] .wlc-menu__item {
		border-right: 1px solid transparent;
		border-image: var(--mc-borderGradient);
		border-image-slice: 1;
	}

	.wlc-category-menu--theme-icons-compact[_nghost-wlc-app-c3364612921] .wlc-menu__link {
		border-radius: 100px;
	}

	.wlc-category-menu--theme-icons-compact[_nghost-wlc-app-c3364612921] .wlc-menu__link .wlc-menu__link-text {
		display: block;
		margin: 0 5px;
		transition: all ease 0.4s;
	}

	@media screen and (min-width: 1280px) {
		.wlc-category-menu--theme-icons-compact[_nghost-wlc-app-c3364612921] .wlc-menu__link .wlc-menu__link-text {
			display: flex;
			align-items: center;
			justify-content: center;
			width: 70px;
			height: 100%;
			margin: 0 2px;
			padding: 0;
			text-align: center;
			text-wrap: wrap;
			opacity: 1;
			overflow: hidden;
			scale: 1;
		}
	}

	.wlc-category-menu--theme-icons-compact[_nghost-wlc-app-c3364612921] .wlc-menu__link.active {
		margin: 0 5px;
	}

	.wlc-category-menu--theme-icons-compact[_nghost-wlc-app-c3364612921] .wlc-menu__link.active .wlc-menu__link-text {
		margin: 0 5px;
	}

	@media (min-width: 1200px) {
		.wlc-category-menu--theme-icons-compact[_nghost-wlc-app-c3364612921] .wlc-menu__link.active .wlc-menu__link-text {
			width: -moz-fit-content;
			width: fit-content;
			opacity: 1;
			scale: 1;
			transition: scale 0.3s 0.1s;
		}
	}

	@media (pointer: fine) {
		.wlc-category-menu--theme-icons-compact[_nghost-wlc-app-c3364612921] .wlc-menu__link:hover.active {
			background: var(--mc-baseOpacity);
		}

		.wlc-category-menu--theme-icons-compact[_nghost-wlc-app-c3364612921] .wlc-menu__link:hover.active .wlc-menu__link-text {
			width: -moz-fit-content;
			width: fit-content;
			animation: none;
		}
	}

	@media screen and (pointer: fine) and (min-width: 1280px) {
		.wlc-category-menu--theme-icons-compact[_nghost-wlc-app-c3364612921] .wlc-menu__link:hover .wlc-menu__link-text {
			width: 110px;
			margin: 0 5px;
			opacity: 1;
			scale: 1;
			transition: scale 0.3s 0.1s;
		}
	}

	@media (min-width: 1200px) {
		.wlc-category-menu--theme-icons-compact[_nghost-wlc-app-c3364612921] .wlc-menu__link {
			font-size: 1.4rem;
		}
	}

	@media (max-width: 767px) {
		.wlc-category-menu--theme-icons-compact[_nghost-wlc-app-c3364612921] .wlc-category-menu__controls[_ngcontent-wlc-app-c3364612921] {
			display: none;
		}
	}


	/* Makes inner shadow on cards*/
	.wlc-icon-list .wlc-icon-list__wrp {
		display: block;
	}

	.wlc-icon-list img,
	.wlc-icon-list .wlc-icon svg,
	.wlc-icon-list .wlc-icon img {
		max-width: 100%;
		height: auto;
		object-fit: contain;
		object-position: center;
	}

	.wlc-icon-list .wlc-icon svg path {
		fill: inherit;
	}

	.wlc-icon-list--theme-merchants {
		max-width: 100%;
		padding: 0;
		width: 100%;
		background-color: none;
		border-radius: 8px;
		overflow: hidden;
	}

	@media (min-width: 1420px) {
		.wlc-icon-list--theme-merchants {
			max-width: 1420px;
		}
	}

	.wlc-icon-list--theme-merchants .wlc-icon-list__wrapper {
		margin: -10px 0 0;
		position: relative;
		z-index: 1;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
		overflow-x: auto;
	}

	@media (min-width: 1630px) {
		.wlc-icon-list--theme-merchants .wlc-icon-list__wrapper {
			margin: -20px 0 0;
		}
	}

	.wlc-icon-list--theme-merchants .wlc-icon-list__item,
	.wlc-icon-list--theme-merchants .wlc-icon-list-item {
		flex: 0 0 25%;
		padding: 10px;
		text-align: center;
	}

	@media (min-width: 640px) {

		.wlc-icon-list--theme-merchants .wlc-icon-list__item,
		.wlc-icon-list--theme-merchants .wlc-icon-list-item {
			flex: 0 0 20%;
		}
	}

	@media (min-width: 768px) {

		.wlc-icon-list--theme-merchants .wlc-icon-list__item,
		.wlc-icon-list--theme-merchants .wlc-icon-list-item {
			flex: 0 0 16.6666666667%;
		}
	}

	@media (min-width: 1024px) {

		.wlc-icon-list--theme-merchants .wlc-icon-list__item,
		.wlc-icon-list--theme-merchants .wlc-icon-list-item {
			flex: 0 0 14.2857142857%;
		}
	}

	@media (min-width: 1200px) {

		.wlc-icon-list--theme-merchants .wlc-icon-list__item,
		.wlc-icon-list--theme-merchants .wlc-icon-list-item {
			flex: 0 0 12.5%;
		}
	}

	@media (min-width: 1630px) {

		.wlc-icon-list--theme-merchants .wlc-icon-list__item,
		.wlc-icon-list--theme-merchants .wlc-icon-list-item {
			padding: 20px 10px;
		}
	}

	.wlc-icon-list--theme-merchants .wlc-icon-list__item img,
	.wlc-icon-list--theme-merchants .wlc-icon-list__item .wlc-icon img,
	.wlc-icon-list--theme-merchants .wlc-icon-list__item .wlc-icon svg,
	.wlc-icon-list--theme-merchants .wlc-icon-list-item img,
	.wlc-icon-list--theme-merchants .wlc-icon-list-item .wlc-icon img,
	.wlc-icon-list--theme-merchants .wlc-icon-list-item .wlc-icon svg {
		width: 100%;
		max-width: 105px;
		max-height: 30px;
		fill: var(--mc-bg100);
	}

	@media (min-width: 900px) {

		.wlc-icon-list--theme-merchants .wlc-icon-list__item img,
		.wlc-icon-list--theme-merchants .wlc-icon-list__item .wlc-icon img,
		.wlc-icon-list--theme-merchants .wlc-icon-list__item .wlc-icon svg,
		.wlc-icon-list--theme-merchants .wlc-icon-list-item img,
		.wlc-icon-list--theme-merchants .wlc-icon-list-item .wlc-icon img,
		.wlc-icon-list--theme-merchants .wlc-icon-list-item .wlc-icon svg {
			max-height: 35px;
		}
	}

	.wlc-icon-list--theme-merchants .wlc-icon-list__item img g,
	.wlc-icon-list--theme-merchants .wlc-icon-list__item .wlc-icon img g,
	.wlc-icon-list--theme-merchants .wlc-icon-list__item .wlc-icon svg g,
	.wlc-icon-list--theme-merchants .wlc-icon-list-item img g,
	.wlc-icon-list--theme-merchants .wlc-icon-list-item .wlc-icon img g,
	.wlc-icon-list--theme-merchants .wlc-icon-list-item .wlc-icon svg g {
		clip-path: none;
	}

	.wlc-icon-list--theme-safety {
		max-width: 100%;
		padding: 0;
		width: 100%;
		background-color: none;
		border-radius: 8px;
		overflow: hidden;
	}

	@media (min-width: 1420px) {
		.wlc-icon-list--theme-safety {
			max-width: 1420px;
		}
	}

	.wlc-icon-list--theme-safety .wlc-icon-list__wrapper {
		margin: -10px 0 0;
		position: relative;
		z-index: 1;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
		overflow-x: auto;
	}

	@media (min-width: 1630px) {
		.wlc-icon-list--theme-safety .wlc-icon-list__wrapper {
			margin: -20px 0 0;
		}
	}

	.wlc-icon-list--theme-safety .wlc-icon-list__item,
	.wlc-icon-list--theme-safety .wlc-icon-list-item {
		flex: 0 0 25%;
		padding: 10px;
		text-align: center;
	}

	@media (min-width: 640px) {

		.wlc-icon-list--theme-safety .wlc-icon-list__item,
		.wlc-icon-list--theme-safety .wlc-icon-list-item {
			flex: 0 0 20%;
		}
	}

	@media (min-width: 768px) {

		.wlc-icon-list--theme-safety .wlc-icon-list__item,
		.wlc-icon-list--theme-safety .wlc-icon-list-item {
			flex: 0 0 16.6666666667%;
		}
	}

	@media (min-width: 1024px) {

		.wlc-icon-list--theme-safety .wlc-icon-list__item,
		.wlc-icon-list--theme-safety .wlc-icon-list-item {
			flex: 0 0 14.2857142857%;
		}
	}

	@media (min-width: 1200px) {

		.wlc-icon-list--theme-safety .wlc-icon-list__item,
		.wlc-icon-list--theme-safety .wlc-icon-list-item {
			flex: 0 0 12.5%;
		}
	}

	@media (min-width: 1630px) {

		.wlc-icon-list--theme-safety .wlc-icon-list__item,
		.wlc-icon-list--theme-safety .wlc-icon-list-item {
			padding: 20px 10px;
		}
	}

	.wlc-icon-list--theme-safety .wlc-icon-list__item img,
	.wlc-icon-list--theme-safety .wlc-icon-list__item .wlc-icon img,
	.wlc-icon-list--theme-safety .wlc-icon-list__item .wlc-icon svg,
	.wlc-icon-list--theme-safety .wlc-icon-list-item img,
	.wlc-icon-list--theme-safety .wlc-icon-list-item .wlc-icon img,
	.wlc-icon-list--theme-safety .wlc-icon-list-item .wlc-icon svg {
		width: 100%;
		max-width: 105px;
		max-height: 30px;
		fill: var(--mc-bg100);
	}

	@media (min-width: 900px) {

		.wlc-icon-list--theme-safety .wlc-icon-list__item img,
		.wlc-icon-list--theme-safety .wlc-icon-list__item .wlc-icon img,
		.wlc-icon-list--theme-safety .wlc-icon-list__item .wlc-icon svg,
		.wlc-icon-list--theme-safety .wlc-icon-list-item img,
		.wlc-icon-list--theme-safety .wlc-icon-list-item .wlc-icon img,
		.wlc-icon-list--theme-safety .wlc-icon-list-item .wlc-icon svg {
			max-height: 35px;
		}
	}

	.wlc-icon-list--theme-safety .wlc-icon-list__item img g,
	.wlc-icon-list--theme-safety .wlc-icon-list__item .wlc-icon img g,
	.wlc-icon-list--theme-safety .wlc-icon-list__item .wlc-icon svg g,
	.wlc-icon-list--theme-safety .wlc-icon-list-item img g,
	.wlc-icon-list--theme-safety .wlc-icon-list-item .wlc-icon img g,
	.wlc-icon-list--theme-safety .wlc-icon-list-item .wlc-icon svg g {
		clip-path: none;
	}

	.wlc-icon-list--theme-payments {
		max-width: 100%;
		padding: 0;
		width: 100%;
		background-color: none;
		border-radius: 8px;
		overflow: hidden;
	}

	@media (min-width: 1420px) {
		.wlc-icon-list--theme-payments {
			max-width: 1420px;
		}
	}

	.wlc-icon-list--theme-payments.scrollable--left,
	.wlc-icon-list--theme-payments.scrollable--right {
		position: relative;
		scrollbar-width: none;
	}

	.wlc-icon-list--theme-payments.scrollable--left::-webkit-scrollbar,
	.wlc-icon-list--theme-payments.scrollable--right::-webkit-scrollbar {
		width: 0;
	}

	.wlc-icon-list--theme-payments.scrollable--left:before,
	.wlc-icon-list--theme-payments.scrollable--left:after,
	.wlc-icon-list--theme-payments.scrollable--right:before,
	.wlc-icon-list--theme-payments.scrollable--right:after {
		transition: all 0.3s linear;
		content: "";
		position: absolute;
		top: 50%;
		z-index: 10;
		width: 150px;
		height: calc(100% + 20px);
		transform: translateY(-50%);
		opacity: 0;
	}

	.wlc-icon-list--theme-payments.scrollable--left:after,
	.wlc-icon-list--theme-payments.scrollable--right:after {
		left: -100px;
		background: linear-gradient(-90deg, var(--mc-bg-o0) 0, var(--mc-bg) 35%);
	}

	.wlc-icon-list--theme-payments.scrollable--left:before,
	.wlc-icon-list--theme-payments.scrollable--right:before {
		right: -100px;
		background: linear-gradient(90deg, var(--mc-bg-o0) 0, var(--mc-bg) 35%);
	}

	.wlc-icon-list--theme-payments.scrollable--left:after {
		opacity: 1;
	}

	.wlc-icon-list--theme-payments.scrollable--right:before {
		opacity: 1;
	}

	.wlc-icon-list--theme-payments .wlc-icon-list__wrapper {
		margin: 0;
		padding: 0 0 20px 0;
		position: relative;
		z-index: 1;
		display: flex;
		align-items: center;
		overflow-x: auto;
	}

	.wlc-icon-list--theme-payments .wlc-icon-list__wrapper::-webkit-scrollbar {
		height: 5px;
	}

	.wlc-icon-list--theme-payments .wlc-icon-list__wrapper::-webkit-scrollbar-track {
		margin: 5px;
		background: var(--mc-bg700);
		border-radius: 10px;
	}

	.wlc-icon-list--theme-payments .wlc-icon-list__wrapper::-webkit-scrollbar-thumb {
		background: var(--mc-bg100);
		border-radius: 10px;
	}

	@media (min-width: 900px) {
		.wlc-icon-list--theme-payments .wlc-icon-list__wrapper {
			flex-wrap: 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: center;
		}
	}

	.wlc-icon-list--theme-payments .wlc-icon-list__item,
	.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,
		.wlc-icon-list--theme-payments .wlc-icon-list-item {
			padding: 10px 20px;
		}
	}

	@media (min-width: 1630px) {

		.wlc-icon-list--theme-payments .wlc-icon-list__item,
		.wlc-icon-list--theme-payments .wlc-icon-list-item {
			padding: 20px;
		}
	}

	.wlc-icon-list--theme-payments .wlc-icon-list__item img,
	.wlc-icon-list--theme-payments .wlc-icon-list__item .wlc-icon img,
	.wlc-icon-list--theme-payments .wlc-icon-list__item .wlc-icon svg,
	.wlc-icon-list--theme-payments .wlc-icon-list-item img,
	.wlc-icon-list--theme-payments .wlc-icon-list-item .wlc-icon img,
	.wlc-icon-list--theme-payments .wlc-icon-list-item .wlc-icon svg {
		max-width: 105px;
		max-height: 30px;
		fill: var(--mc-bg100);
		overflow: hidden;
	}

	@media (min-width: 900px) {

		.wlc-icon-list--theme-payments .wlc-icon-list__item img,
		.wlc-icon-list--theme-payments .wlc-icon-list__item .wlc-icon img,
		.wlc-icon-list--theme-payments .wlc-icon-list__item .wlc-icon svg,
		.wlc-icon-list--theme-payments .wlc-icon-list-item img,
		.wlc-icon-list--theme-payments .wlc-icon-list-item .wlc-icon img,
		.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 img,
		.wlc-icon-list--theme-payments .wlc-icon-list__item .wlc-icon img,
		.wlc-icon-list--theme-payments .wlc-icon-list__item .wlc-icon svg,
		.wlc-icon-list--theme-payments .wlc-icon-list-item img,
		.wlc-icon-list--theme-payments .wlc-icon-list-item .wlc-icon img,
		.wlc-icon-list--theme-payments .wlc-icon-list-item .wlc-icon svg {
			max-height: 35px;
		}
	}

	.wlc-icon-list--theme-payments .wlc-icon-list__item img g,
	.wlc-icon-list--theme-payments .wlc-icon-list__item .wlc-icon img g,
	.wlc-icon-list--theme-payments .wlc-icon-list__item .wlc-icon svg g,
	.wlc-icon-list--theme-payments .wlc-icon-list-item img g,
	.wlc-icon-list--theme-payments .wlc-icon-list-item .wlc-icon img g,
	.wlc-icon-list--theme-payments .wlc-icon-list-item .wlc-icon svg g {
		clip-path: none;
	}

	.wlc-icon-list--theme-payments.wlc-icon-list--theme-mod-wolf .wlc-icon-list__wrapper {
		flex-wrap: wrap;
		justify-content: center;
	}

	.wlc-icon-list--theme-payments.wlc-icon-list--theme-mod-wolf .wlc-icon-list__item,
	.wlc-icon-list--theme-payments.wlc-icon-list--theme-mod-wolf .wlc-icon-list-item {
		padding: 10px 15px;
	}

	@media (min-width: 900px) {

		.wlc-icon-list--theme-payments.wlc-icon-list--theme-mod-wolf .wlc-icon-list__item,
		.wlc-icon-list--theme-payments.wlc-icon-list--theme-mod-wolf .wlc-icon-list-item {
			padding: 10px 20px;
		}
	}

	@media (min-width: 1630px) {

		.wlc-icon-list--theme-payments.wlc-icon-list--theme-mod-wolf .wlc-icon-list__item,
		.wlc-icon-list--theme-payments.wlc-icon-list--theme-mod-wolf .wlc-icon-list-item {
			padding: 20px;
		}
	}


	.wlc-custom-license {
		display: flex;
		flex-direction: row-reverse;
		grid-template-columns: 1fr 1fr;
		gap: 15px;
		align-items: center;
		width: -moz-fit-content;
		width: fit-content;
	}

	.wlc-custom-license--curacao {
		grid-template-columns: 125px 1fr;
	}

	.wlc-custom-license__apg-seal {
		width: 45px;
	}

	.wlc-custom-license__mga {
		display: flex;
		align-items: center;
	}

	.wlc-custom-license__curacao-icon img {
		max-height: 47px;
	}

	.wlc-custom-license__curacao {
		width: 170px;
		height: 50px;
	}

	.wlc-custom-license__curacao iframe {
		width: 100%;
		height: 100%;
	}

	.wlc-custom-license__curacao img {
		width: 100%;
		height: 100%;
		cursor: pointer;
	}

	@media (max-width: 899px) {
		.wlc-custom-license__curacao {
			width: 165px;
		}
	}

	.wlc-custom-license__age-restrictions {
		margin: 0 auto;
	}

	.wlc-custom-license__age-restrictions .wlc-icon-content {
		display: block;
		width: 32px;
		height: 32px;
	}

	.wlc-custom-license__age-restrictions svg {
		width: 100%;
	}

	.wlc-custom-license__age-restrictions svg path {
		fill: var(--mc-baseMain);
	}

	.wlc-custom-license__age-restrictions svg path:first-child {
		fill: var(--mc-footerLicense);
	}

	.wlc-custom-license__age-restrictions,
	.wlc-custom-license__curacao {
		padding: 0 20px;
		border-right: 1px solid transparent;
		border-image: var(--mc-borderGradient);
		border-image-slice: 1;
	}

	@media (min-width: 900px) {

		.wlc-custom-license__age-restrictions,
		.wlc-custom-license__curacao {
			padding: 0 40px;
		}
	}


	.wlc-disclaimer--theme-default[_nghost-wlc-app-c4222942757] .wlc-disclaimer__text[_ngcontent-wlc-app-c4222942757] {
		text-align: center;
		color: var(--mc-footerText);
		font-style: normal;
		font-weight: normal;
		font-size: 1rem;
		line-height: 1.45;
	}

	@media (min-width: 900px) {
		.wlc-disclaimer--theme-default[_nghost-wlc-app-c4222942757] .wlc-disclaimer__text[_ngcontent-wlc-app-c4222942757] {
			text-align: start;
		}
	}

	.wlc-sections__footer--theme-1 .wlc-disclaimer--theme-default[_nghost-wlc-app-c4222942757] .wlc-disclaimer__text[_ngcontent-wlc-app-c4222942757] {
		text-align: center;
	}

	@media (min-width: 1024px) {
		.wlc-sections__footer--theme-1 .wlc-disclaimer--theme-default[_nghost-wlc-app-c4222942757] .wlc-disclaimer__text[_ngcontent-wlc-app-c4222942757] {
			text-align: start;
		}
	}

	@media (min-width: 900px) {
		.wlc-disclaimer--theme-default[_nghost-wlc-app-c4222942757] .wlc-disclaimer__text[_ngcontent-wlc-app-c4222942757] {
			font-style: normal;
		}
	}


	.wlc-copyright--theme-default[_nghost-wlc-app-c2064424626] .wlc-copyright__text[_ngcontent-wlc-app-c2064424626] {
		color: var(--mc-footerText);
		font-style: normal;
		font-weight: normal;
		font-size: 1rem;
		line-height: 1.45;
		text-align: center;
	}

	@media (min-width: 900px) {
		.wlc-copyright--theme-default[_nghost-wlc-app-c2064424626] .wlc-copyright__text[_ngcontent-wlc-app-c2064424626] {
			text-align: start;
		}
	}

	.wlc-copyright--theme-default[_nghost-wlc-app-c2064424626] .wlc-copyright__text[_ngcontent-wlc-app-c2064424626] span[_ngcontent-wlc-app-c2064424626] {
		display: block;
	}

	.wlc-copyright--theme-default[_nghost-wlc-app-c2064424626] .wlc-copyright__text[_ngcontent-wlc-app-c2064424626] a[_ngcontent-wlc-app-c2064424626] {
		transition: color 0.3s linear;
		color: var(--mc-main);
		text-decoration: none;
	}

	.wlc-copyright--theme-default[_nghost-wlc-app-c2064424626] .wlc-copyright__text[_ngcontent-wlc-app-c2064424626] a[_ngcontent-wlc-app-c2064424626]:focus-visible {
		color: var(--mc-baseMain);
	}

	@media (pointer: fine) {
		.wlc-copyright--theme-default[_nghost-wlc-app-c2064424626] .wlc-copyright__text[_ngcontent-wlc-app-c2064424626] a[_ngcontent-wlc-app-c2064424626]:hover {
			color: var(--mc-baseMain);
		}
	}

	.wlc-sections__footer--theme-1 .wlc-copyright--theme-default[_nghost-wlc-app-c2064424626] .wlc-copyright__text[_ngcontent-wlc-app-c2064424626] {
		text-align: center;
	}

	@media (min-width: 1024px) {
		.wlc-sections__footer--theme-1 .wlc-copyright--theme-default[_nghost-wlc-app-c2064424626] .wlc-copyright__text[_ngcontent-wlc-app-c2064424626] {
			text-align: start;
		}
	}

	@media (min-width: 900px) {
		.wlc-copyright--theme-default[_nghost-wlc-app-c2064424626] .wlc-copyright__text[_ngcontent-wlc-app-c2064424626] {
			font-style: normal;
		}
	}


	/* Makes inner shadow on cards*/
	/* Makes inner shadow on cards*/
	/* Makes inner shadow on cards*/
	/**
* Swiper 11.0.4
* Most modern mobile touch slider and framework with hardware accelerated transitions
* https://swiperjs.com
*
* Copyright 2014-2023 Vladimir Kharlampidi
*
* Released under the MIT License
*
* Released on: November 9, 2023
*/
	@font-face {
		font-family: "swiper-icons";
		src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
		font-weight: 400;
		font-style: normal;
	}

	:root {
		--swiper-theme-color: #007aff;
		/*
--swiper-preloader-color: var(--swiper-theme-color);
--swiper-wrapper-transition-timing-function: initial;
*/
	}

	:host {
		position: relative;
		display: block;
		margin-left: auto;
		margin-right: auto;
		z-index: 1;
	}

	.swiper {
		margin-left: auto;
		margin-right: auto;
		position: relative;
		overflow: hidden;
		list-style: none;
		padding: 0;
		/* Fix of Webkit flickering */
		z-index: 1;
		display: block;
	}

	.swiper-vertical>.swiper-wrapper {
		flex-direction: column;
	}

	.swiper-wrapper {
		position: relative;
		width: 100%;
		height: 100%;
		z-index: 1;
		display: flex;
		transition-property: transform;
		transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
		box-sizing: content-box;
	}

	.swiper-android .swiper-slide,
	.swiper-ios .swiper-slide,
	.swiper-wrapper {
		transform: translate3d(0px, 0, 0);
	}

	.swiper-horizontal {
		touch-action: pan-y;
	}

	.swiper-vertical {
		touch-action: pan-x;
	}

	.swiper-slide {
		flex-shrink: 0;
		width: 100%;
		height: 100%;
		position: relative;
		transition-property: transform;
		display: block;
	}

	.swiper-slide-invisible-blank {
		visibility: hidden;
	}

	/* Auto Height */
	.swiper-autoheight,
	.swiper-autoheight .swiper-slide {
		height: auto;
	}

	.swiper-autoheight .swiper-wrapper {
		align-items: flex-start;
		transition-property: transform, height;
	}

	.swiper-backface-hidden .swiper-slide {
		transform: translateZ(0);
		backface-visibility: hidden;
	}

	/* 3D Effects */
	.swiper-3d.swiper-css-mode .swiper-wrapper {
		perspective: 1200px;
	}

	.swiper-3d .swiper-wrapper {
		transform-style: preserve-3d;
	}

	.swiper-3d {
		perspective: 1200px;
	}

	.swiper-3d .swiper-slide,
	.swiper-3d .swiper-cube-shadow {
		transform-style: preserve-3d;
	}

	/* CSS Mode */
	.swiper-css-mode>.swiper-wrapper {
		overflow: auto;
		scrollbar-width: none;
		/* For Firefox */
		-ms-overflow-style: none;
		/* For Internet Explorer and Edge */
	}

	.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
		display: none;
	}

	.swiper-css-mode>.swiper-wrapper>.swiper-slide {
		scroll-snap-align: start start;
	}

	.swiper-css-mode.swiper-horizontal>.swiper-wrapper {
		scroll-snap-type: x mandatory;
	}

	.swiper-css-mode.swiper-vertical>.swiper-wrapper {
		scroll-snap-type: y mandatory;
	}

	.swiper-css-mode.swiper-free-mode>.swiper-wrapper {
		scroll-snap-type: none;
	}

	.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide {
		scroll-snap-align: none;
	}

	.swiper-css-mode.swiper-centered>.swiper-wrapper::before {
		content: "";
		flex-shrink: 0;
		order: 9999;
	}

	.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide {
		scroll-snap-align: center center;
		scroll-snap-stop: always;
	}

	.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
		margin-inline-start: var(--swiper-centered-offset-before);
	}

	.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before {
		height: 100%;
		min-height: 1px;
		width: var(--swiper-centered-offset-after);
	}

	.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
		margin-block-start: var(--swiper-centered-offset-before);
	}

	.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before {
		width: 100%;
		min-width: 1px;
		height: var(--swiper-centered-offset-after);
	}

	/* Slide styles start */
	/* 3D Shadows */
	.swiper-3d .swiper-slide-shadow,
	.swiper-3d .swiper-slide-shadow-left,
	.swiper-3d .swiper-slide-shadow-right,
	.swiper-3d .swiper-slide-shadow-top,
	.swiper-3d .swiper-slide-shadow-bottom,
	.swiper-3d .swiper-slide-shadow,
	.swiper-3d .swiper-slide-shadow-left,
	.swiper-3d .swiper-slide-shadow-right,
	.swiper-3d .swiper-slide-shadow-top,
	.swiper-3d .swiper-slide-shadow-bottom {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		pointer-events: none;
		z-index: 10;
	}

	.swiper-3d .swiper-slide-shadow {
		background: rgba(0, 0, 0, 0.15);
	}

	.swiper-3d .swiper-slide-shadow-left {
		background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
	}

	.swiper-3d .swiper-slide-shadow-right {
		background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
	}

	.swiper-3d .swiper-slide-shadow-top {
		background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
	}

	.swiper-3d .swiper-slide-shadow-bottom {
		background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
	}

	.swiper-lazy-preloader {
		width: 42px;
		height: 42px;
		position: absolute;
		left: 50%;
		top: 50%;
		margin-left: -21px;
		margin-top: -21px;
		z-index: 10;
		transform-origin: 50%;
		box-sizing: border-box;
		border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
		border-radius: 50%;
		border-top-color: transparent;
	}

	.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
	.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
		animation: swiper-preloader-spin 1s infinite linear;
	}

	.swiper-lazy-preloader-white {
		--swiper-preloader-color: #fff;
	}

	.swiper-lazy-preloader-black {
		--swiper-preloader-color: #000;
	}

	@keyframes swiper-preloader-spin {
		0% {
			transform: rotate(0deg);
		}

		100% {
			transform: rotate(360deg);
		}
	}

	/* Slide styles end */
	/* a11y */
	.swiper .swiper-notification {
		position: absolute;
		left: 0;
		top: 0;
		pointer-events: none;
		opacity: 0;
		z-index: -1000;
	}

	.swiper-cube {
		overflow: visible;
	}

	.swiper-cube .swiper-slide {
		pointer-events: none;
		backface-visibility: hidden;
		z-index: 1;
		visibility: hidden;
		transform-origin: 0 0;
		width: 100%;
		height: 100%;
	}

	.swiper-cube .swiper-slide .swiper-slide {
		pointer-events: none;
	}

	.swiper-cube.swiper-rtl .swiper-slide {
		transform-origin: 100% 0;
	}

	.swiper-cube .swiper-slide-active,
	.swiper-cube .swiper-slide-active .swiper-slide-active {
		pointer-events: auto;
	}

	.swiper-cube .swiper-slide-active,
	.swiper-cube .swiper-slide-next,
	.swiper-cube .swiper-slide-prev {
		pointer-events: auto;
		visibility: visible;
	}

	.swiper-cube .swiper-cube-shadow {
		position: absolute;
		left: 0;
		bottom: 0px;
		width: 100%;
		height: 100%;
		opacity: 0.6;
		z-index: 0;
	}

	.swiper-cube .swiper-cube-shadow:before {
		content: "";
		background: #000;
		position: absolute;
		left: 0;
		top: 0;
		bottom: 0;
		right: 0;
		filter: blur(50px);
	}

	.swiper-cube .swiper-slide-next+.swiper-slide {
		pointer-events: auto;
		visibility: visible;
	}

	/* Cube slide shadows start */
	.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top,
	.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
	.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
	.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right {
		z-index: 0;
		backface-visibility: hidden;
	}

	/* Cube slide shadows end */
	.swiper-fade.swiper-free-mode .swiper-slide {
		transition-timing-function: ease-out;
	}

	.swiper-fade .swiper-slide {
		pointer-events: none;
		transition-property: opacity;
	}

	.swiper-fade .swiper-slide .swiper-slide {
		pointer-events: none;
	}

	.swiper-fade .swiper-slide-active,
	.swiper-fade .swiper-slide-active .swiper-slide-active {
		pointer-events: auto;
	}

	.swiper-flip {
		overflow: visible;
	}

	.swiper-flip .swiper-slide {
		pointer-events: none;
		backface-visibility: hidden;
		z-index: 1;
	}

	.swiper-flip .swiper-slide .swiper-slide {
		pointer-events: none;
	}

	.swiper-flip .swiper-slide-active,
	.swiper-flip .swiper-slide-active .swiper-slide-active {
		pointer-events: auto;
	}

	/* Flip slide shadows start */
	.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top,
	.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
	.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
	.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right {
		z-index: 0;
		backface-visibility: hidden;
	}

	/* Flip slide shadows end */
	.swiper-grid>.swiper-wrapper {
		flex-wrap: wrap;
	}

	.swiper-grid-column>.swiper-wrapper {
		flex-wrap: wrap;
		flex-direction: column;
	}

	.swiper-zoom-container {
		width: 100%;
		height: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
		text-align: center;
	}

	.swiper-zoom-container>img,
	.swiper-zoom-container>svg,
	.swiper-zoom-container>canvas {
		max-width: 100%;
		max-height: 100%;
		object-fit: contain;
	}

	.swiper-slide-zoomed {
		cursor: move;
		touch-action: none;
	}

	swiper-container {
		--swiper-pagination-color: var(--mc-baseMain-locked);
		--swiper-pagination-bullet-inactive-color: var(--mc-baseMain-o6);
		--swiper-pagination-bullet-inactive-opacity: 1;
	}

	.swiper-pagination {
		position: absolute;
		z-index: 10;
		text-align: center;
		transform: translate3d(0, 0, 0);
		transition: 0.3s opacity;
	}

	.swiper-pagination.swiper-pagination-hidden {
		opacity: 0;
	}

	.swiper-pagination.swiper-pagination-disabled {
		display: none;
	}

	.swiper-pagination.desktop {
		display: none;
	}

	@media (min-width: 768px) {
		.swiper-pagination.desktop {
			display: block;
		}
	}

	.swiper-pagination.mobile {
		display: block;
	}

	@media (min-width: 768px) {
		.swiper-pagination.mobile {
			display: none;
		}
	}

	.swiper-pagination-fraction,
	.swiper-pagination-custom,
	.swiper-horizontal>.swiper-pagination-bullets {
		bottom: 10px;
		left: 0;
		width: 100%;
	}

	.swiper-pagination-bullet {
		display: inline-block;
		width: 8px;
		height: 8px;
		border-radius: 50%;
		background: var(--mc-baseMain-o6);
	}

	button.swiper-pagination-bullet {
		border: none;
		margin: 0;
		padding: 0;
		box-shadow: none;
		-webkit-appearance: none;
		appearance: none;
	}

	.swiper-pagination-clickable .swiper-pagination-bullet {
		cursor: pointer;
	}

	.swiper-pagination-bullet-active {
		width: 16px;
		height: 8px;
		background: var(--mc-baseMain-locked);
	}

	.swiper-pagination-bullets-dynamic {
		overflow: hidden;
		font-size: 0;
	}

	.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
		position: relative;
		width: 12px;
		height: 12px;
		transform: scale(0.33);
	}

	.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
		width: 12px;
		height: 12px;
		transform: scale(1);
	}

	.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
		transform: scale(1);
	}

	.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
		transform: scale(0.66);
	}

	.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
		transform: scale(0.33);
	}

	.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
		transform: scale(0.66);
	}

	.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
		transform: scale(0.33);
	}

	.swiper-vertical>.swiper-pagination-bullets {
		top: 50%;
		right: 10px;
		transform: translate3d(0, -50%, 0);
	}

	.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
		display: block;
		margin: 6px 0;
	}

	.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
		top: 50%;
		transform: translateY(-50%);
	}

	.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
		display: inline-block;
		transition: 0.2s transform, 0.2s top;
	}

	.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
		margin: 0 4px;
	}

	.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
		left: 50%;
		white-space: nowrap;
		transform: translateX(-50%);
	}

	.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
		transition: 0.2s transform, 0.2s left;
	}

	.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
		transition: 0.2s transform, 0.2s right;
	}

	.swiper-pagination-progressbar {
		position: absolute;
		background: var(--mc-buttonColor);
		border-radius: 4px;
	}

	.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: var(--mc-baseOpacity);
		transform: scale(0);
		transform-origin: left top;
		border-radius: 4px;
	}

	.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
		transform-origin: right top;
	}

	.swiper-horizontal>.swiper-pagination-progressbar,
	.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
		top: 0;
		left: 0;
		width: 100%;
		height: 4px;
	}

	.swiper-vertical>.swiper-pagination-progressbar,
	.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
		top: 0;
		left: 0;
		width: 4px;
		height: 100%;
	}

	.swiper-pagination-lock {
		display: none;
	}

	.wlc-slider--theme-default-banner {
		position: relative;
	}

	.wlc-slider--theme-default-banner.container .swiper-button-container {
		right: 1%;
		left: initial;
		transform: initial;
	}

	.wlc-slider--theme-default-banner .swiper-button-container {
		bottom: 20px;
		position: absolute;
		left: 50%;
		z-index: 10;
		display: flex;
		justify-content: flex-end;
		transform: translateX(-50%);
		pointer-events: none;
	}

	.wlc-slider--theme-default-banner .swiper-button-container * {
		pointer-events: initial;
	}

	.wlc-slider--theme-default-banner .swiper-button-container.desktop {
		display: none;
	}

	@media (min-width: 768px) {
		.wlc-slider--theme-default-banner .swiper-button-container.desktop {
			display: flex;
		}
	}

	.wlc-slider--theme-default-banner .swiper-button-container.mobile {
		display: flex;
	}

	@media (min-width: 768px) {
		.wlc-slider--theme-default-banner .swiper-button-container.mobile {
			display: none;
		}
	}

	.wlc-slider--theme-default-banner.wlc-slider--theme-mod-ears .swiper-button-container {
		max-width: calc(100% - 30px);
	}

	@media (min-width: 1366px) {
		.wlc-slider--theme-default-banner.wlc-slider--theme-mod-ears .swiper-button-container {
			max-width: 80%;
		}
	}

	.wlc-slider--theme-default-banner.wlc-slider--theme-mod-ears .banner,
	.wlc-slider--theme-default-banner.wlc-slider--theme-mod-ears .swiper-button-container {
		padding: 40px;
	}

	.container>.wlc-slider--theme-default-banner {
		border-radius: 10px;
		overflow: hidden;
		transform: scale3d(1, 1, 1);
	}

	.container>.wlc-slider--theme-default-banner .banner,
	.container>.wlc-slider--theme-default-banner .swiper-button-container {
		padding: 0 40px;
	}

	.container>.wlc-slider--theme-mod-ears {
		border-radius: 10px;
		overflow: visible;
		transform: scale3d(1, 1, 1);
	}

	.container>.wlc-slider--theme-mod-ears .banner,
	.container>.wlc-slider--theme-mod-ears .swiper-button-container {
		padding: 40px;
	}

	.wlc-slider--theme-wolf-banner {
		position: relative;
	}

	.wlc-slider--theme-wolf-banner.container .swiper-button-container {
		right: 1%;
		left: initial;
		transform: initial;
	}

	.wlc-slider--theme-wolf-banner .swiper-button-container {
		bottom: 0;
		display: flex;
		position: absolute;
		left: 0;
		z-index: 10;
		display: flex;
		justify-content: left;
		padding: 15px 40px 25px;
		pointer-events: none;
	}

	.wlc-slider--theme-wolf-banner .swiper-button-container * {
		pointer-events: initial;
	}

	.wlc-slider--theme-wolf-banner .swiper {
		padding: 0;
		overflow: hidden;
	}

	.wlc-slider--theme-wolf-banner .swiper .swiper-slide {
		max-width: unset;
	}

	.container>.wlc-slider--theme-wolf-banner {
		border-radius: 10px;
		transform: scale3d(1, 1, 1);
	}

	.container>.wlc-slider--theme-wolf-banner .banner .swiper-button-disabled,
	.container>.wlc-slider--theme-wolf-banner .swiper-button-container .swiper-button-disabled {
		display: flex;
	}

	.wlc-slider .swiper {
		max-height: 100%;
	}

	.wlc-profile-menu--type-tabs .wlc-slider .swiper {
		overflow: clip visible;
	}

	.wlc-slider .swiper-slide {
		height: auto;
	}

	.wlc-slider .slide-show-all {
		position: relative;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		background: var(--mc-bg700);
		border-radius: 6px;
		aspect-ratio: 4/3;
	}

	.wlc-slider .slide-show-all .wlc-icon-content {
		display: flex;
		align-items: center;
		justify-content: center;
		border-radius: 50%;
		width: 30px;
		height: 30px;
		background: var(--mc-baseOpacity);
	}

	.wlc-slider .slide-show-all .slide-show-all__text {
		color: var(--mc-baseOpacity);
		font-style: normal;
		font-weight: bold;
		font-size: 1.4rem;
		line-height: 1.45;
		margin: 5px 0 0;
	}

	.swiper-pagination {
		padding: 0 10px;
		text-align: right;
	}

	.swiper-pagination-bullet-active {
		border-radius: 4px;
	}

	.wlc-slider--theme-wolf-banner swiper-container::part(pagination) {
		right: 16px;
		bottom: 16px;
		left: unset;
		display: flex;
		justify-content: right;
	}

	.wlc-slider--theme-wolf-banner swiper-container::part(bullet-active) {
		width: 16px;
		border-radius: 10px;
		background: var(--mc-black);
	}

	.wlc-slider--theme-wolf-banner swiper-container::part(bullet) {
		background: var(--mc-black-o6);
	}

	.wlc-slider--theme-wolf-banner .swiper-button-container {
		gap: 15px;
		align-items: center;
		pointer-events: none;
			padding: 12px 25px 0px;
	}

	.swiper-pagination-fraction,
	.swiper-pagination-custom,
	.swiper-horizontal>.swiper-pagination-bullets {
		text-align: center;
	}

	.wlc-slider .swiper-slide {
		height: auto !important;
	}

	.wlc-slider .swiper-slide:has(.disabled) {
		order: 2000;
	}


	.wlc-menu.wlc-menu--swiper[_nghost-wlc-app-c505038209] .swiper-slide,
	.wlc-menu.wlc-menu--swiper[_nghost-wlc-app-c505038209] .swiper-wrapper {
		width: auto;
	}

	.wlc-menu.wlc-menu--type-burger-panel-header-menu[_nghost-wlc-app-c505038209] .wlc-menu__item--notifier[_ngcontent-wlc-app-c505038209] .wlc-menu__link-text[_ngcontent-wlc-app-c505038209] {
		position: absolute;
		top: 6px;
		right: 8px;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	.wlc-menu--theme-contacts[_nghost-wlc-app-c505038209] .wlc-menu__item[_ngcontent-wlc-app-c505038209] .wlc-menu__link[_ngcontent-wlc-app-c505038209] {
		color: var(--mc-baseMain);
		font-style: normal;
		font-weight: bold;
		font-size: 1.6rem;
		line-height: 1.45;
		transition: all 0.3s linear;
		display: block;
		padding: 20px 25px;
		letter-spacing: 1px;
		text-transform: capitalize;
		text-decoration: none;
		border-bottom: 2px solid var(--mc-baseOpacity);
	}

	.wlc-menu--theme-contacts[_nghost-wlc-app-c505038209] .wlc-menu__item[_ngcontent-wlc-app-c505038209] .wlc-menu__link.active[_ngcontent-wlc-app-c505038209] {
		color: var(--mc-black);
		background: var(--mc-buttonGradient);
	}

	@media (pointer: fine) {
		.wlc-menu--theme-contacts[_nghost-wlc-app-c505038209] .wlc-menu__item[_ngcontent-wlc-app-c505038209] .wlc-menu__link[_ngcontent-wlc-app-c505038209]:hover:not(.active) {
			color: var(--mc-baseMain);
			background: var(--mc-buttonGradient);
		}
	}

	.wlc-menu--theme-dropdown[_nghost-wlc-app-c505038209] .wlc-menu__item--messages[_ngcontent-wlc-app-c505038209] .wlc-menu__link-text[_ngcontent-wlc-app-c505038209] {
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: 100%;
	}

	.wlc-menu--theme-submenu[_nghost-wlc-app-c505038209] {
		position: relative;
		display: grid;
		overflow: auto hidden;
		-ms-overflow-style: none;
		scrollbar-width: none;
		border: none;
		margin: 15px 0 20px;
		grid-auto-columns: max-content;
		grid-auto-flow: column;
		grid-gap: 30px;
	}

	.wlc-menu--theme-submenu[_nghost-wlc-app-c505038209] .wlc-menu__item[_ngcontent-wlc-app-c505038209] .wlc-menu__link[_ngcontent-wlc-app-c505038209] {
		--wlc-menu--submenu-decor-width: 0;
		color: var(--mc-baseMain);
		font-style: normal;
		font-weight: normal;
		font-size: 1.4rem;
		line-height: 1.45;
		position: relative;
		display: block;
		padding: 0 0 10px;
		text-align: center;
		text-transform: none;
		text-decoration: none;
	}

	.wlc-menu--theme-submenu[_nghost-wlc-app-c505038209] .wlc-menu__item[_ngcontent-wlc-app-c505038209] .wlc-menu__link[_ngcontent-wlc-app-c505038209]:before {
		transition: width 0.3s linear;
		content: "";
		position: absolute;
		bottom: 0;
		z-index: 2;
		width: var(--wlc-menu--submenu-decor-width);
		height: 2px;
		background: var(--mc-main);
	}

	.wlc-menu--theme-submenu[_nghost-wlc-app-c505038209] .wlc-menu__item[_ngcontent-wlc-app-c505038209] .wlc-menu__link.active[_ngcontent-wlc-app-c505038209] {
		--wlc-menu--submenu-decor-width: 100%;
		color: var(--mc-baseMain);
		font-weight: 700;
	}

	@media (pointer: fine) {
		.wlc-menu--theme-submenu[_nghost-wlc-app-c505038209] .wlc-menu__item[_ngcontent-wlc-app-c505038209] .wlc-menu__link[_ngcontent-wlc-app-c505038209]:hover {
			--wlc-menu--submenu-decor-width: 100%;
		}
	}

	.wlc-menu--theme-mobile-app-main[_nghost-wlc-app-c505038209] {
		padding: 0 0 0 15px;
		background: var(--mc-bg700);
		border-top: 1px solid var(--mc-baseMain-o1);
		border-bottom: 1px solid var(--mc-baseMain-o1);
	}

	.wlc-menu--theme-mobile-app-main[_nghost-wlc-app-c505038209] .wlc-menu__item[_ngcontent-wlc-app-c505038209] {
		padding: 15px 15px 15px 0;
		border-bottom: 1px solid var(--mc-baseMain-o1);
	}

	.wlc-menu--theme-mobile-app-main[_nghost-wlc-app-c505038209] .wlc-menu__item--logout[_ngcontent-wlc-app-c505038209] .wlc-menu__link[_ngcontent-wlc-app-c505038209] {
		color: var(--mc-error);
		font-style: normal;
		font-weight: normal;
		font-size: 1.4rem;
		line-height: 1.45;
	}

	.wlc-menu--theme-mobile-app-main[_nghost-wlc-app-c505038209] .wlc-menu__item[_ngcontent-wlc-app-c505038209]:last-child {
		border-bottom: 0;
	}

	.wlc-menu--theme-mobile-app-main[_nghost-wlc-app-c505038209] .wlc-menu__link[_ngcontent-wlc-app-c505038209] {
		color: var(--mc-baseMain);
		font-style: normal;
		font-weight: normal;
		font-size: 1.4rem;
		line-height: 1.45;
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: 100%;
		text-decoration: none;
	}

	.wlc-menu--theme-mobile-app-main[_nghost-wlc-app-c505038209] .wlc-menu__link[_ngcontent-wlc-app-c505038209] .wlc-icon-content {
		color: var(--mc-baseMain-o6);
	}

	.wlc-menu--theme-mobile-app-main[_nghost-wlc-app-c505038209] .wlc-menu__link-text[_ngcontent-wlc-app-c505038209] {
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: 100%;
	}

	.wlc-menu--theme-mobile-app-main[_nghost-wlc-app-c505038209] .wlc-menu__link-text[_ngcontent-wlc-app-c505038209] .wlc-icon {
		color: var(--mc-baseMain-o6);
	}

	.wlc-menu[_nghost-wlc-app-c505038209] .wlc-menu__link-text[_ngcontent-wlc-app-c505038209] .wlc-counter[_ngcontent-wlc-app-c505038209] {
		margin-left: 5px;
	}

	.wlc-sections__profile-content .wlc-menu[_nghost-wlc-app-c505038209] .wlc-menu__link-text[_ngcontent-wlc-app-c505038209] .wlc-counter--theme-mod-internal-mails[_ngcontent-wlc-app-c505038209] {
		display: none;
	}

	.wlc-menu[_nghost-wlc-app-c505038209] swiper-container::part(container) {
		overflow: visible;
	}

	.wlc-menu--theme-contacts[_nghost-wlc-app-c505038209] .wlc-menu__item[_ngcontent-wlc-app-c505038209] .wlc-menu__link[_ngcontent-wlc-app-c505038209] {
		background: var(--mc-bg500);
	}


	.wlc-widget-wheel[_nghost-wlc-app-c3283622905] .wlc-widget-wheel[_ngcontent-wlc-app-c3283622905] {
		position: fixed;
		bottom: 100px;
		left: -10px;
		z-index: 1059;
		display: flex;
		flex-direction: row-reverse;
		align-items: center;
		transition: all 0.5s ease-out;
	}

	.wlc-widget-wheel[_nghost-wlc-app-c3283622905] .wlc-widget-wheel.open-widget[_ngcontent-wlc-app-c3283622905] {
		left: 200px;
	}

	.wlc-widget-wheel[_nghost-wlc-app-c3283622905] .wlc-widget-wheel__wrapper-button[_ngcontent-wlc-app-c3283622905] {
		position: absolute;
		display: flex;
		flex-direction: row;
		align-content: center;
		align-items: center;
		justify-content: left;
		width: 200px;
		height: 40px;
		padding: 0 8px;
		background-color: var(--mc-buttonGradient);
		border-radius: 100px 0 0 100px;
	}

	.wlc-widget-wheel[_nghost-wlc-app-c3283622905] .wlc-widget-wheel__button[_ngcontent-wlc-app-c3283622905] {
		width: 170px;
		height: 40px;
		background-color: var(--mc-buttonGradient);
		border-radius: 100px 0 0 100px;
		cursor: pointer;
	}

	.wlc-widget-wheel[_nghost-wlc-app-c3283622905] .wlc-widget-wheel__button[_ngcontent-wlc-app-c3283622905]:hover {
		background-color: var(--mc-buttonGradient);
	}

	.wlc-widget-wheel[_nghost-wlc-app-c3283622905] .wlc-widget-wheel__button[_ngcontent-wlc-app-c3283622905] .wlc-widget-wheel__title-button[_ngcontent-wlc-app-c3283622905] {
		color: var(--mc-baseMain);
		font-style: normal;
		font-weight: bold;
		font-size: 1.4rem;
		line-height: 1.45;
		margin: 10px 20px 10px 10px;
		text-align: center;
	}

	.wlc-widget-wheel[_nghost-wlc-app-c3283622905] .wlc-widget-wheel__button[_ngcontent-wlc-app-c3283622905] .wlc-timer {
		background: none;
	}

	.wlc-widget-wheel[_nghost-wlc-app-c3283622905] .wlc-widget-wheel__button[_ngcontent-wlc-app-c3283622905] .wlc-timer .wlc-timer__content {
		padding: 10px;
		background: none;
	}

	.wlc-widget-wheel[_nghost-wlc-app-c3283622905] .wlc-widget-wheel__button[_ngcontent-wlc-app-c3283622905] .wlc-timer .wlc-timer__content .wlc-timer__clock-icon {
		display: none;
	}

	.wlc-widget-wheel[_nghost-wlc-app-c3283622905] .wlc-widget-wheel__button[_ngcontent-wlc-app-c3283622905] .wlc-timer .wlc-timer__content .wlc-timer__timer-text {
		margin: 0 auto;
	}

	.wlc-widget-wheel[_nghost-wlc-app-c3283622905] .wlc-widget-wheel__roulette[_ngcontent-wlc-app-c3283622905] {
		position: absolute;
		left: -35px;
		z-index: 1;
		width: 84px;
		cursor: pointer;
		animation: 2s linear 0s normal none infinite running _ngcontent-wlc-app-c3283622905_spin;
	}

	.wlc-widget-wheel[_nghost-wlc-app-c3283622905] .wlc-widget-wheel__arrow[_ngcontent-wlc-app-c3283622905] {
		position: absolute;
		left: 34px;
		z-index: 2;
		cursor: pointer;
	}

	@keyframes _ngcontent-wlc-app-c3283622905_spin {
		0% {
			transform: rotate(0deg);
		}

		100% {
			transform: rotate(360deg);
		}
	}

	.wlc-widget-wheel[_nghost-wlc-app-c3283622905] .wlc-widget-wheel[_ngcontent-wlc-app-c3283622905] {
		z-index: 1059;
	}

	.wlc-widget-wheel[_nghost-wlc-app-c3283622905] .wlc-widget-wheel[_ngcontent-wlc-app-c3283622905] .wlc-widget-wheel__button[_ngcontent-wlc-app-c3283622905] {
		background: var(--mc-buttonGradient);
	}

	.wlc-widget-wheel[_nghost-wlc-app-c3283622905] .wlc-widget-wheel[_ngcontent-wlc-app-c3283622905] .wlc-widget-wheel__button[_ngcontent-wlc-app-c3283622905]:hover {
		box-shadow: 0 0 15px 0 #7dbeff;
	}


	.wlc-tournament-list--theme-default[_nghost-wlc-app-c472511272] {
		margin: 0 0 0 0;
	}

	@media (min-width: 900px) {
		.wlc-tournament-list--theme-default[_nghost-wlc-app-c472511272] {
			margin: 0 0 0 0;
		}
	}

	@media (min-width: 1630px) {
		.wlc-tournament-list--theme-default[_nghost-wlc-app-c472511272] {
			margin: 0 0 0 0;
		}
	}

	.wlc-sections__profile-content .wlc-tournament-list--theme-default[_nghost-wlc-app-c472511272] {
		margin-bottom: 0;
	}

	.wlc-tournament-list--theme-default[_nghost-wlc-app-c472511272] .wlc-tournament-list__container[_ngcontent-wlc-app-c472511272] {
		grid-template-columns: 1fr;
		display: grid;
		grid-gap: 15px;
	}

	@media (min-width: 720px) {
		.wlc-tournament-list--theme-default[_nghost-wlc-app-c472511272] .wlc-tournament-list__container[_ngcontent-wlc-app-c472511272] {
			grid-template-columns: 1fr;
		}
	}

	@media (min-width: 900px) {
		.wlc-tournament-list--theme-default[_nghost-wlc-app-c472511272] .wlc-tournament-list__container[_ngcontent-wlc-app-c472511272] {
			grid-template-columns: 1fr 1fr;
		}
	}

	.wlc-tournament-list--theme-default[_nghost-wlc-app-c472511272] .wlc-tournament-list__container[_ngcontent-wlc-app-c472511272]:has(.wlc-tournament-promo--theme-alternative) {
		grid-template-columns: 1fr;
	}

	@media (min-width: 768px) {
		.wlc-tournament-list--theme-default[_nghost-wlc-app-c472511272] .wlc-tournament-list__container[_ngcontent-wlc-app-c472511272]:has(.wlc-tournament-promo--theme-alternative) {
			grid-template-columns: repeat(auto-fill, minmax(650px, 1fr));
		}
	}

	.app-tournaments-state .wlc-tournament-list--theme-default[_nghost-wlc-app-c472511272] .wlc-tournament-list__nocontent[_ngcontent-wlc-app-c472511272] {
		margin: 80px 0 140px 0;
	}

	.wlc-tournament-list--theme-default.wlc-tournament-list--type-dashboard[_nghost-wlc-app-c472511272] {
		display: flex;
		flex-direction: column;
		height: 100%;
	}

	.wlc-tournament-list--theme-default.wlc-tournament-list--type-dashboard[_nghost-wlc-app-c472511272] .wlc-tournament-list__header[_ngcontent-wlc-app-c472511272] {
		color: var(--mc-baseMain);
		font-style: normal;
		font-weight: bold;
		font-size: 1.6rem;
		line-height: 1.45;

		display: -webkit-box;
		box-orient: vertical;
		-webkit-box-orient: vertical;

		overflow: hidden;
		text-overflow: ellipsis;
		word-break: break-word;
		-webkit-line-clamp: 1;
		margin: 0 0 15px 0;
		text-align: center;
	}

	.wlc-tournament-list--theme-default.wlc-tournament-list--type-dashboard[_nghost-wlc-app-c472511272] .wlc-tournament-list__nav[_ngcontent-wlc-app-c472511272] .wlc-swiper-button-prev,
	.wlc-tournament-list--theme-default.wlc-tournament-list--type-dashboard[_nghost-wlc-app-c472511272] .wlc-tournament-list__nav[_ngcontent-wlc-app-c472511272] .wlc-swiper-button-next {
		position: absolute;
		top: 102px;
		left: 2px;
		z-index: 100;
	}

	.wlc-tournament-list--theme-default.wlc-tournament-list--type-dashboard[_nghost-wlc-app-c472511272] .wlc-tournament-list__nav[_ngcontent-wlc-app-c472511272] .wlc-swiper-button-next {
		right: 2px;
		left: auto;
	}

	.wlc-tournament-list--theme-default.wlc-tournament-list--type-dashboard[_nghost-wlc-app-c472511272] .wlc-tournament-list__slider[_ngcontent-wlc-app-c472511272] {
		height: 100%;
	}

	.wlc-tournament-list--theme-default.wlc-tournament-list--type-dashboard[_nghost-wlc-app-c472511272] .wlc-tournament-list__slider[_ngcontent-wlc-app-c472511272] .swiper {
		height: 100%;
	}

	.wlc-tournament-list--theme-default.wlc-tournament-list--type-available[_nghost-wlc-app-c472511272] .wlc-tournament-list__item[_ngcontent-wlc-app-c472511272]:last-child {
		margin-bottom: 0;
	}

	.wlc-tournament-list--theme-default.wlc-tournament-list--type-banner[_nghost-wlc-app-c472511272] {
		position: relative;
		overflow: hidden;
		min-width: 0;
		max-width: 100%;
		height: 100%;
		border-radius: 32px;
	}

	.wlc-tournament-list--theme-default.wlc-tournament-list--type-banner[_nghost-wlc-app-c472511272] .swiper-button-container[_ngcontent-wlc-app-c472511272] {
		right: 20px;
		bottom: 30px;
		position: absolute;
		z-index: 22;
		display: flex;
		align-items: center;
		width: auto;
	}

	@media (min-width: 1024px) {
		.wlc-tournament-list--theme-default.wlc-tournament-list--type-banner[_nghost-wlc-app-c472511272] .swiper-button-container[_ngcontent-wlc-app-c472511272] {
			right: 40px;
		}
	}

	@media (min-width: 1024px) {
		.wlc-tournament-list--theme-default.wlc-tournament-list--type-banner[_nghost-wlc-app-c472511272] .swiper-button-container[_ngcontent-wlc-app-c472511272] {
			bottom: 40px;
		}
	}

	.wlc-tournament-list--theme-default.wlc-tournament-list--type-banner[_nghost-wlc-app-c472511272] .wlc-tournament-list-nocontent__tag[_ngcontent-wlc-app-c472511272] {
		color: var(--mc-black);
		font-style: normal;
		font-weight: bold;
		font-size: 1.6rem;
		line-height: 1.45;
		padding: 7px 18px;
		position: absolute;
		top: 15px;
		left: 15px;
		z-index: 10;
		min-width: 140px;
		text-align: center;
		background: var(--mc-main);
		border-radius: 30px;
	}

	.wlc-tournament-list--theme-default.wlc-tournament-list--type-banner[_nghost-wlc-app-c472511272] .wlc-tournament-list__slider[_ngcontent-wlc-app-c472511272] {
		height: 100%;
	}

	.wlc-tournament-list--theme-default.wlc-tournament-list--type-banner[_nghost-wlc-app-c472511272] .wlc-tournament-list__slider[_ngcontent-wlc-app-c472511272] .swiper,
	.wlc-tournament-list--theme-default.wlc-tournament-list--type-banner[_nghost-wlc-app-c472511272] .wlc-tournament-list__slider[_ngcontent-wlc-app-c472511272] .swiper-wrapper,
	.wlc-tournament-list--theme-default.wlc-tournament-list--type-banner[_nghost-wlc-app-c472511272] .wlc-tournament-list__slider[_ngcontent-wlc-app-c472511272] .wlc-slider {
		height: 100%;
	}

	.wlc-tournament-list__nocontent[_ngcontent-wlc-app-c472511272] {
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.wlc-tournament-list__nocontent-btn[_ngcontent-wlc-app-c472511272] {
		margin: 40px 0 0 0;
	}

	.wlc-tournament-list--theme-wolf[_nghost-wlc-app-c472511272] {
		margin: 0;
		position: relative;
	}

	.wlc-tournament-list--theme-wolf[_nghost-wlc-app-c472511272] .wlc-tournament-list__container[_ngcontent-wlc-app-c472511272] {
		grid-template-columns: 1fr;
		display: grid;
		grid-gap: 30px;
	}

	@media (min-width: 720px) {
		.wlc-tournament-list--theme-wolf[_nghost-wlc-app-c472511272] .wlc-tournament-list__container[_ngcontent-wlc-app-c472511272] {
			grid-template-columns: 1fr 1fr;
		}
	}

	@media (min-width: 900px) {
		.wlc-tournament-list--theme-wolf[_nghost-wlc-app-c472511272] .wlc-tournament-list__container[_ngcontent-wlc-app-c472511272] {
			grid-template-columns: repeat(auto-fill, minmax(540px, 1fr));
		}
	}

	@media (min-width: 1630px) {
		.wlc-tournament-list--theme-wolf[_nghost-wlc-app-c472511272] .wlc-tournament-list__container[_ngcontent-wlc-app-c472511272] {
			grid-template-columns: repeat(auto-fill, minmax(600px, 1fr));
		}
	}

	.wlc-tournament-list--theme-wolf.wlc-tournament-list--type-banner[_nghost-wlc-app-c472511272] {
		position: relative;
		min-width: 0;
		max-width: 100%;
		height: 100%;
	}

	.wlc-tournament-list--theme-wolf.wlc-tournament-list--type-banner[_nghost-wlc-app-c472511272] .swiper-button-container[_ngcontent-wlc-app-c472511272] {
		display: none;
		right: 20px;
		bottom: 30px;
		position: absolute;
		z-index: 22;
		align-items: center;
		width: auto;
	}

	@media (min-width: 560px) {
		.wlc-tournament-list--theme-wolf.wlc-tournament-list--type-banner[_nghost-wlc-app-c472511272] .swiper-button-container[_ngcontent-wlc-app-c472511272] {
			display: flex;
		}
	}

	@media (min-width: 1024px) {
		.wlc-tournament-list--theme-wolf.wlc-tournament-list--type-banner[_nghost-wlc-app-c472511272] .swiper-button-container[_ngcontent-wlc-app-c472511272] {
			right: 40px;
		}
	}

	@media (min-width: 1024px) {
		.wlc-tournament-list--theme-wolf.wlc-tournament-list--type-banner[_nghost-wlc-app-c472511272] .swiper-button-container[_ngcontent-wlc-app-c472511272] {
			bottom: 40px;
		}
	}

	.wlc-tournament-list--theme-wolf.wlc-tournament-list--type-banner[_nghost-wlc-app-c472511272] .wlc-tournament-list__tag[_ngcontent-wlc-app-c472511272],
	.wlc-tournament-list--theme-wolf.wlc-tournament-list--type-banner[_nghost-wlc-app-c472511272] .wlc-tournament-list-nocontent__tag[_ngcontent-wlc-app-c472511272] {
		color: var(--mc-baseThird);
		font-style: normal;
		font-weight: bold;
		font-size: 1.2rem;
		line-height: 1.45;
		right: 60px;
		position: absolute;
		top: -6px;
		z-index: 10;
		padding: 5px 15px;
		border-radius: 8px;
		background: var(--mc-main);
	}

	@media (min-width: 560px) {

		.wlc-tournament-list--theme-wolf.wlc-tournament-list--type-banner[_nghost-wlc-app-c472511272] .wlc-tournament-list__tag[_ngcontent-wlc-app-c472511272],
		.wlc-tournament-list--theme-wolf.wlc-tournament-list--type-banner[_nghost-wlc-app-c472511272] .wlc-tournament-list-nocontent__tag[_ngcontent-wlc-app-c472511272] {
			right: 20px;
		}
	}

	.wlc-tournament-list--theme-wolf.wlc-tournament-list--type-banner[_nghost-wlc-app-c472511272] .wlc-tournament-list__slider[_ngcontent-wlc-app-c472511272] {
		height: 100%;
	}

	.wlc-tournament-list--theme-wolf.wlc-tournament-list--type-banner[_nghost-wlc-app-c472511272] .wlc-tournament-list__slider[_ngcontent-wlc-app-c472511272] .swiper {
		overflow: visible;
	}

	@media (min-width: 560px) {
		.wlc-tournament-list--theme-wolf.wlc-tournament-list--type-banner[_nghost-wlc-app-c472511272] .wlc-tournament-list__slider[_ngcontent-wlc-app-c472511272] .swiper {
			overflow: hidden;
		}
	}

	.wlc-tournament-list--theme-wolf.wlc-tournament-list--type-banner[_nghost-wlc-app-c472511272] .wlc-tournament-list__slider[_ngcontent-wlc-app-c472511272] .swiper,
	.wlc-tournament-list--theme-wolf.wlc-tournament-list--type-banner[_nghost-wlc-app-c472511272] .wlc-tournament-list__slider[_ngcontent-wlc-app-c472511272] .swiper-wrapper,
	.wlc-tournament-list--theme-wolf.wlc-tournament-list--type-banner[_nghost-wlc-app-c472511272] .wlc-tournament-list__slider[_ngcontent-wlc-app-c472511272] .wlc-slider {
		height: 100%;
	}

	.wlc-tournament-list--theme-wolf.wlc-tournament-list--type-dashboard[_nghost-wlc-app-c472511272] {
		position: relative;
		display: flex;
		flex-direction: column;
		height: 100%;
	}

	.wlc-tournament-list--theme-wolf.wlc-tournament-list--type-dashboard[_nghost-wlc-app-c472511272] .wlc-tournament-list__header[_ngcontent-wlc-app-c472511272] {
		color: var(--mc-baseMain);
		font-style: normal;
		font-weight: bold;
		font-size: 1.6rem;
		line-height: 1.45;

		display: -webkit-box;
		box-orient: vertical;
		-webkit-box-orient: vertical;

		overflow: hidden;
		text-overflow: ellipsis;
		word-break: break-word;
		-webkit-line-clamp: 1;
		margin: 0 0 15px 0;
		text-align: center;
	}

	.wlc-tournament-list--theme-wolf.wlc-tournament-list--type-dashboard[_nghost-wlc-app-c472511272] .wlc-tournament-list__nav[_ngcontent-wlc-app-c472511272] .wlc-swiper-button-prev,
	.wlc-tournament-list--theme-wolf.wlc-tournament-list--type-dashboard[_nghost-wlc-app-c472511272] .wlc-tournament-list__nav[_ngcontent-wlc-app-c472511272] .wlc-swiper-button-next {
		position: absolute;
		top: 102px;
		left: 2px;
		z-index: 100;
	}

	.wlc-tournament-list--theme-wolf.wlc-tournament-list--type-dashboard[_nghost-wlc-app-c472511272] .wlc-tournament-list__nav[_ngcontent-wlc-app-c472511272] .wlc-swiper-button-next {
		right: 2px;
		left: auto;
	}

	.wlc-tournament-list--theme-wolf.wlc-tournament-list--type-dashboard[_nghost-wlc-app-c472511272] .wlc-tournament-list__slider[_ngcontent-wlc-app-c472511272] {
		height: 100%;
	}

	.wlc-tournament-list--theme-wolf.wlc-tournament-list--type-dashboard[_nghost-wlc-app-c472511272] .wlc-tournament-list__slider[_ngcontent-wlc-app-c472511272] .swiper {
		height: 100%;
	}

	.wlc-tournament-list--theme-mod-swiper[_nghost-wlc-app-c472511272] div[slot-container-end][_ngcontent-wlc-app-c472511272] {
		display: none;
	}

	@media (min-width: 560px) {
		.wlc-tournament-list--theme-mod-swiper[_nghost-wlc-app-c472511272] div[slot-container-end][_ngcontent-wlc-app-c472511272] {
			display: flex;
		}
	}

	.wlc-tournament-list--theme-default.wlc-tournament-list--type-banner[_nghost-wlc-app-c472511272] {
		border: 1px solid var(--mc-main);
	}

	.wlc-tournament-list--theme-default.wlc-tournament-list--type-banner[_nghost-wlc-app-c472511272] .wlc-tournament-list-nocontent__tag[_ngcontent-wlc-app-c472511272] {
		color: var(--mc-black);
		font-style: normal;
		font-weight: normal;
		font-size: 1.4rem;
		line-height: 1.45;
	}

	.wlc-tournament-list--theme-default.wlc-tournament-list--type-banner[_nghost-wlc-app-c472511272] .wlc-tournament-list-nocontent__tag[_ngcontent-wlc-app-c472511272]:before {
		content: "";
		position: relative;
		display: inline-block;
		width: 20px;
		height: 20px;
		margin-right: 10px;
		vertical-align: text-top;
		background: url("https://kometacasino-kck.buzz/static/images/icons/tournaments.svg") center/contain no-repeat;
	}


	.wlc-login-signup--theme-default[_nghost-wlc-app-c3252888576] {
		display: grid;
		grid-auto-columns: auto;
		grid-auto-flow: column;
		grid-gap: 20px;
		grid-template-areas: "login sign";
		align-items: center;
	}

	.wlc-burger-panel--left-mobile .wlc-login-signup--theme-default[_nghost-wlc-app-c3252888576] {
		grid-template-areas: "sign""login";
	}

	.wlc-login-signup--theme-default[_nghost-wlc-app-c3252888576] .wlc-btn--type-default[data-wlc-element="button_login-modal"] {
		grid-area: login;
	}

	.wlc-login-signup--theme-default[_nghost-wlc-app-c3252888576] .wlc-btn--type-default[data-wlc-element="button_register-modal"] {
		grid-area: sign;
	}

	.wlc-login-signup--theme-wolf[_nghost-wlc-app-c3252888576] {
		display: grid;
		grid-auto-columns: auto;
		grid-auto-flow: column;
		grid-gap: var(--h-gap);
		grid-template-areas: "sign login";
		align-items: center;
	}

	.wlc-burger-panel--left-mobile .wlc-login-signup--theme-wolf[_nghost-wlc-app-c3252888576] {
		grid-template-areas: "sign""login";
	}

	.wlc-login-signup--theme-wolf[_nghost-wlc-app-c3252888576] .wlc-btn--type-default[data-wlc-element="button_login-modal"] {
		grid-area: login;
	}

	.wlc-login-signup--theme-wolf[_nghost-wlc-app-c3252888576] .wlc-btn--type-default[data-wlc-element="button_register-modal"] {
		grid-area: sign;
	}

	.wlc-login-signup--theme-wolf[_nghost-wlc-app-c3252888576] .wlc-btn--type-default[data-wlc-element="button_register-modal"] {
		background: var(--mc-buttonHighlightGradient);
	}

	@media (pointer: fine) {
		.wlc-login-signup--theme-wolf[_nghost-wlc-app-c3252888576] .wlc-btn--type-default[data-wlc-element="button_register-modal"]:hover {
			box-shadow: 0 0 15px 0 rgba(255, 1, 180, 0.4);
		}
	}

	.wlc-login-signup--theme-wolf[_nghost-wlc-app-c3252888576] .wlc-btn--type-default[data-wlc-element="button_login-modal"] .wlc-btn__text,
	.wlc-login-signup--theme-wolf[_nghost-wlc-app-c3252888576] .wlc-btn--type-default[data-wlc-element="button_register-modal"] .wlc-btn__text {
		line-height: 1;
	}

	@media (max-width: 767px) {

		.wlc-login-signup--theme-wolf[_nghost-wlc-app-c3252888576] .wlc-btn--type-default[data-wlc-element="button_login-modal"],
		.wlc-login-signup--theme-wolf[_nghost-wlc-app-c3252888576] .wlc-btn--type-default[data-wlc-element="button_register-modal"] {
			min-width: unset;
			padding: 5px 15px;
		}
	}

	@media (max-width: 479px) {
		.wlc-login-signup--theme-wolf[_nghost-wlc-app-c3252888576] {
			gap: 5px;
		}
	}


	.wlc-chat-icon--theme-default[_nghost-wlc-app-c2549393774] .wlc-chat-icon__button[_ngcontent-wlc-app-c2549393774] {
		position: relative;
		display: flex;
		align-items: center;
		justify-content: center;
		width: 35px;
		height: 35px;
		padding: 5px;
		border: none;
		color: var(--mc-baseThird-locked, var(--mc-baseMain-locked));
		background: var(--mc-main);
		border-radius: var(--button-border-radius);
		box-shadow: none;
		transition: all 0.3s linear;
	}

	@media (min-width: 1200px) {
		.wlc-chat-icon--theme-default[_nghost-wlc-app-c2549393774] .wlc-chat-icon__button[_ngcontent-wlc-app-c2549393774] {
			width: 40px;
			height: 40px;
		}
	}

	.wlc-chat-icon--theme-default[_nghost-wlc-app-c2549393774] .wlc-chat-icon__button[_ngcontent-wlc-app-c2549393774] .ch-icon-chat[_ngcontent-wlc-app-c2549393774] {
		width: 100%;
		height: 100%;
		overflow: initial;
	}

	.wlc-chat-icon--theme-default[_nghost-wlc-app-c2549393774] .wlc-chat-icon__button[_ngcontent-wlc-app-c2549393774]:hover {
		background: var(--mc-main-l10);
	}

	.wlc-chat-icon--theme-default[_nghost-wlc-app-c2549393774] .wlc-chat-icon__counter[_ngcontent-wlc-app-c2549393774] {
		position: absolute;
		top: -10px;
		right: -10px;
		display: flex;
		align-items: center;
		justify-content: center;
		width: 2.4em;
		height: 2.4em;
		font-size: 10px;
		background: var(--mc-main-d20);
		border-radius: 50%;
	}

	.wlc-chat-icon--theme-wolf[_nghost-wlc-app-c2549393774] .wlc-chat-icon__button[_ngcontent-wlc-app-c2549393774] {
		position: relative;
		display: flex;
		align-items: center;
		justify-content: center;
		width: 40px;
		height: 40px;
		padding: 8px;
		border: none;
		color: var(--mc-baseMain);
		background: var(--mc-buttonGradient);
		border-radius: var(--button-border-radius);
		box-shadow: none;
		transition: all 0.3s linear;
	}

	.wlc-chat-icon--theme-wolf[_nghost-wlc-app-c2549393774] .wlc-chat-icon__button[_ngcontent-wlc-app-c2549393774] .ch-icon-chat[_ngcontent-wlc-app-c2549393774] {
		width: 100%;
		height: 100%;
		overflow: initial;
	}

	.wlc-chat-icon--theme-wolf[_nghost-wlc-app-c2549393774] .wlc-chat-icon__button[_ngcontent-wlc-app-c2549393774]:hover {
		color: var(--mc-baseThird-locked, var(--mc-baseMain-locked));
	}

	.wlc-chat-icon--theme-wolf[_nghost-wlc-app-c2549393774] .wlc-chat-icon__counter[_ngcontent-wlc-app-c2549393774] {
		position: absolute;
		top: 8px;
		right: 8px;
		width: 5px;
		height: 5px;
		border-radius: 50%;
		background: var(--mc-buttonHighlightGradient);
	}

	.wlc-chat-icon--theme-wolf.wlc-chat-icon--type-sticky-footer[_nghost-wlc-app-c2549393774] .wlc-chat-icon__item[_ngcontent-wlc-app-c2549393774] {
		position: relative;
	}

	.wlc-chat-icon--theme-wolf.wlc-chat-icon--type-sticky-footer[_nghost-wlc-app-c2549393774] .wlc-chat-icon__counter[_ngcontent-wlc-app-c2549393774] {
		position: absolute;
		top: -3px;
		right: 0;
		width: 5px;
		height: 5px;
		border-radius: 50%;
		background: var(--mc-secondary);
	}


	.wlc-game-thumb--theme-default[_nghost-wlc-app-c1106794763] {
		cursor: pointer;
		position: relative;
		overflow: hidden;
		border-radius: 16px 16px 0 0;
		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-c1106794763] {
			cursor: unset;
		}
	}

	@supports (aspect-ratio: 1/1) {
		.wlc-game-thumb--theme-default[_nghost-wlc-app-c1106794763] {
			aspect-ratio: 4/3;
		}
	}

	@supports not (aspect-ratio: 1/1) {
		.wlc-game-thumb--theme-default[_nghost-wlc-app-c1106794763] {
			padding: 75% 0 0;
			height: 0;
		}
	}

	.wlc-body--browser-safari .wlc-game-thumb--theme-default[_nghost-wlc-app-c1106794763] {
		-webkit-mask-image: -webkit-radial-gradient(white, black);
	}

	.wlc-game-thumb--theme-default[_nghost-wlc-app-c1106794763] .wlc-game-thumb-media__wrap[_ngcontent-wlc-app-c1106794763] {
		position: relative;
		overflow: hidden;
	}

	.wlc-game-thumb--theme-default[_nghost-wlc-app-c1106794763] .wlc-game-thumb-media__video[_ngcontent-wlc-app-c1106794763] {
		display: block;
		object-fit: cover;
		object-position: center;
		width: 100%;
		aspect-ratio: 4/3;
	}

	.wlc-game-thumb--theme-default[_nghost-wlc-app-c1106794763] .wlc-game-thumb__img[_ngcontent-wlc-app-c1106794763],
	.wlc-game-thumb--theme-default[_nghost-wlc-app-c1106794763] .wlc-game-thumb__desc[_ngcontent-wlc-app-c1106794763],
	.wlc-game-thumb--theme-default[_nghost-wlc-app-c1106794763] .wlc-game-thumb__ppl-more-block[_ngcontent-wlc-app-c1106794763],
	.wlc-game-thumb--theme-default[_nghost-wlc-app-c1106794763] .wlc-game-thumb__desc[_ngcontent-wlc-app-c1106794763]:before {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}

	.wlc-game-thumb--theme-default[_nghost-wlc-app-c1106794763] .wlc-game-thumb__img[_ngcontent-wlc-app-c1106794763] {
		border-radius: inherit;
		overflow: hidden;
	}

	.wlc-game-thumb--theme-default[_nghost-wlc-app-c1106794763] .wlc-game-thumb__img[_ngcontent-wlc-app-c1106794763] img[_ngcontent-wlc-app-c1106794763] {
		display: block;
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: center;
	}

	.wlc-game-thumb--theme-default[_nghost-wlc-app-c1106794763] .wlc-game-thumb__desc[_ngcontent-wlc-app-c1106794763] {
		display: none;
		transition: opacity 0.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-c1106794763] .wlc-game-thumb__desc[_ngcontent-wlc-app-c1106794763] {
			display: grid;
		}
	}

	.wlc-game-thumb--theme-default[_nghost-wlc-app-c1106794763] .wlc-game-thumb__desc[_ngcontent-wlc-app-c1106794763]:before {
		transition: all 0.25s linear;
		content: "";
		z-index: 1;
		background: linear-gradient(180deg, rgba(26, 21, 0, 0) 0%, var(--mc-bg700) 86.3%);
		transform: translateX(-100%) skewX(35deg);
		pointer-events: none;
	}

	@media (pointer: coarse) {
		.wlc-game-thumb--theme-default[_nghost-wlc-app-c1106794763] .wlc-game-thumb__desc[_ngcontent-wlc-app-c1106794763] {
			display: none;
		}
	}

	.wlc-game-thumb--theme-default[_nghost-wlc-app-c1106794763] .wlc-game-thumb__title[_ngcontent-wlc-app-c1106794763] {
		position: relative;
		z-index: 3;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: flex-start;
		text-align: center;
	}

	.wlc-game-thumb--theme-default[_nghost-wlc-app-c1106794763] .wlc-game-thumb__name[_ngcontent-wlc-app-c1106794763] {
		display: -webkit-box;
		box-orient: vertical;
		-webkit-box-orient: vertical;

		overflow: hidden;
		text-overflow: ellipsis;
		word-break: break-word;
		-webkit-line-clamp: 2;
		color: var(--mc-baseMain);
		font-style: normal;
		font-weight: bold;
		font-size: 1.4rem;
		line-height: 1.45;
	}

	@media (min-width: 1630px) {
		.wlc-game-thumb--theme-default[_nghost-wlc-app-c1106794763] .wlc-game-thumb__name[_ngcontent-wlc-app-c1106794763] {
			color: var(--mc-baseMain);
			font-style: normal;
			font-weight: bold;
			font-size: 1.6rem;
			line-height: 1.45;
		}
	}

	.wlc-game-thumb--theme-default[_nghost-wlc-app-c1106794763] .wlc-game-thumb__merchant[_ngcontent-wlc-app-c1106794763] {
		color: var(--mc-baseMain);
		font-style: normal;
		font-weight: normal;
		font-size: 1.4rem;
		line-height: 1.45;
	}

	@media (min-width: 1630px) {
		.wlc-game-thumb--theme-default[_nghost-wlc-app-c1106794763] .wlc-game-thumb__merchant[_ngcontent-wlc-app-c1106794763] {
			color: var(--mc-baseMain);
			font-style: normal;
			font-weight: normal;
			font-size: 1.6rem;
			line-height: 1.45;
		}
	}

	.wlc-game-thumb--theme-default[_nghost-wlc-app-c1106794763] .wlc-game-thumb__merchants-block[_ngcontent-wlc-app-c1106794763] {
		width: 60px;
		height: 35px;
		position: absolute;
		top: 0;
		right: 0;
		z-index: 10;
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 5px;
		background: var(--mc-bg-o8);
		border-radius: 0 10px;
		pointer-events: none;
	}

	@media (min-width: 900px) {
		.wlc-game-thumb--theme-default[_nghost-wlc-app-c1106794763] .wlc-game-thumb__merchants-block[_ngcontent-wlc-app-c1106794763] {
			width: 85px;
		}
	}

	@media (min-width: 900px) {
		.wlc-game-thumb--theme-default[_nghost-wlc-app-c1106794763] .wlc-game-thumb__merchants-block[_ngcontent-wlc-app-c1106794763] {
			height: 45px;
		}
	}

	.wlc-game-thumb--theme-default[_nghost-wlc-app-c1106794763] .wlc-game-thumb__merchants-icon[_ngcontent-wlc-app-c1106794763] {
		max-width: 50px;
		max-height: 25px;
	}

	@media (min-width: 900px) {
		.wlc-game-thumb--theme-default[_nghost-wlc-app-c1106794763] .wlc-game-thumb__merchants-icon[_ngcontent-wlc-app-c1106794763] {
			max-width: 75px;
		}
	}

	@media (min-width: 900px) {
		.wlc-game-thumb--theme-default[_nghost-wlc-app-c1106794763] .wlc-game-thumb__merchants-icon[_ngcontent-wlc-app-c1106794763] {
			max-height: 35px;
		}
	}

	.wlc-game-thumb--theme-default[_nghost-wlc-app-c1106794763] .wlc-game-thumb__merchants-name-wrapper[_ngcontent-wlc-app-c1106794763] {
		color: var(--mc-baseMain);
		font-style: normal;
		font-weight: bold;
		font-size: 1.4rem;
		line-height: 1.45;
		position: relative;
		top: 0;
		left: 0;
		z-index: 10;
		display: flex;
		align-items: flex-start;
		justify-content: flex-end;
		width: 100%;
		height: 10%;
		min-height: 50px;
		padding: 5px 10px;
		text-transform: capitalize;
		background: linear-gradient(180deg, var(--mc-bg-o8), var(--mc-bg-o6), var(--mc-bg-o0));
		pointer-events: none;
	}

	.wlc-game-thumb--theme-default[_nghost-wlc-app-c1106794763] .wlc-game-thumb__buttons[_ngcontent-wlc-app-c1106794763] {
		display: none;
		gap: 10px;
		justify-content: center;
		grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
		z-index: 3;
	}

	@media (min-width: 1024px) {
		.wlc-game-thumb--theme-default[_nghost-wlc-app-c1106794763] .wlc-game-thumb__buttons[_ngcontent-wlc-app-c1106794763] {
			display: grid;
		}
	}

	.wlc-game-thumb--theme-default[_nghost-wlc-app-c1106794763] .wlc-game-thumb__buttons[_ngcontent-wlc-app-c1106794763] .wlc-btn--demo .wlc-btn__text {
		color: var(--mc-buttonText, var(--mc-baseMain));
	}

	.wlc-game-thumb--theme-default[_nghost-wlc-app-c1106794763] .wlc-game-thumb__buttons[_ngcontent-wlc-app-c1106794763] .wlc-btn[_ngcontent-wlc-app-c1106794763] {
		min-width: auto;
	}

	.wlc-game-thumb--theme-default[_nghost-wlc-app-c1106794763] .wlc-game-thumb__buttons.no-demo[_ngcontent-wlc-app-c1106794763] {
		grid-template-columns: 50%;
	}

	.wlc-game-thumb--theme-default[_nghost-wlc-app-c1106794763] .wlc-game-thumb__buttons[_ngcontent-wlc-app-c1106794763] .wlc-icon {
		display: none;
	}

	.wlc-game-thumb--theme-default[_nghost-wlc-app-c1106794763] .wlc-game-thumb__ppl[_ngcontent-wlc-app-c1106794763] {
		transition: all 0.3s linear;
	}

	.wlc-game-thumb--theme-default[_nghost-wlc-app-c1106794763] .wlc-game-thumb__ppl-limits[_ngcontent-wlc-app-c1106794763] {
		transition: all 0.3s linear;
		color: var(--mc-baseMain);
		font-style: normal;
		font-weight: normal;
		font-size: 1.2rem;
		line-height: 1.45;
	}

	.wlc-game-thumb--theme-default[_nghost-wlc-app-c1106794763] .wlc-game-thumb__ppl-limits.default[_ngcontent-wlc-app-c1106794763] {
		position: absolute;
		top: 5px;
		left: 5px;
		z-index: 10;
		padding: 5px 10px;
		background: var(--mc-bg-o8);
		border-radius: 4px;
	}

	.wlc-game-thumb--theme-default[_nghost-wlc-app-c1106794763] .wlc-game-thumb__ppl-info[_ngcontent-wlc-app-c1106794763] {
		color: var(--mc-baseMain);
		font-style: normal;
		font-weight: normal;
		font-size: 1rem;
		line-height: 1.45;
		display: flex;
	}

	.wlc-game-thumb--theme-default[_nghost-wlc-app-c1106794763] .wlc-game-thumb__ppl-info-item[_ngcontent-wlc-app-c1106794763] {
		min-width: 40px;
		display: flex;
	}

	@media (min-width: 1200px) {
		.wlc-game-thumb--theme-default[_nghost-wlc-app-c1106794763] .wlc-game-thumb__ppl-info-item[_ngcontent-wlc-app-c1106794763] {
			min-width: 50px;
		}
	}

	.wlc-game-thumb--theme-default[_nghost-wlc-app-c1106794763] .wlc-game-thumb__ppl-info-item[_ngcontent-wlc-app-c1106794763] .wlc-icon[_ngcontent-wlc-app-c1106794763] {
		color: var(--mc-baseMain);
		line-height: 0;
	}

	.wlc-game-thumb--theme-default[_nghost-wlc-app-c1106794763] .wlc-game-thumb__ppl-info-item[_ngcontent-wlc-app-c1106794763] .wlc-icon[_ngcontent-wlc-app-c1106794763] svg {
		width: 14px;
	}

	.wlc-game-thumb--theme-default[_nghost-wlc-app-c1106794763] .wlc-game-thumb__ppl-info-item[_ngcontent-wlc-app-c1106794763] .wlc-icon[_ngcontent-wlc-app-c1106794763] svg path {
		fill: currentColor;
	}

	.wlc-game-thumb--theme-default[_nghost-wlc-app-c1106794763] .wlc-game-thumb__ppl-info-text[_ngcontent-wlc-app-c1106794763] {
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}

	@media (min-width: 900px) {
		.wlc-game-thumb--theme-default[_nghost-wlc-app-c1106794763] .wlc-game-thumb__ppl-info[_ngcontent-wlc-app-c1106794763] {
			color: var(--mc-baseMain);
			font-style: normal;
			font-weight: normal;
			font-size: 1.2rem;
			line-height: 1.45;
		}
	}

	.wlc-game-thumb--theme-default[_nghost-wlc-app-c1106794763] .wlc-game-thumb__ppl-results[_ngcontent-wlc-app-c1106794763] {
		display: flex;
		align-items: center;
	}

	.wlc-game-thumb--theme-default[_nghost-wlc-app-c1106794763] .wlc-game-thumb__ppl-results-item[_ngcontent-wlc-app-c1106794763] {
		color: #ffffff;
		font-style: normal;
		font-weight: normal;
		font-size: 1rem;
		line-height: 1.45;
		display: flex;
		align-items: center;
		justify-content: center;
		width: 15px;
		height: 15px;
		border-radius: 3px;
		margin-right: 2px;
	}

	.wlc-game-thumb--theme-default[_nghost-wlc-app-c1106794763] .wlc-game-thumb__ppl-results-item[_ngcontent-wlc-app-c1106794763]:first-child {
		width: 20px;
		height: 20px;
	}

	.wlc-game-thumb--theme-default[_nghost-wlc-app-c1106794763] .wlc-game-thumb__ppl-results-item--black[_ngcontent-wlc-app-c1106794763] {
		background-color: #000000;
	}

	.wlc-game-thumb--theme-default[_nghost-wlc-app-c1106794763] .wlc-game-thumb__ppl-results-item--red[_ngcontent-wlc-app-c1106794763] {
		background-color: #dd4747;
	}

	.wlc-game-thumb--theme-default[_nghost-wlc-app-c1106794763] .wlc-game-thumb__ppl-results-item--green[_ngcontent-wlc-app-c1106794763] {
		background-color: #36b36f;
	}

	.wlc-game-thumb--theme-default[_nghost-wlc-app-c1106794763] .wlc-game-thumb__ppl-results-item--blue[_ngcontent-wlc-app-c1106794763] {
		background-color: #5081ff;
	}

	.wlc-game-thumb--theme-default[_nghost-wlc-app-c1106794763] .wlc-game-thumb__ppl-more-block[_ngcontent-wlc-app-c1106794763] {
		transition: opacity 0.3s linear;
		display: none;
		z-index: 4;
		grid-auto-rows: max-content;
		gap: 10px;
		padding: 10px;
		background: var(--mc-bg700-o8);
		opacity: 0;
	}

	@media (min-width: 1024px) {
		.wlc-game-thumb--theme-default[_nghost-wlc-app-c1106794763] .wlc-game-thumb__ppl-more-block[_ngcontent-wlc-app-c1106794763] {
			display: grid;
		}
	}

	.wlc-game-thumb--theme-default[_nghost-wlc-app-c1106794763] .wlc-game-thumb__ppl-more-block[_ngcontent-wlc-app-c1106794763] .wlc-game-thumb__ppl-limits[_ngcontent-wlc-app-c1106794763],
	.wlc-game-thumb--theme-default[_nghost-wlc-app-c1106794763] .wlc-game-thumb__ppl-more-block[_ngcontent-wlc-app-c1106794763] .wlc-game-thumb__name[_ngcontent-wlc-app-c1106794763],
	.wlc-game-thumb--theme-default[_nghost-wlc-app-c1106794763] .wlc-game-thumb__ppl-more-block[_ngcontent-wlc-app-c1106794763] .wlc-game-thumb__ppl[_ngcontent-wlc-app-c1106794763] {
		min-width: 0;
	}

	.wlc-game-thumb--theme-default[_nghost-wlc-app-c1106794763] .wlc-game-thumb__ppl-more-block[_ngcontent-wlc-app-c1106794763] .wlc-game-thumb__name[_ngcontent-wlc-app-c1106794763] {
		max-width: 200px;
	}

	.wlc-game-thumb--theme-default[_nghost-wlc-app-c1106794763] .wlc-game-thumb__ppl-more-block[_ngcontent-wlc-app-c1106794763] .wlc-game-thumb__ppl-info-text[_ngcontent-wlc-app-c1106794763],
	.wlc-game-thumb--theme-default[_nghost-wlc-app-c1106794763] .wlc-game-thumb__ppl-more-block[_ngcontent-wlc-app-c1106794763] .wlc-game-thumb__ppl-limits[_ngcontent-wlc-app-c1106794763] {
		font-weight: bold;
	}

	.wlc-game-thumb--theme-default[_nghost-wlc-app-c1106794763] .wlc-game-thumb__ppl-more-icon[_ngcontent-wlc-app-c1106794763] {
		display: none;
		position: absolute;
		top: 10px;
		right: 10px;
		z-index: 5;
		color: var(--mc-baseMain-o6);
		line-height: 1;
	}

	@media (min-width: 1024px) {
		.wlc-game-thumb--theme-default[_nghost-wlc-app-c1106794763] .wlc-game-thumb__ppl-more-icon[_ngcontent-wlc-app-c1106794763] {
			display: block;
		}
	}

	.wlc-game-thumb--theme-default[_nghost-wlc-app-c1106794763] .wlc-game-thumb__ppl-more-icon[_ngcontent-wlc-app-c1106794763] svg {
		fill: currentColor;
	}

	@media (pointer: fine) {
		.wlc-game-thumb--theme-default[_nghost-wlc-app-c1106794763] .wlc-game-thumb__ppl-more-icon[_ngcontent-wlc-app-c1106794763]:hover {
			color: var(--mc-baseMain);
		}
	}

	.wlc-game-thumb--theme-default[_nghost-wlc-app-c1106794763] .wlc-game-thumb__ppl.default[_ngcontent-wlc-app-c1106794763] {
		position: absolute;
		bottom: 0;
		z-index: 1;
		width: 100%;
		padding: 5px 10px;
		background: var(--mc-bg-o8);
	}

	.wlc-game-thumb--theme-default[_nghost-wlc-app-c1106794763] .wlc-game-thumb__ppl.default[_ngcontent-wlc-app-c1106794763] .wlc-game-thumb__ppl-info[_ngcontent-wlc-app-c1106794763] {
		align-items: center;
		justify-content: space-between;
	}

	.wlc-game-thumb--theme-default[_nghost-wlc-app-c1106794763] .wlc-game-thumb__ppl.default[_ngcontent-wlc-app-c1106794763] .wlc-game-thumb__ppl-info--no-available-place[_ngcontent-wlc-app-c1106794763] {
		justify-content: flex-end;
	}

	.wlc-game-thumb--theme-default[_nghost-wlc-app-c1106794763] .wlc-game-thumb__ppl.default[_ngcontent-wlc-app-c1106794763] .wlc-game-thumb__ppl-info[_ngcontent-wlc-app-c1106794763] .wlc-icon[_ngcontent-wlc-app-c1106794763] {
		display: flex;
		align-items: center;
		margin: 0 5px 0;
	}

	.wlc-game-thumb--theme-default[_nghost-wlc-app-c1106794763] .wlc-game-thumb__ppl.default[_ngcontent-wlc-app-c1106794763] .wlc-game-thumb__ppl-results[_ngcontent-wlc-app-c1106794763] {
		margin: 0 0 5px;
	}

	.wlc-game-thumb--theme-default[_nghost-wlc-app-c1106794763] .wlc-game-thumb__ppl.hidden[_ngcontent-wlc-app-c1106794763] .wlc-game-thumb__ppl-info[_ngcontent-wlc-app-c1106794763] {
		flex-direction: column;
	}

	.wlc-game-thumb--theme-default[_nghost-wlc-app-c1106794763] .wlc-game-thumb__ppl.hidden[_ngcontent-wlc-app-c1106794763] .wlc-game-thumb__ppl-info-item[_ngcontent-wlc-app-c1106794763] {
		margin: 0 0 10px;
	}

	.wlc-game-thumb--theme-default[_nghost-wlc-app-c1106794763] .wlc-game-thumb__ppl.hidden[_ngcontent-wlc-app-c1106794763] .wlc-game-thumb__ppl-info[_ngcontent-wlc-app-c1106794763] .wlc-icon[_ngcontent-wlc-app-c1106794763] {
		margin: 0 5px 0 0;
	}

	.wlc-game-thumb--theme-default[_nghost-wlc-app-c1106794763] .wlc-game-thumb__ppl.hidden[_ngcontent-wlc-app-c1106794763] .wlc-game-thumb__ppl-results[_ngcontent-wlc-app-c1106794763] {
		margin: 0 0 10px;
	}

	.wlc-game-thumb--theme-default[_nghost-wlc-app-c1106794763] .wlc-game-thumb__jackpot[_ngcontent-wlc-app-c1106794763] {
		color: var(--mc-secondary);
		font-style: normal;
		transition: all 0.2s linear;
		position: absolute;
		bottom: 0;
		left: 0;
		z-index: 1;
		display: flex;
		align-items: flex-end;
		justify-content: center;
		width: 100%;
		height: 150px;
		padding: 0 0 15px;
		background: linear-gradient(180deg, rgba(38, 32, 0, 0) 44.56%, #060724 77.95%);
	}

	.wlc-game-thumb--theme-default.wlc-game-thumb--ppl-show.wlc-game-thumb--theme-mod-default[_nghost-wlc-app-c1106794763] .wlc-game-thumb__desc[class][_ngcontent-wlc-app-c1106794763],
	.wlc-game-thumb--theme-default.wlc-game-thumb--ppl-show.wlc-game-thumb--theme-mod-circle[_nghost-wlc-app-c1106794763] .wlc-game-thumb__desc[class][_ngcontent-wlc-app-c1106794763],
	.wlc-game-thumb--theme-default.wlc-game-thumb--ppl-show.wlc-game-thumb--theme-mod-vertical[_nghost-wlc-app-c1106794763] .wlc-game-thumb__desc[class][_ngcontent-wlc-app-c1106794763],
	.wlc-game-thumb--theme-default.wlc-game-thumb--ppl-show.wlc-game-thumb--theme-mod-wolf[_nghost-wlc-app-c1106794763] .wlc-game-thumb__desc[class][_ngcontent-wlc-app-c1106794763],
	.wlc-game-thumb--theme-default.wlc-game-thumb--ppl-show.wlc-game-thumb--theme-mod-external-title[_nghost-wlc-app-c1106794763] .wlc-game-thumb__desc[class][_ngcontent-wlc-app-c1106794763] {
		opacity: 0;
	}

	.wlc-game-thumb--theme-default.wlc-game-thumb--ppl-show[_nghost-wlc-app-c1106794763] .wlc-game-thumb__ppl-more-block[_ngcontent-wlc-app-c1106794763] {
		opacity: 1;
	}

	.wlc-game-thumb--theme-default.wlc-game-thumb--type-ppl-info[_nghost-wlc-app-c1106794763] {
		margin: 40px 0 0;
		background: none;
	}

	.wlc-game-thumb--theme-default.wlc-game-thumb--type-ppl-info[_nghost-wlc-app-c1106794763] .wlc-game-thumb__title[_ngcontent-wlc-app-c1106794763] {
		color: var(--mc-baseMain);
		font-style: normal;
		font-weight: bold;
		font-size: 1.4rem;
		line-height: 1.45;
		margin: 0 0 10px;
	}

	.wlc-game-thumb--theme-default.wlc-game-thumb--type-ppl-info[_nghost-wlc-app-c1106794763] .wlc-game-thumb__item[_ngcontent-wlc-app-c1106794763] {
		color: var(--mc-baseMain);
		font-style: normal;
		font-weight: normal;
		font-size: 1.2rem;
		line-height: 1.45;
		display: flex;
		align-items: center;
		justify-content: space-between;
		min-height: 30px;
		margin: 0 0 1px;
		padding: 0 10px;
		background: var(--mc-bg700);
	}

	.wlc-game-thumb--theme-default.wlc-game-thumb--type-ppl-info[_nghost-wlc-app-c1106794763] .wlc-game-thumb__item[_ngcontent-wlc-app-c1106794763]:first-child {
		border-radius: 4px 4px 0 0;
	}

	.wlc-game-thumb--theme-default.wlc-game-thumb--type-ppl-info[_nghost-wlc-app-c1106794763] .wlc-game-thumb__item[_ngcontent-wlc-app-c1106794763]:last-child {
		border-radius: 10px;
	}

	.wlc-body--theme-alt .wlc-game-thumb--theme-default.wlc-game-thumb--type-ppl-info[_nghost-wlc-app-c1106794763] .wlc-game-thumb__item[_ngcontent-wlc-app-c1106794763] {
		background: #e5eaf2;
	}

	.wlc-game-thumb--theme-default.wlc-game-thumb--type-ppl-info[_nghost-wlc-app-c1106794763] .wlc-game-thumb__item--results[_ngcontent-wlc-app-c1106794763] .wlc-game-thumb__item-value[_ngcontent-wlc-app-c1106794763] {
		display: flex;
		align-items: center;
	}

	.wlc-game-thumb--theme-default.wlc-game-thumb--type-ppl-info.wlc-game-thumb--theme-mod-wolf[_nghost-wlc-app-c1106794763] .wlc-game-thumb__title[_ngcontent-wlc-app-c1106794763] {
		color: var(--mc-baseMain);
		font-style: normal;
		font-weight: normal;
		font-size: 1.2rem;
		line-height: 1.45;
		border-radius: 10px 10px 0 0;
	}

	.wlc-game-thumb--theme-default.wlc-game-thumb--type-ppl-info.wlc-game-thumb--theme-mod-wolf[_nghost-wlc-app-c1106794763] .wlc-game-thumb__title[_ngcontent-wlc-app-c1106794763],
	.wlc-game-thumb--theme-default.wlc-game-thumb--type-ppl-info.wlc-game-thumb--theme-mod-wolf[_nghost-wlc-app-c1106794763] .wlc-game-thumb__item[_ngcontent-wlc-app-c1106794763] {
		min-height: 30px;
		margin: 0;
		padding: 0 25px;
		background: var(--mc-bg500);
		border-bottom: 1px solid var(--mc-bg700);
	}

	.wlc-game-thumb--theme-default.wlc-game-thumb--type-ppl-info.wlc-game-thumb--theme-mod-wolf[_nghost-wlc-app-c1106794763] .wlc-game-thumb__item[_ngcontent-wlc-app-c1106794763]:last-child {
		border-radius: 0 0 10px 10px;
		border-bottom: none;
	}

	.wlc-game-thumb--theme-default.wlc-game-thumb--type-ppl-info.wlc-game-thumb--theme-mod-wolf[_nghost-wlc-app-c1106794763] .wlc-game-thumb__item-value[_ngcontent-wlc-app-c1106794763] {
		color: var(--mc-baseSecond);
	}

	.wlc-game-thumb--theme-default.wlc-game-thumb--theme-mod-vertical[_nghost-wlc-app-c1106794763] .wlc-game-thumb__buttons[_ngcontent-wlc-app-c1106794763] {
		display: none;
		gap: 10px;
		justify-content: center;
		grid-template-rows: minmax(0, 1fr) minmax(0, 18px);
		grid-template-columns: minmax(0, 110px);
	}

	@media (min-width: 1024px) {
		.wlc-game-thumb--theme-default.wlc-game-thumb--theme-mod-vertical[_nghost-wlc-app-c1106794763] .wlc-game-thumb__buttons[_ngcontent-wlc-app-c1106794763] {
			display: grid;
		}
	}

	.wlc-game-thumb--theme-default.wlc-game-thumb--theme-mod-vertical[_nghost-wlc-app-c1106794763] .wlc-game-thumb__buttons[_ngcontent-wlc-app-c1106794763] .wlc-btn--demo .wlc-btn__text {
		color: var(--mc-buttonText, var(--mc-baseMain));
	}

	.wlc-game-thumb--theme-default.wlc-game-thumb--theme-mod-vertical[_nghost-wlc-app-c1106794763] .wlc-game-thumb__buttons.no-demo[_ngcontent-wlc-app-c1106794763] {
		grid-template-rows: minmax(0, 1fr);
	}

	.wlc-game-thumb--theme-default.wlc-game-thumb--theme-mod-vertical[_nghost-wlc-app-c1106794763] .wlc-game-thumb__title[_ngcontent-wlc-app-c1106794763] {
		justify-self: center;
		max-width: calc(100% - 28px * 2 * 1.2);
	}

	.wlc-game-thumb--theme-default.wlc-game-thumb--theme-mod-circle[_nghost-wlc-app-c1106794763] .wlc-game-thumb__buttons[_ngcontent-wlc-app-c1106794763] {
		display: none;
		gap: 10px;
		justify-content: center;
		grid-template-rows: auto 25%;
		grid-template-columns: 1fr;
		align-items: end;
		justify-items: center;
		transition: all 0.3s linear;
	}

	@media (min-width: 1024px) {
		.wlc-game-thumb--theme-default.wlc-game-thumb--theme-mod-circle[_nghost-wlc-app-c1106794763] .wlc-game-thumb__buttons[_ngcontent-wlc-app-c1106794763] {
			display: grid;
		}
	}

	.wlc-game-thumb--theme-default.wlc-game-thumb--theme-mod-circle[_nghost-wlc-app-c1106794763] .wlc-game-thumb__buttons[_ngcontent-wlc-app-c1106794763] .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-c1106794763] .wlc-game-thumb__buttons.no-demo[_ngcontent-wlc-app-c1106794763] {
		grid-template-rows: auto 40px;
		align-items: end;
	}

	.wlc-game-thumb--theme-default.wlc-game-thumb--theme-mod-circle[_nghost-wlc-app-c1106794763] .wlc-game-thumb__buttons[_ngcontent-wlc-app-c1106794763] .wlc-btn[_ngcontent-wlc-app-c1106794763] {
		min-width: auto;
	}

	.wlc-game-thumb--theme-default.wlc-game-thumb--theme-mod-circle[_nghost-wlc-app-c1106794763] .wlc-btn--play[_ngcontent-wlc-app-c1106794763] {
		display: flex;
		align-items: center;
		justify-content: center;
		margin: 0 auto;
		text-indent: -9999px;
		border-radius: 50%;
		transform: none;
	}

	.wlc-game-thumb--theme-default.wlc-game-thumb--theme-mod-circle[_nghost-wlc-app-c1106794763] .wlc-btn--play[_ngcontent-wlc-app-c1106794763]:before {
		content: "";
		position: absolute;
		background: url("img/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-c1106794763] .wlc-btn--play[_ngcontent-wlc-app-c1106794763] .wlc-icon {
		display: flex;
	}

	.wlc-game-thumb--theme-default.wlc-game-thumb--theme-mod-circle[_nghost-wlc-app-c1106794763] .wlc-btn--demo[_ngcontent-wlc-app-c1106794763] {
		background: none;
		border: none;
	}

	.wlc-game-thumb--theme-default.wlc-game-thumb--theme-mod-circle[_nghost-wlc-app-c1106794763] .wlc-btn--demo[_ngcontent-wlc-app-c1106794763] .wlc-btn__text {
		color: var(--mc-baseMain);
	}

	@media (pointer: fine) {
		.wlc-game-thumb--theme-default.wlc-game-thumb--theme-mod-circle[_nghost-wlc-app-c1106794763] .wlc-btn--demo[_ngcontent-wlc-app-c1106794763]:hover {
			text-decoration: none;
			box-shadow: none;
		}

		.wlc-game-thumb--theme-default.wlc-game-thumb--theme-mod-circle[_nghost-wlc-app-c1106794763] .wlc-btn--demo[_ngcontent-wlc-app-c1106794763]:hover .wlc-btn__text {
			color: var(--mc-main);
		}
	}

	.wlc-game-thumb--theme-default.wlc-game-thumb--theme-mod-circle[_nghost-wlc-app-c1106794763] .wlc-btn--play[_ngcontent-wlc-app-c1106794763] {
		width: 85px;
		height: 85px;
		border: 5px solid #ffffff;
	}

	.wlc-game-thumb--theme-default.wlc-game-thumb--theme-mod-circle[_nghost-wlc-app-c1106794763] .wlc-btn--play[_ngcontent-wlc-app-c1106794763]:before {
		left: calc(50% - 13px);
		width: 32px;
		height: 26px;
	}

	@media (min-width: 1024px) {
		.wlc-game-thumb--theme-default.wlc-game-thumb--theme-mod-circle[_nghost-wlc-app-c1106794763] .wlc-game-thumb__jackpot[_ngcontent-wlc-app-c1106794763] {
			top: 0;
		}
	}

	.wlc-game-thumb--theme-default.wlc-game-thumb--theme-mod-circle[_nghost-wlc-app-c1106794763] .wlc-game-thumb__desc[_ngcontent-wlc-app-c1106794763] {
		background: linear-gradient(360deg, var(--mc-baseContrast) 0%, var(--mc-baseContrast-o0) 47%);
	}

	@media (min-width: 1024px) {
		.wlc-game-thumb--theme-default.wlc-game-thumb--theme-mod-circle[_nghost-wlc-app-c1106794763] .wlc-game-thumb__desc[_ngcontent-wlc-app-c1106794763] {
			opacity: 1;
		}
	}

	.wlc-game-thumb--theme-default.wlc-game-thumb--theme-mod-circle[_nghost-wlc-app-c1106794763] .wlc-game-thumb__title[_ngcontent-wlc-app-c1106794763] {
		position: absolute;
		bottom: 10px;
		left: 10px;
		align-items: start;
		opacity: 1;
	}

	.wlc-game-thumb--theme-default.wlc-game-thumb--theme-mod-circle[_nghost-wlc-app-c1106794763] .wlc-game-thumb__desc[_ngcontent-wlc-app-c1106794763]:before,
	.wlc-game-thumb--theme-default.wlc-game-thumb--theme-mod-circle[_nghost-wlc-app-c1106794763] .wlc-game-thumb__buttons[_ngcontent-wlc-app-c1106794763],
	.wlc-game-thumb--theme-default.wlc-game-thumb--theme-mod-circle[_nghost-wlc-app-c1106794763] .wlc-game-thumb__icon[_ngcontent-wlc-app-c1106794763] {
		opacity: 0;
	}

	.wlc-game-thumb--theme-default.wlc-game-thumb--theme-mod-circle[_nghost-wlc-app-c1106794763] .wlc-btn--play[_ngcontent-wlc-app-c1106794763] {
		transform: none;
	}

	.wlc-game-thumb--theme-default.wlc-game-thumb--theme-mod-circle[_nghost-wlc-app-c1106794763] .wlc-btn--play[_ngcontent-wlc-app-c1106794763] .wlc-btn__text {
		transform: none;
	}

	@media (pointer: fine) {

		.wlc-game-thumb--theme-default.wlc-game-thumb--theme-mod-circle[_nghost-wlc-app-c1106794763]:hover .wlc-game-thumb__desc[_ngcontent-wlc-app-c1106794763]:before,
		.wlc-game-thumb--theme-default.wlc-game-thumb--theme-mod-circle[_nghost-wlc-app-c1106794763]:hover .wlc-game-thumb__buttons[_ngcontent-wlc-app-c1106794763],
		.wlc-game-thumb--theme-default.wlc-game-thumb--theme-mod-circle[_nghost-wlc-app-c1106794763]:hover .wlc-game-thumb__icon[_ngcontent-wlc-app-c1106794763] {
			opacity: 1;
		}

		.wlc-game-thumb--theme-default.wlc-game-thumb--theme-mod-circle[_nghost-wlc-app-c1106794763]:hover .wlc-game-thumb__title[_ngcontent-wlc-app-c1106794763] {
			opacity: 0;
		}
	}

	.wlc-game-thumb--theme-default.wlc-game-thumb--theme-mod-wolf[_nghost-wlc-app-c1106794763] .wlc-game-thumb__buttons[_ngcontent-wlc-app-c1106794763] {
		display: none;
		gap: 10px;
		justify-content: center;
		grid-template-rows: repeat(2, auto);
		grid-template-columns: 1fr;
		align-items: end;
		justify-items: center;
		transition: all 0.3s linear;
	}

	@media (min-width: 1024px) {
		.wlc-game-thumb--theme-default.wlc-game-thumb--theme-mod-wolf[_nghost-wlc-app-c1106794763] .wlc-game-thumb__buttons[_ngcontent-wlc-app-c1106794763] {
			display: grid;
		}
	}

	.wlc-game-thumb--theme-default.wlc-game-thumb--theme-mod-wolf[_nghost-wlc-app-c1106794763] .wlc-game-thumb__buttons[_ngcontent-wlc-app-c1106794763] .wlc-btn--demo .wlc-btn__text {
		color: var(--mc-buttonText, var(--mc-baseMain));
	}

	.wlc-game-thumb--theme-default.wlc-game-thumb--theme-mod-wolf[_nghost-wlc-app-c1106794763] .wlc-game-thumb__buttons.no-demo[_ngcontent-wlc-app-c1106794763] {
		grid-template-rows: 1fr;
		align-items: center;
	}

	.wlc-game-thumb--theme-default.wlc-game-thumb--theme-mod-wolf[_nghost-wlc-app-c1106794763] .wlc-game-thumb__buttons[_ngcontent-wlc-app-c1106794763] .wlc-btn[_ngcontent-wlc-app-c1106794763] {
		min-width: auto;
	}

	.wlc-game-thumb--theme-default.wlc-game-thumb--theme-mod-wolf[_nghost-wlc-app-c1106794763] .wlc-btn--play[_ngcontent-wlc-app-c1106794763] {
		display: flex;
		align-items: center;
		justify-content: center;
		margin: 0 auto;
		text-indent: -9999px;
		border-radius: 50%;
		transform: none;
	}

	.wlc-game-thumb--theme-default.wlc-game-thumb--theme-mod-wolf[_nghost-wlc-app-c1106794763] .wlc-btn--play[_ngcontent-wlc-app-c1106794763]:before {
		content: "";
		position: absolute;
		background: url("img/play.svg");
		background-repeat: no-repeat;
		background-position: center;
		background-size: auto 100%;
	}

	.wlc-game-thumb--theme-default.wlc-game-thumb--theme-mod-wolf[_nghost-wlc-app-c1106794763] .wlc-btn--play[_ngcontent-wlc-app-c1106794763] .wlc-icon {
		display: flex;
	}

	.wlc-game-thumb--theme-default.wlc-game-thumb--theme-mod-wolf[_nghost-wlc-app-c1106794763] .wlc-btn--demo[_ngcontent-wlc-app-c1106794763] {
		background: none;
		border: none;
	}

	.wlc-game-thumb--theme-default.wlc-game-thumb--theme-mod-wolf[_nghost-wlc-app-c1106794763] .wlc-btn--demo[_ngcontent-wlc-app-c1106794763] .wlc-btn__text {
		color: var(--mc-baseMain);
	}

	@media (pointer: fine) {
		.wlc-game-thumb--theme-default.wlc-game-thumb--theme-mod-wolf[_nghost-wlc-app-c1106794763] .wlc-btn--demo[_ngcontent-wlc-app-c1106794763]:hover {
			text-decoration: none;
			box-shadow: none;
		}

		.wlc-game-thumb--theme-default.wlc-game-thumb--theme-mod-wolf[_nghost-wlc-app-c1106794763] .wlc-btn--demo[_ngcontent-wlc-app-c1106794763]:hover .wlc-btn__text {
			color: var(--mc-main);
		}
	}

	.wlc-game-thumb--theme-default.wlc-game-thumb--theme-mod-wolf[_nghost-wlc-app-c1106794763] .wlc-btn--play[_ngcontent-wlc-app-c1106794763] {
		width: 50px;
		height: 50px;
		border: 3px solid #fff;
	}

	.wlc-game-thumb--theme-default.wlc-game-thumb--theme-mod-wolf[_nghost-wlc-app-c1106794763] .wlc-btn--play[_ngcontent-wlc-app-c1106794763]:before {
		left: calc(50% - 6px);
		width: 15px;
		height: 18px;
	}

	.wlc-game-thumb--theme-default.wlc-game-thumb--theme-mod-wolf[_nghost-wlc-app-c1106794763] .wlc-btn--demo[_ngcontent-wlc-app-c1106794763] {
		height: auto;
		padding: 0;
		border-radius: unset;
	}

	.wlc-game-thumb--theme-default.wlc-game-thumb--theme-mod-wolf[_nghost-wlc-app-c1106794763] .wlc-btn--demo[_ngcontent-wlc-app-c1106794763] .wlc-btn__text[class] {
		color: var(--mc-secondary);
	}

	@media (pointer: fine) {
		.wlc-game-thumb--theme-default.wlc-game-thumb--theme-mod-wolf[_nghost-wlc-app-c1106794763] .wlc-btn--demo[_ngcontent-wlc-app-c1106794763]:hover .wlc-btn__text {
			color: var(--mc-baseThird);
		}
	}

	@media (min-width: 1024px) {
		.wlc-game-thumb--theme-default.wlc-game-thumb--theme-mod-wolf[_nghost-wlc-app-c1106794763] .wlc-game-thumb__jackpot[_ngcontent-wlc-app-c1106794763] {
			top: 0;
		}
	}

	.wlc-game-thumb--theme-default.wlc-game-thumb--theme-mod-wolf[_nghost-wlc-app-c1106794763] .wlc-game-thumb__desc[_ngcontent-wlc-app-c1106794763] {
		padding: 20px 0;
	}

	@media (min-width: 1024px) {
		.wlc-game-thumb--theme-default.wlc-game-thumb--theme-mod-wolf[_nghost-wlc-app-c1106794763] .wlc-game-thumb__desc[_ngcontent-wlc-app-c1106794763] {
			opacity: 1;
		}
	}

	.wlc-game-thumb--theme-default.wlc-game-thumb--theme-mod-wolf[_nghost-wlc-app-c1106794763] .wlc-game-thumb__desc[_ngcontent-wlc-app-c1106794763]:before,
	.wlc-game-thumb--theme-default.wlc-game-thumb--theme-mod-wolf[_nghost-wlc-app-c1106794763] .wlc-game-thumb__buttons[_ngcontent-wlc-app-c1106794763],
	.wlc-game-thumb--theme-default.wlc-game-thumb--theme-mod-wolf[_nghost-wlc-app-c1106794763] .wlc-game-thumb__icon[_ngcontent-wlc-app-c1106794763] {
		opacity: 0;
	}

	.wlc-game-thumb--theme-default.wlc-game-thumb--theme-mod-wolf[_nghost-wlc-app-c1106794763] .wlc-game-thumb__ppl-more-icon[_ngcontent-wlc-app-c1106794763] {
		top: 0;
		right: 0;
		width: 35px;
		height: 35px;
	}

	.wlc-game-thumb--theme-default.wlc-game-thumb--theme-mod-wolf[_nghost-wlc-app-c1106794763] .wlc-game-thumb__ppl-more-icon[_ngcontent-wlc-app-c1106794763] .wlc-icon {
		display: flex;
		align-items: center;
		justify-content: center;
		height: 100%;
	}

	.wlc-game-thumb--theme-default.wlc-game-thumb--theme-mod-wolf[_nghost-wlc-app-c1106794763] .wlc-game-thumb__ppl-more-icon[_ngcontent-wlc-app-c1106794763] svg {
		width: 15px;
		height: 15px;
	}

	.wlc-game-thumb--theme-default.wlc-game-thumb--theme-mod-wolf[_nghost-wlc-app-c1106794763] .wlc-game-thumb__ppl-more-icon[_ngcontent-wlc-app-c1106794763] svg rect {
		opacity: 0.4;
		fill: var(--mc-baseSecond);
	}

	.wlc-game-thumb--theme-default.wlc-game-thumb--theme-mod-wolf[_nghost-wlc-app-c1106794763] .wlc-game-thumb__ppl-more-icon[_ngcontent-wlc-app-c1106794763] svg path {
		fill: var(--mc-baseThird);
	}

	@media (pointer: fine) {
		.wlc-game-thumb--theme-default.wlc-game-thumb--theme-mod-wolf[_nghost-wlc-app-c1106794763] .wlc-game-thumb__ppl-more-icon[_ngcontent-wlc-app-c1106794763] :hover svg rect {
			opacity: 0.2;
		}
	}

	.wlc-game-thumb--theme-default.wlc-game-thumb--theme-mod-wolf[_nghost-wlc-app-c1106794763] .wlc-game-thumb__ppl.hidden[_ngcontent-wlc-app-c1106794763] .wlc-game-thumb__ppl-results[_ngcontent-wlc-app-c1106794763] {
		margin: 0 0 5px;
	}

	.wlc-game-thumb--theme-default.wlc-game-thumb--theme-mod-wolf[_nghost-wlc-app-c1106794763] .wlc-game-thumb__ppl-more-block[_ngcontent-wlc-app-c1106794763] {
		gap: 5px;
		align-content: center;
		background: var(--mc-bg500);
	}

	.wlc-game-thumb--theme-default.wlc-game-thumb--theme-mod-wolf[_nghost-wlc-app-c1106794763] .wlc-game-thumb__ppl-more-block[_ngcontent-wlc-app-c1106794763] .wlc-icon {
		color: var(--mc-baseThird);
	}

	.wlc-game-thumb--theme-default.wlc-game-thumb--theme-mod-wolf[_nghost-wlc-app-c1106794763] .wlc-game-thumb__ppl-more-block[_ngcontent-wlc-app-c1106794763] .wlc-icon svg {
		width: 15px;
		height: 15px;
	}

	.wlc-game-thumb--theme-default.wlc-game-thumb--theme-mod-wolf[_nghost-wlc-app-c1106794763] .wlc-game-thumb__ppl-more-block[_ngcontent-wlc-app-c1106794763] .wlc-game-thumb__ppl-info-text[_ngcontent-wlc-app-c1106794763],
	.wlc-game-thumb--theme-default.wlc-game-thumb--theme-mod-wolf[_nghost-wlc-app-c1106794763] .wlc-game-thumb__ppl-more-block[_ngcontent-wlc-app-c1106794763] .wlc-game-thumb__ppl-limits[_ngcontent-wlc-app-c1106794763] {
		font-weight: unset;
	}

	.wlc-game-thumb--theme-default.wlc-game-thumb--theme-mod-wolf[_nghost-wlc-app-c1106794763] .wlc-game-thumb__ppl-limits[_ngcontent-wlc-app-c1106794763] {
		color: var(--mc-baseThird);
		font-style: normal;
		font-weight: normal;
		font-size: 1rem;
		line-height: 1.45;
	}

	.wlc-game-thumb--theme-default.wlc-game-thumb--theme-mod-wolf[_nghost-wlc-app-c1106794763] .wlc-game-thumb__ppl-results-item[_ngcontent-wlc-app-c1106794763] {
		width: 15px;
		height: 15px;
		color: var(--mc-baseThird);
	}

	.wlc-game-thumb--theme-default.wlc-game-thumb--theme-mod-wolf[_nghost-wlc-app-c1106794763] .wlc-game-thumb__ppl-results-item[_ngcontent-wlc-app-c1106794763]:first-child {
		width: 25px;
		height: 25px;
	}

	.wlc-game-thumb--theme-default.wlc-game-thumb--theme-mod-wolf[_nghost-wlc-app-c1106794763] .wlc-game-thumb__ppl-info-item[_ngcontent-wlc-app-c1106794763] {
		margin: 0 0 5px;
	}

	.wlc-game-thumb--theme-default.wlc-game-thumb--theme-mod-wolf[_nghost-wlc-app-c1106794763] .wlc-game-thumb__ppl-info[_ngcontent-wlc-app-c1106794763] {
		color: var(--mc-baseThird);
		font-style: normal;
		font-weight: normal;
		font-size: 1rem;
		line-height: 1.45;
	}

	.wlc-game-thumb--theme-default.wlc-game-thumb--theme-mod-wolf[_nghost-wlc-app-c1106794763] .wlc-btn--play[_ngcontent-wlc-app-c1106794763] {
		transform: none;
	}

	.wlc-game-thumb--theme-default.wlc-game-thumb--theme-mod-wolf[_nghost-wlc-app-c1106794763] .wlc-btn--play[_ngcontent-wlc-app-c1106794763] .wlc-btn__text {
		transform: none;
	}

	@media (pointer: fine) {

		.wlc-game-thumb--theme-default.wlc-game-thumb--theme-mod-wolf[_nghost-wlc-app-c1106794763]:hover .wlc-game-thumb__desc[_ngcontent-wlc-app-c1106794763]:before,
		.wlc-game-thumb--theme-default.wlc-game-thumb--theme-mod-wolf[_nghost-wlc-app-c1106794763]:hover .wlc-game-thumb__buttons[_ngcontent-wlc-app-c1106794763],
		.wlc-game-thumb--theme-default.wlc-game-thumb--theme-mod-wolf[_nghost-wlc-app-c1106794763]:hover .wlc-game-thumb__icon[_ngcontent-wlc-app-c1106794763] {
			opacity: 1;
		}
	}

	.wlc-game-thumb--theme-default.wlc-game-thumb--theme-mod-mobile-app[_nghost-wlc-app-c1106794763] {
		border-radius: 6px;
	}

	.wlc-game-thumb--theme-default.wlc-game-thumb--type-modal[_nghost-wlc-app-c1106794763] .wlc-game-thumb__icon[_ngcontent-wlc-app-c1106794763] {
		top: 10px;
		left: 10px;
		opacity: 1;
	}

	.wlc-game-thumb--theme-default.wlc-game-thumb--type-promo-game[_nghost-wlc-app-c1106794763] {
		aspect-ratio: auto;
		height: 100%;
	}

	.wlc-game-thumb--theme-default.wlc-game-thumb--type-promo-game[_nghost-wlc-app-c1106794763] img[_ngcontent-wlc-app-c1106794763] {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.wlc-game-thumb--theme-default.wlc-game-thumb--type-promo-game[_nghost-wlc-app-c1106794763] .wlc-game-thumb__desc[_ngcontent-wlc-app-c1106794763] {
		padding: 10px 10px 40px;
	}

	.wlc-game-thumb--theme-default.wlc-game-thumb--type-promo-game[_nghost-wlc-app-c1106794763] .wlc-game-thumb__name[_ngcontent-wlc-app-c1106794763] {
		color: var(--mc-baseMain);
		font-style: normal;
		font-weight: bold;
		font-size: 2rem;
		line-height: 1.4;
	}

	.wlc-game-thumb--theme-default.wlc-game-thumb--type-promo-game[_nghost-wlc-app-c1106794763] .wlc-game-thumb__merchants-block[_ngcontent-wlc-app-c1106794763] {
		width: 120px;
		height: 40px;
		padding: 5px 10px;
	}

	@media (min-width: 900px) {
		.wlc-game-thumb--theme-default.wlc-game-thumb--type-promo-game[_nghost-wlc-app-c1106794763] .wlc-game-thumb__merchants-block[_ngcontent-wlc-app-c1106794763] {
			width: 150px;
		}
	}

	@media (min-width: 900px) {
		.wlc-game-thumb--theme-default.wlc-game-thumb--type-promo-game[_nghost-wlc-app-c1106794763] .wlc-game-thumb__merchants-block[_ngcontent-wlc-app-c1106794763] {
			height: 50px;
		}
	}

	.wlc-game-thumb--theme-default.wlc-game-thumb--type-promo-game[_nghost-wlc-app-c1106794763] .wlc-game-thumb__merchants-icon[_ngcontent-wlc-app-c1106794763] {
		max-width: 110px;
		max-height: 25px;
		object-fit: contain;
	}

	@media (min-width: 900px) {
		.wlc-game-thumb--theme-default.wlc-game-thumb--type-promo-game[_nghost-wlc-app-c1106794763] .wlc-game-thumb__merchants-icon[_ngcontent-wlc-app-c1106794763] {
			max-width: 140px;
		}
	}

	@media (min-width: 900px) {
		.wlc-game-thumb--theme-default.wlc-game-thumb--type-promo-game[_nghost-wlc-app-c1106794763] .wlc-game-thumb__merchants-icon[_ngcontent-wlc-app-c1106794763] {
			max-height: 35px;
		}
	}

	.wlc-game-thumb--theme-default.wlc-game-thumb--type-promo-game[_nghost-wlc-app-c1106794763] .wlc-game-thumb__jackpot[_ngcontent-wlc-app-c1106794763] {
		height: 65px;
		padding: 0 0 30px;
	}

	.wlc-game-thumb--theme-default.wlc-game-thumb--type-promo-game.wlc-game-thumb--theme-mod-vertical[_nghost-wlc-app-c1106794763] .wlc-game-thumb__buttons[_ngcontent-wlc-app-c1106794763] {
		grid-template-columns: minmax(0, 220px);
	}

	.wlc-game-thumb--theme-default.wlc-game-thumb--type-promo-game.wlc-game-thumb--theme-mod-circle[_nghost-wlc-app-c1106794763] .wlc-game-thumb__desc[_ngcontent-wlc-app-c1106794763] {
		padding: 10px;
	}

	.wlc-game-thumb--theme-default.wlc-game-thumb--type-promo-game.wlc-game-thumb--theme-mod-circle[_nghost-wlc-app-c1106794763] .wlc-game-thumb__buttons[_ngcontent-wlc-app-c1106794763] {
		grid-template-rows: 1fr auto 1fr;
		align-items: start;
	}

	.wlc-game-thumb--theme-default.wlc-game-thumb--type-promo-game.wlc-game-thumb--theme-mod-circle[_nghost-wlc-app-c1106794763] .wlc-game-thumb__buttons[_ngcontent-wlc-app-c1106794763] .wlc-btn--play[_ngcontent-wlc-app-c1106794763] {
		width: 115px;
		height: 115px;
		grid-row: 2;
	}

	.wlc-game-thumb--theme-default.wlc-game-thumb--type-promo-game.wlc-game-thumb--theme-mod-circle[_nghost-wlc-app-c1106794763] .wlc-game-thumb__buttons[_ngcontent-wlc-app-c1106794763] .wlc-btn--play[_ngcontent-wlc-app-c1106794763]:before {
		width: 34px;
		height: 43px;
	}

	.wlc-game-thumb--theme-default.wlc-game-thumb--type-promo-game.wlc-game-thumb--theme-mod-circle[_nghost-wlc-app-c1106794763] .wlc-game-thumb__buttons[_ngcontent-wlc-app-c1106794763] .wlc-btn--demo[_ngcontent-wlc-app-c1106794763] {
		grid-row: 3;
	}

	.wlc-game-thumb--theme-default.wlc-game-thumb--type-promo-game.wlc-game-thumb--theme-mod-circle[_nghost-wlc-app-c1106794763] .wlc-game-thumb__buttons[_ngcontent-wlc-app-c1106794763] .wlc-btn--demo[_ngcontent-wlc-app-c1106794763] .wlc-btn__text {
		font-style: normal;
		font-weight: bold;
		font-size: 2rem;
		line-height: 1.4;
	}

	.wlc-game-thumb--theme-default.wlc-game-thumb--type-simple[_nghost-wlc-app-c1106794763] {
		cursor: pointer;
	}

	.wlc-game-thumb--theme-default.wlc-game-thumb--theme-mod-external-title[_nghost-wlc-app-c1106794763] {
		aspect-ratio: unset;
		background: none;
		border-radius: unset;
	}

	.wlc-game-thumb--theme-default.wlc-game-thumb--theme-mod-external-title[_nghost-wlc-app-c1106794763] .wlc-game-thumb__card[_ngcontent-wlc-app-c1106794763] {
		position: relative;
		overflow: hidden;
		border-radius: 16px 16px 0 0;
		background-position: center;
		background-color: var(--mc-bg-d10);
		background-image: url("https://kometacasino-kck.buzz/static/images/logo.svg");
		background-size: 50%;
		background-repeat: no-repeat;
	}

	@supports (aspect-ratio: 1/1) {
		.wlc-game-thumb--theme-default.wlc-game-thumb--theme-mod-external-title[_nghost-wlc-app-c1106794763] .wlc-game-thumb__card[_ngcontent-wlc-app-c1106794763] {
			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-c1106794763] .wlc-game-thumb__card[_ngcontent-wlc-app-c1106794763] {
			padding: 75% 0 0;
			height: 0;
		}
	}

	.wlc-game-thumb--theme-default.wlc-game-thumb--theme-mod-external-title[_nghost-wlc-app-c1106794763] .wlc-game-thumb__desc[_ngcontent-wlc-app-c1106794763] {
		align-items: end;
	}

	.wlc-game-thumb--theme-default.wlc-game-thumb--theme-mod-external-title[_nghost-wlc-app-c1106794763] .wlc-game-thumb__name[_ngcontent-wlc-app-c1106794763] {
		display: -webkit-box;
		box-orient: vertical;
		-webkit-box-orient: vertical;

		overflow: hidden;
		text-overflow: ellipsis;
		word-break: break-word;
		-webkit-line-clamp: 1;
		color: var(--mc-baseMain);
		font-style: normal;
		font-weight: bold;
		font-size: 1.6rem;
		line-height: 1.45;
	}

	@media (min-width: 1200px) {
		.wlc-game-thumb--theme-default.wlc-game-thumb--theme-mod-external-title[_nghost-wlc-app-c1106794763] .wlc-game-thumb__name[_ngcontent-wlc-app-c1106794763] {
			color: var(--mc-baseMain);
			font-style: normal;
		}
	}

	.wlc-game-thumb--theme-default.wlc-game-thumb--theme-mod-external-title[_nghost-wlc-app-c1106794763] .wlc-game-thumb__merchant[_ngcontent-wlc-app-c1106794763] {
		color: var(--fc-placeholderColor);
		font-style: normal;
		font-weight: normal;
		font-size: 1.6rem;
		line-height: 1.45;
	}

	@media (min-width: 1200px) {
		.wlc-game-thumb--theme-default.wlc-game-thumb--theme-mod-external-title[_nghost-wlc-app-c1106794763] .wlc-game-thumb__merchant[_ngcontent-wlc-app-c1106794763] {
			color: var(--fc-placeholderColor);
			font-style: normal;
		}
	}

	.wlc-game-thumb--theme-default.wlc-game-thumb--theme-mod-external-title[_nghost-wlc-app-c1106794763] .wlc-game-thumb__title[_ngcontent-wlc-app-c1106794763] {
		align-items: flex-start;
		padding: 15px 15px 20px 15px;
		text-align: left;
	}

	@media (pointer: fine) {
		.wlc-game-thumb--theme-default[_nghost-wlc-app-c1106794763]:hover .wlc-game-thumb__jackpot[_ngcontent-wlc-app-c1106794763] {
			opacity: 0;
		}
	}

	.wlc-game-thumb--theme-promo-widget[_nghost-wlc-app-c1106794763] {
		position: relative;
		height: 100%;
		border-radius: 10px;
		overflow: hidden;
	}

	.wlc-game-thumb--theme-promo-widget[_nghost-wlc-app-c1106794763] .wlc-loader {
		position: absolute;
		top: 50%;
		left: 50%;
		margin: 0 auto;
		transform: translate(-50%, -50%);
	}

	.wlc-game-thumb--theme-promo-widget[_nghost-wlc-app-c1106794763] .wlc-game-thumb__error[_ngcontent-wlc-app-c1106794763] {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		height: 100%;
		background: var(--mc-bg700);
	}

	.wlc-game-thumb--theme-promo-widget[_nghost-wlc-app-c1106794763] .wlc-game-thumb__content[_ngcontent-wlc-app-c1106794763] {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		display: flex;
		flex-direction: column;
		align-items: center;
		width: 100%;
		height: 100%;
	}

	.wlc-game-thumb--theme-promo-widget[_nghost-wlc-app-c1106794763] .wlc-game-thumb__content[_ngcontent-wlc-app-c1106794763]:before {
		content: "";
		position: absolute;
		width: 100%;
		height: 100%;
		background: linear-gradient(360deg, var(--mc-baseContrast-o8) 4%, var(--mc-baseContrast-o0) 30%), linear-gradient(179.75deg, var(--mc-baseContrast-o8) 1%, var(--mc-baseContrast-o0) 30%);
	}

	.wlc-game-thumb--theme-promo-widget[_nghost-wlc-app-c1106794763] .wlc-game-thumb__img[_ngcontent-wlc-app-c1106794763] {
		width: 100%;
		height: 100%;
	}

	.wlc-game-thumb--theme-promo-widget[_nghost-wlc-app-c1106794763] .wlc-game-thumb__img[_ngcontent-wlc-app-c1106794763] img[_ngcontent-wlc-app-c1106794763] {
		display: block;
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: center;
	}

	.wlc-game-thumb--theme-promo-widget[_nghost-wlc-app-c1106794763] .wlc-game-thumb__title[_ngcontent-wlc-app-c1106794763] {
		color: var(--mc-baseMain);
		font-style: normal;
		font-weight: bold;
		font-size: 1.6rem;
		line-height: 1.45;
		position: absolute;
		top: 0;
		padding: 20px 0;
		text-align: center;
	}

	.wlc-game-thumb--theme-promo-widget[_nghost-wlc-app-c1106794763] .wlc-game-thumb__buttons[_ngcontent-wlc-app-c1106794763] {
		display: none;
		gap: 10px;
		justify-content: center;
		grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
		position: absolute;
		bottom: 40px;
		display: grid;
	}

	@media (min-width: 1024px) {
		.wlc-game-thumb--theme-promo-widget[_nghost-wlc-app-c1106794763] .wlc-game-thumb__buttons[_ngcontent-wlc-app-c1106794763] {
			display: grid;
		}
	}

	.wlc-game-thumb--theme-promo-widget[_nghost-wlc-app-c1106794763] .wlc-game-thumb__buttons[_ngcontent-wlc-app-c1106794763] .wlc-btn--demo .wlc-btn__text {
		color: var(--mc-buttonText, var(--mc-baseMain));
	}

	.wlc-game-thumb--theme-promo-widget[_nghost-wlc-app-c1106794763] .wlc-game-thumb__buttons[_ngcontent-wlc-app-c1106794763] .wlc-btn[_ngcontent-wlc-app-c1106794763] {
		min-width: auto;
	}

	.wlc-game-thumb--theme-promo-widget[_nghost-wlc-app-c1106794763] .wlc-game-thumb__buttons.no-demo[_ngcontent-wlc-app-c1106794763] {
		grid-template-columns: 50%;
	}

	.wlc-game-thumb--theme-promo-widget[_nghost-wlc-app-c1106794763] .wlc-game-thumb__buttons.no-demo[_ngcontent-wlc-app-c1106794763] {
		grid-template-columns: 1fr;
	}

	.wlc-game-thumb--theme-promo-widget[_nghost-wlc-app-c1106794763] .wlc-game-thumb__buttons[_ngcontent-wlc-app-c1106794763] .wlc-btn[_ngcontent-wlc-app-c1106794763] {
		min-width: 110px;
	}

	.wlc-game-thumb--theme-vertical[_nghost-wlc-app-c1106794763] {
		position: relative;
		overflow: hidden;
		border-radius: 10px;
	}

	.wlc-body--browser-safari .wlc-game-thumb--theme-vertical[_nghost-wlc-app-c1106794763] {
		-webkit-mask-image: -webkit-radial-gradient(white, black);
	}

	.wlc-game-thumb--theme-vertical[_nghost-wlc-app-c1106794763] .wlc-game-thumb__icon[_ngcontent-wlc-app-c1106794763] {
		opacity: 0;
	}

	.wlc-game-thumb--theme-vertical[_nghost-wlc-app-c1106794763] .wlc-game-thumb__control[_ngcontent-wlc-app-c1106794763] {
		transition: all 0.3s linear;
		position: absolute;
		top: 0;
		left: 0;
		display: flex;
		align-items: flex-end;
		justify-content: center;
		width: 100%;
		height: 100%;
		padding: 0 0 35px 0;
		background: linear-gradient(0deg, var(--mc-bg700) -0.2%, var(--mc-bg700-o0) 77%);
		transform: translateY(10%);
		opacity: 0;
		pointer-events: none;
	}

	.wlc-game-thumb--theme-vertical[_nghost-wlc-app-c1106794763] .wlc-game-thumb__control[_ngcontent-wlc-app-c1106794763] .wlc-game-thumb__buttons[_ngcontent-wlc-app-c1106794763] {
		display: none;
		gap: 10px;
		justify-content: center;
		grid-template-rows: minmax(0, 1fr) minmax(0, 18px);
		grid-template-columns: minmax(0, 110px);
		display: grid;
	}

	@media (min-width: 1024px) {
		.wlc-game-thumb--theme-vertical[_nghost-wlc-app-c1106794763] .wlc-game-thumb__control[_ngcontent-wlc-app-c1106794763] .wlc-game-thumb__buttons[_ngcontent-wlc-app-c1106794763] {
			display: grid;
		}
	}

	.wlc-game-thumb--theme-vertical[_nghost-wlc-app-c1106794763] .wlc-game-thumb__control[_ngcontent-wlc-app-c1106794763] .wlc-game-thumb__buttons[_ngcontent-wlc-app-c1106794763] .wlc-btn--demo .wlc-btn__text {
		color: var(--mc-buttonText, var(--mc-baseMain));
	}

	.wlc-game-thumb--theme-vertical[_nghost-wlc-app-c1106794763] .wlc-game-thumb__control[_ngcontent-wlc-app-c1106794763] .wlc-game-thumb__buttons.no-demo[_ngcontent-wlc-app-c1106794763] {
		grid-template-rows: minmax(0, 1fr);
	}

	@supports not (aspect-ratio: 1/1) {
		.wlc-game-thumb--theme-vertical[_nghost-wlc-app-c1106794763] .wlc-game-thumb-media[_ngcontent-wlc-app-c1106794763]:before {
			padding: 162.5% 0 0;
			content: "";
			display: block;
			width: 100%;
			height: 0;
		}
	}

	.wlc-game-thumb--theme-vertical[_nghost-wlc-app-c1106794763] .wlc-game-thumb-media__bg[_ngcontent-wlc-app-c1106794763],
	.wlc-game-thumb--theme-vertical[_nghost-wlc-app-c1106794763] .wlc-game-thumb-media__video[_ngcontent-wlc-app-c1106794763] {
		display: block;
		width: 100%;
		background-position: center;
		background-color: var(--mc-bg-d10);
		background-image: url("https://kometacasino-kck.buzz/static/images/logo.svg");
		background-repeat: no-repeat;
		background-size: 50%;
	}

	@supports (aspect-ratio: 1/1) {

		.wlc-game-thumb--theme-vertical[_nghost-wlc-app-c1106794763] .wlc-game-thumb-media__bg[_ngcontent-wlc-app-c1106794763],
		.wlc-game-thumb--theme-vertical[_nghost-wlc-app-c1106794763] .wlc-game-thumb-media__video[_ngcontent-wlc-app-c1106794763] {
			aspect-ratio: 10/16;
		}
	}

	@supports not (aspect-ratio: 1/1) {

		.wlc-game-thumb--theme-vertical[_nghost-wlc-app-c1106794763] .wlc-game-thumb-media__bg[_ngcontent-wlc-app-c1106794763],
		.wlc-game-thumb--theme-vertical[_nghost-wlc-app-c1106794763] .wlc-game-thumb-media__video[_ngcontent-wlc-app-c1106794763] {
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
		}
	}

	.wlc-game-thumb--theme-vertical[_nghost-wlc-app-c1106794763] .wlc-game-thumb-media__video[_ngcontent-wlc-app-c1106794763] {
		transition: transform 0.3s linear;
		object-fit: cover;
		object-position: center;
	}

	.wlc-game-thumb--theme-vertical[_nghost-wlc-app-c1106794763] .wlc-game-thumb-media__bg[_ngcontent-wlc-app-c1106794763] {
		transition: transform 0.3s linear;
		transform: scale(1.1);
	}

	.wlc-game-thumb--theme-vertical[_nghost-wlc-app-c1106794763] .wlc-game-thumb-media__bg[_ngcontent-wlc-app-c1106794763] img[_ngcontent-wlc-app-c1106794763] {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		object-fit: 100%;
		object-position: center;
	}

	.wlc-game-thumb--theme-vertical[_nghost-wlc-app-c1106794763] .wlc-game-thumb-media__fg[_ngcontent-wlc-app-c1106794763] {
		transition: transform 0.3s linear;
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: auto;
		transform-origin: bottom center;
		pointer-events: none;
	}

	.wlc-game-thumb--theme-vertical[_nghost-wlc-app-c1106794763] .wlc-game-thumb-media__fg[_ngcontent-wlc-app-c1106794763] img[_ngcontent-wlc-app-c1106794763] {
		width: 100%;
	}

	.wlc-game-thumb--theme-vertical[_nghost-wlc-app-c1106794763] .wlc-game-thumb-media__logo[_ngcontent-wlc-app-c1106794763] {
		transition: transform 0.3s linear;
		position: absolute;
		top: 40px;
		left: 0;
		width: 100%;
		pointer-events: none;
	}

	.wlc-game-thumb--theme-vertical[_nghost-wlc-app-c1106794763] .wlc-game-thumb-media__logo[_ngcontent-wlc-app-c1106794763] img[_ngcontent-wlc-app-c1106794763] {
		width: 100%;
	}

	.wlc-game-thumb--theme-vertical.thumb-transform[_nghost-wlc-app-c1106794763] {
		perspective: 250px;
		overflow: visible;
	}

	.wlc-game-thumb--theme-vertical.thumb-transform[_nghost-wlc-app-c1106794763] .wlc-game-thumb__transform[_ngcontent-wlc-app-c1106794763] {
		transition: transform 0.3s ease-out;
		overflow: hidden;
		border-radius: 10px;

		transform: rotateX(0.1deg) rotateY(0.1deg) translateZ(0);
	}

	.wlc-game-thumb--theme-vertical.thumb-transform[_nghost-wlc-app-c1106794763] .wlc-game-thumb__transform[_ngcontent-wlc-app-c1106794763] .wlc-game-thumb-media[_ngcontent-wlc-app-c1106794763] img[_ngcontent-wlc-app-c1106794763] {
		transition: transform 0.3s ease-out;
	}

	.wlc-game-thumb--theme-vertical.thumb-transform[_nghost-wlc-app-c1106794763] .wlc-game-thumb__transform[_ngcontent-wlc-app-c1106794763] .wlc-game-thumb-media__fg[_ngcontent-wlc-app-c1106794763] {
		transform-origin: center;
	}

	.wlc-game-thumb--theme-vertical.thumb-transform[_nghost-wlc-app-c1106794763] .wlc-game-thumb__transform[_ngcontent-wlc-app-c1106794763] .wlc-game-thumb__buttons[_ngcontent-wlc-app-c1106794763] {
		will-change: transform;
	}

	.wlc-game-thumb--theme-vertical.thumb-transform[_nghost-wlc-app-c1106794763] .wlc-game-thumb__icon[_ngcontent-wlc-app-c1106794763] {
		transition-timing-function: ease-out;
		transition-duration: 0.3s;
		transition-property: color, background, opacity, transform;
	}

	.wlc-game-thumb--theme-vertical.thumb-transform[_nghost-wlc-app-c1106794763] .wlc-game-thumb__control[_ngcontent-wlc-app-c1106794763] {
		transition-timing-function: ease-out;
		transition-duration: 0.3s;
		transition-property: transform, opacity;
	}

	.wlc-game-thumb--theme-vertical.thumb-transform[_nghost-wlc-app-c1106794763] .wlc-game-thumb__control[_ngcontent-wlc-app-c1106794763] .wlc-game-thumb__buttons[_ngcontent-wlc-app-c1106794763] {
		transition: transform 0.3s ease-out;
	}

	@media (pointer: fine) {
		.wlc-game-thumb--theme-vertical[_nghost-wlc-app-c1106794763]:not(.thumb-transform):hover .wlc-game-thumb-media[_ngcontent-wlc-app-c1106794763] {
			pointer-events: none;
		}

		.wlc-game-thumb--theme-vertical[_nghost-wlc-app-c1106794763]:not(.thumb-transform):hover .wlc-game-thumb-media__bg[_ngcontent-wlc-app-c1106794763] {
			transform: scale(1.01);
		}

		.wlc-game-thumb--theme-vertical[_nghost-wlc-app-c1106794763]:not(.thumb-transform):hover .wlc-game-thumb-media__logo[_ngcontent-wlc-app-c1106794763] {
			transform: translateY(-40px);
		}

		.wlc-game-thumb--theme-vertical[_nghost-wlc-app-c1106794763]:not(.thumb-transform):hover .wlc-game-thumb-media__fg[_ngcontent-wlc-app-c1106794763] {
			transform: scale(1.2);
		}

		.wlc-game-thumb--theme-vertical[_nghost-wlc-app-c1106794763]:not(.thumb-transform):hover .wlc-game-thumb-media__video[_ngcontent-wlc-app-c1106794763] {
			transform: scale(1.1);
		}
	}

	.wlc-game-thumb--theme-vertical.wlc-game-thumb--theme-mod-circle[_nghost-wlc-app-c1106794763] .wlc-game-thumb__control[_ngcontent-wlc-app-c1106794763] .wlc-game-thumb__buttons[_ngcontent-wlc-app-c1106794763] {
		display: none;
		gap: 10px;
		justify-content: center;
		grid-template-rows: auto 25%;
		grid-template-columns: 1fr;
		align-items: end;
		justify-items: center;
		transition: all 0.3s linear;
	}

	@media (min-width: 1024px) {
		.wlc-game-thumb--theme-vertical.wlc-game-thumb--theme-mod-circle[_nghost-wlc-app-c1106794763] .wlc-game-thumb__control[_ngcontent-wlc-app-c1106794763] .wlc-game-thumb__buttons[_ngcontent-wlc-app-c1106794763] {
			display: grid;
		}
	}

	.wlc-game-thumb--theme-vertical.wlc-game-thumb--theme-mod-circle[_nghost-wlc-app-c1106794763] .wlc-game-thumb__control[_ngcontent-wlc-app-c1106794763] .wlc-game-thumb__buttons[_ngcontent-wlc-app-c1106794763] .wlc-btn--demo .wlc-btn__text {
		color: var(--mc-buttonText, var(--mc-baseMain));
	}

	.wlc-game-thumb--theme-vertical.wlc-game-thumb--theme-mod-circle[_nghost-wlc-app-c1106794763] .wlc-game-thumb__control[_ngcontent-wlc-app-c1106794763] .wlc-game-thumb__buttons.no-demo[_ngcontent-wlc-app-c1106794763] {
		grid-template-rows: auto 40px;
		align-items: end;
	}

	.wlc-game-thumb--theme-vertical.wlc-game-thumb--theme-mod-circle[_nghost-wlc-app-c1106794763] .wlc-game-thumb__control[_ngcontent-wlc-app-c1106794763] .wlc-game-thumb__buttons[_ngcontent-wlc-app-c1106794763] .wlc-btn[_ngcontent-wlc-app-c1106794763] {
		min-width: auto;
	}

	.wlc-game-thumb--theme-vertical.wlc-game-thumb--theme-mod-circle[_nghost-wlc-app-c1106794763] .wlc-game-thumb__control[_ngcontent-wlc-app-c1106794763] .wlc-btn--play[_ngcontent-wlc-app-c1106794763] {
		display: flex;
		align-items: center;
		justify-content: center;
		margin: 0 auto;
		text-indent: -9999px;
		border-radius: 50%;
		transform: none;
	}

	.wlc-game-thumb--theme-vertical.wlc-game-thumb--theme-mod-circle[_nghost-wlc-app-c1106794763] .wlc-game-thumb__control[_ngcontent-wlc-app-c1106794763] .wlc-btn--play[_ngcontent-wlc-app-c1106794763]:before {
		content: "";
		position: absolute;
		background: url("img/play.svg");
		background-repeat: no-repeat;
		background-position: center;
		background-size: auto 100%;
	}

	.wlc-game-thumb--theme-vertical.wlc-game-thumb--theme-mod-circle[_nghost-wlc-app-c1106794763] .wlc-game-thumb__control[_ngcontent-wlc-app-c1106794763] .wlc-btn--play[_ngcontent-wlc-app-c1106794763] .wlc-icon {
		display: flex;
	}

	.wlc-game-thumb--theme-vertical.wlc-game-thumb--theme-mod-circle[_nghost-wlc-app-c1106794763] .wlc-game-thumb__control[_ngcontent-wlc-app-c1106794763] .wlc-btn--demo[_ngcontent-wlc-app-c1106794763] {
		background: none;
		border: none;
	}

	.wlc-game-thumb--theme-vertical.wlc-game-thumb--theme-mod-circle[_nghost-wlc-app-c1106794763] .wlc-game-thumb__control[_ngcontent-wlc-app-c1106794763] .wlc-btn--demo[_ngcontent-wlc-app-c1106794763] .wlc-btn__text {
		color: var(--mc-baseMain);
	}

	@media (pointer: fine) {
		.wlc-game-thumb--theme-vertical.wlc-game-thumb--theme-mod-circle[_nghost-wlc-app-c1106794763] .wlc-game-thumb__control[_ngcontent-wlc-app-c1106794763] .wlc-btn--demo[_ngcontent-wlc-app-c1106794763]:hover {
			text-decoration: none;
			box-shadow: none;
		}

		.wlc-game-thumb--theme-vertical.wlc-game-thumb--theme-mod-circle[_nghost-wlc-app-c1106794763] .wlc-game-thumb__control[_ngcontent-wlc-app-c1106794763] .wlc-btn--demo[_ngcontent-wlc-app-c1106794763]:hover .wlc-btn__text {
			color: var(--mc-main);
		}
	}

	.wlc-game-thumb--theme-vertical.wlc-game-thumb--theme-mod-circle[_nghost-wlc-app-c1106794763] .wlc-game-thumb__control[_ngcontent-wlc-app-c1106794763] .wlc-btn--play[_ngcontent-wlc-app-c1106794763] {
		width: 115px;
		height: 115px;
		border: 7px solid #ffffff;
	}

	.wlc-game-thumb--theme-vertical.wlc-game-thumb--theme-mod-circle[_nghost-wlc-app-c1106794763] .wlc-game-thumb__control[_ngcontent-wlc-app-c1106794763] .wlc-btn--play[_ngcontent-wlc-app-c1106794763]:before {
		left: calc(50% - 18px);
		width: 43px;
		height: 34px;
	}

	.wlc-game-thumb--theme-vertical.wlc-game-thumb--theme-mod-circle[_nghost-wlc-app-c1106794763] .wlc-game-thumb__control[_ngcontent-wlc-app-c1106794763] .wlc-game-thumb__buttons[_ngcontent-wlc-app-c1106794763] {
		grid-template-rows: minmax(0, 1fr) minmax(0, 1fr);
		align-items: center;
		height: 60%;
	}

	.wlc-game-thumb--theme-vertical.wlc-game-thumb--theme-mod-external-title[_nghost-wlc-app-c1106794763] {
		border-radius: unset;
	}

	.wlc-game-thumb--theme-vertical.wlc-game-thumb--theme-mod-external-title[_nghost-wlc-app-c1106794763] .wlc-game-thumb__transform[_ngcontent-wlc-app-c1106794763] {
		position: relative;
		overflow: hidden;
		border-radius: 10px;
	}

	.wlc-game-thumb--theme-vertical.wlc-game-thumb--theme-mod-external-title[_nghost-wlc-app-c1106794763] .wlc-game-thumb__name[_ngcontent-wlc-app-c1106794763] {
		display: -webkit-box;
		box-orient: vertical;
		-webkit-box-orient: vertical;

		overflow: hidden;
		text-overflow: ellipsis;
		word-break: break-word;
		-webkit-line-clamp: 1;
		color: var(--mc-baseMain);
		font-style: normal;
		font-weight: bold;
		font-size: 1.6rem;
		line-height: 1.45;
		display: block;
	}

	@media (min-width: 1200px) {
		.wlc-game-thumb--theme-vertical.wlc-game-thumb--theme-mod-external-title[_nghost-wlc-app-c1106794763] .wlc-game-thumb__name[_ngcontent-wlc-app-c1106794763] {
			color: var(--mc-baseMain);
			font-style: normal;
		}
	}

	.wlc-game-thumb--theme-vertical.wlc-game-thumb--theme-mod-external-title[_nghost-wlc-app-c1106794763] .wlc-game-thumb__merchant[_ngcontent-wlc-app-c1106794763] {
		color: var(--fc-placeholderColor);
		font-style: normal;
		font-weight: normal;
		font-size: 1.6rem;
		line-height: 1.45;
		display: block;
	}

	@media (min-width: 1200px) {
		.wlc-game-thumb--theme-vertical.wlc-game-thumb--theme-mod-external-title[_nghost-wlc-app-c1106794763] .wlc-game-thumb__merchant[_ngcontent-wlc-app-c1106794763] {
			color: var(--fc-placeholderColor);
			font-style: normal;
		}
	}

	.wlc-game-thumb--theme-vertical.wlc-game-thumb--theme-mod-external-title[_nghost-wlc-app-c1106794763] .wlc-game-thumb__title[_ngcontent-wlc-app-c1106794763] {
		padding: 15px 15px 20px 15px;
	}

	.wlc-game-thumb--theme-vertical.wlc-game-thumb--theme-mod-wolf[_nghost-wlc-app-c1106794763] .wlc-game-thumb__control[_ngcontent-wlc-app-c1106794763] {
		align-items: center;
		padding: 0;
		background: var(--mc-black-o6);
		transform: none;
	}

	.wlc-game-thumb--theme-vertical.wlc-game-thumb--theme-mod-wolf[_nghost-wlc-app-c1106794763] .wlc-game-thumb__control[_ngcontent-wlc-app-c1106794763] .wlc-game-thumb__buttons[_ngcontent-wlc-app-c1106794763] {
		display: none;
		gap: 10px;
		justify-content: center;
		grid-template-rows: repeat(2, auto);
		grid-template-columns: 1fr;
		align-items: end;
		justify-items: center;
		transition: all 0.3s linear;
	}

	@media (min-width: 1024px) {
		.wlc-game-thumb--theme-vertical.wlc-game-thumb--theme-mod-wolf[_nghost-wlc-app-c1106794763] .wlc-game-thumb__control[_ngcontent-wlc-app-c1106794763] .wlc-game-thumb__buttons[_ngcontent-wlc-app-c1106794763] {
			display: grid;
		}
	}

	.wlc-game-thumb--theme-vertical.wlc-game-thumb--theme-mod-wolf[_nghost-wlc-app-c1106794763] .wlc-game-thumb__control[_ngcontent-wlc-app-c1106794763] .wlc-game-thumb__buttons[_ngcontent-wlc-app-c1106794763] .wlc-btn--demo .wlc-btn__text {
		color: var(--mc-buttonText, var(--mc-baseMain));
	}

	.wlc-game-thumb--theme-vertical.wlc-game-thumb--theme-mod-wolf[_nghost-wlc-app-c1106794763] .wlc-game-thumb__control[_ngcontent-wlc-app-c1106794763] .wlc-game-thumb__buttons.no-demo[_ngcontent-wlc-app-c1106794763] {
		grid-template-rows: 1fr;
		align-items: center;
	}

	.wlc-game-thumb--theme-vertical.wlc-game-thumb--theme-mod-wolf[_nghost-wlc-app-c1106794763] .wlc-game-thumb__control[_ngcontent-wlc-app-c1106794763] .wlc-game-thumb__buttons[_ngcontent-wlc-app-c1106794763] .wlc-btn[_ngcontent-wlc-app-c1106794763] {
		min-width: auto;
	}

	.wlc-game-thumb--theme-vertical.wlc-game-thumb--theme-mod-wolf[_nghost-wlc-app-c1106794763] .wlc-game-thumb__control[_ngcontent-wlc-app-c1106794763] .wlc-btn--play[_ngcontent-wlc-app-c1106794763] {
		display: flex;
		align-items: center;
		justify-content: center;
		margin: 0 auto;
		text-indent: -9999px;
		border-radius: 50%;
		transform: none;
	}

	.wlc-game-thumb--theme-vertical.wlc-game-thumb--theme-mod-wolf[_nghost-wlc-app-c1106794763] .wlc-game-thumb__control[_ngcontent-wlc-app-c1106794763] .wlc-btn--play[_ngcontent-wlc-app-c1106794763]:before {
		content: "";
		position: absolute;
		background: url("img/play.svg");
		background-repeat: no-repeat;
		background-position: center;
		background-size: auto 100%;
	}

	.wlc-game-thumb--theme-vertical.wlc-game-thumb--theme-mod-wolf[_nghost-wlc-app-c1106794763] .wlc-game-thumb__control[_ngcontent-wlc-app-c1106794763] .wlc-btn--play[_ngcontent-wlc-app-c1106794763] .wlc-icon {
		display: flex;
	}

	.wlc-game-thumb--theme-vertical.wlc-game-thumb--theme-mod-wolf[_nghost-wlc-app-c1106794763] .wlc-game-thumb__control[_ngcontent-wlc-app-c1106794763] .wlc-btn--demo[_ngcontent-wlc-app-c1106794763] {
		background: none;
		border: none;
	}

	.wlc-game-thumb--theme-vertical.wlc-game-thumb--theme-mod-wolf[_nghost-wlc-app-c1106794763] .wlc-game-thumb__control[_ngcontent-wlc-app-c1106794763] .wlc-btn--demo[_ngcontent-wlc-app-c1106794763] .wlc-btn__text {
		color: var(--mc-baseMain);
	}

	@media (pointer: fine) {
		.wlc-game-thumb--theme-vertical.wlc-game-thumb--theme-mod-wolf[_nghost-wlc-app-c1106794763] .wlc-game-thumb__control[_ngcontent-wlc-app-c1106794763] .wlc-btn--demo[_ngcontent-wlc-app-c1106794763]:hover {
			text-decoration: none;
			box-shadow: none;
		}

		.wlc-game-thumb--theme-vertical.wlc-game-thumb--theme-mod-wolf[_nghost-wlc-app-c1106794763] .wlc-game-thumb__control[_ngcontent-wlc-app-c1106794763] .wlc-btn--demo[_ngcontent-wlc-app-c1106794763]:hover .wlc-btn__text {
			color: var(--mc-main);
		}
	}

	.wlc-game-thumb--theme-vertical.wlc-game-thumb--theme-mod-wolf[_nghost-wlc-app-c1106794763] .wlc-game-thumb__control[_ngcontent-wlc-app-c1106794763] .wlc-btn--play[_ngcontent-wlc-app-c1106794763] {
		width: 50px;
		height: 50px;
		border: 3px solid #fff;
	}

	.wlc-game-thumb--theme-vertical.wlc-game-thumb--theme-mod-wolf[_nghost-wlc-app-c1106794763] .wlc-game-thumb__control[_ngcontent-wlc-app-c1106794763] .wlc-btn--play[_ngcontent-wlc-app-c1106794763]:before {
		left: calc(50% - 6px);
		width: 15px;
		height: 18px;
	}

	.wlc-game-thumb--theme-vertical.wlc-game-thumb--theme-mod-wolf[_nghost-wlc-app-c1106794763] .wlc-game-thumb__control[_ngcontent-wlc-app-c1106794763] .wlc-btn--demo[_ngcontent-wlc-app-c1106794763] {
		height: auto;
		padding: 0;
		border-radius: unset;
	}

	.wlc-game-thumb--theme-vertical.wlc-game-thumb--theme-mod-wolf[_nghost-wlc-app-c1106794763] .wlc-game-thumb__control[_ngcontent-wlc-app-c1106794763] .wlc-btn--demo[_ngcontent-wlc-app-c1106794763] .wlc-btn__text[class] {
		color: var(--mc-secondary);
	}

	@media (pointer: fine) {
		.wlc-game-thumb--theme-vertical.wlc-game-thumb--theme-mod-wolf[_nghost-wlc-app-c1106794763] .wlc-game-thumb__control[_ngcontent-wlc-app-c1106794763] .wlc-btn--demo[_ngcontent-wlc-app-c1106794763]:hover .wlc-btn__text {
			color: var(--mc-baseThird);
		}
	}

	.wlc-game-thumb--theme-vertical.wlc-game-thumb--theme-mod-wolf[_nghost-wlc-app-c1106794763] .wlc-game-thumb__control[_ngcontent-wlc-app-c1106794763] .wlc-game-thumb__buttons[_ngcontent-wlc-app-c1106794763] {
		grid-template-rows: minmax(0, 1fr) minmax(0, 1fr);
		gap: 0;
		align-items: center;
	}

	@supports (aspect-ratio: 1/1) {

		.wlc-game-thumb--theme-vertical.wlc-game-thumb--theme-mod-wolf[_nghost-wlc-app-c1106794763] .wlc-game-thumb-media__bg[_ngcontent-wlc-app-c1106794763],
		.wlc-game-thumb--theme-vertical.wlc-game-thumb--theme-mod-wolf[_nghost-wlc-app-c1106794763] .wlc-game-thumb-media__video[_ngcontent-wlc-app-c1106794763] {
			aspect-ratio: 10/15;
		}
	}

	@media (pointer: fine) {
		.wlc-game-thumb--theme-vertical[_nghost-wlc-app-c1106794763]:hover .wlc-game-thumb__icon[_ngcontent-wlc-app-c1106794763] {
			opacity: 1;
		}

		.wlc-game-thumb--theme-vertical[_nghost-wlc-app-c1106794763]:hover .wlc-game-thumb__control[_ngcontent-wlc-app-c1106794763] {
			transform: translateY(0);
			opacity: 1;
			pointer-events: auto;
		}
	}

	.wlc-game-thumb--theme-horizontal[_nghost-wlc-app-c1106794763] .wlc-game-thumb[_ngcontent-wlc-app-c1106794763] {
		transition: background 0.3s linear;
		display: flex;
		align-items: center;
		padding: 10px;
		background: var(--mc-bg);
		border-radius: 10px;
		cursor: pointer;
	}

	.wlc-game-thumb--theme-horizontal[_nghost-wlc-app-c1106794763] .wlc-game-thumb__name[_ngcontent-wlc-app-c1106794763] {
		color: var(--mc-baseMain);
		font-style: normal;
		font-weight: bold;
		font-size: 1.6rem;
		line-height: 1.45;
		transition: border-color 0.3s linear;
		border-bottom: 1px solid transparent;
	}

	.wlc-game-thumb--theme-horizontal[_nghost-wlc-app-c1106794763] .wlc-game-thumb__img[_ngcontent-wlc-app-c1106794763] {
		position: relative;
		display: block;
		width: 60px;
		height: 60px;
		border-radius: 10px;
		overflow: hidden;
	}

	.wlc-game-thumb--theme-horizontal[_nghost-wlc-app-c1106794763] .wlc-game-thumb__img[_ngcontent-wlc-app-c1106794763] img[_ngcontent-wlc-app-c1106794763] {
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: center;
	}

	.wlc-game-thumb--theme-horizontal[_nghost-wlc-app-c1106794763] .wlc-game-thumb__block--right[_ngcontent-wlc-app-c1106794763] {
		margin-left: 10px;
	}

	@media (pointer: fine) {
		.wlc-game-thumb--theme-horizontal[_nghost-wlc-app-c1106794763] .wlc-game-thumb[_ngcontent-wlc-app-c1106794763]:hover {
			background: var(--mc-main);
		}
	}

	.wlc-game-thumb--theme-default[_nghost-wlc-app-c1106794763] .wlc-game-thumb__desc[_ngcontent-wlc-app-c1106794763]:before {
		transform: none;
		opacity: 0;
	}

	@media (pointer: fine) {
		.wlc-game-thumb--theme-default.wlc-game-thumb--theme-mod-circle[_nghost-wlc-app-c1106794763]:hover .wlc-game-thumb__desc[_ngcontent-wlc-app-c1106794763] {
			transition: all 0.3s linear;
			background: transparent;
		}

		.wlc-game-thumb--theme-default.wlc-game-thumb--theme-mod-circle[_nghost-wlc-app-c1106794763]:hover .wlc-game-thumb__icon[_ngcontent-wlc-app-c1106794763] {
			opacity: 1;
		}

		.wlc-game-thumb--theme-default.wlc-game-thumb--theme-mod-circle[_nghost-wlc-app-c1106794763]:hover .wlc-game-thumb__title[_ngcontent-wlc-app-c1106794763] {
			opacity: 0;
		}

		.wlc-game-thumb--theme-default.wlc-game-thumb--theme-mod-circle[_nghost-wlc-app-c1106794763]:hover .wlc-game-thumb__buttons[_ngcontent-wlc-app-c1106794763] {
			opacity: 1;
		}
	}

	@media (pointer: fine) {

		.wlc-game-thumb--theme-default.wlc-game-thumb--ppl-show[_nghost-wlc-app-c1106794763]:hover .wlc-game-thumb__ppl[_ngcontent-wlc-app-c1106794763],
		.wlc-game-thumb--theme-default.wlc-game-thumb--ppl-show[_nghost-wlc-app-c1106794763]:hover .wlc-game-thumb__ppl-limits[_ngcontent-wlc-app-c1106794763] {
			opacity: 1;
			pointer-events: auto;
		}
	}

	@media (pointer: fine) {
		.wlc-game-thumb--theme-default[_nghost-wlc-app-c1106794763]:hover .wlc-game-thumb__desc[_ngcontent-wlc-app-c1106794763] {
			opacity: 1;
		}

		.wlc-game-thumb--theme-default[_nghost-wlc-app-c1106794763]:hover .wlc-game-thumb__desc[_ngcontent-wlc-app-c1106794763]:before {
			opacity: 1;
		}

		.wlc-game-thumb--theme-default[_nghost-wlc-app-c1106794763]:hover .wlc-game-thumb__ppl[_ngcontent-wlc-app-c1106794763],
		.wlc-game-thumb--theme-default[_nghost-wlc-app-c1106794763]:hover .wlc-game-thumb__ppl-limits[_ngcontent-wlc-app-c1106794763] {
			opacity: 0;
			pointer-events: none;
		}
	}

	.wlc-game-thumb[_nghost-wlc-app-c1106794763] .wlc-game-thumb__icon[_ngcontent-wlc-app-c1106794763] {
		position: absolute;
		top: 10px;
		left: 10px;
		z-index: 4;
		display: flex;
		width: 28px;
		height: 28px;
		padding-bottom: 2px;
		color: var(--mc-baseMain-o6);
		background: rgba(26, 21, 0, 0.62);
		border-radius: 8px;
		box-shadow: none;
		cursor: pointer;
	}

	.wlc-game-thumb[_nghost-wlc-app-c1106794763] .wlc-game-thumb__icon[_ngcontent-wlc-app-c1106794763] .wlc-icon-content {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		height: 100%;
	}

	.wlc-game-thumb[_nghost-wlc-app-c1106794763] .wlc-game-thumb__icon[_ngcontent-wlc-app-c1106794763] svg path {
		transition: all 0.3s linear;
		transform-origin: center;
		fill: currentColor;
	}

	.wlc-game-thumb[_nghost-wlc-app-c1106794763] .wlc-game-thumb__icon.active[_ngcontent-wlc-app-c1106794763] {
		color: #75e6ff;
		background: rgba(26, 21, 0, 0.62);
	}

	.wlc-game-thumb[_nghost-wlc-app-c1106794763] .wlc-game-thumb__icon.active[_ngcontent-wlc-app-c1106794763] path {
		transform: scaleX(-1);
	}

	.wlc-game-thumb[_nghost-wlc-app-c1106794763] .wlc-game-thumb__icon[_ngcontent-wlc-app-c1106794763]:not(.active) {
		transition: all 0.3s linear;
	}

	@media (pointer: fine) {
		.wlc-game-thumb[_nghost-wlc-app-c1106794763] .wlc-game-thumb__icon[_ngcontent-wlc-app-c1106794763]:not(.active):hover {
			color: #ffffff;
			background: rgba(26, 21, 0, 0.62);
		}
	}

	.wlc-game-thumb.wlc-game-thumb--theme-mod-wolf[_nghost-wlc-app-c1106794763] .wlc-game-thumb__icon[_ngcontent-wlc-app-c1106794763] {
		top: 5px;
		left: 5px;
		width: 30px;
		height: 30px;
		border-radius: 5px;
		color: #ffffff;
	}

	.wlc-game-thumb.wlc-game-thumb--theme-mod-wolf[_nghost-wlc-app-c1106794763] .wlc-game-thumb__icon[_ngcontent-wlc-app-c1106794763] svg {
		width: 20px;
		height: 20px;
	}

	.wlc-game-thumb.wlc-game-thumb--theme-mod-wolf[_nghost-wlc-app-c1106794763] .wlc-game-thumb__icon.active[_ngcontent-wlc-app-c1106794763] {
		color: #ffffff;
	}

	@media (pointer: fine) {
		.wlc-game-thumb.wlc-game-thumb--theme-mod-wolf[_nghost-wlc-app-c1106794763] .wlc-game-thumb__icon[_ngcontent-wlc-app-c1106794763]:not(.active):hover {
			color: #75e6ff;
		}
	}

	.wlc-game-thumb.wlc-game-thumb--theme-default[_nghost-wlc-app-c1106794763] .wlc-game-thumb__loader[_ngcontent-wlc-app-c1106794763] {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}

	.wlc-game-thumb.wlc-game-thumb--theme-vertical[_nghost-wlc-app-c1106794763] .wlc-game-thumb__loader[_ngcontent-wlc-app-c1106794763] {
		display: block;
		width: 100%;
		background-position: center;
		background-color: var(--mc-bg-d10);
		background-image: url("https://kometacasino-kck.buzz/static/images/logo.svg");
		background-size: 50%;
		background-repeat: no-repeat;
	}

	.wlc-game-thumb.wlc-game-thumb--theme-vertical[_nghost-wlc-app-c1106794763] .wlc-game-thumb__loader[_ngcontent-wlc-app-c1106794763]:before {
		padding: 162.5% 0 0;
		content: "";
		display: block;
		width: 100%;
		height: 0;
	}

	.wlc-game-thumb.wlc-game-thumb--theme-vertical[_nghost-wlc-app-c1106794763] .wlc-game-thumb__loader[_ngcontent-wlc-app-c1106794763] .wlc-loader {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}

	.wlc-game-thumb--theme-default[_nghost-wlc-app-c1106794763] .wlc-game-thumb__buttons[_ngcontent-wlc-app-c1106794763] {
		display: none;
		gap: 10px;
		justify-content: center;
		grid-template-rows: minmax(0, 1fr) minmax(0, 18px);
		grid-template-columns: minmax(0, 110px);
	}

	@media (min-width: 1024px) {
		.wlc-game-thumb--theme-default[_nghost-wlc-app-c1106794763] .wlc-game-thumb__buttons[_ngcontent-wlc-app-c1106794763] {
			display: grid;
		}
	}

	.wlc-game-thumb--theme-default[_nghost-wlc-app-c1106794763] .wlc-game-thumb__buttons[_ngcontent-wlc-app-c1106794763] .wlc-btn--demo .wlc-btn__text {
		color: var(--mc-buttonText, var(--mc-baseMain));
	}

	.wlc-game-thumb--theme-default[_nghost-wlc-app-c1106794763] .wlc-game-thumb__buttons.no-demo[_ngcontent-wlc-app-c1106794763] {
		grid-template-rows: minmax(0, 1fr);
	}

	.wlc-game-thumb--theme-default[_nghost-wlc-app-c1106794763] .wlc-game-thumb__buttons.no-demo[_ngcontent-wlc-app-c1106794763] {
		grid-template-rows: minmax(0, 1fr) minmax(0, 18px);
		grid-template-columns: minmax(0, 110px);
	}

	.wlc-game-thumb--theme-default[_nghost-wlc-app-c1106794763] .wlc-game-thumb__buttons[_ngcontent-wlc-app-c1106794763] .wlc-btn--theme-mod-secondary {
		border: none;
		box-shadow: none;
	}

	.wlc-game-thumb--theme-default[_nghost-wlc-app-c1106794763] .wlc-game-thumb__buttons[_ngcontent-wlc-app-c1106794763] .wlc-btn--theme-mod-secondary .wlc-btn__text {
		font-style: normal;
		text-transform: capitalize;
	}

	@media (pointer: fine) {
		.wlc-game-thumb--theme-default[_nghost-wlc-app-c1106794763] .wlc-game-thumb__buttons[_ngcontent-wlc-app-c1106794763] .wlc-btn--theme-mod-secondary:hover {
			background: transparent;
		}

		.wlc-game-thumb--theme-default[_nghost-wlc-app-c1106794763] .wlc-game-thumb__buttons[_ngcontent-wlc-app-c1106794763] .wlc-btn--theme-mod-secondary:hover .wlc-btn__text {
			text-decoration: none;
		}
	}

	.wlc-game-thumb--theme-default[_nghost-wlc-app-c1106794763] .wlc-game-thumb__buttons[_ngcontent-wlc-app-c1106794763] .wlc-btn--demo {
		display: flex;
		height: 18px;
		padding: 0;
	}

	.wlc-game-thumb--theme-default[_nghost-wlc-app-c1106794763] .wlc-game-thumb__buttons[_ngcontent-wlc-app-c1106794763] .wlc-btn--play {
		width: 68px;
		height: 68px;
		margin: 0 auto;
	}

	.wlc-game-thumb--theme-default[_nghost-wlc-app-c1106794763] .wlc-game-thumb__buttons[_ngcontent-wlc-app-c1106794763] .wlc-btn--play:after {
		content: "";
		position: absolute;
		top: calc(50% - 15px);
		left: calc(50% - 15px);
		width: 30px;
		height: 30px;
		background: url("img/play.svg") center no-repeat;
		background-size: cover;
	}

	.wlc-game-thumb--theme-default[_nghost-wlc-app-c1106794763] .wlc-game-thumb__buttons[_ngcontent-wlc-app-c1106794763] .wlc-btn--play .wlc-btn__text {
		display: none;
	}

	.wlc-game-thumb--theme-default[_nghost-wlc-app-c1106794763] .wlc-game-thumb__icon[_ngcontent-wlc-app-c1106794763] {
		top: 10px;
		right: 10px;
		left: initial;
		padding: 0;
	}

	.wlc-game-thumb--theme-default[_nghost-wlc-app-c1106794763] .wlc-game-thumb__jackpot[_ngcontent-wlc-app-c1106794763] {
		font-weight: 600;
		pointer-events: none;
	}

	.wlc-game-thumb--theme-default[_nghost-wlc-app-c1106794763] .wlc-game-thumb__title[_ngcontent-wlc-app-c1106794763] {
		flex: 1;
		gap: 6px;
		background: var(--mc-bg700);
		border-radius: 0 0 16px 16px;
	}

	.wlc-game-thumb--theme-default[_nghost-wlc-app-c1106794763] .wlc-game-thumb__ppl-more-icon[_ngcontent-wlc-app-c1106794763] {
		top: auto;
		bottom: 10px;
	}

	.wlc-game-thumb--theme-default[_nghost-wlc-app-c1106794763] .wlc-game-thumb__merchant[_ngcontent-wlc-app-c1106794763] {
		background: var(--mc-textGradient);
		-webkit-background-clip: text;
		background-clip: text;
		-webkit-text-fill-color: transparent;
		transition: 0.3s linear(0.4 -50%, 1 100%);
	}

	.wlc-game-thumb--theme-default.wlc-game-thumb--theme-mod-external-title[_nghost-wlc-app-c1106794763] {
		transition: all 0.3s linear;
		border: 2px solid transparent;
		border-radius: 16px;
		display: flex;
		flex-direction: column;
		/*                height: 100%;*/
	}

	.wlc-game-thumb--theme-default.wlc-game-thumb--theme-mod-external-title.wlc-game-thumb--type-ppl-info[_nghost-wlc-app-c1106794763] .wlc-game-thumb__title[_ngcontent-wlc-app-c1106794763] {
		align-items: center;
		padding: 15px 15px 10px 15px;
		background: transparent;
	}

	.wlc-game-thumb--theme-default.wlc-game-thumb--theme-mod-external-title.wlc-game-thumb--type-ppl-info[_nghost-wlc-app-c1106794763] .wlc-game-thumb__item[_ngcontent-wlc-app-c1106794763] {
		border-radius: 10px;
	}

	@media (pointer: fine) {
		.wlc-game-thumb--theme-default.wlc-game-thumb--theme-mod-external-title[_nghost-wlc-app-c1106794763]:hover {
			border: 2px solid var(--mc-main);
		}
	}

	.wlc-game-thumb--theme-default.wlc-game-thumb--type-modal[_nghost-wlc-app-c1106794763] .wlc-game-thumb__icon[_ngcontent-wlc-app-c1106794763] {
		left: initial;
	}


	.wlc-chat-panel[_nghost-wlc-app-c461166858] {
		position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		z-index: 1199;
		display: grid;
		grid-template-rows: auto 1fr auto;
		width: 100%;
		max-width: 350px;
		background: var(--mc-bg700);
		transition: transform 0.3s ease-in-out;
		overflow: hidden;
	}

	.wlc-chat-panel.wlc-chat-panel--opened[_nghost-wlc-app-c461166858] {
		box-shadow: -5px 0 20px rgba(0, 0, 0, 0.5);
	}

	.wlc-chat-panel.wlc-chat-panel--closed[_nghost-wlc-app-c461166858] {
		transform: translate3d(100%, 0, 0);
	}

	.wlc-chat-panel--pos-absolute[_nghost-wlc-app-c461166858] {
		position: absolute;
	}

	.wlc-chat-panel[_nghost-wlc-app-c461166858] {
		display: none;
	}

	@media (max-width: 719px) {
		.wlc-chat-panel[_nghost-wlc-app-c461166858] {
			max-width: 100%;
		}
	}


	.wlc-chat-header[_nghost-wlc-app-c2700747578] {
		z-index: 5;
		display: flex;
		align-items: center;
		justify-content: space-between;
		max-width: 100%;
		padding: 10px;
		background: var(--mc-bg700);
		box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	}

	.wlc-chat-header[_nghost-wlc-app-c2700747578] {
		justify-content: flex-end;
	}


	.wlc-chat-wrapper[_nghost-wlc-app-c4282430102] {
		--unread-color: var(--mc-baseMain);
		--unread-bg: var(--mc-baseMain-o4);
		--unread-border: none;
		--counter-color: var(--mc-baseMain);
		--counter-bg: var(--mc-buttonColor);
		position: relative;
		overflow: hidden;
	}

	.wlc-chat-wrapper[_nghost-wlc-app-c4282430102] .wlc-chat-wrapper__unread[_ngcontent-wlc-app-c4282430102] {
		display: flex;
		align-items: center;
		justify-content: center;
		white-space: nowrap;
		outline: none;
		position: absolute;
		top: auto;
		right: 10px;
		bottom: 10px;
		left: auto;
		width: 50px;
		height: 50px;
		border-radius: 50%;
		color: var(--unread-color);
		background: var(--unread-bg);
		border: var(--unread-border);
		transition: all 0.2s ease-in-out;
	}

	@media (pointer: fine) {
		.wlc-chat-wrapper[_nghost-wlc-app-c4282430102] .wlc-chat-wrapper__unread[_ngcontent-wlc-app-c4282430102]:hover {
			--unread-color: var(--mc-baseMain);
			--unread-bg: var(--mc-baseMain-o6);
			--unread-border: none;
			--counter-bg: var(--mc-buttonColor-l10);
			--counter-color: var(--mc-baseMain);
		}
	}

	.wlc-chat-wrapper[_nghost-wlc-app-c4282430102] .wlc-chat-wrapper__counter[_ngcontent-wlc-app-c4282430102] {
		position: absolute;
		top: 0;
		left: 50%;
		display: flex;
		align-items: center;
		justify-content: center;
		min-width: 30px;
		max-width: 100%;
		height: 25px;
		padding: 0 6px;
		border-radius: 12px;
		color: var(--counter-color);
		font-weight: normal;
		font-size: 14px;
		background: var(--counter-bg);
		transform: translate(-50%, -50%);
		transition: all 0.2s ease-in-out;
	}

	.wlc-chat-wrapper[_nghost-wlc-app-c4282430102] .wlc-chat-wrapper__scroll[_ngcontent-wlc-app-c4282430102] {
		display: flex;
		flex-direction: column;
		width: 100%;
		height: 100%;
		max-height: 100%;
		overflow-y: auto;
		padding: 10px;
		contain: content;
	}

	.wlc-chat-wrapper[_nghost-wlc-app-c4282430102] .wlc-chat-wrapper__scroll[_ngcontent-wlc-app-c4282430102]::-webkit-scrollbar {
		width: 8px;
		border-radius: 4px;
	}

	.wlc-chat-wrapper[_nghost-wlc-app-c4282430102] .wlc-chat-wrapper__scroll[_ngcontent-wlc-app-c4282430102]::-webkit-scrollbar-track {
		background-color: var(--mc-bg700);
	}

	.wlc-chat-wrapper[_nghost-wlc-app-c4282430102] .wlc-chat-wrapper__scroll[_ngcontent-wlc-app-c4282430102]::-webkit-scrollbar-thumb {
		background-color: var(--mc-baseMain-o6);
		border-radius: 4px;
	}

	.wlc-chat-wrapper[_nghost-wlc-app-c4282430102] .wlc-chat-wrapper__scroll {
		overflow-x: hidden;
	}


	.wlc-chat-footer[_nghost-wlc-app-c1058702319] {
		position: relative;
		display: grid;
		align-items: start;
		max-width: 100%;
		padding: 20px;
		background: var(--mc-bg300);
		box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	}

	.wlc-chat-footer[_nghost-wlc-app-c1058702319] .wlc-chat-footer__controls[_ngcontent-wlc-app-c1058702319] {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
		margin: 5px -5px -5px;
	}

	.wlc-chat-footer[_nghost-wlc-app-c1058702319] .wlc-chat-footer__controls[_ngcontent-wlc-app-c1058702319] .wlc-btn {
		margin: 5px;
	}

	.wlc-chat-footer--type-auth[_nghost-wlc-app-c1058702319] {
		padding: 10px;
	}


	.wlc-dialog[_nghost-wlc-app-c2743416969] {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		visibility: hidden;
	}

	.wlc-dialog.wlc-dialog--opened[_nghost-wlc-app-c2743416969] {
		visibility: visible;
	}

	.wlc-dialog[_nghost-wlc-app-c2743416969] .wlc-dialog__item[_ngcontent-wlc-app-c2743416969] {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.wlc-dialog[_nghost-wlc-app-c2743416969] .wlc-dialog__item.opening[_ngcontent-wlc-app-c2743416969] .wlc-dialog__backdrop[_ngcontent-wlc-app-c2743416969] {
		animation: _ngcontent-wlc-app-c2743416969_fadeIn 0.1s linear forwards;
	}

	.wlc-dialog[_nghost-wlc-app-c2743416969] .wlc-dialog__item.opening[_ngcontent-wlc-app-c2743416969] .wlc-dialog__content[_ngcontent-wlc-app-c2743416969] {
		animation: _ngcontent-wlc-app-c2743416969_fadeInUp 0.3s linear forwards;
	}

	.wlc-dialog[_nghost-wlc-app-c2743416969] .wlc-dialog__item.hiding[_ngcontent-wlc-app-c2743416969] .wlc-dialog__backdrop[_ngcontent-wlc-app-c2743416969] {
		animation: _ngcontent-wlc-app-c2743416969_fadeOut 0.1s linear 0.2s forwards;
	}

	.wlc-dialog[_nghost-wlc-app-c2743416969] .wlc-dialog__item.hiding[_ngcontent-wlc-app-c2743416969] .wlc-dialog__content[_ngcontent-wlc-app-c2743416969] {
		animation: _ngcontent-wlc-app-c2743416969_fadeOutDown 0.3s linear forwards;
	}

	.wlc-dialog[_nghost-wlc-app-c2743416969] .wlc-dialog__backdrop[_ngcontent-wlc-app-c2743416969] {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background: var(--mc-bg500-o4);
	}

	.wlc-dialog[_nghost-wlc-app-c2743416969] .wlc-dialog__wrapper[_ngcontent-wlc-app-c2743416969] {
		position: relative;
		display: flex;
		flex-direction: column;
		width: 90%;
		height: auto;
		padding: 10px 20px 20px;
		background: var(--mc-bg500);
		border-radius: 10px;
		box-shadow: 0 0 15px var(--mc-bg-o4);
	}

	.wlc-dialog[_nghost-wlc-app-c2743416969] .wlc-dialog__header[_ngcontent-wlc-app-c2743416969] {
		position: relative;
		display: flex;
		flex: 0 1 auto;
		align-items: center;
		justify-content: center;
		padding: 0;
		font-size: 1.6rem;
		text-align: center;
	}

	.wlc-dialog[_nghost-wlc-app-c2743416969] .wlc-dialog__header.no-title[_ngcontent-wlc-app-c2743416969] {
		padding-top: 1.5em;
	}

	.wlc-dialog[_nghost-wlc-app-c2743416969] .wlc-dialog__title[_ngcontent-wlc-app-c2743416969] {
		margin-bottom: 20px;
		padding: 0 15px;
	}

	.wlc-dialog[_nghost-wlc-app-c2743416969] .wlc-dialog__close[_ngcontent-wlc-app-c2743416969] {
		position: absolute;
		top: 0;
		right: -10px;
		bottom: auto;
		left: auto;
	}

	.wlc-dialog[_nghost-wlc-app-c2743416969] .wlc-dialog__footer[_ngcontent-wlc-app-c2743416969] {
		display: flex;
		flex: 0 1 auto;
		align-items: center;
		justify-content: center;
		padding: 0;
	}

	.wlc-dialog[_nghost-wlc-app-c2743416969] .wlc-dialog__body[_ngcontent-wlc-app-c2743416969] {
		flex: 1 1 auto;
	}

	@keyframes _ngcontent-wlc-app-c2743416969_fadeInUp {
		0% {
			transform: translateY(-10px);
			opacity: 0;
		}

		100% {
			transform: translateY(0);
			opacity: 1;
		}
	}

	@keyframes _ngcontent-wlc-app-c2743416969_fadeOutDown {
		0% {
			transform: translateY(0);
			opacity: 1;
		}

		100% {
			transform: translateY(20px);
			opacity: 0;
		}
	}

	@keyframes _ngcontent-wlc-app-c2743416969_fadeIn {
		0% {
			opacity: 0;
		}

		100% {
			opacity: 1;
		}
	}

	@keyframes _ngcontent-wlc-app-c2743416969_fadeOut {
		0% {
			opacity: 1;
		}

		100% {
			opacity: 0;
		}
	}


	.wlc-room-selector[_nghost-wlc-app-c1296034979] {
		--arrow-transform: initial;
		--arrow-color: var(--mc-baseMain-o4);
		--currentBg: transparent;
		--elem-color: var(--mc-baseMain);
		--elem-bg: transparent;
		--elem-font-weight: normal;
		position: relative;
		font-size: 14px;
	}

	.wlc-room-selector[_nghost-wlc-app-c1296034979] .wlc-room-selector__current[_ngcontent-wlc-app-c1296034979] {
		display: grid;
		grid-template-columns: auto 1fr auto;
		gap: 10px;
		align-items: center;
		min-height: 40px;
		padding: 10px;
		background: var(--currentBg);
		border-radius: 10px;
		outline: none;
	}

	.wlc-room-selector[_nghost-wlc-app-c1296034979] .wlc-room-selector__current.opened[_ngcontent-wlc-app-c1296034979] {
		--arrow-transform: scale(1, -1);
		--arrow-color: var(--mc-baseMain-o6);
		--currentBg: transparent;
	}

	.wlc-room-selector[_nghost-wlc-app-c1296034979] .wlc-room-selector__current.multiroom[_ngcontent-wlc-app-c1296034979] {
		cursor: pointer;
	}

	.wlc-room-selector[_nghost-wlc-app-c1296034979] .wlc-room-selector__current.multiroom[_ngcontent-wlc-app-c1296034979]:focus {
		outline: 1px solid var(--mc-baseMain-o4);
	}

	@media (pointer: fine) {
		.wlc-room-selector[_nghost-wlc-app-c1296034979] .wlc-room-selector__current[_ngcontent-wlc-app-c1296034979]:hover {
			--arrow-color: var(--mc-baseMain-o6);
			--currentBg: transparent;
		}
	}

	.wlc-room-selector[_nghost-wlc-app-c1296034979] .wlc-room-selector__flag[_ngcontent-wlc-app-c1296034979] {
		width: 20px;
		height: 20px;
		border-radius: 50%;
	}

	.wlc-room-selector[_nghost-wlc-app-c1296034979] .wlc-room-selector__arrow[_ngcontent-wlc-app-c1296034979] {
		display: flex;
		align-content: center;
		justify-content: center;
		color: var(--arrow-color);
		transition: all 0.2s ease-in-out;
	}

	.wlc-room-selector[_nghost-wlc-app-c1296034979] .wlc-room-selector__icon[_ngcontent-wlc-app-c1296034979] {
		width: 10px;
		height: 10px;
		transform: var(--arrow-transform);
		transition: inherit;
	}

	.wlc-room-selector[_nghost-wlc-app-c1296034979] .wlc-room-selector__list[_ngcontent-wlc-app-c1296034979] {
		position: absolute;
		top: 100%;
		right: auto;
		bottom: auto;
		left: 0;
		z-index: -10;
		width: 200px;
		margin: 0;
		padding: 0;
		overflow: hidden;
		list-style-type: none;
		background: var(--mc-bgModal);
		border-radius: 10px;
		box-shadow: 0 3px 10px var(--mc-bg-o8);
		transform: scale3d(1, 0, 1);
		transform-origin: top;
		visibility: hidden;
		transition: transform 0.2s ease-out;
		pointer-events: none;
	}

	.wlc-room-selector[_nghost-wlc-app-c1296034979] .wlc-room-selector__list.opened[_ngcontent-wlc-app-c1296034979] {
		z-index: 99;
		transform: scale3d(1, 1, 1);
		visibility: visible;
		pointer-events: initial;
	}

	.wlc-room-selector[_nghost-wlc-app-c1296034979] .wlc-room-selector__elem[_ngcontent-wlc-app-c1296034979] {
		display: grid;
		grid-template-columns: auto 1fr;
		gap: 10px;
		align-items: center;
		min-height: 40px;
		padding: 5px 10px;
		color: var(--mc-baseMain);
		font-weight: var(--elem-font-weight);
		font-size: 16px;
		background: var(--elem-bg);
		cursor: pointer;
		transition: background 0.2s ease-out;
	}

	@media (pointer: fine) {
		.wlc-room-selector[_nghost-wlc-app-c1296034979] .wlc-room-selector__elem[_ngcontent-wlc-app-c1296034979]:hover {
			--elem-color: var(--mc-baseMain);
			--elem-bg: var(--mc-baseMain-o2);
		}
	}

	.wlc-room-selector[_nghost-wlc-app-c1296034979] .wlc-room-selector__elem.hovered[_ngcontent-wlc-app-c1296034979] {
		--elem-color: var(--mc-baseMain);
		--elem-bg: var(--mc-baseMain-o2);
	}

	.wlc-room-selector[_nghost-wlc-app-c1296034979] .wlc-room-selector__elem.active[_ngcontent-wlc-app-c1296034979] {
		--elem-color: var(--mc-main);
		--elem-bg: var(--mc-main-o2);
		--elem-font-weight: normal;
	}

	.wlc-room-selector[_nghost-wlc-app-c1296034979] .wlc-room-selector__elem.active.hovered[_ngcontent-wlc-app-c1296034979] {
		--elem-color: var(--mc-main);
		--elem-bg: var(--mc-main-o4);
	}

	@media (pointer: fine) {
		.wlc-room-selector[_nghost-wlc-app-c1296034979] .wlc-room-selector__elem.active[_ngcontent-wlc-app-c1296034979]:hover {
			--elem-color: var(--mc-main);
			--elem-bg: var(--mc-main-o4);
		}
	}

	.wlc-room-selector[_nghost-wlc-app-c1296034979] {
		display: none;
	}


	.wlc-close-btn[_nghost-wlc-app-c3970975915] {
		--close-color: var(--mc-baseMain-o4);
		--close-bg: transparent;
		--close-border: none;
		display: flex;
		align-items: center;
		justify-content: center;
		white-space: nowrap;
		outline: none;
		width: 24px;
		height: 24px;
		color: var(--close-color);
		background: var(--close-bg);
		border: var(--close-border);
		border-radius: 10px;
		transition: color 0.2s ease-in-out;
	}

	.wlc-close-btn[_nghost-wlc-app-c3970975915] .wlc-close-btn__icon[_ngcontent-wlc-app-c3970975915] {
		width: 18px;
		height: 18px;
		overflow: initial;
	}

	@media (pointer: fine) {
		.wlc-close-btn[_nghost-wlc-app-c3970975915]:hover {
			--close-color: var(--mc-baseMain-o6);
			--close-bg: transparent;
			--close-border: none;
		}
	}


	.wlc-message[_nghost-wlc-app-c2160837025] {
		--message-grid-columns: auto 1fr;
		--bubble-radius: 0 10px 10px 10px;
		--bubble-bg: var(--mc-bg500);
		--message-margin: 5px auto 5px 0;
		--name-color: var(--mc-success);
		--message-max-width: 100%;
		--message-gap: 10px;
		display: grid;
		grid-template-columns: var(--message-grid-columns);
		gap: var(--message-gap);
		max-width: var(--message-max-width);
		margin: var(--message-margin);
		transform: translateZ(0);
	}

	.wlc-message.out[_nghost-wlc-app-c2160837025] {
		--bubble-radius: 10px 10px 0 10px;
		--bubble-bg: var(--mc-bg500-l10);
		--message-margin: 5px 0 5px auto;
		--message-grid-columns: 1fr;
		--message-max-width: 85%;
		--message-gap: 0;
	}

	.wlc-message.out[_nghost-wlc-app-c2160837025] .wlc-message__left[_ngcontent-wlc-app-c2160837025],
	.wlc-message.out[_nghost-wlc-app-c2160837025] .wlc-message__nickname[_ngcontent-wlc-app-c2160837025] {
		display: none;
	}

	.wlc-message.wlc-message--moderator[_nghost-wlc-app-c2160837025] .wlc-message__nickname[_ngcontent-wlc-app-c2160837025] {
		--name-color: var(--mc-secondary);
		display: flex;
		align-items: flex-start;
	}

	.wlc-message.wlc-message--moderator[_nghost-wlc-app-c2160837025] .wlc-message__tag[_ngcontent-wlc-app-c2160837025] {
		display: flex;
		align-items: center;
		margin-left: 10px;
		padding: 2px 10px;
		color: var(--mc-buttonText, var(--mc-baseMain-locked));
		font-weight: normal;
		font-size: 9px;
		background: var(--mc-secondary-o8);
		border-radius: 20px;
	}

	.wlc-message.unread[_nghost-wlc-app-c2160837025] {
		--bubble-bg: var(--mc-bg500-l20);
	}

	.wlc-message[_nghost-wlc-app-c2160837025] .wlc-message__main[_ngcontent-wlc-app-c2160837025] {
		display: grid;
		grid-auto-flow: row;
		justify-items: start;
		min-width: 1px;
	}

	.wlc-message[_nghost-wlc-app-c2160837025] .wlc-message__avatar[_ngcontent-wlc-app-c2160837025] {
		position: relative;
		display: block;
		width: 40px;
		height: 40px;
		border-radius: 50%;
		transform: translateY(5px);
	}

	.wlc-message[_nghost-wlc-app-c2160837025] .wlc-message__nickname[_ngcontent-wlc-app-c2160837025] {
		position: relative;
		margin: 0 0 5px;
		color: var(--name-color);
		font-weight: 700;
		font-size: 14px;
	}

	.wlc-message[_nghost-wlc-app-c2160837025] .wlc-message__bubble[_ngcontent-wlc-app-c2160837025] {
		position: relative;
		min-height: 52px;
		padding: 5px 10px;
		background: var(--bubble-bg);
		border-radius: var(--bubble-radius);
		transition: background 0.15s ease-in-out 0.5s;
	}

	.wlc-message[_nghost-wlc-app-c2160837025] .wlc-message__body[_ngcontent-wlc-app-c2160837025] {
		margin: 0 0 3px;
		color: var(--mc-baseMain);
		font-size: 14px;
		white-space: pre-wrap;
		overflow-wrap: break-word;
	}

	.wlc-message[_nghost-wlc-app-c2160837025] .wlc-message__date[_ngcontent-wlc-app-c2160837025] {
		color: var(--mc-baseMain-o4);
		font-size: 10px;
		text-align: right;
	}

	.wlc-message--mod-skeleton[_nghost-wlc-app-c2160837025] {
		--sk-body-width: 240px;
	}

	.wlc-message--mod-skeleton[_nghost-wlc-app-c2160837025] .wlc-message__avatar[_ngcontent-wlc-app-c2160837025] {
		overflow: hidden;
		background: var(--bubble-bg);
	}

	.wlc-message--mod-skeleton[_nghost-wlc-app-c2160837025] .wlc-message__avatar[_ngcontent-wlc-app-c2160837025]:after {
		content: "";
		position: absolute;
		top: 50%;
		left: 0;
		display: block;
		width: 100%;
		height: 100%;
		background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgb(255, 255, 255), rgba(255, 255, 255, 0));
		transform: translate3d(0, -50%, 0);
		opacity: 0.05;
		animation-name: _ngcontent-wlc-app-c2160837025_shine;
		animation-duration: 1s;
		animation-timing-function: ease-in-out;
		animation-delay: 0;
		animation-iteration-count: infinite;
	}

	.wlc-message--mod-skeleton[_nghost-wlc-app-c2160837025] .wlc-message__nickname[_ngcontent-wlc-app-c2160837025] {
		overflow: hidden;
		display: inline-flex;
		align-items: center;
		width: 75%;
		min-height: 24px;
	}

	.wlc-message--mod-skeleton[_nghost-wlc-app-c2160837025] .wlc-message__nickname[_ngcontent-wlc-app-c2160837025]:after {
		content: "";
		position: absolute;
		top: 50%;
		left: 0;
		display: block;
		width: 100%;
		height: 18px;
		background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgb(255, 255, 255), rgba(255, 255, 255, 0));
		transform: translate3d(0, -50%, 0);
		opacity: 0.1;
		animation-name: _ngcontent-wlc-app-c2160837025_shine;
		animation-duration: 1s;
		animation-timing-function: ease-in-out;
		animation-delay: 0.35s;
		animation-iteration-count: infinite;
	}

	.wlc-message--mod-skeleton[_nghost-wlc-app-c2160837025] .wlc-message__nickname[_ngcontent-wlc-app-c2160837025]:before {
		content: "";
		display: block;
		width: 100%;
		height: 18px;
		background: var(--name-color);
		opacity: 0.2;
		border-radius: 2px;
	}

	.wlc-message--mod-skeleton[_nghost-wlc-app-c2160837025] .wlc-message__bubble[_ngcontent-wlc-app-c2160837025] {
		overflow: hidden;
		min-width: var(--sk-body-width);
	}

	.wlc-message--mod-skeleton[_nghost-wlc-app-c2160837025] .wlc-message__bubble[_ngcontent-wlc-app-c2160837025]:after {
		content: "";
		position: absolute;
		top: 50%;
		left: 0;
		display: block;
		width: 100%;
		height: 100%;
		background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgb(255, 255, 255), rgba(255, 255, 255, 0));
		transform: translate3d(0, -50%, 0);
		opacity: 0.05;
		animation-name: _ngcontent-wlc-app-c2160837025_shine;
		animation-duration: 1s;
		animation-timing-function: ease-in-out;
		animation-delay: 0.35s;
		animation-iteration-count: infinite;
	}

	.wlc-message--mod-skeleton[_nghost-wlc-app-c2160837025]:nth-child(even) {
		--sk-body-width: 200px;
	}

	@keyframes _ngcontent-wlc-app-c2160837025_shine {
		0% {
			transform: translate3d(-100%, -50%, 0);
		}

		100% {
			transform: translate3d(100%, -50%, 0);
		}
	}

	.wlc-message[_nghost-wlc-app-c2160837025] .wlc-message__bubble {
		max-width: 270px;
	}


	.wlc-alert[_nghost-wlc-app-c2457508836] {
		--alert-panel-border: 1px solid var(--alert-border-color);
		--alert-border-color: transparent;
		--alert-bg: var(--mc-bg500);
		--alert-color: var(--mc-baseMain);
		--alert-icon-color: var(--mc-baseMain-o4);
		color: var(--alert-color);
		font-size: 14px;
	}

	.wlc-alert[_nghost-wlc-app-c2457508836] .wlc-alert__title[_ngcontent-wlc-app-c2457508836] {
		margin: 0;
		font-weight: bold;
	}

	.wlc-alert[_nghost-wlc-app-c2457508836] .wlc-alert__title[_ngcontent-wlc-app-c2457508836]:empty {
		display: none;
	}

	.wlc-alert[_nghost-wlc-app-c2457508836] .wlc-alert__controls[_ngcontent-wlc-app-c2457508836] {
		margin: 5px 0 5px;
	}

	.wlc-alert[_nghost-wlc-app-c2457508836] .wlc-alert__controls[_ngcontent-wlc-app-c2457508836]:empty {
		display: none;
	}

	.wlc-alert[_nghost-wlc-app-c2457508836] .wlc-alert__icon[_ngcontent-wlc-app-c2457508836] {
		padding: 0 0 0 10px;
		color: var(--alert-icon-color);
	}

	.wlc-alert.wlc-alert--theme-panel[_nghost-wlc-app-c2457508836] {
		display: grid;
		grid-template-columns: 1fr auto;
		padding: 10px;
		background: var(--alert-bg);
		border: 1px solid var(--alert-border-color);
		border-radius: 10px;
	}

	.wlc-alert.wlc-alert--mod-warning[_nghost-wlc-app-c2457508836] {
		--alert-color: var(--mc-warning);
		--alert-border-color: transparent;
		--alert-bg: var(--mc-warning-o1);
		--alert-icon-color: var(--mc-warning);
	}

	.wlc-alert.wlc-alert--mod-error[_nghost-wlc-app-c2457508836] {
		--alert-color: var(--mc-error);
		--alert-border-color: transparent;
		--alert-bg: var(--mc-error-o1);
		--alert-icon-color: var(--mc-error);
	}

	.wlc-alert.wlc-alert--mod-success[_nghost-wlc-app-c2457508836] {
		--alert-color: var(--mc-success);
		--alert-border-color: transparent;
		--alert-bg: var(--mc-success-o1);
		--alert-icon-color: var(--mc-success);
	}

	.wlc-alert[_nghost-wlc-app-c2457508836]+.wlc-alert {
		margin-top: 10px;
	}


	.wlc-tournament--theme-default.wlc-tournament--type-dashboard[_nghost-wlc-app-c1122544558] {
		--lb-wrapper-bg: var(--mc-bg);
		--lb-list-bg: var(--mc-bg);
		--lb-list-bg-top: var(--mc-bg);
		--lb-block-size: 235px;
		height: 100%;
	}

	.wlc-tournament--theme-default.wlc-tournament--type-dashboard[_nghost-wlc-app-c1122544558] .wlc-tournament__more-icon[_ngcontent-wlc-app-c1122544558] {
		position: absolute;
		top: 20px;
		right: 20px;
		z-index: 2;
	}

	.wlc-tournament--theme-default.wlc-tournament--type-dashboard[_nghost-wlc-app-c1122544558] .wlc-tournament__more-icon[_ngcontent-wlc-app-c1122544558] .wlc-icon[_ngcontent-wlc-app-c1122544558] {
		position: relative;
		display: flex;
		align-items: center;
		justify-content: center;
		width: 20px;
		height: 20px;
		cursor: pointer;
	}

	.wlc-tournament--theme-default.wlc-tournament--type-dashboard[_nghost-wlc-app-c1122544558] .wlc-tournament__more-icon[_ngcontent-wlc-app-c1122544558] .wlc-icon[_ngcontent-wlc-app-c1122544558] .wlc-icon-content {
		display: flex;
		width: 100%;
	}

	.wlc-tournament--theme-default.wlc-tournament--type-dashboard[_nghost-wlc-app-c1122544558] .wlc-tournament__more-icon[_ngcontent-wlc-app-c1122544558] .wlc-icon[_ngcontent-wlc-app-c1122544558] svg {
		transition: fill 0.3s linear;
		width: 100%;
		fill: var(--mc-baseOpacity);
	}

	@media (pointer: fine) {
		.wlc-tournament--theme-default.wlc-tournament--type-dashboard[_nghost-wlc-app-c1122544558] .wlc-tournament__more-icon[_ngcontent-wlc-app-c1122544558] .wlc-icon[_ngcontent-wlc-app-c1122544558]:hover svg {
			fill: var(--mc-baseMain);
		}
	}

	.wlc-tournament--theme-default.wlc-tournament--type-dashboard[_nghost-wlc-app-c1122544558] .wlc-tournament__container[_ngcontent-wlc-app-c1122544558] {
		display: flex;
		flex-direction: column;
		align-items: center;
		height: 100%;
	}

	.wlc-tournament--theme-default.wlc-tournament--type-dashboard[_nghost-wlc-app-c1122544558] .wlc-tournament__container[_ngcontent-wlc-app-c1122544558] .wlc-tournament__lock-btn[_ngcontent-wlc-app-c1122544558] {
		--wlc-icon-width: 20px;
		--wlc-icon-height: 20px;
		color: var(--mc-baseMain);
		font-style: normal;
		font-weight: normal;
		font-size: 1rem;
		line-height: 1.45;
		height: 40px;
		display: inline-flex;
		gap: 10px;
		align-items: center;
		padding: 5px 10px;
		background: var(--mc-buttonColor-o6);
		border-radius: 10px;
	}

	.wlc-tournament--theme-default.wlc-tournament--type-dashboard[_nghost-wlc-app-c1122544558] .wlc-tournament__container[_ngcontent-wlc-app-c1122544558] .wlc-tournament__lock-btn[_ngcontent-wlc-app-c1122544558] .lock-btn__icon[_ngcontent-wlc-app-c1122544558] .wlc-icon-content {
		display: flex;
	}

	.wlc-tournament--theme-default.wlc-tournament--type-dashboard[_nghost-wlc-app-c1122544558] .wlc-tournament__container.selected[_ngcontent-wlc-app-c1122544558] {
		--lb-block-size: 260px;
	}

	.wlc-tournament--theme-default.wlc-tournament--type-dashboard[_nghost-wlc-app-c1122544558] .wlc-tournament__container.selected[_ngcontent-wlc-app-c1122544558] .wlc-tournament__more-icon[_ngcontent-wlc-app-c1122544558] {
		top: 0;
		right: 0;
	}

	.wlc-tournament--theme-default.wlc-tournament--type-dashboard[_nghost-wlc-app-c1122544558] .wlc-tournament__container.selected[_ngcontent-wlc-app-c1122544558] .wlc-tournament__more-icon[_ngcontent-wlc-app-c1122544558] .wlc-icon {
		width: 22px;
		height: 22px;
	}

	.wlc-tournament--theme-default.wlc-tournament--type-dashboard[_nghost-wlc-app-c1122544558] .wlc-tournament__container.selected[_ngcontent-wlc-app-c1122544558] .wlc-tournament__more-icon[_ngcontent-wlc-app-c1122544558] .wlc-icon-content {
		display: flex;
		width: 100%;
		height: 100%;
	}

	.wlc-tournament--theme-default.wlc-tournament--type-dashboard[_nghost-wlc-app-c1122544558] .wlc-tournament__img-container[_ngcontent-wlc-app-c1122544558] {
		position: relative;
		z-index: 1;
		width: var(--lb-block-size);
		height: var(--lb-block-size);
		min-height: var(--lb-block-size);
		margin-bottom: 30px;
		overflow: hidden;
		border-radius: 10px;
	}

	.wlc-tournament--theme-default.wlc-tournament--type-dashboard[_nghost-wlc-app-c1122544558] .wlc-tournament__image[_ngcontent-wlc-app-c1122544558] {
		position: absolute;
		top: 50%;
		left: 0;
		width: 100%;
		transform: translateY(-50%);
	}

	.wlc-tournament--theme-default.wlc-tournament--type-dashboard[_nghost-wlc-app-c1122544558] .wlc-tournament__title[_ngcontent-wlc-app-c1122544558] {
		position: absolute;
		top: 33%;
		right: 0;
		bottom: -1px;
		left: 0;
		display: flex;
		flex-direction: column;
		justify-content: flex-end;
		width: 100%;
		padding: 20px 25px;
		font-weight: bold;
		background: linear-gradient(180deg, var(--mc-bg-o0) 0%, var(--mc-bg) 67%);
	}

	.wlc-tournament--theme-default.wlc-tournament--type-dashboard[_nghost-wlc-app-c1122544558] .wlc-tournament__title[_ngcontent-wlc-app-c1122544558] span[_ngcontent-wlc-app-c1122544558] {
		display: -webkit-box;
		box-orient: vertical;
		-webkit-box-orient: vertical;

		overflow: hidden;
		text-overflow: ellipsis;
		word-break: break-word;
		-webkit-line-clamp: 2;
		width: 100%;
		font-size: 1.6rem;
		line-height: 1.5;
		text-align: center;
	}

	.wlc-tournament--theme-default.wlc-tournament--type-dashboard[_nghost-wlc-app-c1122544558] .wlc-tournament__timer[_ngcontent-wlc-app-c1122544558] {
		width: var(--lb-block-size);
		margin: 0 auto;
	}

	.wlc-tournament--theme-default.wlc-tournament--type-dashboard[_nghost-wlc-app-c1122544558] .wlc-tournament__timer.wlc-timer[_ngcontent-wlc-app-c1122544558] .wlc-timer__timer-text {
		font-size: 1.4rem;
	}

	.wlc-tournament--theme-default.wlc-tournament--type-dashboard[_nghost-wlc-app-c1122544558] .wlc-tournament__description[_ngcontent-wlc-app-c1122544558] {
		display: -webkit-box;
		box-orient: vertical;
		-webkit-box-orient: vertical;

		overflow: hidden;
		text-overflow: ellipsis;
		word-break: break-word;
		-webkit-line-clamp: 2;
		color: var(--mc-baseMain);
		font-style: normal;
		font-weight: normal;
		font-size: 1.2rem;
		line-height: 1.45;
		white-space: pre-line;
	}

	.wlc-tournament--theme-default.wlc-tournament--type-dashboard[_nghost-wlc-app-c1122544558] .wlc-tournament__description-block[_ngcontent-wlc-app-c1122544558] {
		transition: opacity 0.3s linear;
		width: var(--lb-block-size);
		min-width: 0;
		margin-top: 10px;
		padding: 15px 10px;
		border-radius: 10px;
		background: var(--mc-bg);
	}

	.wlc-tournament--theme-default.wlc-tournament--type-dashboard[_nghost-wlc-app-c1122544558] .wlc-tournament__btns[_ngcontent-wlc-app-c1122544558] {
		display: flex;
		align-items: center;
		justify-content: center;
		margin: 30px 0 0 0;
	}

	.wlc-tournament--theme-default.wlc-tournament--type-dashboard[_nghost-wlc-app-c1122544558] .wlc-tournament__board[_ngcontent-wlc-app-c1122544558] {
		width: var(--lb-block-size);
		padding: 10px 0 10px 0;
	}

	.wlc-tournament--theme-default.wlc-tournament--type-banner[_nghost-wlc-app-c1122544558] {
		height: 100%;
	}

	.wlc-tournament--theme-default.wlc-tournament--type-available[_nghost-wlc-app-c1122544558] {
		height: 100%;
	}

	.wlc-tournament--theme-wolf.wlc-tournament--type-banner[_nghost-wlc-app-c1122544558] {
		height: 100%;
	}

	.wlc-tournament--theme-wolf.wlc-tournament--type-dashboard[_nghost-wlc-app-c1122544558] {
		--lb-wrapper-bg: var(--mc-bg);
		--lb-list-bg: var(--mc-bg);
		--lb-list-bg-top: var(--mc-bg);
		height: 100%;
	}

	.wlc-tournament--theme-wolf.wlc-tournament--type-dashboard[_nghost-wlc-app-c1122544558] .wlc-tournament__more-icon[_ngcontent-wlc-app-c1122544558] {
		position: absolute;
		top: 20px;
		right: 20px;
		z-index: 2;
	}

	.wlc-tournament--theme-wolf.wlc-tournament--type-dashboard[_nghost-wlc-app-c1122544558] .wlc-tournament__more-icon[_ngcontent-wlc-app-c1122544558] .wlc-icon[_ngcontent-wlc-app-c1122544558] {
		position: relative;
		display: flex;
		align-items: center;
		justify-content: center;
		width: 20px;
		height: 20px;
		cursor: pointer;
	}

	.wlc-tournament--theme-wolf.wlc-tournament--type-dashboard[_nghost-wlc-app-c1122544558] .wlc-tournament__more-icon[_ngcontent-wlc-app-c1122544558] .wlc-icon[_ngcontent-wlc-app-c1122544558] .wlc-icon-content {
		display: flex;
		width: 100%;
	}

	.wlc-tournament--theme-wolf.wlc-tournament--type-dashboard[_nghost-wlc-app-c1122544558] .wlc-tournament__more-icon[_ngcontent-wlc-app-c1122544558] .wlc-icon[_ngcontent-wlc-app-c1122544558] svg {
		transition: fill 0.3s linear;
		width: 100%;
		fill: var(--mc-baseMain);
	}

	@media (pointer: fine) {
		.wlc-tournament--theme-wolf.wlc-tournament--type-dashboard[_nghost-wlc-app-c1122544558] .wlc-tournament__more-icon[_ngcontent-wlc-app-c1122544558] .wlc-icon[_ngcontent-wlc-app-c1122544558]:hover svg {
			fill: var(--mc-baseMain-o8);
		}
	}

	.wlc-tournament--theme-wolf.wlc-tournament--type-dashboard[_nghost-wlc-app-c1122544558] .wlc-tournament__container[_ngcontent-wlc-app-c1122544558] {
		position: relative;
		display: flex;
		flex-direction: column;
		align-items: center;
		height: 100%;
	}

	.wlc-tournament--theme-wolf.wlc-tournament--type-dashboard[_nghost-wlc-app-c1122544558] .wlc-tournament__container.selected[_ngcontent-wlc-app-c1122544558] .wlc-tournament__more-icon[_ngcontent-wlc-app-c1122544558] {
		top: 0;
		right: 12px;
	}

	.wlc-tournament--theme-wolf.wlc-tournament--type-dashboard[_nghost-wlc-app-c1122544558] .wlc-tournament__container.selected[_ngcontent-wlc-app-c1122544558] .wlc-tournament__more-icon[_ngcontent-wlc-app-c1122544558] .wlc-icon-content {
		display: flex;
		width: 100%;
		height: 100%;
	}

	.wlc-tournament--theme-wolf.wlc-tournament--type-dashboard[_nghost-wlc-app-c1122544558] .wlc-tournament__img-container[_ngcontent-wlc-app-c1122544558] {
		position: relative;
		z-index: 1;
		width: 235px;
		height: 235px;
		min-height: 235px;
		margin-bottom: 20px;
		overflow: hidden;
		border-radius: 10px;
	}

	.wlc-tournament--theme-wolf.wlc-tournament--type-dashboard[_nghost-wlc-app-c1122544558] .wlc-tournament__image[_ngcontent-wlc-app-c1122544558] {
		position: absolute;
		top: 50%;
		left: 0;
		width: 100%;
		transform: translateY(-50%);
	}

	.wlc-tournament--theme-wolf.wlc-tournament--type-dashboard[_nghost-wlc-app-c1122544558] .wlc-tournament__title[_ngcontent-wlc-app-c1122544558] {
		color: var(--mc-baseThird);
		font-style: normal;
		font-weight: bold;
		font-size: 1.6rem;
		line-height: 1.45;
		position: absolute;
		top: 33%;
		right: 0;
		bottom: -1px;
		left: 0;
		display: flex;
		flex-direction: column;
		justify-content: flex-end;
		width: 100%;
		padding: 20px 25px;
	}

	.wlc-tournament--theme-wolf.wlc-tournament--type-dashboard[_nghost-wlc-app-c1122544558] .wlc-tournament__title[_ngcontent-wlc-app-c1122544558] span[_ngcontent-wlc-app-c1122544558] {
		display: -webkit-box;
		box-orient: vertical;
		-webkit-box-orient: vertical;

		overflow: hidden;
		text-overflow: ellipsis;
		word-break: break-word;
		-webkit-line-clamp: 2;
		width: 100%;
		line-height: 1.5;
		text-align: center;
	}

	.wlc-tournament--theme-wolf.wlc-tournament--type-dashboard[_nghost-wlc-app-c1122544558] .wlc-tournament__timer[_ngcontent-wlc-app-c1122544558] {
		width: 235px;
		margin: 0 auto 20px;
	}

	.wlc-tournament--theme-wolf.wlc-tournament--type-dashboard[_nghost-wlc-app-c1122544558] .wlc-tournament__timer.wlc-timer[_ngcontent-wlc-app-c1122544558] .wlc-timer__timer-text {
		font-size: 1.4rem;
	}

	.wlc-tournament--theme-wolf.wlc-tournament--type-dashboard[_nghost-wlc-app-c1122544558] .wlc-tournament__timer.wlc-timer[_ngcontent-wlc-app-c1122544558] .wlc-timer__timer-text .time-text.time-text--countdown .time-text__item .value {
		background: var(--mc-bg500);
	}

	.wlc-tournament--theme-wolf.wlc-tournament--type-dashboard[_nghost-wlc-app-c1122544558] .wlc-tournament__description[_ngcontent-wlc-app-c1122544558] {
		display: -webkit-box;
		box-orient: vertical;
		-webkit-box-orient: vertical;

		overflow: hidden;
		text-overflow: ellipsis;
		word-break: break-word;
		-webkit-line-clamp: 2;
		color: var(--mc-baseSecond);
		font-style: normal;
		font-weight: normal;
		font-size: 1.2rem;
		line-height: 1.45;
		white-space: pre-line;
	}

	.wlc-tournament--theme-wolf.wlc-tournament--type-dashboard[_nghost-wlc-app-c1122544558] .wlc-tournament__description-block[_ngcontent-wlc-app-c1122544558] {
		transition: opacity 0.3s linear;
		width: 235px;
		min-width: 0;
		margin-top: 20px;
		padding: 15px 10px;
		border-radius: 10px;
		background: var(--mc-bg500);
	}

	.wlc-tournament--theme-wolf.wlc-tournament--type-dashboard[_nghost-wlc-app-c1122544558] .wlc-tournament__btns[_ngcontent-wlc-app-c1122544558] {
		display: flex;
		align-items: center;
		justify-content: center;
		margin: 25px 0 0 0;
	}

	.wlc-tournament--theme-wolf.wlc-tournament--type-dashboard[_nghost-wlc-app-c1122544558] .wlc-tournament__board[_ngcontent-wlc-app-c1122544558] {
		width: 235px;
		padding: 10px 0 10px 0;
	}

	.wlc-tournament--theme-wolf.wlc-tournament--type-dashboard[_nghost-wlc-app-c1122544558] .wlc-tournament__header[_ngcontent-wlc-app-c1122544558] {
		display: none;
	}

	.wlc-tournament--theme-wolf.wlc-tournament--type-dashboard[_nghost-wlc-app-c1122544558] .wlc-tournament-leaderboard--theme-wolf[_ngcontent-wlc-app-c1122544558] .wlc-tournament-leaderboard__container .wlc-tournament-leaderboard__item--head,
	.wlc-tournament--theme-wolf.wlc-tournament--type-dashboard[_nghost-wlc-app-c1122544558] .wlc-tournament-leaderboard--theme-wolf[_ngcontent-wlc-app-c1122544558] .wlc-tournament-leaderboard__container .wlc-tournament-leaderboard__list {
		border-radius: 0;
	}

	.wlc-tournament--theme-wolf.wlc-tournament--type-dashboard[_nghost-wlc-app-c1122544558] .wlc-tournament-leaderboard--theme-wolf[_ngcontent-wlc-app-c1122544558] .wlc-tournament-leaderboard__container:has(.wlc-tournament-leaderboard__item--head) .wlc-tournament-leaderboard__list--top {
		border-radius: 0;
	}

	.wlc-tournament--theme-default[_nghost-wlc-app-c1122544558]:first-child {
		height: 100%;
		grid-column: auto;
	}

	@media (min-width: 900px) {
		.wlc-tournament--theme-default[_nghost-wlc-app-c1122544558]:first-child {
			height: 100%;
		}
	}

	.wlc-tournament--theme-default[_nghost-wlc-app-c1122544558]:first-child .wlc-tournament-promo--theme-mod-default {
		height: 100%;
	}

	@media (min-width: 900px) {
		.wlc-tournament--theme-default[_nghost-wlc-app-c1122544558]:first-child .wlc-tournament-promo--theme-mod-default {
			height: 100%;
		}
	}

	.wlc-tournament--theme-default[_nghost-wlc-app-c1122544558]:first-child .wlc-tournament-promo--theme-mod-default .wlc-tournament-promo__container {
		grid-template-columns: minmax(290px, 1fr);
		grid-template-areas: "board""info""btns";
		height: 100%;
		grid-template-rows: 200px auto auto;
	}

	@media (min-width: 900px) {
		.wlc-tournament--theme-default[_nghost-wlc-app-c1122544558]:first-child .wlc-tournament-promo--theme-mod-default .wlc-tournament-promo__container {
			grid-template-columns: 1fr minmax(290px, 960px);
		}
	}

	@media (min-width: 900px) {
		.wlc-tournament--theme-default[_nghost-wlc-app-c1122544558]:first-child .wlc-tournament-promo--theme-mod-default .wlc-tournament-promo__container {
			grid-template-areas: "info board""btns board";
		}
	}

	@media (min-width: 900px) {
		.wlc-tournament--theme-default[_nghost-wlc-app-c1122544558]:first-child .wlc-tournament-promo--theme-mod-default .wlc-tournament-promo__container {
			height: 100%;
		}
	}

	@media (min-width: 900px) {
		.wlc-tournament--theme-default[_nghost-wlc-app-c1122544558]:first-child .wlc-tournament-promo--theme-mod-default .wlc-tournament-promo__container {
			grid-template-rows: auto auto;
		}
	}

	.wlc-tournament--theme-default[_nghost-wlc-app-c1122544558]:first-child .wlc-tournament-promo--theme-mod-default .wlc-tournament-promo__description {
		display: -webkit-box;
		box-orient: vertical;
		-webkit-box-orient: vertical;

		overflow: hidden;
		text-overflow: ellipsis;
		word-break: break-word;
		-webkit-line-clamp: 2;
	}

	.wlc-tournament--theme-default[_nghost-wlc-app-c1122544558]:first-child .wlc-tournament-promo--theme-mod-default .wlc-tournament-promo__title {
		display: -webkit-box;
		box-orient: vertical;
		-webkit-box-orient: vertical;

		overflow: hidden;
		text-overflow: ellipsis;
		word-break: break-word;
		-webkit-line-clamp: 2;
	}

	.wlc-tournament--theme-default[_nghost-wlc-app-c1122544558]:first-child .wlc-tournament-promo--theme-mod-default .wlc-tournament-promo__info {
		padding: 20px 22px 24px 18px;
	}

	@media (min-width: 900px) {
		.wlc-tournament--theme-default[_nghost-wlc-app-c1122544558]:first-child .wlc-tournament-promo--theme-mod-default .wlc-tournament-promo__info {
			padding: 101px 24px 24px 24px;
		}
	}

	.wlc-tournament--theme-default[_nghost-wlc-app-c1122544558]:first-child .wlc-tournament-promo--theme-mod-default .wlc-tournament-prizes {
		display: none;
	}

	@media (min-width: 900px) {
		.wlc-tournament--theme-default[_nghost-wlc-app-c1122544558]:first-child .wlc-tournament-promo--theme-mod-default .wlc-tournament-prizes {
			display: block;
		}
	}

	.wlc-tournament--theme-default[_nghost-wlc-app-c1122544558]:first-child .wlc-tournament-promo--theme-mod-default .wlc-prizes--mob {
		display: block;
	}

	@media (min-width: 900px) {
		.wlc-tournament--theme-default[_nghost-wlc-app-c1122544558]:first-child .wlc-tournament-promo--theme-mod-default .wlc-prizes--mob {
			display: none;
		}
	}

	.wlc-tournament--theme-default[_nghost-wlc-app-c1122544558]:first-child .wlc-tournament-promo--theme-mod-default .wlc-tournament-promo__lock-btn {
		min-width: 100px;
		font-size: 1rem;
	}

	@media (min-width: 1200px) {
		.wlc-tournament--theme-default[_nghost-wlc-app-c1122544558]:first-child .wlc-tournament-promo--theme-mod-default .wlc-tournament-promo__board .wlc-tournament-promo__inner {
			padding: 0 17px 16px 31px !important;
		}
	}

	.wlc-tournament--theme-default[_nghost-wlc-app-c1122544558]:first-child .wlc-tournament-promo--theme-mod-default .wlc-link-block {
		position: initial;
		align-self: end;
		padding-bottom: 4px;
	}

	.wlc-tournament--theme-default[_nghost-wlc-app-c1122544558]:first-child .buttons-wrap {
		flex-wrap: nowrap;
	}

	.wlc-tournament--theme-default[_nghost-wlc-app-c1122544558]:first-child .buttons-wrap .wlc-btn__text {
		text-wrap: nowrap;
	}

	@media (min-width: 900px) {
		.wlc-tournament--theme-default[_nghost-wlc-app-c1122544558]:first-child {
			grid-column: span 2;
		}
	}


	.wlc-tournament-banner--theme-default[_nghost-wlc-app-c3370831275] {
		min-height: 385px;
		position: relative;
		height: 100%;
	}

	@media (min-width: 480px) {
		.wlc-tournament-banner--theme-default[_nghost-wlc-app-c3370831275] {
			min-height: 325px;
		}
	}

	@media (min-width: 768px) {
		.wlc-tournament-banner--theme-default[_nghost-wlc-app-c3370831275] {
			min-height: 370px;
		}
	}

	.wlc-tournament-banner--theme-default[_nghost-wlc-app-c3370831275] .wlc-tournament-banner[_ngcontent-wlc-app-c3370831275] {
		position: relative;
		max-width: 100%;
		height: 100%;
		border-radius: 32px;
		background-color: transparent;
		background-repeat: no-repeat;
		background-size: cover;
		overflow: hidden;
	}

	.wlc-tournament-banner--theme-default[_nghost-wlc-app-c3370831275] .wlc-tournament-banner[_ngcontent-wlc-app-c3370831275]:before {
		background: radial-gradient(117.25% 64.17% at 46.15% 100%, rgba(117, 230, 255, 0.2) 0%, rgba(117, 230, 255, 0) 70.03%);
		content: "";
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 1;
	}

	.wlc-tournament-banner--theme-default[_nghost-wlc-app-c3370831275] .wlc-tournament-banner__tag[_ngcontent-wlc-app-c3370831275] {
		color: var(--mc-baseMain);
		font-style: normal;
		font-weight: bold;
		font-size: 1.6rem;
		line-height: 1.45;
		padding: 0;
		position: absolute;
		top: 40px;
		left: 40px;
		z-index: 10;
		min-width: 140px;
		text-align: center;
		background: transparent;
		border-radius: unset;
	}

	.wlc-tournament-banner--theme-default[_nghost-wlc-app-c3370831275] .wlc-tournament-banner__status[_ngcontent-wlc-app-c3370831275] {
		color: #ffffff;
		font-style: normal;
		font-weight: normal;
		font-size: 1rem;
		line-height: 1.45;
		right: 60px;
		position: absolute;
		top: 20px;
		z-index: 10;
		padding: 4px 15px;
		background: #7fb8ff;
		border-radius: 100px;
	}

	@media (min-width: 560px) {
		.wlc-tournament-banner--theme-default[_nghost-wlc-app-c3370831275] .wlc-tournament-banner__status[_ngcontent-wlc-app-c3370831275] {
			right: 20px;
		}
	}

	@media (min-width: 900px) {
		.wlc-tournament-banner--theme-default[_nghost-wlc-app-c3370831275] .wlc-tournament-banner__status[_ngcontent-wlc-app-c3370831275] {
			right: 60px;
		}
	}

	@media (min-width: 1200px) {
		.wlc-tournament-banner--theme-default[_nghost-wlc-app-c3370831275] .wlc-tournament-banner__status[_ngcontent-wlc-app-c3370831275] {
			right: 20px;
		}
	}

	.wlc-tournament-banner--theme-default[_nghost-wlc-app-c3370831275] .wlc-tournament-banner__status.active[_ngcontent-wlc-app-c3370831275] {
		color: #ffffff;
		background: #75e6ff;
	}

	.wlc-tournament-banner--theme-default[_nghost-wlc-app-c3370831275] .wlc-tournament-banner__status.unavailable[_ngcontent-wlc-app-c3370831275] {
		color: #ffffff;
		background: #0f1127;
	}

	.wlc-tournament-banner--theme-default[_nghost-wlc-app-c3370831275] .wlc-tournament-banner__more-icon[_ngcontent-wlc-app-c3370831275] {
		display: block;
		top: 20px;
		right: 20px;
		position: absolute;
		z-index: 3;
		color: var(--mc-baseOpacity);
		line-height: 1;
	}

	@media (min-width: 560px) {
		.wlc-tournament-banner--theme-default[_nghost-wlc-app-c3370831275] .wlc-tournament-banner__more-icon[_ngcontent-wlc-app-c3370831275] {
			display: none;
		}
	}

	@media (min-width: 900px) {
		.wlc-tournament-banner--theme-default[_nghost-wlc-app-c3370831275] .wlc-tournament-banner__more-icon[_ngcontent-wlc-app-c3370831275] {
			display: block;
		}
	}

	@media (min-width: 1200px) {
		.wlc-tournament-banner--theme-default[_nghost-wlc-app-c3370831275] .wlc-tournament-banner__more-icon[_ngcontent-wlc-app-c3370831275] {
			display: none;
		}
	}

	.wlc-tournament-banner--theme-default[_nghost-wlc-app-c3370831275] .wlc-tournament-banner__more-icon[_ngcontent-wlc-app-c3370831275] .icon-btn[_ngcontent-wlc-app-c3370831275] {
		width: 20px;
		height: 20px;
		cursor: pointer;
	}

	.wlc-tournament-banner--theme-default[_nghost-wlc-app-c3370831275] .wlc-tournament-banner__more-icon[_ngcontent-wlc-app-c3370831275] .icon-btn[_ngcontent-wlc-app-c3370831275] svg {
		fill: currentColor;
	}

	@media (pointer: fine) {
		.wlc-tournament-banner--theme-default[_nghost-wlc-app-c3370831275] .wlc-tournament-banner__more-icon[_ngcontent-wlc-app-c3370831275]:hover {
			color: var(--mc-baseMain);
		}
	}

	.wlc-tournament-banner--theme-default[_nghost-wlc-app-c3370831275] .wlc-tournament-banner__body[_ngcontent-wlc-app-c3370831275] {
		padding: 55px 20px 20px;
		position: relative;
		z-index: 2;
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		height: 100%;
	}

	@media (min-width: 768px) {
		.wlc-tournament-banner--theme-default[_nghost-wlc-app-c3370831275] .wlc-tournament-banner__body[_ngcontent-wlc-app-c3370831275] {
			padding: 87px 40px 40px 40px;
		}
	}

	.wlc-tournament-banner--theme-default[_nghost-wlc-app-c3370831275] .wlc-tournament-banner__body[_ngcontent-wlc-app-c3370831275]>*[_ngcontent-wlc-app-c3370831275]:not(.wlc-tournament-banner__body-decor) {
		position: relative;
		z-index: 2;
	}

	.wlc-tournament-banner--theme-default[_nghost-wlc-app-c3370831275] .wlc-tournament-banner__body-decor[_ngcontent-wlc-app-c3370831275] {
		display: none;
		background-position: right bottom;
		background-size: contain;
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		z-index: 1;
		width: 50%;
		background-repeat: no-repeat;
	}

	@media (min-width: 768px) {
		.wlc-tournament-banner--theme-default[_nghost-wlc-app-c3370831275] .wlc-tournament-banner__body-decor[_ngcontent-wlc-app-c3370831275] {
			display: block;
		}
	}

	.wlc-tournament-banner--theme-default[_nghost-wlc-app-c3370831275] .wlc-tournament-banner__body-title[_ngcontent-wlc-app-c3370831275] {
		color: var(--mc-baseMain);
		font-style: normal;
		font-weight: bold;
		font-size: 2.4rem;
		line-height: 1.45;

		display: -webkit-box;
		box-orient: vertical;
		-webkit-box-orient: vertical;

		overflow: hidden;
		text-overflow: ellipsis;
		word-break: break-word;
		-webkit-line-clamp: 2;
		margin: 0 0 15px;
	}

	.wlc-tournament-banner--theme-default[_nghost-wlc-app-c3370831275] .wlc-tournament-banner__timer-block[_ngcontent-wlc-app-c3370831275] {
		margin: 0 0 25px;
	}

	.wlc-tournament-banner--theme-default[_nghost-wlc-app-c3370831275] .wlc-tournament-banner__description[_ngcontent-wlc-app-c3370831275] {
		color: var(--mc-baseMain);
		font-style: normal;
		font-weight: normal;
		font-size: 1.4rem;
		line-height: 1.45;
		max-width: 450px;
		margin: 0 0 15px;

		display: -webkit-box;
		box-orient: vertical;
		-webkit-box-orient: vertical;

		overflow: hidden;
		text-overflow: ellipsis;
		word-break: break-word;
		-webkit-line-clamp: 3;
	}

	@media (min-width: 768px) {
		.wlc-tournament-banner--theme-default[_nghost-wlc-app-c3370831275] .wlc-tournament-banner__description[_ngcontent-wlc-app-c3370831275] {
			margin: 0 0 45px;
		}
	}

	.wlc-tournament-banner--theme-default[_nghost-wlc-app-c3370831275] .wlc-tournament-banner__lock-btn[_ngcontent-wlc-app-c3370831275] {
		--wlc-icon-width: 20px;
		--wlc-icon-height: 20px;
		color: var(--mc-baseMain);
		font-style: normal;
		font-weight: normal;
		font-size: 1rem;
		line-height: 1.45;
		height: 40px;
		display: inline-flex;
		gap: 10px;
		align-items: center;
		padding: 5px 10px;
		background: var(--mc-buttonColor-o6);
		border-radius: 10px;
		max-width: 185px;
	}

	.wlc-tournament-banner--theme-default[_nghost-wlc-app-c3370831275] .wlc-tournament-banner__lock-btn[_ngcontent-wlc-app-c3370831275] .lock-btn__icon[_ngcontent-wlc-app-c3370831275] .wlc-icon-content {
		display: flex;
	}

	@media (min-width: 480px) {
		.wlc-tournament-banner--theme-default[_nghost-wlc-app-c3370831275] .wlc-tournament-banner__lock-btn[_ngcontent-wlc-app-c3370831275] {
			max-width: none;
		}
	}

	.wlc-tournament-banner--theme-default[_nghost-wlc-app-c3370831275] .wlc-tournament-banner[_ngcontent-wlc-app-c3370831275] .wlc-icon-content {
		display: inline-block;
		line-height: 0;
	}

	.wlc-tournament-banner--theme-default[_nghost-wlc-app-c3370831275] .wlc-tournament-banner[_ngcontent-wlc-app-c3370831275] .buttons-wrap[_ngcontent-wlc-app-c3370831275] {
		display: flex;
		gap: 8px;
		justify-content: flex-start;
		min-height: 40px;
		margin: auto 0 0;
	}

	.wlc-tournament-banner--theme-default[_nghost-wlc-app-c3370831275] .wlc-tournament-banner[_ngcontent-wlc-app-c3370831275] .buttons-wrap[_ngcontent-wlc-app-c3370831275]>.wlc-btn[_ngcontent-wlc-app-c3370831275] {
		grid-column-gap: 0;
		min-width: 115px;
		padding: 5px 15px;
	}

	.wlc-tournament-banner--theme-default[_nghost-wlc-app-c3370831275] .wlc-tournament-banner[_ngcontent-wlc-app-c3370831275] .buttons-wrap[_ngcontent-wlc-app-c3370831275]:has(.join-btn, .wlc-tournament-banner__lock-btn)[_ngcontent-wlc-app-c3370831275] .wlc-btn--theme-mod-read[_ngcontent-wlc-app-c3370831275] {
		display: grid;
	}

	.wlc-tournament-banner--theme-wolf[_nghost-wlc-app-c3370831275] {
		min-height: 220px;
		position: relative;
		height: 100%;
	}

	.wlc-tournament-banner--theme-wolf[_nghost-wlc-app-c3370831275] .wlc-tournament-banner[_ngcontent-wlc-app-c3370831275] {
		position: relative;
		max-width: 100%;
		height: 100%;
		border-radius: 8px;
		background-color: var(--mc-bg700);
		background-repeat: no-repeat;
		background-size: cover;
		overflow: hidden;
		cursor: pointer;
	}

	.wlc-tournament-banner--theme-wolf[_nghost-wlc-app-c3370831275] .wlc-tournament-banner[_ngcontent-wlc-app-c3370831275]:before {
		transition: opacity 0.3s linear;
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		z-index: 1;
		width: 100%;
		height: 100%;
		background: var(--wlc-banner-backdrop-bg, var(--mc-baseContrast-o2));
		opacity: 0;
	}

	.wlc-tournament-banner--theme-wolf[_nghost-wlc-app-c3370831275] .wlc-tournament-banner__body[_ngcontent-wlc-app-c3370831275] {
		padding: 55px 0 30px 20px;
		position: relative;
		z-index: 2;
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		justify-content: space-between;
		height: 100%;
	}

	@media (min-width: 1024px) {
		.wlc-tournament-banner--theme-wolf[_nghost-wlc-app-c3370831275] .wlc-tournament-banner__body[_ngcontent-wlc-app-c3370831275] {
			padding: 60px 0 25px 25px;
		}
	}

	.wlc-tournament-banner--theme-wolf[_nghost-wlc-app-c3370831275] .wlc-tournament-banner__body[_ngcontent-wlc-app-c3370831275]>*[_ngcontent-wlc-app-c3370831275]:not(.wlc-tournament-banner__body-decor) {
		position: relative;
		z-index: 2;
	}

	.wlc-tournament-banner--theme-wolf[_nghost-wlc-app-c3370831275] .wlc-tournament-banner__body-decor[_ngcontent-wlc-app-c3370831275] {
		background-position: right center;
		background-size: contain;
		right: -50px;
		position: absolute;
		top: 0;
		bottom: 0;
		z-index: 1;
		width: 50%;
		background-repeat: no-repeat;
	}

	@media (min-width: 560px) {
		.wlc-tournament-banner--theme-wolf[_nghost-wlc-app-c3370831275] .wlc-tournament-banner__body-decor[_ngcontent-wlc-app-c3370831275] {
			right: 0;
		}
	}

	@media (min-width: 900px) {
		.wlc-tournament-banner--theme-wolf[_nghost-wlc-app-c3370831275] .wlc-tournament-banner__body-decor[_ngcontent-wlc-app-c3370831275] {
			right: -50px;
		}
	}

	@media (min-width: 1200px) {
		.wlc-tournament-banner--theme-wolf[_nghost-wlc-app-c3370831275] .wlc-tournament-banner__body-decor[_ngcontent-wlc-app-c3370831275] {
			right: 0;
		}
	}

	.wlc-tournament-banner--theme-wolf[_nghost-wlc-app-c3370831275] .wlc-tournament-banner__body[_ngcontent-wlc-app-c3370831275] .wlc-tournament-banner-timer .wlc-timer__timer-text .secondary-text {
		text-align: left;
	}

	.wlc-tournament-banner--theme-wolf[_nghost-wlc-app-c3370831275] .wlc-tournament-banner__title[_ngcontent-wlc-app-c3370831275] {
		color: var(--mc-baseThird, var(--mc-baseMain));
		font-style: normal;
		font-weight: bold;
		font-size: 1.6rem;
		line-height: 1.45;

		display: -webkit-box;
		box-orient: vertical;
		-webkit-box-orient: vertical;

		overflow: hidden;
		text-overflow: ellipsis;
		word-break: break-word;
		-webkit-line-clamp: 2;
		max-width: 180px;
		margin: 0 0 10px;
	}

	@media (min-width: 768px) {
		.wlc-tournament-banner--theme-wolf[_nghost-wlc-app-c3370831275] .wlc-tournament-banner__title[_ngcontent-wlc-app-c3370831275] {
			max-width: 300px;
		}
	}

	@media (min-width: 768px) {
		.wlc-tournament-banner--theme-wolf[_nghost-wlc-app-c3370831275] .wlc-tournament-banner__title[_ngcontent-wlc-app-c3370831275] {
			font-style: normal;
			font-weight: bold;
			font-size: 2rem;
			line-height: 1.4;
		}
	}

	.wlc-tournament-banner--theme-wolf[_nghost-wlc-app-c3370831275] .wlc-tournament-banner__prizepool[_ngcontent-wlc-app-c3370831275] {
		color: var(--mc-baseThird, var(--mc-baseMain));
		font-style: normal;
		font-weight: bold;
		font-size: 2rem;
		line-height: 1.4;
	}

	.wlc-tournament-banner--theme-wolf[_nghost-wlc-app-c3370831275] .wlc-tournament-banner__prizepool[_ngcontent-wlc-app-c3370831275] .wlc-tournament-prizes-row__values {
		padding: 5px 15px;
		background: var(--mc-bg700-o4);
	}

	.wlc-tournament-banner--theme-wolf[_nghost-wlc-app-c3370831275] .wlc-tournament-banner__prizepool[_ngcontent-wlc-app-c3370831275] .wlc-tournament-prizes-row__values .wlc-currency {
		display: inline-flex;
		align-items: center;
	}

	.wlc-tournament-banner--theme-wolf[_nghost-wlc-app-c3370831275] .wlc-tournament-banner[_ngcontent-wlc-app-c3370831275] .wlc-icon-content {
		display: block;
		line-height: 0;
	}

	@media (pointer: fine) {
		.wlc-tournament-banner--theme-wolf[_nghost-wlc-app-c3370831275] .wlc-tournament-banner[_ngcontent-wlc-app-c3370831275]:hover:before {
			opacity: 1;
		}
	}

	.wlc-tournament-banner__body[_ngcontent-wlc-app-c3370831275] {
		cursor: pointer;
	}

	.wlc-tournament-banner__tag[_ngcontent-wlc-app-c3370831275] {
		color: var(--mc-baseMain);
		font-style: normal;
		font-weight: bold;
		font-size: 1.6rem;
		line-height: 1.25;
		display: flex;
		gap: 9px;
	}

	.wlc-tournament-banner__tag-title[_ngcontent-wlc-app-c3370831275],
	.wlc-tournament-banner__tag-win[_ngcontent-wlc-app-c3370831275] {
		padding: 0 15px;
		line-height: 35px;
		border-radius: 100px;
	}

	.wlc-tournament-banner__tag-title[_ngcontent-wlc-app-c3370831275] span[_ngcontent-wlc-app-c3370831275],
	.wlc-tournament-banner__tag-win[_ngcontent-wlc-app-c3370831275] span[_ngcontent-wlc-app-c3370831275] {
		display: inline-block;
	}

	.wlc-tournament-banner__tag-win[_ngcontent-wlc-app-c3370831275] {
		border: 1px solid #ff00e5;
	}

	.wlc-tournament-banner__tag-win[_ngcontent-wlc-app-c3370831275] span[_ngcontent-wlc-app-c3370831275] {
		display: -webkit-box;
		box-orient: vertical;
		-webkit-box-orient: vertical;

		overflow: hidden;
		text-overflow: ellipsis;
		word-break: break-word;
		-webkit-line-clamp: 1;
		display: block;
		max-width: 230px;
	}

	.wlc-tournament-banner__tag-title[_ngcontent-wlc-app-c3370831275] {
		display: flex;
		align-items: center;
		background: var(--mc-buttonHighlightGradient);
	}

	@media (max-width: 479px) {
		.wlc-tournament-banner__tag[_ngcontent-wlc-app-c3370831275] {
			font-size: 1.2rem !important;
		}
	}

	@media (min-width: 1200px) {
		.wlc-tournament-banner__tag[_ngcontent-wlc-app-c3370831275] {
			color: var(--mc-baseMain);
			font-style: normal;
			font-weight: normal;
			font-size: 1.4rem;
			line-height: 1.45;
			font-weight: 600;
		}
	}

	.wlc-tournament-banner__status[_ngcontent-wlc-app-c3370831275],
	.wlc-tournament-banner__more-icon[_ngcontent-wlc-app-c3370831275],
	.wlc-tournament-banner__description[_ngcontent-wlc-app-c3370831275] {
		display: none !important;
	}

	.wlc-tournament-banner[_ngcontent-wlc-app-c3370831275] .buttons-wrap[_ngcontent-wlc-app-c3370831275]>.wlc-btn[_ngcontent-wlc-app-c3370831275] span {
		text-transform: uppercase;
	}

	@media (max-width: 1199px) {
		.wlc-tournament-banner[_ngcontent-wlc-app-c3370831275] .buttons-wrap[_ngcontent-wlc-app-c3370831275]>.wlc-btn[_ngcontent-wlc-app-c3370831275] span {
			font-size: 1.2rem;
			line-height: 1.25;
		}
	}

	@media (min-width: 1200px) {
		.wlc-tournament-banner__timer-block[_ngcontent-wlc-app-c3370831275] {
			margin: 0 0 35px;
		}
	}

	.wlc-tournament-banner[_ngcontent-wlc-app-c3370831275] .wlc-tournament-smart-info--theme-default[_ngcontent-wlc-app-c3370831275] .wlc-tournament-smart-info__content {
		flex-direction: column-reverse;
		align-items: flex-start;
		padding: 0;
		background-color: transparent;
	}

	.wlc-tournament-banner[_ngcontent-wlc-app-c3370831275] .wlc-tournament-smart-info--theme-default[_ngcontent-wlc-app-c3370831275] .wlc-tournament-smart-info__timer-block {
		margin: 20px 0 0;
	}

	.wlc-tournament-banner[_ngcontent-wlc-app-c3370831275] .wlc-tournament-smart-info--theme-default[_ngcontent-wlc-app-c3370831275] .wlc-tournament-smart-info__timer-block .wlc-timer__clock-icon svg {
		fill: transparent;
	}

	.wlc-tournament-banner[_ngcontent-wlc-app-c3370831275] .wlc-tournament-smart-info--theme-default[_ngcontent-wlc-app-c3370831275] .wlc-tournament-smart-info__timer-block .wlc-timer__timer-text {
		display: flex;
		align-items: center;
	}

	.wlc-tournament-banner[_ngcontent-wlc-app-c3370831275] .wlc-tournament-smart-info--theme-default[_ngcontent-wlc-app-c3370831275] .wlc-tournament-smart-info__timer-block .wlc-timer__timer-text .secondary-text {
		padding-right: 8px;
		font-size: 1.2rem;
	}

	.wlc-tournament-banner[_ngcontent-wlc-app-c3370831275] .wlc-tournament-smart-info--theme-default[_ngcontent-wlc-app-c3370831275] .wlc-tournament-smart-info__delimiter {
		display: none;
	}

	.wlc-tournament-banner[_ngcontent-wlc-app-c3370831275] .wlc-tournament-smart-info--theme-default[_ngcontent-wlc-app-c3370831275] .wlc-tournament-smart-info__prize-block {
		justify-content: center;
		width: -moz-fit-content;
		width: fit-content;
		min-width: 200px;
		padding: 25px 90px 25px;
		background: var(--mc-buttonHighlightGradient);
		border-radius: 100px;
	}

	.wlc-tournament-banner[_ngcontent-wlc-app-c3370831275] .wlc-tournament-smart-info--theme-default[_ngcontent-wlc-app-c3370831275] .wlc-tournament-smart-info__prize-block--icon {
		display: none;
	}

	.wlc-tournament-banner[_ngcontent-wlc-app-c3370831275] .wlc-tournament-smart-info--theme-default[_ngcontent-wlc-app-c3370831275] .wlc-tournament-smart-info__prize-block__text {
		display: flex;
		flex-direction: column;
		gap: 10px;
		align-items: center;
	}

	.wlc-tournament-banner[_ngcontent-wlc-app-c3370831275] .wlc-tournament-smart-info--theme-default[_ngcontent-wlc-app-c3370831275] .wlc-tournament-smart-info__prize-block__text--subtitle,
	.wlc-tournament-banner[_ngcontent-wlc-app-c3370831275] .wlc-tournament-smart-info--theme-default[_ngcontent-wlc-app-c3370831275] .wlc-tournament-smart-info__prize-block__text--value {
		line-height: 1;
	}

	.wlc-tournament-banner[_ngcontent-wlc-app-c3370831275] .wlc-tournament-smart-info--theme-default[_ngcontent-wlc-app-c3370831275] .wlc-tournament-smart-info__prize-block__text--subtitle {
		max-width: 152px;
		font-weight: 300;
		font-size: 1.6rem;
		white-space: nowrap;
	}

	@media (min-width: 1200px) {
		.wlc-tournament-banner[_ngcontent-wlc-app-c3370831275] .wlc-tournament-smart-info--theme-default[_ngcontent-wlc-app-c3370831275] .wlc-tournament-smart-info__prize-block__text--subtitle {
			font-size: 2rem;
		}
	}

	.wlc-tournament-banner[_ngcontent-wlc-app-c3370831275] .wlc-tournament-smart-info--theme-default[_ngcontent-wlc-app-c3370831275] .wlc-tournament-smart-info__prize-block__text--value {
		font-weight: 900;
		font-size: 2.1rem;
	}

	@media (min-width: 560px) {
		.wlc-tournament-banner[_ngcontent-wlc-app-c3370831275] .wlc-tournament-smart-info--theme-default[_ngcontent-wlc-app-c3370831275] .wlc-tournament-smart-info__prize-block__text--value {
			font-size: 2.6rem;
		}
	}

	@media (min-width: 1024px) {
		.wlc-tournament-banner[_ngcontent-wlc-app-c3370831275] .wlc-tournament-smart-info--theme-default[_ngcontent-wlc-app-c3370831275] .wlc-tournament-smart-info__prize-block__text--value {
			font-size: 3.6rem;
		}
	}

	@media (min-width: 1200px) {
		.wlc-tournament-banner[_ngcontent-wlc-app-c3370831275] .wlc-tournament-smart-info--theme-default[_ngcontent-wlc-app-c3370831275] .wlc-tournament-smart-info__prize-block__text--value {
			font-size: 4rem;
		}
	}

	.wlc-tournament-banner--theme-default[_nghost-wlc-app-c3370831275] .wlc-tournament-banner__body-title[_ngcontent-wlc-app-c3370831275] {
		max-width: 350px;
		margin: 0 0 20px;
		font-weight: 900;
		font-size: 3rem;
		line-height: 3.4rem;
	}

	.wlc-tournament-banner--theme-default[_nghost-wlc-app-c3370831275] .wlc-tournament-banner__lock-btn[_ngcontent-wlc-app-c3370831275] {
		gap: 4px;
		padding: 5px 14px;
		font-weight: 700;
		line-height: 1.4rem;
		border-radius: 100px;
		background: var(--mc-buttonGradient);
	}

	.wlc-tournament-banner--theme-default[_nghost-wlc-app-c3370831275] .wlc-tournament-banner__lock-btn[_ngcontent-wlc-app-c3370831275] .lock-btn__icon svg {
		width: 12px;
		height: 12px;
	}

	@media (min-width: 1200px) {
		.wlc-tournament-banner--theme-default[_nghost-wlc-app-c3370831275] .wlc-tournament-banner__lock-btn[_ngcontent-wlc-app-c3370831275] {
			padding: 5px 22px;
		}
	}


	.wlc-tournament-promo--theme-default[_nghost-wlc-app-c3781195698] {
		height: 100%;
	}

	.wlc-tournament-promo--theme-default[_nghost-wlc-app-c3781195698] .wlc-tournament-promo[_ngcontent-wlc-app-c3781195698] {
		height: 100%;
	}

	.wlc-tournament-promo--theme-default[_nghost-wlc-app-c3781195698] .wlc-tournament-promo__container[_ngcontent-wlc-app-c3781195698] {
		grid-template-columns: minmax(290px, 1fr);
		grid-template-areas: "board""info""btns";
		height: 100%;
		background: var(--mc-bg700);
		grid-template-rows: 200px auto auto;
		position: relative;
		display: grid;
		overflow: hidden;
		border-radius: 12px;
	}

	@media (min-width: 900px) {
		.wlc-tournament-promo--theme-default[_nghost-wlc-app-c3781195698] .wlc-tournament-promo__container[_ngcontent-wlc-app-c3781195698] {
			grid-template-columns: minmax(375px, 1fr) 1fr;
		}
	}

	@media (min-width: 900px) {
		.wlc-tournament-promo--theme-default[_nghost-wlc-app-c3781195698] .wlc-tournament-promo__container[_ngcontent-wlc-app-c3781195698] {
			grid-template-areas: "board board""info info""btns btns";
		}
	}

	@media (min-width: 900px) {
		.wlc-tournament-promo--theme-default[_nghost-wlc-app-c3781195698] .wlc-tournament-promo__container[_ngcontent-wlc-app-c3781195698] {
			grid-template-rows: 250px auto;
		}
	}

	.wlc-tournament-promo--theme-default[_nghost-wlc-app-c3781195698] .wlc-tournament-promo__info[_ngcontent-wlc-app-c3781195698] {
		padding: 20px;
		position: relative;
		grid-area: info;
	}

	@media (min-width: 900px) {
		.wlc-tournament-promo--theme-default[_nghost-wlc-app-c3781195698] .wlc-tournament-promo__info[_ngcontent-wlc-app-c3781195698] {
			padding: 24px;
		}
	}

	.wlc-tournament-promo--theme-default[_nghost-wlc-app-c3781195698] .wlc-tournament-promo__info[_ngcontent-wlc-app-c3781195698]:before {
		display: none;
	}

	.wlc-tournament-promo--theme-default[_nghost-wlc-app-c3781195698] .wlc-tournament-promo__prizepool[_ngcontent-wlc-app-c3781195698] {
		color: #ffffff;
		font-style: normal;
		font-weight: bold;
		font-size: 1.6rem;
		line-height: 1.45;
		margin: 0 0 10px;
		text-align: center;
	}

	.wlc-tournament-promo--theme-default[_nghost-wlc-app-c3781195698] .wlc-tournament-promo__board[_ngcontent-wlc-app-c3781195698] {
		padding: 20px 30px;
		position: relative;
		display: flex;
		flex-direction: column;
		grid-area: board;
		justify-content: flex-start;
	}

	@media (min-width: 640px) {
		.wlc-tournament-promo--theme-default[_nghost-wlc-app-c3781195698] .wlc-tournament-promo__board[_ngcontent-wlc-app-c3781195698] {
			padding: 20px 40px;
		}
	}

	.wlc-tournament-promo--theme-default[_nghost-wlc-app-c3781195698] .wlc-tournament-promo__board[_ngcontent-wlc-app-c3781195698]:before {
		display: none;
	}

	@media (min-width: 900px) {
		.wlc-tournament-promo--theme-default[_nghost-wlc-app-c3781195698] .wlc-tournament-promo__board[_ngcontent-wlc-app-c3781195698]:before {
			display: block;
		}
	}

	.wlc-tournament-promo--theme-default[_nghost-wlc-app-c3781195698] .wlc-tournament-promo__board-title[_ngcontent-wlc-app-c3781195698] {
		color: #ffffff;
		font-style: normal;
		font-weight: bold;
		font-size: 1.6rem;
		line-height: 1.45;
		text-align: center;
	}

	@media (min-width: 900px) {
		.wlc-tournament-promo--theme-default[_nghost-wlc-app-c3781195698] .wlc-tournament-promo__board-title[_ngcontent-wlc-app-c3781195698] {
			font-style: normal;
			font-weight: bold;
			font-size: 2.4rem;
			line-height: 1.45;
		}
	}

	.wlc-tournament-promo--theme-default[_nghost-wlc-app-c3781195698] .wlc-tournament-promo__board[_ngcontent-wlc-app-c3781195698] .wlc-link-block .wlc-btn[class] {
		color: var(--mc-main);
	}

	.wlc-tournament-promo--theme-default[_nghost-wlc-app-c3781195698] .wlc-tournament-promo__board[_ngcontent-wlc-app-c3781195698] .wlc-link-block .wlc-btn[class] .wlc-icon {
		color: var(--mc-main);
	}

	@media (pointer: fine) {

		.wlc-tournament-promo--theme-default[_nghost-wlc-app-c3781195698] .wlc-tournament-promo__board[_ngcontent-wlc-app-c3781195698] .wlc-link-block .wlc-btn[class]:hover,
		.wlc-tournament-promo--theme-default[_nghost-wlc-app-c3781195698] .wlc-tournament-promo__board[_ngcontent-wlc-app-c3781195698] .wlc-link-block .wlc-btn[class]:hover .wlc-icon {
			color: none;
		}
	}

	.wlc-tournament-promo--theme-default[_nghost-wlc-app-c3781195698] .wlc-tournament-promo__info[_ngcontent-wlc-app-c3781195698]:before,
	.wlc-tournament-promo--theme-default[_nghost-wlc-app-c3781195698] .wlc-tournament-promo__board[_ngcontent-wlc-app-c3781195698]:before {
		content: "";
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 2;
		background: linear-gradient(180deg, rgba(10, 13, 40, 0) 64.13%, #0a0d28 79.66%);
	}

	.wlc-tournament-promo--theme-default[_nghost-wlc-app-c3781195698] .wlc-tournament-promo__inner[_ngcontent-wlc-app-c3781195698] {
		position: relative;
		z-index: 3;
	}

	.wlc-tournament-promo--theme-default[_nghost-wlc-app-c3781195698] .wlc-tournament-promo__tag[_ngcontent-wlc-app-c3781195698] {
		margin: 0 0 20px;
		line-height: 0;
	}

	.wlc-tournament-promo--theme-default[_nghost-wlc-app-c3781195698] .wlc-tournament-promo__tag-text[_ngcontent-wlc-app-c3781195698] {
		color: var(--mc-white);
		font-style: normal;
		font-weight: normal;
		font-size: 1rem;
		line-height: 1.45;
		display: inline-block;
		padding: 4px 15px;
		border-radius: 100px;
		background: linear-gradient(186deg, #75e6ff 0%, #75e6ff 0.01%, #878bff 100%);
	}

	.wlc-tournament-promo--theme-default[_nghost-wlc-app-c3781195698] .wlc-tournament-promo__tag-text.active[_ngcontent-wlc-app-c3781195698] {
		color: var(--mc-white);
		background: linear-gradient(186deg, #75e6ff 0%, #75e6ff 0.01%, #878bff 100%);
	}

	.wlc-tournament-promo--theme-default[_nghost-wlc-app-c3781195698] .wlc-tournament-promo__tag-text.unavailable[_ngcontent-wlc-app-c3781195698] {
		color: var(--mc-baseMain);
		background: #313131;
	}

	.wlc-tournament-promo--theme-default[_nghost-wlc-app-c3781195698] .wlc-tournament-promo__title[_ngcontent-wlc-app-c3781195698] {
		color: #ffffff;
		font-style: normal;
		font-weight: bold;
		font-size: 1.6rem;
		line-height: 1.45;

		display: -webkit-box;
		box-orient: vertical;
		-webkit-box-orient: vertical;

		overflow: hidden;
		text-overflow: ellipsis;
		word-break: break-word;
		-webkit-line-clamp: 2;
		margin: 0 0 20px;
		text-transform: uppercase;
	}

	@media (min-width: 900px) {
		.wlc-tournament-promo--theme-default[_nghost-wlc-app-c3781195698] .wlc-tournament-promo__title[_ngcontent-wlc-app-c3781195698] {
			color: var(--mc-baseMain);
			font-style: normal;
			font-weight: bold;
			font-size: 2.4rem;
			line-height: 1.45;
		}
	}

	.wlc-tournament-promo--theme-default[_nghost-wlc-app-c3781195698] .wlc-tournament-promo__description[_ngcontent-wlc-app-c3781195698] {
		display: -webkit-box;
		box-orient: vertical;
		-webkit-box-orient: vertical;

		overflow: hidden;
		text-overflow: ellipsis;
		word-break: break-word;
		-webkit-line-clamp: 3;
		color: #ffffff;
		font-style: normal;
		font-weight: normal;
		font-size: 1.4rem;
		line-height: 1.45;

		display: -webkit-box;
		box-orient: vertical;
		-webkit-box-orient: vertical;

		overflow: hidden;
		text-overflow: ellipsis;
		word-break: break-word;
		-webkit-line-clamp: 3;
		margin: 0;
	}

	@media (min-width: 900px) {
		.wlc-tournament-promo--theme-default[_nghost-wlc-app-c3781195698] .wlc-tournament-promo__description[_ngcontent-wlc-app-c3781195698] {
			color: var(--mc-baseMain);
			font-style: normal;
			font-weight: normal;
			font-size: 1.6rem;
			line-height: 1.45;
		}
	}

	.wlc-tournament-promo--theme-default[_nghost-wlc-app-c3781195698] .wlc-tournament-promo__tag[_ngcontent-wlc-app-c3781195698],
	.wlc-tournament-promo--theme-default[_nghost-wlc-app-c3781195698] .wlc-tournament-promo__title[_ngcontent-wlc-app-c3781195698],
	.wlc-tournament-promo--theme-default[_nghost-wlc-app-c3781195698] .wlc-tournament-promo__description[_ngcontent-wlc-app-c3781195698] {
		text-align: left;
	}

	@media (min-width: 900px) {

		.wlc-tournament-promo--theme-default[_nghost-wlc-app-c3781195698] .wlc-tournament-promo__tag[_ngcontent-wlc-app-c3781195698],
		.wlc-tournament-promo--theme-default[_nghost-wlc-app-c3781195698] .wlc-tournament-promo__title[_ngcontent-wlc-app-c3781195698],
		.wlc-tournament-promo--theme-default[_nghost-wlc-app-c3781195698] .wlc-tournament-promo__description[_ngcontent-wlc-app-c3781195698] {
			text-align: left;
		}
	}

	.wlc-tournament-promo--theme-default[_nghost-wlc-app-c3781195698] .wlc-tournament-promo__tag[_ngcontent-wlc-app-c3781195698]:last-child,
	.wlc-tournament-promo--theme-default[_nghost-wlc-app-c3781195698] .wlc-tournament-promo__title[_ngcontent-wlc-app-c3781195698]:last-child,
	.wlc-tournament-promo--theme-default[_nghost-wlc-app-c3781195698] .wlc-tournament-promo__description[_ngcontent-wlc-app-c3781195698]:last-child {
		margin-bottom: 0;
	}

	.wlc-tournament-promo--theme-default[_nghost-wlc-app-c3781195698] .wlc-tournament-promo__image[_ngcontent-wlc-app-c3781195698] {
		position: absolute;
		top: 0;
		left: 0;
		z-index: 1;
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: center;
	}

	@media (min-width: 900px) {
		.wlc-tournament-promo--theme-default[_nghost-wlc-app-c3781195698] .wlc-tournament-promo__image--desk[_ngcontent-wlc-app-c3781195698] {
			display: block;
		}
	}

	.wlc-tournament-promo--theme-default[_nghost-wlc-app-c3781195698] .wlc-tournament-promo__image--mobile[_ngcontent-wlc-app-c3781195698] {
		display: block;
	}

	@media (min-width: 900px) {
		.wlc-tournament-promo--theme-default[_nghost-wlc-app-c3781195698] .wlc-tournament-promo__image--mobile[_ngcontent-wlc-app-c3781195698] {
			display: none;
		}
	}

	.wlc-tournament-promo--theme-default[_nghost-wlc-app-c3781195698] .wlc-tournament-promo__lock-btn[_ngcontent-wlc-app-c3781195698] {
		--wlc-icon-width: 20px;
		--wlc-icon-height: 20px;
		color: var(--mc-baseMain);
		font-style: normal;
		font-weight: normal;
		font-size: 1rem;
		line-height: 1.45;
		height: 40px;
		display: inline-flex;
		gap: 10px;
		align-items: center;
		padding: 5px 10px;
		background: var(--mc-buttonColor-o6);
		border-radius: 10px;
	}

	.wlc-tournament-promo--theme-default[_nghost-wlc-app-c3781195698] .wlc-tournament-promo__lock-btn[_ngcontent-wlc-app-c3781195698] .lock-btn__icon[_ngcontent-wlc-app-c3781195698] .wlc-icon-content {
		display: flex;
	}

	@media (min-width: 480px) {
		.wlc-tournament-promo--theme-default[_nghost-wlc-app-c3781195698] .wlc-tournament-promo__lock-btn[_ngcontent-wlc-app-c3781195698] {
			max-width: 185px;
		}
	}

	@media (min-width: 560px) {
		.wlc-tournament-promo--theme-default[_nghost-wlc-app-c3781195698] .wlc-tournament-promo__lock-btn[_ngcontent-wlc-app-c3781195698] {
			max-width: none;
		}
	}

	.wlc-tournament-promo--theme-default[_nghost-wlc-app-c3781195698] .wlc-tournament-promo-prizes {
		margin: 10px auto;
	}

	.wlc-tournament-promo--theme-default[_nghost-wlc-app-c3781195698] .wlc-tournament-promo-prizes:last-child {
		margin-bottom: 0;
	}

	.wlc-tournament-promo--theme-default[_nghost-wlc-app-c3781195698] .buttons-wrap {
		flex-direction: row;
		justify-self: initial;
		padding: 20px;
		display: flex;
		flex-wrap: wrap;
		grid-area: btns;
		gap: 8px;
		align-self: end;
	}

	@media (min-width: 900px) {
		.wlc-tournament-promo--theme-default[_nghost-wlc-app-c3781195698] .buttons-wrap {
			align-items: flex-end;
		}
	}

	@media (min-width: 900px) {
		.wlc-tournament-promo--theme-default[_nghost-wlc-app-c3781195698] .buttons-wrap {
			padding: 0 24px 24px;
		}
	}

	.wlc-tournament-promo--theme-default[_nghost-wlc-app-c3781195698] .buttons-wrap>.wlc-btn {
		grid-column-gap: 0;
		padding: 5px 15px;
	}

	.wlc-tournament-promo--theme-default.wlc-tournament-promo--available[_nghost-wlc-app-c3781195698] .wlc-tournament-promo__container[_ngcontent-wlc-app-c3781195698] {
		grid-template-columns: minmax(290px, 1fr);
		height: 100%;
		background: var(--mc-bg500);
	}

	@media (min-width: 900px) {
		.wlc-tournament-promo--theme-default.wlc-tournament-promo--available[_nghost-wlc-app-c3781195698] .wlc-tournament-promo__container[_ngcontent-wlc-app-c3781195698] {
			grid-template-columns: minmax(375px, 1fr) 290px;
		}
	}

	@media (min-width: 1200px) {
		.wlc-tournament-promo--theme-default.wlc-tournament-promo--available[_nghost-wlc-app-c3781195698] .wlc-tournament-promo__container[_ngcontent-wlc-app-c3781195698] {
			grid-template-columns: minmax(375px, 1fr) 340px;
		}
	}

	@media (min-width: 900px) {
		.wlc-tournament-promo--theme-default.wlc-tournament-promo--available[_nghost-wlc-app-c3781195698] .wlc-tournament-promo__container[_ngcontent-wlc-app-c3781195698] {
			height: 400px;
		}
	}

	.wlc-tournament-promo--theme-default.wlc-tournament-promo--available[_nghost-wlc-app-c3781195698] .wlc-tournament-promo__info[_ngcontent-wlc-app-c3781195698] {
		padding: 20px;
	}

	@media (min-width: 640px) {
		.wlc-tournament-promo--theme-default.wlc-tournament-promo--available[_nghost-wlc-app-c3781195698] .wlc-tournament-promo__info[_ngcontent-wlc-app-c3781195698] {
			padding: 15px;
		}
	}

	@media (min-width: 1024px) {
		.wlc-tournament-promo--theme-default.wlc-tournament-promo--available[_nghost-wlc-app-c3781195698] .wlc-tournament-promo__info[_ngcontent-wlc-app-c3781195698] {
			padding: 20px 15px;
		}
	}

	@media (min-width: 1630px) {
		.wlc-tournament-promo--theme-default.wlc-tournament-promo--available[_nghost-wlc-app-c3781195698] .wlc-tournament-promo__info[_ngcontent-wlc-app-c3781195698] {
			padding: 30px 40px 40px;
		}
	}

	.wlc-tournament-promo--theme-default.wlc-tournament-promo--available[_nghost-wlc-app-c3781195698] .wlc-tournament-promo__board[_ngcontent-wlc-app-c3781195698] {
		padding: 10px 20px 20px;
	}

	@media (min-width: 640px) {
		.wlc-tournament-promo--theme-default.wlc-tournament-promo--available[_nghost-wlc-app-c3781195698] .wlc-tournament-promo__board[_ngcontent-wlc-app-c3781195698] {
			padding: 15px 15px 20px;
		}
	}

	@media (min-width: 1630px) {
		.wlc-tournament-promo--theme-default.wlc-tournament-promo--available[_nghost-wlc-app-c3781195698] .wlc-tournament-promo__board[_ngcontent-wlc-app-c3781195698] {
			padding: 20px 40px;
		}
	}

	.wlc-tournament-promo--theme-default.wlc-tournament-promo--available[_nghost-wlc-app-c3781195698] .buttons-wrap {
		padding: 0 30px 20px;
	}

	@media (min-width: 640px) {
		.wlc-tournament-promo--theme-default.wlc-tournament-promo--available[_nghost-wlc-app-c3781195698] .buttons-wrap {
			padding: 0 15px 15px;
		}
	}

	@media (min-width: 1024px) {
		.wlc-tournament-promo--theme-default.wlc-tournament-promo--available[_nghost-wlc-app-c3781195698] .buttons-wrap {
			padding: 0 15px 20px;
		}
	}

	@media (min-width: 1630px) {
		.wlc-tournament-promo--theme-default.wlc-tournament-promo--available[_nghost-wlc-app-c3781195698] .buttons-wrap {
			padding: 0 40px 40px;
		}
	}

	.wlc-tournament-promo--theme-default.wlc-tournament-promo--theme-mod-mobile-app[_nghost-wlc-app-c3781195698] .wlc-tournament-promo__container[_ngcontent-wlc-app-c3781195698] {
		grid-template-columns: minmax(260px, 1fr);
	}

	@media (min-width: 900px) {
		.wlc-tournament-promo--theme-default.wlc-tournament-promo--theme-mod-mobile-app[_nghost-wlc-app-c3781195698] .wlc-tournament-promo__container[_ngcontent-wlc-app-c3781195698] {
			grid-template-columns: minmax(375px, 1fr) 340px;
		}
	}

	.wlc-tournament-promo--theme-default.wlc-tournament-promo--theme-mod-mobile-app[_nghost-wlc-app-c3781195698] .wlc-tournament-promo__board[_ngcontent-wlc-app-c3781195698] {
		padding: 20px 15px;
	}

	@media (min-width: 640px) {
		.wlc-tournament-promo--theme-default.wlc-tournament-promo--theme-mod-mobile-app[_nghost-wlc-app-c3781195698] .wlc-tournament-promo__board[_ngcontent-wlc-app-c3781195698] {
			padding: 20px 40px;
		}
	}

	@keyframes _ngcontent-wlc-app-c3781195698_spin {
		from {
			transform: rotate(0deg);
		}

		to {
			transform: rotate(360deg);
		}
	}

	.wlc-tournament-promo--theme-alternative[_nghost-wlc-app-c3781195698] {
		height: 100%;
	}

	.wlc-tournament-promo--theme-alternative[_nghost-wlc-app-c3781195698] .wlc-tournament-promo__container[_ngcontent-wlc-app-c3781195698] {
		grid-template-columns: minmax(290px, 1fr);
		grid-template-areas: "info""board""btns";
		height: 100%;
		position: relative;
		display: grid;
		overflow: hidden;
		background: var(--mc-bg500);
		border-radius: 10px;
	}

	@media (min-width: 768px) {
		.wlc-tournament-promo--theme-alternative[_nghost-wlc-app-c3781195698] .wlc-tournament-promo__container[_ngcontent-wlc-app-c3781195698] {
			grid-template-columns: minmax(320px, 1fr) 290px;
		}
	}

	@media (min-width: 1024px) {
		.wlc-tournament-promo--theme-alternative[_nghost-wlc-app-c3781195698] .wlc-tournament-promo__container[_ngcontent-wlc-app-c3781195698] {
			grid-template-columns: 300px minmax(320px, 1fr) 250px;
		}
	}

	@media (min-width: 1200px) {
		.wlc-tournament-promo--theme-alternative[_nghost-wlc-app-c3781195698] .wlc-tournament-promo__container[_ngcontent-wlc-app-c3781195698] {
			grid-template-columns: 240px minmax(320px, 1fr) 250px;
		}
	}

	@media (min-width: 1630px) {
		.wlc-tournament-promo--theme-alternative[_nghost-wlc-app-c3781195698] .wlc-tournament-promo__container[_ngcontent-wlc-app-c3781195698] {
			grid-template-columns: 350px minmax(320px, 1fr) 250px;
		}
	}

	@media (min-width: 768px) {
		.wlc-tournament-promo--theme-alternative[_nghost-wlc-app-c3781195698] .wlc-tournament-promo__container[_ngcontent-wlc-app-c3781195698] {
			grid-template-areas: "info board""btns board";
		}
	}

	@media (min-width: 1024px) {
		.wlc-tournament-promo--theme-alternative[_nghost-wlc-app-c3781195698] .wlc-tournament-promo__container[_ngcontent-wlc-app-c3781195698] {
			grid-template-areas: "image info board""image btns board";
		}
	}

	@media (min-width: 768px) {
		.wlc-tournament-promo--theme-alternative[_nghost-wlc-app-c3781195698] .wlc-tournament-promo__container[_ngcontent-wlc-app-c3781195698] {
			height: 260px;
		}
	}

	@media (min-width: 900px) {
		.wlc-tournament-promo--theme-alternative[_nghost-wlc-app-c3781195698] .wlc-tournament-promo__container[_ngcontent-wlc-app-c3781195698] {
			height: 280px;
		}
	}

	@media (min-width: 1024px) {
		.wlc-tournament-promo--theme-alternative[_nghost-wlc-app-c3781195698] .wlc-tournament-promo__container[_ngcontent-wlc-app-c3781195698] {
			height: 260px;
		}
	}

	.wlc-tournament-promo--theme-alternative[_nghost-wlc-app-c3781195698] .wlc-tournament-promo__container.unavailable[_ngcontent-wlc-app-c3781195698] {
		grid-template-columns: minmax(290px, 1fr);
		grid-template-areas: "info""board""btns";
	}

	@media (min-width: 768px) {
		.wlc-tournament-promo--theme-alternative[_nghost-wlc-app-c3781195698] .wlc-tournament-promo__container.unavailable[_ngcontent-wlc-app-c3781195698] {
			grid-template-columns: minmax(320px, 1fr) 290px;
		}
	}

	@media (min-width: 1024px) {
		.wlc-tournament-promo--theme-alternative[_nghost-wlc-app-c3781195698] .wlc-tournament-promo__container.unavailable[_ngcontent-wlc-app-c3781195698] {
			grid-template-columns: minmax(320px, 1fr) 250px;
		}
	}

	@media (min-width: 1630px) {
		.wlc-tournament-promo--theme-alternative[_nghost-wlc-app-c3781195698] .wlc-tournament-promo__container.unavailable[_ngcontent-wlc-app-c3781195698] {
			grid-template-columns: 350px minmax(320px, 1fr) 250px;
		}
	}

	@media (min-width: 768px) {
		.wlc-tournament-promo--theme-alternative[_nghost-wlc-app-c3781195698] .wlc-tournament-promo__container.unavailable[_ngcontent-wlc-app-c3781195698] {
			grid-template-areas: "info board""btns board";
		}
	}

	@media (min-width: 1630px) {
		.wlc-tournament-promo--theme-alternative[_nghost-wlc-app-c3781195698] .wlc-tournament-promo__container.unavailable[_ngcontent-wlc-app-c3781195698] {
			grid-template-areas: "image info board""image btns board";
		}
	}

	.wlc-tournament-promo--theme-alternative[_nghost-wlc-app-c3781195698] .wlc-tournament-promo__container.unavailable[_ngcontent-wlc-app-c3781195698] .wlc-tournament-promo__image-block[_ngcontent-wlc-app-c3781195698] {
		grid-area: image;
	}

	@media (min-width: 768px) {
		.wlc-tournament-promo--theme-alternative[_nghost-wlc-app-c3781195698] .wlc-tournament-promo__container.unavailable[_ngcontent-wlc-app-c3781195698] .wlc-tournament-promo__image-block[_ngcontent-wlc-app-c3781195698] {
			grid-area: info;
		}
	}

	@media (min-width: 1630px) {
		.wlc-tournament-promo--theme-alternative[_nghost-wlc-app-c3781195698] .wlc-tournament-promo__container.unavailable[_ngcontent-wlc-app-c3781195698] .wlc-tournament-promo__image-block[_ngcontent-wlc-app-c3781195698] {
			grid-area: image;
		}
	}

	.wlc-tournament-promo--theme-alternative[_nghost-wlc-app-c3781195698] .wlc-tournament-promo__container.unavailable[_ngcontent-wlc-app-c3781195698] .wlc-tournament-promo__image--desk[_ngcontent-wlc-app-c3781195698] {
		display: none;
	}

	@media (min-width: 1630px) {
		.wlc-tournament-promo--theme-alternative[_nghost-wlc-app-c3781195698] .wlc-tournament-promo__container.unavailable[_ngcontent-wlc-app-c3781195698] .wlc-tournament-promo__image--desk[_ngcontent-wlc-app-c3781195698] {
			display: block;
		}
	}

	.wlc-tournament-promo--theme-alternative[_nghost-wlc-app-c3781195698] .wlc-tournament-promo__container.unavailable[_ngcontent-wlc-app-c3781195698] .wlc-tournament-promo__tag--desk[_ngcontent-wlc-app-c3781195698] {
		display: none;
	}

	@media (min-width: 1630px) {
		.wlc-tournament-promo--theme-alternative[_nghost-wlc-app-c3781195698] .wlc-tournament-promo__container.unavailable[_ngcontent-wlc-app-c3781195698] .wlc-tournament-promo__tag--desk[_ngcontent-wlc-app-c3781195698] {
			display: block;
		}
	}

	.wlc-tournament-promo--theme-alternative[_nghost-wlc-app-c3781195698] .wlc-tournament-promo__container.unavailable[_ngcontent-wlc-app-c3781195698] .wlc-tournament-promo__tag--mobile[_ngcontent-wlc-app-c3781195698] {
		display: block;
		margin: 0 0 20px;
	}

	@media (min-width: 1630px) {
		.wlc-tournament-promo--theme-alternative[_nghost-wlc-app-c3781195698] .wlc-tournament-promo__container.unavailable[_ngcontent-wlc-app-c3781195698] .wlc-tournament-promo__tag--mobile[_ngcontent-wlc-app-c3781195698] {
			display: none;
		}
	}

	@media (min-width: 768px) {
		.wlc-tournament-promo--theme-alternative[_nghost-wlc-app-c3781195698] .wlc-tournament-promo__container.unavailable[_ngcontent-wlc-app-c3781195698] .wlc-tournament-promo__tag--mobile[_ngcontent-wlc-app-c3781195698] {
			margin: 0 0 10px;
		}
	}

	@media (min-width: 1024px) {
		.wlc-tournament-promo--theme-alternative[_nghost-wlc-app-c3781195698] .wlc-tournament-promo__container.unavailable[_ngcontent-wlc-app-c3781195698] .wlc-tournament-promo__tag--mobile[_ngcontent-wlc-app-c3781195698] {
			margin: 0 0 5px;
		}
	}

	.wlc-tournament-promo--theme-alternative[_nghost-wlc-app-c3781195698] .wlc-tournament-promo__container.unavailable[_ngcontent-wlc-app-c3781195698] .wlc-tournament-promo__description[_ngcontent-wlc-app-c3781195698] {
		display: -webkit-box;
		box-orient: vertical;
		-webkit-box-orient: vertical;

		overflow: hidden;
		text-overflow: ellipsis;
		word-break: break-word;
		-webkit-line-clamp: 3;
	}

	.wlc-tournament-promo--theme-alternative[_nghost-wlc-app-c3781195698] .wlc-tournament-promo__image-block[_ngcontent-wlc-app-c3781195698] {
		grid-area: image;
		position: relative;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: flex-start;
	}

	@media (min-width: 768px) {
		.wlc-tournament-promo--theme-alternative[_nghost-wlc-app-c3781195698] .wlc-tournament-promo__image-block[_ngcontent-wlc-app-c3781195698] {
			grid-area: info;
		}
	}

	@media (min-width: 1024px) {
		.wlc-tournament-promo--theme-alternative[_nghost-wlc-app-c3781195698] .wlc-tournament-promo__image-block[_ngcontent-wlc-app-c3781195698] {
			grid-area: image;
		}
	}

	.wlc-tournament-promo--theme-alternative[_nghost-wlc-app-c3781195698] .wlc-tournament-promo__info[_ngcontent-wlc-app-c3781195698] {
		padding: 20px 20px 30px;
		position: relative;
		grid-area: info;
	}

	@media (min-width: 640px) {
		.wlc-tournament-promo--theme-alternative[_nghost-wlc-app-c3781195698] .wlc-tournament-promo__info[_ngcontent-wlc-app-c3781195698] {
			padding: 15px 20px 20px;
		}
	}

	.wlc-tournament-promo--theme-alternative[_nghost-wlc-app-c3781195698] .wlc-tournament-promo__prizepool[_ngcontent-wlc-app-c3781195698] {
		color: #ffffff;
		font-style: normal;
		font-weight: bold;
		font-size: 1.6rem;
		line-height: 1.45;
		margin: 0 0 10px;
	}

	.wlc-tournament-promo--theme-alternative[_nghost-wlc-app-c3781195698] .wlc-tournament-promo__prizepool.size-lg[_ngcontent-wlc-app-c3781195698] {
		font-style: normal;
		font-weight: bold;
		font-size: 2.4rem;
		line-height: 1.45;
	}

	.wlc-tournament-promo--theme-alternative[_nghost-wlc-app-c3781195698] .wlc-tournament-promo__board[_ngcontent-wlc-app-c3781195698] {
		padding: 20px 30px;
		position: relative;
		display: flex;
		flex-direction: column;
		grid-area: board;
		justify-content: center;
	}

	@media (min-width: 640px) {
		.wlc-tournament-promo--theme-alternative[_nghost-wlc-app-c3781195698] .wlc-tournament-promo__board[_ngcontent-wlc-app-c3781195698] {
			padding: 15px 20px;
		}
	}

	.wlc-tournament-promo--theme-alternative[_nghost-wlc-app-c3781195698] .wlc-tournament-promo__board-title[_ngcontent-wlc-app-c3781195698] {
		display: block;
		color: #ffffff;
		font-style: normal;
		font-weight: bold;
		font-size: 1.6rem;
		line-height: 1.45;
		margin: 0 0 10px 0;
		text-align: center;
	}

	@media (min-width: 768px) {
		.wlc-tournament-promo--theme-alternative[_nghost-wlc-app-c3781195698] .wlc-tournament-promo__board-title[_ngcontent-wlc-app-c3781195698] {
			display: none;
		}
	}

	.wlc-tournament-promo--theme-alternative[_nghost-wlc-app-c3781195698] .wlc-tournament-promo__board-title[_ngcontent-wlc-app-c3781195698]:last-child {
		margin-bottom: 0;
	}

	.wlc-tournament-promo--theme-alternative[_nghost-wlc-app-c3781195698] .wlc-tournament-promo__board[_ngcontent-wlc-app-c3781195698] .wlc-link-block .wlc-btn[class] {
		color: var(--mc-main);
	}

	@media (pointer: fine) {

		.wlc-tournament-promo--theme-alternative[_nghost-wlc-app-c3781195698] .wlc-tournament-promo__board[_ngcontent-wlc-app-c3781195698] .wlc-link-block .wlc-btn[class]:hover,
		.wlc-tournament-promo--theme-alternative[_nghost-wlc-app-c3781195698] .wlc-tournament-promo__board[_ngcontent-wlc-app-c3781195698] .wlc-link-block .wlc-btn[class]:hover .wlc-icon {
			color: #ffffff;
		}
	}

	.wlc-tournament-promo--theme-alternative[_nghost-wlc-app-c3781195698] .wlc-tournament-promo__inner[_ngcontent-wlc-app-c3781195698] {
		position: relative;
		z-index: 3;
	}

	.wlc-tournament-promo--theme-alternative[_nghost-wlc-app-c3781195698] .wlc-tournament-promo__tag[_ngcontent-wlc-app-c3781195698] {
		margin: 0 0 20px;
		z-index: 2;
		line-height: 0;
	}

	@media (min-width: 768px) {
		.wlc-tournament-promo--theme-alternative[_nghost-wlc-app-c3781195698] .wlc-tournament-promo__tag[_ngcontent-wlc-app-c3781195698] {
			margin: 0 0 10px;
		}
	}

	@media (min-width: 1024px) {
		.wlc-tournament-promo--theme-alternative[_nghost-wlc-app-c3781195698] .wlc-tournament-promo__tag[_ngcontent-wlc-app-c3781195698] {
			margin: 20px auto 0;
		}
	}

	.wlc-tournament-promo--theme-alternative[_nghost-wlc-app-c3781195698] .wlc-tournament-promo__tag-text[_ngcontent-wlc-app-c3781195698] {
		color: #ffffff;
		font-style: normal;
		font-weight: normal;
		font-size: 1rem;
		line-height: 1.45;
		display: inline-block;
		padding: 4px 15px;
		border-radius: 100px;
		background: #7fb8ff;
	}

	.wlc-tournament-promo--theme-alternative[_nghost-wlc-app-c3781195698] .wlc-tournament-promo__tag-text.active[_ngcontent-wlc-app-c3781195698] {
		color: #ffffff;
		background: #75e6ff;
	}

	.wlc-tournament-promo--theme-alternative[_nghost-wlc-app-c3781195698] .wlc-tournament-promo__tag-text.unavailable[_ngcontent-wlc-app-c3781195698] {
		color: var(--mc-baseMain);
		background: #313131;
	}

	.wlc-tournament-promo--theme-alternative[_nghost-wlc-app-c3781195698] .wlc-tournament-promo__tag--desk[_ngcontent-wlc-app-c3781195698] {
		display: none;
	}

	@media (min-width: 1024px) {
		.wlc-tournament-promo--theme-alternative[_nghost-wlc-app-c3781195698] .wlc-tournament-promo__tag--desk[_ngcontent-wlc-app-c3781195698] {
			display: block;
		}
	}

	.wlc-tournament-promo--theme-alternative[_nghost-wlc-app-c3781195698] .wlc-tournament-promo__tag--mobile[_ngcontent-wlc-app-c3781195698] {
		display: block;
		margin: 0 0 20px;
		grid-area: info;
	}

	@media (min-width: 1024px) {
		.wlc-tournament-promo--theme-alternative[_nghost-wlc-app-c3781195698] .wlc-tournament-promo__tag--mobile[_ngcontent-wlc-app-c3781195698] {
			display: none;
		}
	}

	@media (min-width: 768px) {
		.wlc-tournament-promo--theme-alternative[_nghost-wlc-app-c3781195698] .wlc-tournament-promo__tag--mobile[_ngcontent-wlc-app-c3781195698] {
			margin: 0 0 10px;
		}
	}

	@media (min-width: 1024px) {
		.wlc-tournament-promo--theme-alternative[_nghost-wlc-app-c3781195698] .wlc-tournament-promo__tag--mobile[_ngcontent-wlc-app-c3781195698] {
			margin: 20px auto 0;
		}
	}

	.wlc-tournament-promo--theme-alternative[_nghost-wlc-app-c3781195698] .wlc-tournament-promo__title[_ngcontent-wlc-app-c3781195698] {
		color: #ffffff;
		font-style: normal;
		font-weight: bold;
		font-size: 1.6rem;
		line-height: 1.45;

		display: -webkit-box;
		box-orient: vertical;
		-webkit-box-orient: vertical;

		overflow: hidden;
		text-overflow: ellipsis;
		word-break: break-word;
		-webkit-line-clamp: 2;
		margin: 0 0 10px;
		text-transform: uppercase;
	}

	@media (min-width: 900px) {
		.wlc-tournament-promo--theme-alternative[_nghost-wlc-app-c3781195698] .wlc-tournament-promo__title[_ngcontent-wlc-app-c3781195698] {
			color: var(--mc-baseMain);
			font-style: normal;
			font-weight: bold;
			font-size: 2.4rem;
			line-height: 1.45;
		}
	}

	.wlc-tournament-promo--theme-alternative[_nghost-wlc-app-c3781195698] .wlc-tournament-promo__description[_ngcontent-wlc-app-c3781195698] {
		display: -webkit-box;
		box-orient: vertical;
		-webkit-box-orient: vertical;

		overflow: hidden;
		text-overflow: ellipsis;
		word-break: break-word;
		-webkit-line-clamp: 4;
		color: #ffffff;
		font-style: normal;
		font-weight: normal;
		font-size: 1.4rem;
		line-height: 1.45;
		margin: 0 0 40px;
	}

	@media (min-width: 900px) {
		.wlc-tournament-promo--theme-alternative[_nghost-wlc-app-c3781195698] .wlc-tournament-promo__description[_ngcontent-wlc-app-c3781195698] {
			color: var(--mc-baseMain);
			font-style: normal;
			font-weight: normal;
			font-size: 1.4rem;
			line-height: 1.45;
		}
	}

	@media (min-width: 768px) {
		.wlc-tournament-promo--theme-alternative[_nghost-wlc-app-c3781195698] .wlc-tournament-promo__description[_ngcontent-wlc-app-c3781195698] {
			display: -webkit-box;
			box-orient: vertical;
			-webkit-box-orient: vertical;

			overflow: hidden;
			text-overflow: ellipsis;
			word-break: break-word;
			-webkit-line-clamp: 3;
		}
	}

	@media (min-width: 1024px) {
		.wlc-tournament-promo--theme-alternative[_nghost-wlc-app-c3781195698] .wlc-tournament-promo__description[_ngcontent-wlc-app-c3781195698] {
			display: -webkit-box;
			box-orient: vertical;
			-webkit-box-orient: vertical;

			overflow: hidden;
			text-overflow: ellipsis;
			word-break: break-word;
			-webkit-line-clamp: 4;
		}
	}

	.wlc-tournament-promo--theme-alternative[_nghost-wlc-app-c3781195698] .wlc-tournament-promo__tag[_ngcontent-wlc-app-c3781195698],
	.wlc-tournament-promo--theme-alternative[_nghost-wlc-app-c3781195698] .wlc-tournament-promo__title[_ngcontent-wlc-app-c3781195698],
	.wlc-tournament-promo--theme-alternative[_nghost-wlc-app-c3781195698] .wlc-tournament-promo__description[_ngcontent-wlc-app-c3781195698] {
		text-align: center;
	}

	@media (min-width: 768px) {

		.wlc-tournament-promo--theme-alternative[_nghost-wlc-app-c3781195698] .wlc-tournament-promo__tag[_ngcontent-wlc-app-c3781195698],
		.wlc-tournament-promo--theme-alternative[_nghost-wlc-app-c3781195698] .wlc-tournament-promo__title[_ngcontent-wlc-app-c3781195698],
		.wlc-tournament-promo--theme-alternative[_nghost-wlc-app-c3781195698] .wlc-tournament-promo__description[_ngcontent-wlc-app-c3781195698] {
			text-align: left;
		}
	}

	.wlc-tournament-promo--theme-alternative[_nghost-wlc-app-c3781195698] .wlc-tournament-promo__tag[_ngcontent-wlc-app-c3781195698]:last-child,
	.wlc-tournament-promo--theme-alternative[_nghost-wlc-app-c3781195698] .wlc-tournament-promo__title[_ngcontent-wlc-app-c3781195698]:last-child,
	.wlc-tournament-promo--theme-alternative[_nghost-wlc-app-c3781195698] .wlc-tournament-promo__description[_ngcontent-wlc-app-c3781195698]:last-child {
		margin-bottom: 0;
	}

	.wlc-tournament-promo--theme-alternative[_nghost-wlc-app-c3781195698] .wlc-tournament-promo__image[_ngcontent-wlc-app-c3781195698] {
		position: absolute;
		top: 0;
		left: 0;
		z-index: 1;
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: center;
	}

	.wlc-tournament-promo--theme-alternative[_nghost-wlc-app-c3781195698] .wlc-tournament-promo__image--desk[_ngcontent-wlc-app-c3781195698] {
		display: none;
	}

	@media (min-width: 1024px) {
		.wlc-tournament-promo--theme-alternative[_nghost-wlc-app-c3781195698] .wlc-tournament-promo__image--desk[_ngcontent-wlc-app-c3781195698] {
			display: block;
		}
	}

	.wlc-tournament-promo--theme-alternative[_nghost-wlc-app-c3781195698] .wlc-tournament-promo__image--mobile[_ngcontent-wlc-app-c3781195698] {
		display: block;
	}

	@media (min-width: 768px) {
		.wlc-tournament-promo--theme-alternative[_nghost-wlc-app-c3781195698] .wlc-tournament-promo__image--mobile[_ngcontent-wlc-app-c3781195698] {
			display: none;
		}
	}

	.wlc-tournament-promo--theme-alternative[_nghost-wlc-app-c3781195698] .wlc-tournament-promo__lock-btn[_ngcontent-wlc-app-c3781195698] {
		--wlc-icon-width: 20px;
		--wlc-icon-height: 20px;
		color: var(--mc-baseMain);
		font-style: normal;
		font-weight: normal;
		font-size: 1rem;
		line-height: 1.45;
		height: 40px;
		display: inline-flex;
		gap: 10px;
		align-items: center;
		padding: 5px 10px;
		background: var(--mc-buttonColor-o6);
		border-radius: 10px;
		max-width: none;
	}

	.wlc-tournament-promo--theme-alternative[_nghost-wlc-app-c3781195698] .wlc-tournament-promo__lock-btn[_ngcontent-wlc-app-c3781195698] .lock-btn__icon[_ngcontent-wlc-app-c3781195698] .wlc-icon-content {
		display: flex;
	}

	@media (min-width: 480px) {
		.wlc-tournament-promo--theme-alternative[_nghost-wlc-app-c3781195698] .wlc-tournament-promo__lock-btn[_ngcontent-wlc-app-c3781195698] {
			max-width: 185px;
		}
	}

	@media (min-width: 560px) {
		.wlc-tournament-promo--theme-alternative[_nghost-wlc-app-c3781195698] .wlc-tournament-promo__lock-btn[_ngcontent-wlc-app-c3781195698] {
			max-width: none;
		}
	}

	@media (min-width: 1630px) {
		.wlc-tournament-promo--theme-alternative[_nghost-wlc-app-c3781195698] .wlc-tournament-promo__lock-btn[_ngcontent-wlc-app-c3781195698] {
			max-width: 185px;
		}
	}

	.wlc-tournament-promo--theme-alternative[_nghost-wlc-app-c3781195698] .wlc-tournament-promo-prizes {
		display: none;
		margin: 10px auto;
	}

	@media (min-width: 768px) {
		.wlc-tournament-promo--theme-alternative[_nghost-wlc-app-c3781195698] .wlc-tournament-promo-prizes {
			display: block;
		}
	}

	.wlc-tournament-promo--theme-alternative[_nghost-wlc-app-c3781195698] .wlc-tournament-promo-prizes:last-child {
		margin-bottom: 0;
	}

	.wlc-tournament-promo--theme-alternative[_nghost-wlc-app-c3781195698] .wlc-tournament-promo-prizes-mobile {
		display: block;
		margin: 10px auto;
	}

	@media (min-width: 768px) {
		.wlc-tournament-promo--theme-alternative[_nghost-wlc-app-c3781195698] .wlc-tournament-promo-prizes-mobile {
			display: none;
		}
	}

	.wlc-tournament-promo--theme-alternative[_nghost-wlc-app-c3781195698] .buttons-wrap {
		padding: 0 30px 20px;
		flex-direction: column;
		justify-self: center;
		display: flex;
		grid-area: btns;
		gap: 20px;
		align-self: end;
		margin: auto 0 0 0;
	}

	@media (min-width: 640px) {
		.wlc-tournament-promo--theme-alternative[_nghost-wlc-app-c3781195698] .buttons-wrap {
			padding: 0 20px 20px;
		}
	}

	@media (min-width: 480px) {
		.wlc-tournament-promo--theme-alternative[_nghost-wlc-app-c3781195698] .buttons-wrap {
			flex-direction: row;
		}
	}

	@media (min-width: 768px) {
		.wlc-tournament-promo--theme-alternative[_nghost-wlc-app-c3781195698] .buttons-wrap {
			justify-self: start;
		}
	}

	.wlc-tournament-promo--theme-alternative[_nghost-wlc-app-c3781195698] .buttons-wrap>.wlc-btn {
		min-width: 150px;
		grid-column-gap: 0;
		padding: 5px 15px;
	}

	@media (min-width: 480px) {
		.wlc-tournament-promo--theme-alternative[_nghost-wlc-app-c3781195698] .buttons-wrap>.wlc-btn {
			min-width: 110px;
		}
	}

	.wlc-tournament-promo--theme-alternative[_nghost-wlc-app-c3781195698] .buttons-wrap>.wlc-btn:last-child {
		margin: 0;
	}

	@keyframes _ngcontent-wlc-app-c3781195698_spin {
		from {
			transform: rotate(0deg);
		}

		to {
			transform: rotate(360deg);
		}
	}

	.wlc-tournament-promo--theme-wolf[_nghost-wlc-app-c3781195698] {
		height: 100%;
	}

	@media (min-width: 900px) {
		.wlc-tournament-promo--theme-wolf[_nghost-wlc-app-c3781195698] {
			height: 400px;
		}
	}

	.wlc-tournament-promo--theme-wolf[_nghost-wlc-app-c3781195698] .wlc-tournament-promo[_ngcontent-wlc-app-c3781195698] {
		height: 100%;
	}

	@media (min-width: 900px) {
		.wlc-tournament-promo--theme-wolf[_nghost-wlc-app-c3781195698] .wlc-tournament-promo[_ngcontent-wlc-app-c3781195698] {
			height: 400px;
		}
	}

	.wlc-tournament-promo--theme-wolf[_nghost-wlc-app-c3781195698] .wlc-tournament-promo__container[_ngcontent-wlc-app-c3781195698] {
		grid-template-columns: minmax(290px, 1fr);
		grid-template-areas: "info""board""btns";
		height: 100%;
		background: var(--mc-bg500);
		position: relative;
		display: grid;
		overflow: hidden;
		border-radius: 8px;
	}

	@media (min-width: 900px) {
		.wlc-tournament-promo--theme-wolf[_nghost-wlc-app-c3781195698] .wlc-tournament-promo__container[_ngcontent-wlc-app-c3781195698] {
			grid-template-columns: minmax(375px, 1fr) 340px;
		}
	}

	@media (min-width: 1200px) {
		.wlc-tournament-promo--theme-wolf[_nghost-wlc-app-c3781195698] .wlc-tournament-promo__container[_ngcontent-wlc-app-c3781195698] {
			grid-template-columns: minmax(250px, 1fr) 300px;
		}
	}

	@media (min-width: 1630px) {
		.wlc-tournament-promo--theme-wolf[_nghost-wlc-app-c3781195698] .wlc-tournament-promo__container[_ngcontent-wlc-app-c3781195698] {
			grid-template-columns: minmax(300px, 1fr) 340px;
		}
	}

	@media (min-width: 900px) {
		.wlc-tournament-promo--theme-wolf[_nghost-wlc-app-c3781195698] .wlc-tournament-promo__container[_ngcontent-wlc-app-c3781195698] {
			grid-template-areas: "info board""btns board";
		}
	}

	@media (min-width: 900px) {
		.wlc-tournament-promo--theme-wolf[_nghost-wlc-app-c3781195698] .wlc-tournament-promo__container[_ngcontent-wlc-app-c3781195698] {
			height: 400px;
		}
	}

	@media (min-width: 720px) {
		.wlc-tournament-promo--theme-wolf[_nghost-wlc-app-c3781195698] .wlc-tournament-promo__container[_ngcontent-wlc-app-c3781195698] {
			grid-template-rows: 226px auto auto;
		}
	}

	@media (min-width: 900px) {
		.wlc-tournament-promo--theme-wolf[_nghost-wlc-app-c3781195698] .wlc-tournament-promo__container[_ngcontent-wlc-app-c3781195698] {
			grid-template-rows: initial;
		}
	}

	.wlc-tournament-promo--theme-wolf[_nghost-wlc-app-c3781195698] .wlc-tournament-promo__info[_ngcontent-wlc-app-c3781195698] {
		padding: 20px 20px 30px;
		background: var(--mc-bg300);
		position: relative;
		grid-area: info;
	}

	@media (min-width: 640px) {
		.wlc-tournament-promo--theme-wolf[_nghost-wlc-app-c3781195698] .wlc-tournament-promo__info[_ngcontent-wlc-app-c3781195698] {
			padding: 30px 40px 40px;
		}
	}

	@media (min-width: 900px) {
		.wlc-tournament-promo--theme-wolf[_nghost-wlc-app-c3781195698] .wlc-tournament-promo__info[_ngcontent-wlc-app-c3781195698] {
			background: var(--mc-bg500);
		}
	}

	.wlc-tournament-promo--theme-wolf[_nghost-wlc-app-c3781195698] .wlc-tournament-promo__prizepool[_ngcontent-wlc-app-c3781195698] {
		color: var(--mc-baseThird);
		font-style: normal;
		font-weight: bold;
		font-size: 2rem;
		line-height: 1.4;
		margin: 5px 0 10px;
		text-align: center;
	}

	.wlc-tournament-promo--theme-wolf[_nghost-wlc-app-c3781195698] .wlc-tournament-promo__prizepool[_ngcontent-wlc-app-c3781195698] .wlc-tournament-prizes-row__values {
		padding: 5px 15px;
		background: var(--mc-bg700-o6);
	}

	.wlc-tournament-promo--theme-wolf[_nghost-wlc-app-c3781195698] .wlc-tournament-promo__prizepool[_ngcontent-wlc-app-c3781195698] .wlc-tournament-prizes-row__rest-icon .wlc-tournament-prizes-row__icon span svg {
		width: 24px;
		height: 24px;
	}

	.wlc-tournament-promo--theme-wolf[_nghost-wlc-app-c3781195698] .wlc-tournament-promo__board[_ngcontent-wlc-app-c3781195698] {
		padding: 20px 60px;
		background: var(--mc-bg500);
		position: relative;
		display: flex;
		flex-direction: column;
		grid-area: board;
		justify-content: flex-start;
	}

	@media (min-width: 640px) {
		.wlc-tournament-promo--theme-wolf[_nghost-wlc-app-c3781195698] .wlc-tournament-promo__board[_ngcontent-wlc-app-c3781195698] {
			padding: 20px 40px;
		}
	}

	@media (min-width: 1200px) {
		.wlc-tournament-promo--theme-wolf[_nghost-wlc-app-c3781195698] .wlc-tournament-promo__board[_ngcontent-wlc-app-c3781195698] {
			padding: 30px 40px;
		}
	}

	@media (min-width: 1630px) {
		.wlc-tournament-promo--theme-wolf[_nghost-wlc-app-c3781195698] .wlc-tournament-promo__board[_ngcontent-wlc-app-c3781195698] {
			padding: 30px 45px;
		}
	}

	@media (min-width: 900px) {
		.wlc-tournament-promo--theme-wolf[_nghost-wlc-app-c3781195698] .wlc-tournament-promo__board[_ngcontent-wlc-app-c3781195698] {
			background: var(--mc-bg300);
		}
	}

	.wlc-tournament-promo--theme-wolf[_nghost-wlc-app-c3781195698] .wlc-tournament-promo__board-title[_ngcontent-wlc-app-c3781195698] {
		color: #ffffff;
		font-style: normal;
		font-weight: bold;
		font-size: 1.6rem;
		line-height: 1.45;
		text-align: center;
	}

	.wlc-tournament-promo--theme-wolf[_nghost-wlc-app-c3781195698] .wlc-tournament-promo__board[_ngcontent-wlc-app-c3781195698] .wlc-link-block .wlc-btn[class] {
		color: var(--mc-main);
	}

	.wlc-tournament-promo--theme-wolf[_nghost-wlc-app-c3781195698] .wlc-tournament-promo__board[_ngcontent-wlc-app-c3781195698] .wlc-link-block .wlc-btn[class] .wlc-icon {
		color: var(--mc-main);
	}

	@media (pointer: fine) {
		.wlc-tournament-promo--theme-wolf[_nghost-wlc-app-c3781195698] .wlc-tournament-promo__board[_ngcontent-wlc-app-c3781195698] .wlc-link-block .wlc-btn[class]:hover .wlc-icon {
			color: #ffffff;
		}
	}

	.wlc-tournament-promo--theme-wolf[_nghost-wlc-app-c3781195698] .wlc-tournament-promo__inner[_ngcontent-wlc-app-c3781195698] {
		text-align: center;
		position: relative;
		z-index: 3;
	}

	@media (min-width: 900px) {
		.wlc-tournament-promo--theme-wolf[_nghost-wlc-app-c3781195698] .wlc-tournament-promo__inner[_ngcontent-wlc-app-c3781195698] {
			text-align: left;
		}
	}

	.wlc-tournament-promo--theme-wolf[_nghost-wlc-app-c3781195698] .wlc-tournament-promo__inner[_ngcontent-wlc-app-c3781195698] .wlc-btn {
		display: block;
		width: 100%;
		max-width: 500px;
		margin: 0 auto;
		padding: 0 0 5px;
		background: var(--mc-bg700);
		border-radius: 0 0 8px 8px;
	}

	.wlc-tournament-promo--theme-wolf[_nghost-wlc-app-c3781195698] .wlc-tournament-promo__inner[_ngcontent-wlc-app-c3781195698]:has(.wlc-btn) .wlc-tournament-promo-prizes.wlc-tournament-prizes--theme-wolf .wlc-tournament-prizes__container {
		border-radius: 8px 8px 0 0;
	}

	.wlc-tournament-promo--theme-wolf[_nghost-wlc-app-c3781195698] .wlc-tournament-promo__inner[_ngcontent-wlc-app-c3781195698]:has(.wlc-btn) .wlc-tournament-promo-prizes.wlc-tournament-prizes--theme-wolf .wlc-tournament-prizes__body .wlc-tournament-prizes__row:last-child {
		border-bottom: 1px solid var(--mc-bg300);
	}

	.wlc-tournament-promo--theme-wolf[_nghost-wlc-app-c3781195698] .wlc-tournament-promo__tag[_ngcontent-wlc-app-c3781195698] {
		margin: 0 0 20px;
	}

	.wlc-tournament-promo--theme-wolf[_nghost-wlc-app-c3781195698] .wlc-tournament-promo__title[_ngcontent-wlc-app-c3781195698] {
		color: var(--mc-baseThird);
		font-style: normal;
		font-weight: bold;
		font-size: 2rem;
		line-height: 1.4;

		display: -webkit-box;
		box-orient: vertical;
		-webkit-box-orient: vertical;

		overflow: hidden;
		text-overflow: ellipsis;
		word-break: break-word;
		-webkit-line-clamp: 2;
		margin: 0 0 20px;
	}

	@media (min-width: 900px) {
		.wlc-tournament-promo--theme-wolf[_nghost-wlc-app-c3781195698] .wlc-tournament-promo__title[_ngcontent-wlc-app-c3781195698] {
			color: var(--mc-baseThird);
			font-style: normal;
			font-weight: bold;
			font-size: 2rem;
			line-height: 1.4;
		}
	}

	.wlc-tournament-promo--theme-wolf[_nghost-wlc-app-c3781195698] .wlc-tournament-promo__description[_ngcontent-wlc-app-c3781195698] {
		display: -webkit-box;
		box-orient: vertical;
		-webkit-box-orient: vertical;

		overflow: hidden;
		text-overflow: ellipsis;
		word-break: break-word;
		-webkit-line-clamp: 3;
		color: var(--mc-baseThird);
		font-style: normal;
		font-weight: normal;
		font-size: 1.2rem;
		line-height: 1.45;

		display: -webkit-box;
		box-orient: vertical;
		-webkit-box-orient: vertical;

		overflow: hidden;
		text-overflow: ellipsis;
		word-break: break-word;
		-webkit-line-clamp: 3;
		margin: 0 0 40px;
	}

	.wlc-tournament-promo--theme-wolf[_nghost-wlc-app-c3781195698] .wlc-tournament-promo__tag[_ngcontent-wlc-app-c3781195698]:last-child,
	.wlc-tournament-promo--theme-wolf[_nghost-wlc-app-c3781195698] .wlc-tournament-promo__title[_ngcontent-wlc-app-c3781195698]:last-child,
	.wlc-tournament-promo--theme-wolf[_nghost-wlc-app-c3781195698] .wlc-tournament-promo__description[_ngcontent-wlc-app-c3781195698]:last-child {
		margin-bottom: 0;
	}

	.wlc-tournament-promo--theme-wolf[_nghost-wlc-app-c3781195698] .wlc-tournament-promo__image[_ngcontent-wlc-app-c3781195698] {
		position: absolute;
		top: 0;
		left: 0;
		z-index: 1;
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: center;
	}

	.wlc-tournament-promo--theme-wolf[_nghost-wlc-app-c3781195698] .wlc-tournament-promo__image--desk[_ngcontent-wlc-app-c3781195698] {
		display: none;
	}

	@media (min-width: 900px) {
		.wlc-tournament-promo--theme-wolf[_nghost-wlc-app-c3781195698] .wlc-tournament-promo__image--desk[_ngcontent-wlc-app-c3781195698] {
			display: block;
		}
	}

	.wlc-tournament-promo--theme-wolf[_nghost-wlc-app-c3781195698] .wlc-tournament-promo__image--mobile[_ngcontent-wlc-app-c3781195698] {
		display: block;
	}

	@media (min-width: 900px) {
		.wlc-tournament-promo--theme-wolf[_nghost-wlc-app-c3781195698] .wlc-tournament-promo__image--mobile[_ngcontent-wlc-app-c3781195698] {
			display: none;
		}
	}

	.wlc-tournament-promo--theme-wolf[_nghost-wlc-app-c3781195698] .wlc-tournament-promo-prizes {
		margin: 10px auto 0;
	}

	.wlc-tournament-promo--theme-wolf[_nghost-wlc-app-c3781195698] .buttons-wrap {
		flex-direction: column;
		justify-self: center;
		padding: 0 0 20px;
		display: flex;
		flex-wrap: wrap;
		grid-area: btns;
		gap: 20px;
		align-self: end;
	}

	@media (min-width: 900px) {
		.wlc-tournament-promo--theme-wolf[_nghost-wlc-app-c3781195698] .buttons-wrap {
			align-items: flex-end;
		}
	}

	@media (min-width: 480px) {
		.wlc-tournament-promo--theme-wolf[_nghost-wlc-app-c3781195698] .buttons-wrap {
			flex-direction: row;
		}
	}

	@media (min-width: 720px) {
		.wlc-tournament-promo--theme-wolf[_nghost-wlc-app-c3781195698] .buttons-wrap {
			flex-direction: column;
		}
	}

	@media (min-width: 900px) {
		.wlc-tournament-promo--theme-wolf[_nghost-wlc-app-c3781195698] .buttons-wrap {
			flex-direction: row;
		}
	}

	@media (min-width: 900px) {
		.wlc-tournament-promo--theme-wolf[_nghost-wlc-app-c3781195698] .buttons-wrap {
			justify-self: initial;
		}
	}

	@media (min-width: 720px) {
		.wlc-tournament-promo--theme-wolf[_nghost-wlc-app-c3781195698] .buttons-wrap {
			padding: 0 0 20px;
		}
	}

	@media (min-width: 900px) {
		.wlc-tournament-promo--theme-wolf[_nghost-wlc-app-c3781195698] .buttons-wrap {
			padding: 0 20px 30px;
		}
	}

	@media (min-width: 1630px) {
		.wlc-tournament-promo--theme-wolf[_nghost-wlc-app-c3781195698] .buttons-wrap {
			padding: 0 30px 30px;
		}
	}

	.wlc-tournament-promo--theme-wolf[_nghost-wlc-app-c3781195698] .buttons-wrap>.wlc-btn {
		grid-column-gap: 0;
		padding: 5px 15px;
	}

	.wlc-tournament-promo--theme-default[_nghost-wlc-app-c3781195698] .wlc-tournament-promo__container[_ngcontent-wlc-app-c3781195698] {
		cursor: pointer;
	}

	.wlc-tournament-promo--theme-default[_nghost-wlc-app-c3781195698] .wlc-tournament-promo__info[_ngcontent-wlc-app-c3781195698] {
		min-width: 322px;
	}

	.wlc-tournament-promo--theme-default[_nghost-wlc-app-c3781195698] .wlc-tournament-promo__image-footer[_ngcontent-wlc-app-c3781195698] {
		position: absolute;
		top: 0;
		left: 0;
		z-index: 2;
		width: 100%;
		height: 100%;
	}

	@media (max-width: 899px) {
		.wlc-tournament-promo--theme-default[_nghost-wlc-app-c3781195698] .wlc-tournament-promo__image-footer[_ngcontent-wlc-app-c3781195698] {
			background: linear-gradient(180deg, rgba(10, 13, 40, 0) 64.13%, #0a0d28 79.66%);
		}
	}

	.wlc-tournament-promo--theme-default[_nghost-wlc-app-c3781195698] .wlc-tournament-promo__board[_ngcontent-wlc-app-c3781195698] .wlc-tournament-promo__inner[_ngcontent-wlc-app-c3781195698] {
		padding: 0 20px 10px;
		position: absolute;
		bottom: 0;
		left: 0;
		display: flex;
		align-items: flex-end;
		justify-content: space-between;
		width: 100%;
	}

	@media (min-width: 1200px) {
		.wlc-tournament-promo--theme-default[_nghost-wlc-app-c3781195698] .wlc-tournament-promo__board[_ngcontent-wlc-app-c3781195698] .wlc-tournament-promo__inner[_ngcontent-wlc-app-c3781195698] {
			padding: 0 17px 35px 31px;
		}
	}

	@media (min-width: 1630px) {
		.wlc-tournament-promo--theme-default[_nghost-wlc-app-c3781195698] .wlc-tournament-promo__board[_ngcontent-wlc-app-c3781195698] .wlc-tournament-promo__inner[_ngcontent-wlc-app-c3781195698] {
			padding: 0 17px 0 31px;
		}
	}

	.wlc-tournament-promo--theme-default[_nghost-wlc-app-c3781195698] .wlc-tournament-promo__title[_ngcontent-wlc-app-c3781195698] {
		display: -webkit-box;
		box-orient: vertical;
		-webkit-box-orient: vertical;

		overflow: hidden;
		text-overflow: ellipsis;
		word-break: break-word;
		-webkit-line-clamp: 2;
		margin-bottom: 16px;
		font-weight: 700;
		font-size: 24px;
		line-height: 28px;
		text-transform: uppercase;
	}

	@media (min-width: 900px) {
		.wlc-tournament-promo--theme-default[_nghost-wlc-app-c3781195698] .wlc-tournament-promo__title[_ngcontent-wlc-app-c3781195698] {
			display: -webkit-box;
			box-orient: vertical;
			-webkit-box-orient: vertical;

			overflow: hidden;
			text-overflow: ellipsis;
			word-break: break-word;
			-webkit-line-clamp: 1;
		}
	}

	.wlc-tournament-promo--theme-default[_nghost-wlc-app-c3781195698] .wlc-tournament-promo__prize-pool[_ngcontent-wlc-app-c3781195698] {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
	}

	.wlc-tournament-promo--theme-default[_nghost-wlc-app-c3781195698] .wlc-tournament-promo__board-title[_ngcontent-wlc-app-c3781195698] {
		font-weight: 700;
		font-size: 12px;
		line-height: 16px;
		text-transform: uppercase;
		text-wrap: nowrap;
	}

	.wlc-tournament-promo--theme-default[_nghost-wlc-app-c3781195698] .wlc-tournament-promo__description[_ngcontent-wlc-app-c3781195698] {
		display: -webkit-box;
		box-orient: vertical;
		-webkit-box-orient: vertical;

		overflow: hidden;
		text-overflow: ellipsis;
		word-break: break-word;
		-webkit-line-clamp: 2;
		font-size: 14px;
	}

	@media (min-width: 900px) {
		.wlc-tournament-promo--theme-default[_nghost-wlc-app-c3781195698] .wlc-tournament-promo__description[_ngcontent-wlc-app-c3781195698] {
			display: -webkit-box;
			box-orient: vertical;
			-webkit-box-orient: vertical;

			overflow: hidden;
			text-overflow: ellipsis;
			word-break: break-word;
			-webkit-line-clamp: 1;
		}
	}

	.wlc-tournament-promo--theme-default[_nghost-wlc-app-c3781195698] .wlc-tournament-promo__lock-btn[_ngcontent-wlc-app-c3781195698] {
		gap: 4px;
		max-width: 185px !important;
		padding: 5px 10px;
		font-weight: 700;
		line-height: 1.4rem;
		border-radius: 100px;
		background: var(--mc-buttonGradient);
		opacity: 0.6;
	}

	.wlc-tournament-promo--theme-default[_nghost-wlc-app-c3781195698] .wlc-tournament-promo__lock-btn[_ngcontent-wlc-app-c3781195698] .lock-btn__icon svg {
		width: 12px;
		height: 12px;
	}

	@media (min-width: 1200px) {
		.wlc-tournament-promo--theme-default[_nghost-wlc-app-c3781195698] .wlc-tournament-promo__lock-btn[_ngcontent-wlc-app-c3781195698] {
			padding: 5px 14px;
		}
	}

	.wlc-tournament-promo--theme-default[_nghost-wlc-app-c3781195698] .wlc-tournament-promo__lock-btn[_ngcontent-wlc-app-c3781195698] .lock-btn__text[_ngcontent-wlc-app-c3781195698] {
		font-size: 1.2rem;
	}

	.wlc-tournament-promo--theme-default[_nghost-wlc-app-c3781195698] .wlc-tournament-promo__tag[_ngcontent-wlc-app-c3781195698] {
		position: absolute;
		top: 20px;
		left: 20px;
		z-index: 10;
		display: flex;
		gap: 12px;
	}

	.wlc-tournament-promo--theme-default[_nghost-wlc-app-c3781195698] .wlc-tournament-promo__tag-text[_ngcontent-wlc-app-c3781195698] {
		position: relative;
		display: flex;
		align-items: center;
		padding: 5px 12px;
		font-weight: 700;
		font-size: 12px;
		font-style: normal;
		border-radius: 100px;
		background: linear-gradient(186deg, #75e6ff 0%, #75e6ff 0.01%, #878bff 100%);
	}

	.wlc-tournament-promo--theme-default[_nghost-wlc-app-c3781195698] .wlc-tournament-promo__tag-text.active[_ngcontent-wlc-app-c3781195698] {
		color: var(--mc-white);
		background: linear-gradient(186deg, #75e6ff 0%, #75e6ff 0.01%, #878bff 100%);
	}

	.wlc-tournament-promo--theme-default[_nghost-wlc-app-c3781195698] .wlc-tournament-promo__tag-text.unavailable[_ngcontent-wlc-app-c3781195698] {
		color: var(--mc-baseMain);
		background: #313131;
	}

	.wlc-tournament-promo--theme-default[_nghost-wlc-app-c3781195698] .wlc-link-block[_ngcontent-wlc-app-c3781195698] {
		padding-bottom: 4px;
	}

	.wlc-tournament-promo--theme-default[_nghost-wlc-app-c3781195698] .wlc-link-block[_ngcontent-wlc-app-c3781195698] .wlc-btn__text {
		color: var(--mc-baseMain);
		font-weight: 800;
		font-size: 14px;
		text-transform: uppercase;
		text-wrap: nowrap;
	}

	.wlc-tournament-promo--theme-default[_nghost-wlc-app-c3781195698] .wlc-link-block[_ngcontent-wlc-app-c3781195698] .wlc-btn__text .wlc-icon {
		display: flex;
		align-items: center;
		justify-content: center;
		color: var(--mc-white) !important;
		width: 20px;
		height: 20px;
		background: transparent;
		border: 1px solid #fff;
		border-radius: 5px;
	}

	.wlc-tournament-promo--theme-default[_nghost-wlc-app-c3781195698] .wlc-link-block[_ngcontent-wlc-app-c3781195698] .wlc-btn__text .wlc-icon .wlc-icon-content {
		color: var(--mc-white);
	}

	@media (pointer: fine) {
		.wlc-tournament-promo--theme-default[_nghost-wlc-app-c3781195698] .wlc-link-block[_ngcontent-wlc-app-c3781195698]:hover .wlc-btn__text {
			color: var(--mc-main);
		}
	}

	.wlc-tournament-promo--theme-default[_nghost-wlc-app-c3781195698] .wlc-tournament-prizes[_ngcontent-wlc-app-c3781195698] {
		display: none;
		margin: 0;
	}

	@media (min-width: 1200px) {
		.wlc-tournament-promo--theme-default[_nghost-wlc-app-c3781195698] .wlc-tournament-prizes[_ngcontent-wlc-app-c3781195698] {
			display: block;
		}
	}

	.wlc-tournament-promo--theme-default[_nghost-wlc-app-c3781195698] .wlc-tournament-prizes-row[_ngcontent-wlc-app-c3781195698] {
		font-size: 24px;
		margin: 0;
		font-weight: 700;
		line-height: 40px;
		text-transform: uppercase;
	}

	@media (min-width: 1630px) {
		.wlc-tournament-promo--theme-default[_nghost-wlc-app-c3781195698] .wlc-tournament-prizes-row[_ngcontent-wlc-app-c3781195698] {
			font-size: 36px;
		}
	}

	.wlc-tournament-promo--theme-default[_nghost-wlc-app-c3781195698] .wlc-tournament-prizes-row[_ngcontent-wlc-app-c3781195698] .wlc-currency {
		padding-right: 10px;
	}

	.wlc-tournament-promo--theme-default[_nghost-wlc-app-c3781195698] .wlc-prizes--mob[_ngcontent-wlc-app-c3781195698] {
		display: block;
		margin-top: 10px;
	}

	@media (min-width: 1200px) {
		.wlc-tournament-promo--theme-default[_nghost-wlc-app-c3781195698] .wlc-prizes--mob[_ngcontent-wlc-app-c3781195698] {
			display: none;
		}
	}

	.wlc-tournament-promo--theme-default[_nghost-wlc-app-c3781195698] .buttons-wrap[_ngcontent-wlc-app-c3781195698] {
		flex-wrap: nowrap;
	}


	.wlc-tournament-smart-info--theme-default[_nghost-wlc-app-c3540639100] {
		--wlc-prizes-row-alignment: left;
		max-width: 100%;
	}

	.wlc-tournament-smart-info--theme-default[_nghost-wlc-app-c3540639100] .wlc-tournament-smart-info__content[_ngcontent-wlc-app-c3540639100] {
		flex-wrap: wrap;
		min-width: 100%;
		padding: 10px 15px;
		background: var(--mc-bg);
		border-radius: 10px;
		display: flex;
		align-items: center;
		justify-content: left;
		height: 100%;
	}

	@media (min-width: 480px) {
		.wlc-tournament-smart-info--theme-default[_nghost-wlc-app-c3540639100] .wlc-tournament-smart-info__content[_ngcontent-wlc-app-c3540639100] {
			flex-wrap: nowrap;
		}
	}

	@media (min-width: 480px) {
		.wlc-tournament-smart-info--theme-default[_nghost-wlc-app-c3540639100] .wlc-tournament-smart-info__content[_ngcontent-wlc-app-c3540639100] {
			min-width: 350px;
		}
	}

	@media (min-width: 1200px) {
		.wlc-tournament-smart-info--theme-default[_nghost-wlc-app-c3540639100] .wlc-tournament-smart-info__content[_ngcontent-wlc-app-c3540639100] {
			padding: 10px 20px;
		}
	}

	.wlc-tournament-smart-info--theme-default[_nghost-wlc-app-c3540639100] .wlc-tournament-smart-info__prize-block[_ngcontent-wlc-app-c3540639100] {
		min-width: 200px;
		display: flex;
		align-items: center;
	}

	@media (min-width: 480px) {
		.wlc-tournament-smart-info--theme-default[_nghost-wlc-app-c3540639100] .wlc-tournament-smart-info__prize-block[_ngcontent-wlc-app-c3540639100] {
			min-width: 0;
		}
	}

	.wlc-tournament-smart-info--theme-default[_nghost-wlc-app-c3540639100] .wlc-tournament-smart-info__prize-block--icon[_ngcontent-wlc-app-c3540639100] {
		margin: -5px 10px 0 0;
		color: var(--mc-main);
	}

	.wlc-tournament-smart-info--theme-default[_nghost-wlc-app-c3540639100] .wlc-tournament-smart-info__prize-block__text[_ngcontent-wlc-app-c3540639100] {
		min-width: 0;
	}

	.wlc-tournament-smart-info--theme-default[_nghost-wlc-app-c3540639100] .wlc-tournament-smart-info__prize-block__text--subtitle[_ngcontent-wlc-app-c3540639100] {
		color: var(--mc-baseMain);
		font-style: normal;
		font-weight: normal;
		font-size: 1.4rem;
		line-height: 1.45;
	}

	.wlc-tournament-smart-info--theme-default[_nghost-wlc-app-c3540639100] .wlc-tournament-smart-info__prize-block__text--value[_ngcontent-wlc-app-c3540639100] {
		color: var(--mc-baseMain);
		font-style: normal;
		font-weight: bold;
		font-size: 1.4rem;
		line-height: 1.45;
		white-space: nowrap;
	}

	.wlc-tournament-smart-info--theme-default[_nghost-wlc-app-c3540639100] .wlc-tournament-smart-info__delimiter[_ngcontent-wlc-app-c3540639100] {
		background: var(--mc-baseOpacity);
		width: 100%;
		height: 2px;
		margin: 10px 0;
		align-self: stretch;
	}

	@media (min-width: 480px) {
		.wlc-tournament-smart-info--theme-default[_nghost-wlc-app-c3540639100] .wlc-tournament-smart-info__delimiter[_ngcontent-wlc-app-c3540639100] {
			width: 2px;
		}
	}

	@media (min-width: 480px) {
		.wlc-tournament-smart-info--theme-default[_nghost-wlc-app-c3540639100] .wlc-tournament-smart-info__delimiter[_ngcontent-wlc-app-c3540639100] {
			height: initial;
		}
	}

	@media (min-width: 480px) {
		.wlc-tournament-smart-info--theme-default[_nghost-wlc-app-c3540639100] .wlc-tournament-smart-info__delimiter[_ngcontent-wlc-app-c3540639100] {
			margin: 0 10px 0 5px;
		}
	}

	.wlc-tournament-smart-info--theme-default[_nghost-wlc-app-c3540639100] .wlc-tournament-smart-info__timer-block[_ngcontent-wlc-app-c3540639100] .wlc-timer__content {
		padding: 0;
		background: transparent;
		border-radius: 0;
		min-width: 200px;
	}

	@media (min-width: 480px) {
		.wlc-tournament-smart-info--theme-default[_nghost-wlc-app-c3540639100] .wlc-tournament-smart-info__timer-block[_ngcontent-wlc-app-c3540639100] .wlc-timer__content {
			min-width: 185px;
		}
	}

	.wlc-tournament-smart-info--theme-default[_nghost-wlc-app-c3540639100] .wlc-tournament-smart-info__timer-block[_ngcontent-wlc-app-c3540639100] .wlc-timer__timer-text {
		line-height: 0;
	}

	.wlc-tournament-smart-info--theme-default[_nghost-wlc-app-c3540639100] .wlc-tournament-smart-info__timer-block[_ngcontent-wlc-app-c3540639100] .wlc-timer__timer-text--countdown {
		color: var(--mc-baseMain);
		font-style: normal;
		font-weight: bold;
		font-size: 1.4rem;
		line-height: 1.45;
	}

	.wlc-tournament-smart-info--theme-default[_nghost-wlc-app-c3540639100] .wlc-tournament-smart-info__timer-block[_ngcontent-wlc-app-c3540639100] .wlc-timer__timer-text .secondary-text {
		color: var(--mc-baseMain);
		font-style: normal;
		font-weight: normal;
		font-size: 1.4rem;
		line-height: 1.45;
	}


	.wlc-timer--theme-default.wlc-timer--theme-mod-play-time[_nghost-wlc-app-c2616516340] .time-text__item[_ngcontent-wlc-app-c2616516340] .text[_ngcontent-wlc-app-c2616516340]:not(.text-days) {
		display: none;
	}

	.wlc-timer--theme-default.wlc-timer--theme-mod-play-time[_nghost-wlc-app-c2616516340] .wlc-timer__content[_ngcontent-wlc-app-c2616516340] {
		padding: 15px 25px;
	}

	.wlc-timer--theme-default.wlc-timer--theme-mod-play-time[_nghost-wlc-app-c2616516340] .wlc-timer__timer-text[_ngcontent-wlc-app-c2616516340] {
		display: flex;
		flex-direction: row-reverse;
		justify-content: space-between;
		width: 100%;
	}

	.wlc-timer--theme-default.wlc-timer--theme-mod-light[_nghost-wlc-app-c2616516340] .wlc-timer__content[_ngcontent-wlc-app-c2616516340] {
		padding: 0;
		background-color: transparent;
	}

	.wlc-timer--theme-default.wlc-timer--theme-mod-light[_nghost-wlc-app-c2616516340] .wlc-timer__content[_ngcontent-wlc-app-c2616516340] .time-text[_ngcontent-wlc-app-c2616516340] {
		color: var(--mc-baseMain);
		font-style: normal;
		font-weight: normal;
		font-size: 1rem;
		line-height: 1.45;
	}

	.wlc-timer--theme-default.wlc-timer--theme-mod-light[_nghost-wlc-app-c2616516340] .wlc-timer__content[_ngcontent-wlc-app-c2616516340] .time-text__divider[_ngcontent-wlc-app-c2616516340] {
		margin: 0;
	}

	.wlc-timer--theme-default.wlc-timer--theme-mod-light[_nghost-wlc-app-c2616516340] .wlc-timer__clock-icon[_ngcontent-wlc-app-c2616516340] {
		margin: -1px 5px 0 0;
		font-size: 0;
	}

	.wlc-timer--theme-default.wlc-timer--theme-mod-light[_nghost-wlc-app-c2616516340] .wlc-timer__clock-icon[_ngcontent-wlc-app-c2616516340] svg {
		width: 10px;
		height: 10px;
		fill: var(--mc-main);
	}

	.wlc-timer--theme-default[_nghost-wlc-app-c2616516340] .wlc-timer__content[_ngcontent-wlc-app-c2616516340] {
		display: flex;
		align-items: center;
		padding: var(--wlc-timer-padding, 9px 15px 8px 15px);
		background: var(--wlc-timer-bg, var(--mc-bg500));
		border-radius: 12px;
	}

	.wlc-timer--theme-default[_nghost-wlc-app-c2616516340] .wlc-timer__content[_ngcontent-wlc-app-c2616516340] .time-text[_ngcontent-wlc-app-c2616516340] {
		color: var(--wlc-timer-color, var(--mc-baseMain));
		font-style: normal;
		font-weight: normal;
		font-size: 1.2rem;
		line-height: 1.45;
	}

	.wlc-timer--theme-default[_nghost-wlc-app-c2616516340] .wlc-timer__content[_ngcontent-wlc-app-c2616516340] .time-text--countdown[_ngcontent-wlc-app-c2616516340] {
		display: flex;
	}

	.wlc-timer--theme-default[_nghost-wlc-app-c2616516340] .wlc-timer__content[_ngcontent-wlc-app-c2616516340] .time-text__divider[_ngcontent-wlc-app-c2616516340] {
		margin: 0 5px;
	}

	.wlc-timer--theme-default[_nghost-wlc-app-c2616516340] .wlc-timer__clock-icon[_ngcontent-wlc-app-c2616516340] {
		margin: -5px 10px 0 0;
	}

	.wlc-timer--theme-default[_nghost-wlc-app-c2616516340] .wlc-timer__clock-icon[_ngcontent-wlc-app-c2616516340] svg {
		width: 18px;
		height: 18px;
		fill: none;
	}

	.wlc-timer--theme-default[_nghost-wlc-app-c2616516340] .wlc-timer__timer-text[_ngcontent-wlc-app-c2616516340] {
		line-height: 1.3;
		text-align: left;
	}

	.wlc-timer--theme-default[_nghost-wlc-app-c2616516340] .wlc-timer__timer-text[_ngcontent-wlc-app-c2616516340] .secondary-text[_ngcontent-wlc-app-c2616516340] {
		color: var(--wlc-timer-subtitle-color, var(--mc-baseMain));
		font-style: normal;
		font-weight: normal;
		font-size: 1.4rem;
		line-height: 1.45;
	}

	.wlc-timer--theme-one-line[_nghost-wlc-app-c2616516340] .wlc-timer__content[_ngcontent-wlc-app-c2616516340] {
		color: var(--mc-warning);
		font-style: normal;
		font-weight: bold;
		font-size: 1.4rem;
		line-height: 1.45;
		display: inline;
	}

	.wlc-timer--theme-one-line[_nghost-wlc-app-c2616516340] .wlc-timer__content[_ngcontent-wlc-app-c2616516340] .time-text[_ngcontent-wlc-app-c2616516340] {
		white-space: nowrap;
	}

	.wlc-timer--theme-one-line[_nghost-wlc-app-c2616516340] .wlc-timer__content[_ngcontent-wlc-app-c2616516340] .time-text__divider[_ngcontent-wlc-app-c2616516340],
	.wlc-timer--theme-one-line[_nghost-wlc-app-c2616516340] .wlc-timer__content[_ngcontent-wlc-app-c2616516340] .time-text__item[_ngcontent-wlc-app-c2616516340],
	.wlc-timer--theme-one-line[_nghost-wlc-app-c2616516340] .wlc-timer__content[_ngcontent-wlc-app-c2616516340] .time-text[_ngcontent-wlc-app-c2616516340] {
		display: inline;
	}

	.wlc-timer--theme-one-line[_nghost-wlc-app-c2616516340] .wlc-timer__label[_ngcontent-wlc-app-c2616516340] {
		display: inline-flex;
		align-items: baseline;
		justify-content: center;
		white-space: nowrap;
	}

	.wlc-timer--theme-one-line[_nghost-wlc-app-c2616516340] .wlc-timer__text[_ngcontent-wlc-app-c2616516340] {
		display: inline-block;
		margin: 0 5px 0 0;
	}

	.wlc-timer--theme-one-line[_nghost-wlc-app-c2616516340] .wlc-timer__icon[_ngcontent-wlc-app-c2616516340] {
		align-self: end;
		margin: 0 5px 0 0;
		color: inherit;
	}

	.wlc-timer--theme-one-line[_nghost-wlc-app-c2616516340] .wlc-timer__icon[_ngcontent-wlc-app-c2616516340] .wlc-icon-content {
		display: flex;
		width: 20px;
		height: 20px;
	}

	.wlc-timer--theme-one-line[_nghost-wlc-app-c2616516340] .wlc-timer__icon[_ngcontent-wlc-app-c2616516340] .wlc-icon-content svg {
		width: 20px;
		height: 20px;
	}

	.wlc-timer--theme-one-line.wlc-timer--theme-mod-small[_nghost-wlc-app-c2616516340] .time-text[_ngcontent-wlc-app-c2616516340] {
		color: var(--mc-baseMain);
		font-style: normal;
		font-weight: normal;
		font-size: 1rem;
		line-height: 1.45;
	}

	.wlc-timer--theme-one-line.wlc-timer--theme-mod-small[_nghost-wlc-app-c2616516340] .wlc-timer__content[_ngcontent-wlc-app-c2616516340] {
		align-items: center;
		justify-content: center;
	}

	.wlc-timer--theme-one-line.wlc-timer--theme-mod-small[_nghost-wlc-app-c2616516340] .wlc-timer__icon[_ngcontent-wlc-app-c2616516340] .wlc-icon-content {
		width: 10px;
		height: 10px;
		color: var(--mc-main);
	}

	.wlc-timer--theme-one-line.wlc-timer--theme-mod-small[_nghost-wlc-app-c2616516340] .wlc-timer__icon[_ngcontent-wlc-app-c2616516340] .wlc-icon-content svg {
		width: 10px;
		height: 10px;
		fill: currentColor;
	}

	.wlc-timer--theme-wolf[_nghost-wlc-app-c2616516340] .secondary-text[_ngcontent-wlc-app-c2616516340] {
		color: var(--wlc-timer-title-color, var(--mc-baseThird));
		font-style: normal;
		font-weight: bold;
		font-size: 1rem;
		line-height: 1.45;
		margin: 0 0 5px;
		text-align: var(--wlc-timer-caption-align, center);
	}

	.wlc-timer--theme-wolf[_nghost-wlc-app-c2616516340] .time-text--countdown[_ngcontent-wlc-app-c2616516340] {
		color: var(--mc-baseMain);
		font-style: normal;
		font-weight: bold;
		font-size: 1.2rem;
		line-height: 1.45;
		display: flex;
		justify-content: center;
	}

	.wlc-timer--theme-wolf[_nghost-wlc-app-c2616516340] .time-text__item[_ngcontent-wlc-app-c2616516340] {
		padding: 0 5px 0 0;
	}

	.wlc-timer--theme-wolf[_nghost-wlc-app-c2616516340] .time-text__item[_ngcontent-wlc-app-c2616516340] .value[_ngcontent-wlc-app-c2616516340] {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		width: var(--wlc-timer-val-width, 25px);
		height: var(--wlc-timer-val-height, 22px);
		padding: var(--wlc-timer-val-padding, 2px 0);
		background: var(--wlc-timer-val-bg, var(--mc-bg700));
		border-radius: 8px;
	}

	.wlc-timer--theme-wolf[_nghost-wlc-app-c2616516340] .time-text__item[_ngcontent-wlc-app-c2616516340] .text[_ngcontent-wlc-app-c2616516340] {
		padding: 0 0 0 5px;
	}

	.wlc-timer--theme-wolf.wlc-timer--theme-mod-small[_nghost-wlc-app-c2616516340] {
		--wlc-timer-val-width: 20px;
		--wlc-timer-val-height: 16px;
		--wlc-timer-val-padding: 0;
	}

	.wlc-timer--theme-wolf.wlc-timer--theme-mod-small[_nghost-wlc-app-c2616516340] .time-text--countdown[_ngcontent-wlc-app-c2616516340] {
		font-style: normal;
		font-weight: bold;
		font-size: 1rem;
		line-height: 1.45;
		line-height: 1;
	}

	.wlc-timer--theme-circle[_nghost-wlc-app-c2616516340] {
		width: 100px;
		height: 100px;
		position: relative;
		margin: auto;
	}

	@media (min-width: 560px) {
		.wlc-timer--theme-circle[_nghost-wlc-app-c2616516340] {
			width: 140px;
		}
	}

	@media (min-width: 560px) {
		.wlc-timer--theme-circle[_nghost-wlc-app-c2616516340] {
			height: 140px;
		}
	}

	.wlc-timer--theme-circle[_nghost-wlc-app-c2616516340] .wlc-timer__circle[_ngcontent-wlc-app-c2616516340] {
		fill: none;
		stroke: none;
	}

	.wlc-timer--theme-circle[_nghost-wlc-app-c2616516340] .wlc-timer__path-elapsed[_ngcontent-wlc-app-c2616516340] {
		stroke-width: 3px;
		stroke: #fff;
	}

	.wlc-timer--theme-circle[_nghost-wlc-app-c2616516340] .wlc-timer__label[_ngcontent-wlc-app-c2616516340] {
		position: absolute;
		top: 50%;
		left: 50%;
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		transform: translate(-50%, -50%);
	}

	.wlc-timer--theme-circle[_nghost-wlc-app-c2616516340] .wlc-timer__label[_ngcontent-wlc-app-c2616516340] .time-text[_ngcontent-wlc-app-c2616516340] {
		color: var(--mc-main);
		font-style: normal;
		font-weight: bold;
		font-size: 1.6rem;
		line-height: 1.45;
		text-align: center;
	}

	@media (min-width: 560px) {
		.wlc-timer--theme-circle[_nghost-wlc-app-c2616516340] .wlc-timer__label[_ngcontent-wlc-app-c2616516340] .time-text[_ngcontent-wlc-app-c2616516340] {
			color: var(--mc-main);
			font-style: normal;
			font-weight: bold;
			font-size: 2.4rem;
			line-height: 1.45;
		}
	}

	.wlc-timer--theme-circle[_nghost-wlc-app-c2616516340] .wlc-timer__path-remaining[_ngcontent-wlc-app-c2616516340] {
		stroke-width: 3px;
		stroke-linecap: round;
		transform: rotate(90deg);
		transform-origin: center;
		transition: 1s linear all;
		stroke: var(--mc-main);
	}

	.wlc-timer--theme-circle[_nghost-wlc-app-c2616516340] .wlc-timer__svg[_ngcontent-wlc-app-c2616516340] {
		transform: scaleX(-1);
	}

	.wlc-timer--theme-wolf-custom[_nghost-wlc-app-c2616516340] {
		display: flex;
	}

	.wlc-timer--theme-wolf-custom[_nghost-wlc-app-c2616516340] .secondary-text[_ngcontent-wlc-app-c2616516340] {
		color: var(--mc-baseThird);
		font-style: normal;
		font-weight: bold;
		font-size: 1rem;
		line-height: 1.45;
		margin: 0 0 5px;
		text-align: var(--wlc-timer-caption-align, center);
	}

	.wlc-timer--theme-wolf-custom[_nghost-wlc-app-c2616516340] .time-text--countdown[_ngcontent-wlc-app-c2616516340] {
		color: var(--mc-baseMain);
		font-style: normal;
		font-weight: bold;
		font-size: 1.2rem;
		line-height: 1.45;
		display: flex;
		gap: 8px;
		justify-content: space-between;
	}

	.wlc-timer--theme-wolf-custom[_nghost-wlc-app-c2616516340] .time-text--countdown[_ngcontent-wlc-app-c2616516340] .time-text__divider[_ngcontent-wlc-app-c2616516340] {
		display: none;
	}

	.wlc-timer--theme-wolf-custom[_nghost-wlc-app-c2616516340] .time-text__item[_ngcontent-wlc-app-c2616516340] {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 66px;
		height: 60px;
		padding: 10px 0;
		font-size: 36px;
		background: var(--mc-buttonGradient);
		border-radius: 10px;
	}

	.wlc-timer--theme-wolf-custom[_nghost-wlc-app-c2616516340] .time-text__item[_ngcontent-wlc-app-c2616516340] .value[_ngcontent-wlc-app-c2616516340] {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		width: var(--wlc-timer-val-width, 25px);
		height: var(--wlc-timer-val-height, 22px);
		margin: 0 1rem;
		padding: var(--wlc-timer-val-padding, 2px 0);
		background: transparent;
		border-radius: 8px;
	}

	.wlc-timer--theme-wolf-custom[_nghost-wlc-app-c2616516340] .time-text__item[_ngcontent-wlc-app-c2616516340] .text[_ngcontent-wlc-app-c2616516340] {
		align-self: flex-end;
		padding: 0;
		font-size: 16px;
	}

	.wlc-timer--theme-wolf-custom.wlc-timer--theme-mod-small[_nghost-wlc-app-c2616516340] {
		--wlc-timer-val-width: 20px;
		--wlc-timer-val-height: 16px;
		--wlc-timer-val-padding: 0;
	}

	.wlc-timer--theme-wolf-custom.wlc-timer--theme-mod-small[_nghost-wlc-app-c2616516340] .time-text--countdown[_ngcontent-wlc-app-c2616516340] {
		font-style: normal;
		font-weight: bold;
		font-size: 1rem;
		line-height: 1.45;
		line-height: 1;
	}

	.wlc-timer--theme-tournament[_nghost-wlc-app-c2616516340] {
		display: flex;
		align-items: center;
		justify-content: center;
		width: -moz-fit-content;
		width: fit-content;
		padding: 5px 12px;
		color: var(--mc-baseMain);
		font-weight: 700;
		font-size: 12px;
		line-height: 16px;
		text-align: center;
		background: var(--mc-buttonHighlightGradient);
		border-radius: 100px;
	}

	.wlc-timer--theme-tournament[_nghost-wlc-app-c2616516340] .wlc-timer__timer-text[_ngcontent-wlc-app-c2616516340] .time-text--countdown[_ngcontent-wlc-app-c2616516340] {
		display: flex;
		gap: 4px;
	}

	.wlc-timer--theme-tournament[_nghost-wlc-app-c2616516340] .wlc-timer__timer-text[_ngcontent-wlc-app-c2616516340] .time-text--countdown[_ngcontent-wlc-app-c2616516340] .time-text__item[_ngcontent-wlc-app-c2616516340] {
		display: flex;
		gap: 1px;
		padding: 0;
	}

	.wlc-timer--theme-tournament[_nghost-wlc-app-c2616516340] .wlc-timer__timer-text[_ngcontent-wlc-app-c2616516340] .time-text--countdown[_ngcontent-wlc-app-c2616516340] .time-text__item[_ngcontent-wlc-app-c2616516340] .value[_ngcontent-wlc-app-c2616516340] {
		padding: 0;
	}

	.wlc-timer--theme-tournament[_nghost-wlc-app-c2616516340] .wlc-timer__timer-text[_ngcontent-wlc-app-c2616516340] .time-text--countdown[_ngcontent-wlc-app-c2616516340] .time-text__item[_ngcontent-wlc-app-c2616516340] .text-days[_ngcontent-wlc-app-c2616516340] {
		display: inline-block;
		padding: 0;
		font-weight: normal;
	}

	.wlc-timer--theme-tournament[_nghost-wlc-app-c2616516340] .wlc-timer__timer-text[_ngcontent-wlc-app-c2616516340] .time-text--countdown[_ngcontent-wlc-app-c2616516340] .time-text__item[_ngcontent-wlc-app-c2616516340] .text[_ngcontent-wlc-app-c2616516340] {
		display: inline-block;
		padding: 0;
		font-weight: normal;
	}

	.wlc-timer--theme-default[_nghost-wlc-app-c2616516340] .wlc-timer__content[_ngcontent-wlc-app-c2616516340] .time-text__item--days[_ngcontent-wlc-app-c2616516340] .value[_ngcontent-wlc-app-c2616516340],
	.wlc-timer--theme-default[_nghost-wlc-app-c2616516340] .wlc-timer__content[_ngcontent-wlc-app-c2616516340] .time-text__item--hours[_ngcontent-wlc-app-c2616516340] .value[_ngcontent-wlc-app-c2616516340],
	.wlc-timer--theme-default[_nghost-wlc-app-c2616516340] .wlc-timer__content[_ngcontent-wlc-app-c2616516340] .time-text__item--minutes[_ngcontent-wlc-app-c2616516340] .value[_ngcontent-wlc-app-c2616516340],
	.wlc-timer--theme-default[_nghost-wlc-app-c2616516340] .wlc-timer__content[_ngcontent-wlc-app-c2616516340] .time-text__item--seconds[_ngcontent-wlc-app-c2616516340] .value[_ngcontent-wlc-app-c2616516340] {
		font-weight: bold;
	}

	.wlc-timer--theme-default[_nghost-wlc-app-c2616516340] .wlc-timer__content[_ngcontent-wlc-app-c2616516340] .time-text__item--days[_ngcontent-wlc-app-c2616516340] .text[_ngcontent-wlc-app-c2616516340],
	.wlc-timer--theme-default[_nghost-wlc-app-c2616516340] .wlc-timer__content[_ngcontent-wlc-app-c2616516340] .time-text__item--hours[_ngcontent-wlc-app-c2616516340] .text[_ngcontent-wlc-app-c2616516340],
	.wlc-timer--theme-default[_nghost-wlc-app-c2616516340] .wlc-timer__content[_ngcontent-wlc-app-c2616516340] .time-text__item--minutes[_ngcontent-wlc-app-c2616516340] .text[_ngcontent-wlc-app-c2616516340],
	.wlc-timer--theme-default[_nghost-wlc-app-c2616516340] .wlc-timer__content[_ngcontent-wlc-app-c2616516340] .time-text__item--seconds[_ngcontent-wlc-app-c2616516340] .text[_ngcontent-wlc-app-c2616516340] {
		margin: 0 0 0 5px;
	}

	.wlc-timer--theme-default[_nghost-wlc-app-c2616516340] .wlc-timer__content[_ngcontent-wlc-app-c2616516340] .time-text--countdown[_ngcontent-wlc-app-c2616516340] {
		align-items: center;
	}


	.wlc-tournament-prizes-row--theme-default[_nghost-wlc-app-c3093615992] {
		--wlc-icon-width: 16px;
		--wlc-icon-height: 16px;
	}

	.wlc-tournament-prizes-row--theme-default[_nghost-wlc-app-c3093615992] .wlc-tournament-prizes-row__values[_ngcontent-wlc-app-c3093615992] {
		display: var(--wlc-prizes-row-display, flex);
		flex-wrap: wrap;
		justify-content: var(--wlc-prizes-row-alignment, center);
		width: 100%;
		text-align: var(--wlc-prizes-row-alignment, center);
		text-overflow: ellipsis;
		overflow: hidden;
	}

	.wlc-tournament-prizes-row--theme-default[_nghost-wlc-app-c3093615992] .wlc-tournament-prizes-row__val[_ngcontent-wlc-app-c3093615992] {
		white-space: nowrap;
	}

	.wlc-tournament-prizes-row--theme-default[_nghost-wlc-app-c3093615992] .wlc-tournament-prizes-row__val[_ngcontent-wlc-app-c3093615992]:not(:first-child):before {
		content: "+";
		display: inline-block;
		margin: 0 5px;
	}

	.wlc-tournament-prizes-row--theme-default[_nghost-wlc-app-c3093615992] .wlc-tournament-prizes-row__rest-icon[_ngcontent-wlc-app-c3093615992] {
		margin-left: 5px;
	}

	.wlc-tournament-prizes-row--theme-default[_nghost-wlc-app-c3093615992] .wlc-tournament-prizes-row__rest-icon[_ngcontent-wlc-app-c3093615992] .wlc-tournament-prizes-row__icon[_ngcontent-wlc-app-c3093615992] {
		display: inline-block;
		transform: translateY(-2px);
	}

	.wlc-tournament-prizes-row--theme-default.wlc-tournament-prizes-row--theme-mod-one-line[_nghost-wlc-app-c3093615992] {
		--wlc-prizes-row-display: block;
		--wlc-currency-display: inline;
	}

	.wlc-tournament-prizes-row--theme-wolf[_nghost-wlc-app-c3093615992] {
		--wlc-icon-width: 16px;
		--wlc-icon-height: 16px;
	}

	.wlc-tournament-prizes-row--theme-wolf[_nghost-wlc-app-c3093615992] .wlc-tournament-prizes-row__values[_ngcontent-wlc-app-c3093615992] {
		display: inline-block;
		white-space: nowrap;
		background: transparent;
		border-radius: 8px;
	}

	.wlc-tournament-prizes-row--theme-wolf[_nghost-wlc-app-c3093615992] .wlc-tournament-prizes-row__val[_ngcontent-wlc-app-c3093615992]:not(:first-child):before {
		content: "+";
		display: inline-block;
		margin: 0 5px;
	}

	.wlc-tournament-prizes-row--theme-wolf[_nghost-wlc-app-c3093615992] .wlc-tournament-prizes-row__rest-icon[_ngcontent-wlc-app-c3093615992] .wlc-icon[_ngcontent-wlc-app-c3093615992] {
		display: inline-block;
		transform: translateY(-2px);
	}


	.wlc-link-block--theme-default[_nghost-wlc-app-c2585825580] .wlc-link-block__container[_ngcontent-wlc-app-c2585825580] {
		text-align: center;
	}

	.wlc-link-block--theme-default[_nghost-wlc-app-c2585825580] .wlc-link-block__title[_ngcontent-wlc-app-c2585825580] {
		color: var(--mc-baseMain);
		font-style: normal;
		font-weight: bold;
		font-size: 2rem;
		line-height: 1.4;
		margin: 0 0 20px;
	}

	@media (min-width: 560px) {
		.wlc-link-block--theme-default[_nghost-wlc-app-c2585825580] .wlc-link-block__title[_ngcontent-wlc-app-c2585825580] {
			margin: 0 0 30px;
		}
	}

	@media (min-width: 720px) {
		.wlc-link-block--theme-default[_nghost-wlc-app-c2585825580] .wlc-link-block__title[_ngcontent-wlc-app-c2585825580] {
			margin: 0 0 20px;
		}
	}

	@media (min-width: 900px) {
		.wlc-link-block--theme-default[_nghost-wlc-app-c2585825580] .wlc-link-block__title[_ngcontent-wlc-app-c2585825580] {
			margin: 0 0 15px;
		}
	}

	@media (min-width: 1630px) {
		.wlc-link-block--theme-default[_nghost-wlc-app-c2585825580] .wlc-link-block__title[_ngcontent-wlc-app-c2585825580] {
			margin: 0 0 20px;
		}
	}

	.wlc-link-block--theme-default[_nghost-wlc-app-c2585825580] .wlc-link-block__title[_ngcontent-wlc-app-c2585825580]:last-child {
		margin-bottom: 0;
	}

	.wlc-link-block--theme-default[_nghost-wlc-app-c2585825580] .wlc-link-block__subtitle[_ngcontent-wlc-app-c2585825580] {
		color: var(--mc-baseMain);
		font-style: normal;
		font-weight: normal;
		font-size: 1.4rem;
		line-height: 1.45;
		margin: 0 0 14px 0;
	}

	.wlc-link-block--theme-default[_nghost-wlc-app-c2585825580] .wlc-link-block__subtitle[_ngcontent-wlc-app-c2585825580]:last-child {
		margin-bottom: 0;
	}

	.wlc-link-block--theme-default[_nghost-wlc-app-c2585825580] .wlc-link-block__text[_ngcontent-wlc-app-c2585825580] {
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.wlc-link-block--theme-default[_nghost-wlc-app-c2585825580] .wlc-link-block__text[_ngcontent-wlc-app-c2585825580] .wlc-btn[_ngcontent-wlc-app-c2585825580] {
		color: var(--mc-baseMain);
		font-style: normal;
		font-weight: bold;
		font-size: 1.4rem;
		line-height: 1.45;
		transition: all 0.3s linear;
	}

	@media (pointer: fine) {
		.wlc-link-block--theme-default[_nghost-wlc-app-c2585825580] .wlc-link-block__text[_ngcontent-wlc-app-c2585825580] .wlc-btn[_ngcontent-wlc-app-c2585825580]:hover {
			color: var(--mc-main);
		}

		.wlc-link-block--theme-default[_nghost-wlc-app-c2585825580] .wlc-link-block__text[_ngcontent-wlc-app-c2585825580] .wlc-btn[_ngcontent-wlc-app-c2585825580]:hover .wlc-icon {
			color: var(--mc-baseMain);
		}
	}

	.wlc-link-block--theme-default[_nghost-wlc-app-c2585825580] .wlc-link-block__text[_ngcontent-wlc-app-c2585825580] .wlc-btn__text {
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.wlc-link-block--theme-default[_nghost-wlc-app-c2585825580] .wlc-link-block__text[_ngcontent-wlc-app-c2585825580] .wlc-icon {
		transition: color 0.3s linear;
		display: inline-block;
		margin: 0;
		color: var(--mc-main);
		line-height: 0;
	}

	.wlc-link-block--theme-default[_nghost-wlc-app-c2585825580] .wlc-link-block__text[_ngcontent-wlc-app-c2585825580] .wlc-icon svg {
		transform: rotateZ(-90deg);
		fill: currentColor;
	}

	.wlc-link-block--theme-default.wlc-link-block--theme-mod-secondary[_nghost-wlc-app-c2585825580] {
		width: 100%;
		height: 100%;
		border-radius: 32px;
		overflow: hidden;
	}

	.wlc-link-block--theme-default.wlc-link-block--theme-mod-secondary[_nghost-wlc-app-c2585825580] .wlc-link-block__container[_ngcontent-wlc-app-c2585825580] {
		min-height: 150px;
		padding: 25px;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		height: 100%;
		background: var(--mc-bg700);
		box-shadow: 0 4px 9px 0 var(--mc-bg-o1);
	}

	@media (min-width: 1366px) {
		.wlc-link-block--theme-default.wlc-link-block--theme-mod-secondary[_nghost-wlc-app-c2585825580] .wlc-link-block__container[_ngcontent-wlc-app-c2585825580] {
			min-height: 130px;
		}
	}

	@media (min-width: 1630px) {
		.wlc-link-block--theme-default.wlc-link-block--theme-mod-secondary[_nghost-wlc-app-c2585825580] .wlc-link-block__container[_ngcontent-wlc-app-c2585825580] {
			min-height: 150px;
		}
	}

	.wlc-link-block--theme-wolf[_nghost-wlc-app-c2585825580] {
		min-height: 130px;
		padding: 25px;
		background: var(--mc-bg500);
		border-radius: 10px;
	}

	@media (min-width: 768px) {
		.wlc-link-block--theme-wolf[_nghost-wlc-app-c2585825580] {
			min-height: 160px;
		}
	}

	@media (min-width: 900px) {
		.wlc-link-block--theme-wolf[_nghost-wlc-app-c2585825580] {
			padding: 25px 25px 30px;
		}
	}

	.wlc-link-block--theme-wolf[_nghost-wlc-app-c2585825580] .wlc-link-block__container[_ngcontent-wlc-app-c2585825580] {
		display: flex;
		flex-direction: column;
		gap: 10px;
		justify-content: space-between;
		height: 100%;
	}

	.wlc-link-block--theme-wolf[_nghost-wlc-app-c2585825580] .wlc-link-block__title[_ngcontent-wlc-app-c2585825580] {
		color: var(--mc-baseThird);
		font-style: normal;
		font-weight: bold;
		font-size: 1.4rem;
		line-height: 1.45;
	}

	@media (min-width: 900px) {
		.wlc-link-block--theme-wolf[_nghost-wlc-app-c2585825580] .wlc-link-block__title[_ngcontent-wlc-app-c2585825580] {
			font-style: normal;
			font-weight: bold;
			font-size: 1.6rem;
			line-height: 1.45;
		}
	}

	.wlc-link-block--theme-wolf[_nghost-wlc-app-c2585825580] .wlc-btn {
		color: var(--mc-main);
		font-style: normal;
		font-weight: bold;
		font-size: 1.4rem;
		line-height: 1.45;
	}

	@media (pointer: fine) {
		.wlc-link-block--theme-wolf[_nghost-wlc-app-c2585825580] .wlc-btn:hover {
			color: var(--mc-main-l20);
		}
	}

	.wlc-link-block--theme-default.wlc-link-block--promocode[_nghost-wlc-app-c2585825580] .wlc-link-block__text[_ngcontent-wlc-app-c2585825580] {
		justify-content: flex-start;
		margin-left: 6px;
	}

	.wlc-link-block--theme-default.wlc-link-block--promocode[_nghost-wlc-app-c2585825580] .wlc-link-block__text[_ngcontent-wlc-app-c2585825580] .wlc-btn[_ngcontent-wlc-app-c2585825580] {
		overflow: visible;
		font-weight: 600;
	}

	.wlc-link-block--theme-default.wlc-link-block--promocode[_nghost-wlc-app-c2585825580] .wlc-link-block__text[_ngcontent-wlc-app-c2585825580] .wlc-btn[_ngcontent-wlc-app-c2585825580] .wlc-icon {
		display: none;
	}

	.wlc-link-block--theme-default.wlc-link-block--promocode[_nghost-wlc-app-c2585825580] .wlc-link-block__text[_ngcontent-wlc-app-c2585825580] .wlc-btn[_ngcontent-wlc-app-c2585825580] .wlc-btn__text {
		background: var(--mc-textGradient);
		-webkit-background-clip: text;
		background-clip: text;
		-webkit-text-fill-color: transparent;
		transition: 0.3s linear(0.4 -50%, 1 100%);
		display: inline;
		padding-bottom: 2px;
		text-decoration: none;
		border-bottom: 1px solid var(--mc-secondary);
	}

	@media (pointer: fine) {
		.wlc-link-block--theme-default.wlc-link-block--promocode[_nghost-wlc-app-c2585825580] .wlc-link-block__text[_ngcontent-wlc-app-c2585825580] .wlc-btn[_ngcontent-wlc-app-c2585825580] .wlc-btn__text:hover {
			border-color: var(--mc-baseMain);
		}
	}

	@media (pointer: fine) {
		.wlc-link-block--theme-default.wlc-link-block--promocode[_nghost-wlc-app-c2585825580] .wlc-link-block__text[_ngcontent-wlc-app-c2585825580] .wlc-btn[_ngcontent-wlc-app-c2585825580] .wlc-btn__text:hover {
			background: var(--mc-baseMain);
			-webkit-background-clip: text;
			background-clip: text;
			-webkit-text-fill-color: transparent;
		}
	}

	@media (pointer: fine) {
		.wlc-link-block--theme-default.wlc-link-block--promocode[_nghost-wlc-app-c2585825580] .wlc-link-block__text[_ngcontent-wlc-app-c2585825580] .wlc-btn[_ngcontent-wlc-app-c2585825580]:hover {
			color: var(--mc-baseMain);
		}
	}

	.wlc-link-block--theme-default[_nghost-wlc-app-c2585825580] .wlc-link-block__text[_ngcontent-wlc-app-c2585825580] .wlc-btn__text {
		gap: 8px;
	}

	.wlc-link-block--theme-default[_nghost-wlc-app-c2585825580] .wlc-link-block__title[_ngcontent-wlc-app-c2585825580] {
		line-height: 1.2;
	}

	@media (min-width: 1024px) {
		.wlc-link-block--theme-default[_nghost-wlc-app-c2585825580] .wlc-link-block__title[_ngcontent-wlc-app-c2585825580] {
			font-size: 2.4rem;
		}
	}

	.wlc-link-block--theme-default[_nghost-wlc-app-c2585825580] .wlc-link-block__subtitle[_ngcontent-wlc-app-c2585825580]+.wlc-link-block__text[_ngcontent-wlc-app-c2585825580] .wlc-btn {
		overflow: visible;
		font-weight: 700;
	}

	.wlc-link-block--theme-default[_nghost-wlc-app-c2585825580] .wlc-link-block__subtitle[_ngcontent-wlc-app-c2585825580]+.wlc-link-block__text[_ngcontent-wlc-app-c2585825580] .wlc-btn .wlc-icon {
		position: relative;
		width: 20px;
		height: 20px;
	}

	.wlc-link-block--theme-default[_nghost-wlc-app-c2585825580] .wlc-link-block__subtitle[_ngcontent-wlc-app-c2585825580]+.wlc-link-block__text[_ngcontent-wlc-app-c2585825580] .wlc-btn .wlc-icon svg,
	.wlc-link-block--theme-default[_nghost-wlc-app-c2585825580] .wlc-link-block__subtitle[_ngcontent-wlc-app-c2585825580]+.wlc-link-block__text[_ngcontent-wlc-app-c2585825580] .wlc-btn .wlc-icon img {
		display: none;
	}

	.wlc-link-block--theme-default[_nghost-wlc-app-c2585825580] .wlc-link-block__subtitle[_ngcontent-wlc-app-c2585825580]+.wlc-link-block__text[_ngcontent-wlc-app-c2585825580] .wlc-btn .wlc-icon:before {
		content: "";
		position: absolute;
		top: calc(50% - 8px);
		left: 0;
		width: 16px;
		height: 16px;
		background: url("https://kometacasino-kck.buzz/static/images/wlc/icons/gradient-arrow.svg") center no-repeat;
		transform: rotate(0);
		transition: all 0.3s linear;
	}

	@media (pointer: fine) {
		.wlc-link-block--theme-default[_nghost-wlc-app-c2585825580] .wlc-link-block__subtitle[_ngcontent-wlc-app-c2585825580]+.wlc-link-block__text[_ngcontent-wlc-app-c2585825580] .wlc-btn:hover .wlc-icon:before {
			transform: rotate(0) rotateX(360deg) translateX(5px);
		}
	}

	.wlc-link-block--theme-default.wlc-link-block--theme-mod-secondary[_nghost-wlc-app-c2585825580] {
		height: auto;
	}

	.wlc-link-block--theme-default.wlc-link-block--theme-mod-secondary[_nghost-wlc-app-c2585825580] .wlc-link-block__container[_ngcontent-wlc-app-c2585825580] .wlc-link-block__text[_ngcontent-wlc-app-c2585825580] .wlc-btn {
		overflow: visible;
		font-weight: 800;
		text-transform: uppercase;
	}

	.wlc-link-block--theme-default.wlc-link-block--theme-mod-secondary[_nghost-wlc-app-c2585825580] .wlc-link-block__container[_ngcontent-wlc-app-c2585825580] .wlc-link-block__text[_ngcontent-wlc-app-c2585825580] .wlc-btn .wlc-icon {
		position: relative;
		width: 20px;
		height: 20px;
	}

	.wlc-link-block--theme-default.wlc-link-block--theme-mod-secondary[_nghost-wlc-app-c2585825580] .wlc-link-block__container[_ngcontent-wlc-app-c2585825580] .wlc-link-block__text[_ngcontent-wlc-app-c2585825580] .wlc-btn .wlc-icon svg,
	.wlc-link-block--theme-default.wlc-link-block--theme-mod-secondary[_nghost-wlc-app-c2585825580] .wlc-link-block__container[_ngcontent-wlc-app-c2585825580] .wlc-link-block__text[_ngcontent-wlc-app-c2585825580] .wlc-btn .wlc-icon img {
		display: none;
	}

	.wlc-link-block--theme-default.wlc-link-block--theme-mod-secondary[_nghost-wlc-app-c2585825580] .wlc-link-block__container[_ngcontent-wlc-app-c2585825580] .wlc-link-block__text[_ngcontent-wlc-app-c2585825580] .wlc-btn .wlc-icon:before {
		content: "";
		position: absolute;
		top: calc(50% - 8px);
		left: 0;
		width: 16px;
		height: 16px;
		background: url("https://kometacasino-kck.buzz/static/images/wlc/icons/gradient-arrow.svg") center no-repeat;
		transform: rotate(0);
		transition: all 0.3s linear;
	}

	@media (pointer: fine) {
		.wlc-link-block--theme-default.wlc-link-block--theme-mod-secondary[_nghost-wlc-app-c2585825580] .wlc-link-block__container[_ngcontent-wlc-app-c2585825580] .wlc-link-block__text[_ngcontent-wlc-app-c2585825580] .wlc-btn:hover .wlc-icon:before {
			transform: rotate(0) rotateX(360deg) translateX(5px);
		}
	}

	.wlc-link-block--theme-default.wlc-link-block--theme-mod-secondary[_nghost-wlc-app-c2585825580] .wlc-link-block__container[_ngcontent-wlc-app-c2585825580] .wlc-link-block__text[_ngcontent-wlc-app-c2585825580] .wlc-btn__text {
		gap: 8px;
	}


	[_nghost-wlc-app-c347345923] {
		overflow: visible !important;
		max-width: none !important;
		max-height: none !important;
		line-height: 1.3;
	}

	[_nghost-wlc-app-c347345923] .wlc-winner__wrapper[_ngcontent-wlc-app-c347345923] {
		position: relative;
		display: grid;
		grid-template-areas: "picture details";
		grid-template-columns: auto 1fr;
		gap: 20px;
		align-items: center;
		max-width: 100%;
	}

	[_nghost-wlc-app-c347345923] .wlc-winner__block--left[_ngcontent-wlc-app-c347345923] {
		grid-area: picture;
	}

	[_nghost-wlc-app-c347345923] .wlc-winner__block--right[_ngcontent-wlc-app-c347345923] {
		display: grid;
		grid-area: details;
		grid-template-areas: "game amount""user user";
		grid-template-columns: auto 1fr;
		min-width: 0;
		-moz-column-gap: 10px;
		column-gap: 10px;
	}

	[_nghost-wlc-app-c347345923] .wlc-winner__picture[_ngcontent-wlc-app-c347345923] {
		position: relative;
		width: 56px;
		border: none;
		box-shadow: none;
		border-radius: 10px;
		overflow: hidden;
	}

	[_nghost-wlc-app-c347345923] .wlc-winner__picture[_ngcontent-wlc-app-c347345923]:before {
		content: "";
		display: block;
		padding-top: 100%;
	}

	[_nghost-wlc-app-c347345923] .wlc-winner__image[_ngcontent-wlc-app-c347345923] {
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: center;
	}

	[_nghost-wlc-app-c347345923] .wlc-winner__user[_ngcontent-wlc-app-c347345923] {
		color: var(--mc-baseMain);
		font-style: normal;
		font-weight: normal;
		font-size: 1.6rem;
		line-height: 1.45;
		display: flex;
		grid-area: user;
		align-items: center;
		min-width: 1px;
		text-transform: none;
	}

	[_nghost-wlc-app-c347345923] .wlc-winner__name[_ngcontent-wlc-app-c347345923] {
		min-width: 0;
		max-width: 100%;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		flex: 1 1 auto;
	}

	[_nghost-wlc-app-c347345923] .wlc-winner__country[_ngcontent-wlc-app-c347345923] {
		flex: 0 0 auto;
		object-fit: cover;
		object-position: center;
		width: 24px;
		height: 18px;
		margin-right: 10px;
		border: none;
		box-shadow: none;
	}

	[_nghost-wlc-app-c347345923] .wlc-winner__game[_ngcontent-wlc-app-c347345923] {
		color: var(--mc-baseMain);
		font-style: normal;
		font-weight: bold;
		font-size: 1.6rem;
		line-height: 1.45;
		display: flex;
		grid-area: game;
		align-items: center;
		justify-content: space-between;
		max-width: 100%;
		padding: 0;
		text-align: left;
		text-decoration: none;
		background: transparent;
		border: none;
	}

	[_nghost-wlc-app-c347345923] .wlc-winner__game[_ngcontent-wlc-app-c347345923]:focus {
		outline: none;
	}

	[_nghost-wlc-app-c347345923] .wlc-winner__game-name[_ngcontent-wlc-app-c347345923] {
		transition: border-color 0.3s linear;
		min-width: 0;
		max-width: 100%;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		border-bottom: 1px solid transparent;
	}

	[_nghost-wlc-app-c347345923] .wlc-winner__game-arrow[_ngcontent-wlc-app-c347345923] {
		transition: color 0.3s linear;
		width: 16px;
		margin: 0 0 0 10px;
		color: var(--mc-main);
	}

	@media (pointer: fine) {
		[_nghost-wlc-app-c347345923] .wlc-winner__game[_ngcontent-wlc-app-c347345923]:hover {
			color: currentColor;
		}

		[_nghost-wlc-app-c347345923] .wlc-winner__game[_ngcontent-wlc-app-c347345923]:hover .wlc-winner__game-name[_ngcontent-wlc-app-c347345923] {
			border-bottom-color: currentColor;
		}

		[_nghost-wlc-app-c347345923] .wlc-winner__game[_ngcontent-wlc-app-c347345923]:hover .wlc-winner__game-arrow[_ngcontent-wlc-app-c347345923] {
			color: var(--mc-main-l20);
		}
	}

	[_nghost-wlc-app-c347345923] .wlc-winner__amount[_ngcontent-wlc-app-c347345923] {
		color: var(--mc-baseMain);
		font-style: normal;
		font-weight: bold;
		font-size: 2rem;
		line-height: 1.45;
		grid-area: amount;
		white-space: nowrap;
		text-align: right;
	}

	.wlc-winner--theme-default[_nghost-wlc-app-c347345923] .wlc-winner__wrapper[_ngcontent-wlc-app-c347345923] {
		gap: 15px;
		padding: 10px;
		background: var(--mc-bg700);
		border-radius: 10px;
	}

	@media (min-width: 1024px) {
		.wlc-winner--theme-default[_nghost-wlc-app-c347345923] .wlc-winner__wrapper[_ngcontent-wlc-app-c347345923] {
			gap: 25px;
		}
	}

	.wlc-winner--theme-default[_nghost-wlc-app-c347345923] .wlc-winner__picture[_ngcontent-wlc-app-c347345923] {
		width: 80px;
		height: 60px;
		box-shadow: none;
	}

	.wlc-winner--theme-default[_nghost-wlc-app-c347345923] .wlc-winner__block--right[_ngcontent-wlc-app-c347345923] {
		row-gap: 5px;
	}

	.wlc-winner--theme-default[_nghost-wlc-app-c347345923] .wlc-winner__game-arrow[_ngcontent-wlc-app-c347345923] {
		display: none;
	}

	.wlc-winner--theme-default.wlc-winner--theme-mod-divider[_nghost-wlc-app-c347345923] .wlc-winner__wrapper[_ngcontent-wlc-app-c347345923] {
		gap: 15px;
		padding: 0 0 0 20px;
		background: none;
		border-radius: 10px;
	}

	@media (min-width: 1024px) {
		.wlc-winner--theme-default.wlc-winner--theme-mod-divider[_nghost-wlc-app-c347345923] .wlc-winner__wrapper[_ngcontent-wlc-app-c347345923] {
			gap: 25px;
		}
	}

	.wlc-winner--theme-default.wlc-winner--theme-mod-divider[_nghost-wlc-app-c347345923] .wlc-winner__picture[_ngcontent-wlc-app-c347345923] {
		width: 60px;
		height: 60px;
	}

	.wlc-winner--theme-default.wlc-winner--theme-mod-divider[_nghost-wlc-app-c347345923] .wlc-winner__game-arrow[_ngcontent-wlc-app-c347345923] {
		display: block;
	}

	.wlc-winner--theme-default.wlc-winner--theme-mod-divider[_nghost-wlc-app-c347345923]:before {
		content: "";
		position: absolute;
		top: 10%;
		left: 0;
		width: 3px;
		height: 90%;
		background-color: var(--mc-baseOpacity);
		border-radius: 3px;
	}

	.wlc-winner--theme-vertical[_nghost-wlc-app-c347345923] .wlc-winner__wrapper[_ngcontent-wlc-app-c347345923] {
		position: relative;
		gap: 10px;
		height: var(--wlc-winner-slider-slide-height, 60px);
	}

	.wlc-winner--theme-vertical[_nghost-wlc-app-c347345923] .wlc-winner__wrapper[_ngcontent-wlc-app-c347345923]:before {
		top: -13px;
		content: "";
		position: absolute;
		left: 0;
		width: 100%;
		height: 1px;
		background-color: var(--mc-bg500);
	}

	@media (min-width: 900px) {
		.wlc-winner--theme-vertical[_nghost-wlc-app-c347345923] .wlc-winner__wrapper[_ngcontent-wlc-app-c347345923]:before {
			top: -13px;
		}
	}

	.wlc-winner--theme-vertical[_nghost-wlc-app-c347345923] .wlc-winner__picture[_ngcontent-wlc-app-c347345923] {
		width: 66px;
		height: 50px;
		box-shadow: none;
	}

	@media (min-width: 900px) {
		.wlc-winner--theme-vertical[_nghost-wlc-app-c347345923] .wlc-winner__picture[_ngcontent-wlc-app-c347345923] {
			width: 80px;
		}
	}

	@media (min-width: 900px) {
		.wlc-winner--theme-vertical[_nghost-wlc-app-c347345923] .wlc-winner__picture[_ngcontent-wlc-app-c347345923] {
			height: 60px;
		}
	}

	.wlc-winner--theme-vertical[_nghost-wlc-app-c347345923] .wlc-winner__block--right[_ngcontent-wlc-app-c347345923] {
		padding: 0 10px 0;
		background: transparent;
	}

	.wlc-winner--theme-vertical[_nghost-wlc-app-c347345923] .wlc-winner__game-arrow[_ngcontent-wlc-app-c347345923] {
		display: none;
	}

	.wlc-winner--theme-transparent[_nghost-wlc-app-c347345923] .wlc-winner__wrapper[_ngcontent-wlc-app-c347345923] {
		gap: 0;
		background: var(--mc-bg700);
		border-radius: 10px;
	}

	.wlc-winner--theme-transparent[_nghost-wlc-app-c347345923] .wlc-winner__block--right[_ngcontent-wlc-app-c347345923] {
		padding: 5px 20px 4px 20px;
		align-content: center;
	}

	@media (min-width: 900px) {
		.wlc-winner--theme-transparent[_nghost-wlc-app-c347345923] .wlc-winner__block--right[_ngcontent-wlc-app-c347345923] {
			padding: 19px 20px 15px 20px;
		}
	}

	.wlc-winner--theme-transparent[_nghost-wlc-app-c347345923] .wlc-winner__picture[_ngcontent-wlc-app-c347345923] {
		width: 80px;
		height: 60px;
		box-shadow: none !important;
	}

	@media (min-width: 900px) {
		.wlc-winner--theme-transparent[_nghost-wlc-app-c347345923] .wlc-winner__picture[_ngcontent-wlc-app-c347345923] {
			width: 107.67px;
		}
	}

	@media (min-width: 900px) {
		.wlc-winner--theme-transparent[_nghost-wlc-app-c347345923] .wlc-winner__picture[_ngcontent-wlc-app-c347345923] {
			height: 81px;
		}
	}

	.wlc-winner--theme-transparent[_nghost-wlc-app-c347345923] .wlc-winner__game-arrow[_ngcontent-wlc-app-c347345923] {
		display: none;
		color: var(--mc-secondary);
	}

	@media (pointer: fine) {
		.wlc-winner--theme-transparent[_nghost-wlc-app-c347345923] .wlc-winner__game[_ngcontent-wlc-app-c347345923]:hover .wlc-winner__game-arrow[_ngcontent-wlc-app-c347345923] {
			color: var(--mc-secondary-l20);
		}
	}

	.wlc-winner--theme-1[_nghost-wlc-app-c347345923] .wlc-winner__wrapper[_ngcontent-wlc-app-c347345923] {
		max-width: 100%;
		position: relative;
		margin: 0 auto;
		padding: 0 0 15px 0;
		cursor: pointer;
	}

	@media (min-width: 1024px) {
		.wlc-winner--theme-1[_nghost-wlc-app-c347345923] .wlc-winner__wrapper[_ngcontent-wlc-app-c347345923] {
			max-width: 305px;
		}
	}

	.wlc-winner--theme-1[_nghost-wlc-app-c347345923] .wlc-winner__wrapper[_ngcontent-wlc-app-c347345923]:after {
		content: "";
		position: absolute;
		right: 0;
		bottom: -0.5px;
		left: 0;
		width: 100%;
		height: 1px;
		margin: 0 auto;
		background: var(--mc-bg500);
	}

	@media (pointer: fine) {
		.wlc-winner--theme-1[_nghost-wlc-app-c347345923] .wlc-winner__wrapper[_ngcontent-wlc-app-c347345923]:hover .wlc-winner__game[_ngcontent-wlc-app-c347345923] {
			color: var(--mc-baseMain);
			border-bottom: 1px solid var(--mc-baseMain);
		}
	}

	.wlc-winner--theme-1[_nghost-wlc-app-c347345923] .wlc-winner__block--right[_ngcontent-wlc-app-c347345923] {
		grid-template-areas: "user amount""game game";
		grid-template-columns: 1fr;
		gap: 0;
	}

	.wlc-winner--theme-1[_nghost-wlc-app-c347345923] .wlc-winner__picture[_ngcontent-wlc-app-c347345923] {
		width: 86px;
		height: 65px;
		box-shadow: none;
	}

	.wlc-winner--theme-1[_nghost-wlc-app-c347345923] .wlc-winner__game[_ngcontent-wlc-app-c347345923] {
		transition: all 0.3s linear;
		display: inline-block;
		justify-self: start;
		max-width: 100%;
		color: var(--mc-baseMain);
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow-x: hidden;
		border-bottom: 1px solid transparent;
	}

	.wlc-winner--theme-1[_nghost-wlc-app-c347345923] .wlc-winner__amount[_ngcontent-wlc-app-c347345923] {
		color: var(--mc-baseMain);
		text-align: left;
	}

	.wlc-winner--theme-vertical[_nghost-wlc-app-c347345923] .wlc-winner__wrapper[_ngcontent-wlc-app-c347345923] {
		height: auto !important;
		padding: 5px;
		background: transparent;
	}

	.wlc-winner--theme-vertical[_nghost-wlc-app-c347345923] .wlc-winner__wrapper[_ngcontent-wlc-app-c347345923]:before {
		top: -9px;
		background: var(--mc-baseMain-o2);
	}

	.wlc-winner--theme-vertical[_nghost-wlc-app-c347345923] .wlc-winner__block--right[_ngcontent-wlc-app-c347345923] {
		gap: 8px;
	}

	@media (min-width: 900px) {
		.wlc-winner--theme-vertical[_nghost-wlc-app-c347345923] .wlc-winner__block[_ngcontent-wlc-app-c347345923] {
			grid-template-areas: "game amount""user amount";
		}
	}

	.wlc-winner--theme-vertical[_nghost-wlc-app-c347345923] .wlc-winner__game[_ngcontent-wlc-app-c347345923] {
		text-transform: uppercase;
		overflow: hidden;
	}

	.wlc-winner--theme-vertical[_nghost-wlc-app-c347345923] .wlc-winner__game-arrow[_ngcontent-wlc-app-c347345923] {
		position: absolute;
		top: 21px;
		right: 8px;
		display: block;
	}

	@media (max-width: 899px) {
		.wlc-winner--theme-vertical[_nghost-wlc-app-c347345923] .wlc-winner__game-arrow[_ngcontent-wlc-app-c347345923] {
			top: 30px;
		}
	}

	@media (max-width: 899px) {
		.wlc-winner--theme-vertical[_nghost-wlc-app-c347345923] .wlc-winner__game-name[_ngcontent-wlc-app-c347345923] {
			font-style: normal;
			font-weight: bold;
			font-size: 1.2rem;
			line-height: 1.45;
			font-weight: 500;
		}
	}

	.wlc-winner--theme-vertical[_nghost-wlc-app-c347345923] .wlc-winner__amount[_ngcontent-wlc-app-c347345923] {
		display: flex;
		align-items: center;
		justify-content: flex-end;
		padding-right: 18px;
	}

	@media (max-width: 899px) {
		.wlc-winner--theme-vertical[_nghost-wlc-app-c347345923] .wlc-winner__amount[_ngcontent-wlc-app-c347345923] {
			font-style: normal;
			font-weight: bold;
			font-size: 1.2rem;
			line-height: 1.45;
			margin-right: -15px;
			padding-right: 0;
		}
	}

	.wlc-winner--theme-vertical[_nghost-wlc-app-c347345923] .wlc-winner__country[_ngcontent-wlc-app-c347345923] {
		border-radius: 3px;
	}

	.wlc-winner--theme-vertical[_nghost-wlc-app-c347345923] .wlc-winner__picture[_ngcontent-wlc-app-c347345923] {
		width: 48px;
		height: 48px;
	}

	@media (min-width: 900px) {
		.wlc-winner--theme-vertical[_nghost-wlc-app-c347345923] .wlc-winner__picture[_ngcontent-wlc-app-c347345923] {
			width: 56px;
			height: 56px;
		}
	}

	@charset "UTF-8";

	@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
		}
	}

	.swiper-slide-active .animation--fade-down {
		animation: fadeDown 1s
	}

	.swiper-slide-active .animation--fade-up {
		animation: fadeUp 1s
	}

	.swiper-slide-active .animation--fade-right {
		animation: fadeRight 1s
	}

	.swiper-slide-active .animation--fade-left {
		animation: fadeLeft 1s
	}

	.swiper-slide-active .animation {
		animation-fill-mode: both
	}

	@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)
		}
	}

	:root {
		--mc-main: #75e6ff;
		--mc-main-locked: #75e6ff;
		--mc-main-l5: #7ce7ff;
		--mc-main-d5: #62e3ff;
		--mc-main-l10: #83e9ff;
		--mc-main-d10: #50dfff;
		--mc-main-l20: #91ebff;
		--mc-main-d20: #2bd9ff;
		--mc-main-o0: rgba(117, 230, 255, 0);
		--mc-main-o1: rgba(117, 230, 255, .1);
		--mc-main-o2: rgba(117, 230, 255, .2);
		--mc-main-o4: rgba(117, 230, 255, .4);
		--mc-main-o6: rgba(117, 230, 255, .6);
		--mc-main-o8: rgba(117, 230, 255, .8);
		--mc-secondary: #7fb8ff;
		--mc-secondary-locked: #7fb8ff;
		--mc-secondary-l5: #85bcff;
		--mc-secondary-d5: #6cadff;
		--mc-secondary-l10: #8cbfff;
		--mc-secondary-d10: #59a3ff;
		--mc-secondary-l20: #99c6ff;
		--mc-secondary-d20: #338eff;
		--mc-secondary-o0: rgba(127, 184, 255, 0);
		--mc-secondary-o1: rgba(127, 184, 255, .1);
		--mc-secondary-o2: rgba(127, 184, 255, .2);
		--mc-secondary-o4: rgba(127, 184, 255, .4);
		--mc-secondary-o6: rgba(127, 184, 255, .6);
		--mc-secondary-o8: rgba(127, 184, 255, .8);
		--mc-baseMain: #ffffff;
		--mc-baseMain-locked: #ffffff;
		--mc-baseMain-l5: white;
		--mc-baseMain-d5: #f2f2f2;
		--mc-baseMain-l10: white;
		--mc-baseMain-d10: #e6e6e6;
		--mc-baseMain-l20: white;
		--mc-baseMain-d20: #cccccc;
		--mc-baseMain-o0: rgba(255, 255, 255, 0);
		--mc-baseMain-o1: rgba(255, 255, 255, .1);
		--mc-baseMain-o2: rgba(255, 255, 255, .2);
		--mc-baseMain-o4: rgba(255, 255, 255, .4);
		--mc-baseMain-o6: rgba(255, 255, 255, .6);
		--mc-baseMain-o8: rgba(255, 255, 255, .8);
		--mc-baseContrast: #000;
		--mc-baseContrast-locked: #000;
		--mc-baseContrast-l5: #0d0d0d;
		--mc-baseContrast-d5: black;
		--mc-baseContrast-l10: #1a1a1a;
		--mc-baseContrast-d10: black;
		--mc-baseContrast-l20: #333333;
		--mc-baseContrast-d20: black;
		--mc-baseContrast-o0: rgba(0, 0, 0, 0);
		--mc-baseContrast-o1: rgba(0, 0, 0, .1);
		--mc-baseContrast-o2: rgba(0, 0, 0, .2);
		--mc-baseContrast-o4: rgba(0, 0, 0, .4);
		--mc-baseContrast-o6: rgba(0, 0, 0, .6);
		--mc-baseContrast-o8: rgba(0, 0, 0, .8);
		--mc-buttonColor: linear-gradient(32.86deg, #ff00e5 0%, #ff008a 100%);
		--mc-baseOpacity: rgba(255, 255, 255, .1);
		--mc-baseOpacity-locked: rgba(255, 255, 255, .1);
		--mc-baseOpacity-l5: rgba(255, 255, 255, .1);
		--mc-baseOpacity-d5: rgba(242, 242, 242, .1);
		--mc-baseOpacity-l10: rgba(255, 255, 255, .1);
		--mc-baseOpacity-d10: rgba(230, 230, 230, .1);
		--mc-baseOpacity-l20: rgba(255, 255, 255, .1);
		--mc-baseOpacity-d20: rgba(204, 204, 204, .1);
		--mc-baseOpacity-o0: rgba(255, 255, 255, 0);
		--mc-baseOpacity-o1: rgba(255, 255, 255, 0);
		--mc-baseOpacity-o2: rgba(255, 255, 255, 0);
		--mc-baseOpacity-o4: rgba(255, 255, 255, 0);
		--mc-baseOpacity-o6: rgba(255, 255, 255, 0);
		--mc-baseOpacity-o8: rgba(255, 255, 255, 0);
		--mc-bg100: #364a7d;
		--mc-bg100-locked: #364a7d;
		--mc-bg100-l5: #3b5189;
		--mc-bg100-d5: #334677;
		--mc-bg100-l10: #405894;
		--mc-bg100-d10: #314371;
		--mc-bg100-l20: #4a65ab;
		--mc-bg100-d20: #2b3b64;
		--mc-bg100-o0: rgba(54, 74, 125, 0);
		--mc-bg100-o1: rgba(54, 74, 125, .1);
		--mc-bg100-o2: rgba(54, 74, 125, .2);
		--mc-bg100-o4: rgba(54, 74, 125, .4);
		--mc-bg100-o6: rgba(54, 74, 125, .6);
		--mc-bg100-o8: rgba(54, 74, 125, .8);
		--mc-bg300: #303e64;
		--mc-bg300-locked: #303e64;
		--mc-bg300-l5: #364670;
		--mc-bg300-d5: #2e3b5f;
		--mc-bg300-l10: #3c4d7c;
		--mc-bg300-d10: #2b385a;
		--mc-bg300-l20: #475c95;
		--mc-bg300-d20: #263250;
		--mc-bg300-o0: rgba(48, 62, 100, 0);
		--mc-bg300-o1: rgba(48, 62, 100, .1);
		--mc-bg300-o2: rgba(48, 62, 100, .2);
		--mc-bg300-o4: rgba(48, 62, 100, .4);
		--mc-bg300-o6: rgba(48, 62, 100, .6);
		--mc-bg300-o8: rgba(48, 62, 100, .8);
		--mc-bg500: #232e4a;
		--mc-bg500-locked: #232e4a;
		--mc-bg500-l5: #293658;
		--mc-bg500-d5: #212c46;
		--mc-bg500-l10: #303f65;
		--mc-bg500-d10: #202943;
		--mc-bg500-l20: #3d5080;
		--mc-bg500-d20: #1c253b;
		--mc-bg500-o0: rgba(35, 46, 74, 0);
		--mc-bg500-o1: rgba(35, 46, 74, .1);
		--mc-bg500-o2: rgba(35, 46, 74, .2);
		--mc-bg500-o4: rgba(35, 46, 74, .4);
		--mc-bg500-o6: rgba(35, 46, 74, .6);
		--mc-bg500-o8: rgba(35, 46, 74, .8);
		--mc-bg700: #0f1127;
		--mc-bg700-locked: #0f1127;
		--mc-bg700-l5: #151837;
		--mc-bg700-d5: #0e1025;
		--mc-bg700-l10: #1c1f48;
		--mc-bg700-d10: #0e0f23;
		--mc-bg700-l20: #282e69;
		--mc-bg700-d20: #0c0e1f;
		--mc-bg700-o0: rgba(15, 17, 39, 0);
		--mc-bg700-o1: rgba(15, 17, 39, .1);
		--mc-bg700-o2: rgba(15, 17, 39, .2);
		--mc-bg700-o4: rgba(15, 17, 39, .4);
		--mc-bg700-o6: rgba(15, 17, 39, .6);
		--mc-bg700-o8: rgba(15, 17, 39, .8);
		--mc-bg: #060727;
		--mc-bg-locked: #060727;
		--mc-bg-l5: #090b3b;
		--mc-bg-d5: #060725;
		--mc-bg-l10: #0c0e4f;
		--mc-bg-d10: #050623;
		--mc-bg-l20: #121578;
		--mc-bg-d20: #05061f;
		--mc-bg-o0: rgba(6, 7, 39, 0);
		--mc-bg-o1: rgba(6, 7, 39, .1);
		--mc-bg-o2: rgba(6, 7, 39, .2);
		--mc-bg-o4: rgba(6, 7, 39, .4);
		--mc-bg-o6: rgba(6, 7, 39, .6);
		--mc-bg-o8: rgba(6, 7, 39, .8);
		--mc-bgModal: linear-gradient(171.29deg, #050311 0%, #060727 100%);
		--mc-elementsColor: #c4c4c4;
		--mc-elementsColor-locked: #c4c4c4;
		--mc-elementsColor-l5: #c7c7c7;
		--mc-elementsColor-d5: #bababa;
		--mc-elementsColor-l10: #cacaca;
		--mc-elementsColor-d10: #b0b0b0;
		--mc-elementsColor-l20: #d0d0d0;
		--mc-elementsColor-d20: #9d9d9d;
		--mc-elementsColor-o0: rgba(196, 196, 196, 0);
		--mc-elementsColor-o1: rgba(196, 196, 196, .1);
		--mc-elementsColor-o2: rgba(196, 196, 196, .2);
		--mc-elementsColor-o4: rgba(196, 196, 196, .4);
		--mc-elementsColor-o6: rgba(196, 196, 196, .6);
		--mc-elementsColor-o8: rgba(196, 196, 196, .8);
		--mc-error: #dd4747;
		--mc-error-locked: #dd4747;
		--mc-error-l5: #df5050;
		--mc-error-d5: #db3b3b;
		--mc-error-l10: #e05959;
		--mc-error-d10: #d82e2e;
		--mc-error-l20: #e46c6c;
		--mc-error-d20: #c52424;
		--mc-error-o0: rgba(221, 71, 71, 0);
		--mc-error-o1: rgba(221, 71, 71, .1);
		--mc-error-o2: rgba(221, 71, 71, .2);
		--mc-error-o4: rgba(221, 71, 71, .4);
		--mc-error-o6: rgba(221, 71, 71, .6);
		--mc-error-o8: rgba(221, 71, 71, .8);
		--mc-success: #279500;
		--mc-success-locked: #279500;
		--mc-success-l5: #2ca700;
		--mc-success-d5: #258e00;
		--mc-success-l10: #30b900;
		--mc-success-d10: #238600;
		--mc-success-l20: #3add00;
		--mc-success-d20: #1f7700;
		--mc-success-o0: rgba(39, 149, 0, 0);
		--mc-success-o1: rgba(39, 149, 0, .1);
		--mc-success-o2: rgba(39, 149, 0, .2);
		--mc-success-o4: rgba(39, 149, 0, .4);
		--mc-success-o6: rgba(39, 149, 0, .6);
		--mc-success-o8: rgba(39, 149, 0, .8);
		--mc-warning: #ff5811;
		--mc-warning-locked: #ff5811;
		--mc-warning-l5: #ff601d;
		--mc-warning-d5: #ff4e03;
		--mc-warning-l10: #ff6929;
		--mc-warning-d10: #f54900;
		--mc-warning-l20: #ff7941;
		--mc-warning-d20: #da4100;
		--mc-warning-o0: rgba(255, 88, 17, 0);
		--mc-warning-o1: rgba(255, 88, 17, .1);
		--mc-warning-o2: rgba(255, 88, 17, .2);
		--mc-warning-o4: rgba(255, 88, 17, .4);
		--mc-warning-o6: rgba(255, 88, 17, .6);
		--mc-warning-o8: rgba(255, 88, 17, .8);
		--mc-disabled: #454c60;
		--mc-disabled-locked: #454c60;
		--mc-disabled-l5: #4c546a;
		--mc-disabled-d5: #42485b;
		--mc-disabled-l10: #535c74;
		--mc-disabled-d10: #3e4456;
		--mc-disabled-l20: #626c88;
		--mc-disabled-d20: #373d4d;
		--mc-disabled-o0: rgba(69, 76, 96, 0);
		--mc-disabled-o1: rgba(69, 76, 96, .1);
		--mc-disabled-o2: rgba(69, 76, 96, .2);
		--mc-disabled-o4: rgba(69, 76, 96, .4);
		--mc-disabled-o6: rgba(69, 76, 96, .6);
		--mc-disabled-o8: rgba(69, 76, 96, .8);
		--mc-black: #010100;
		--mc-black-locked: #010100;
		--mc-black-l5: #1a1a00;
		--mc-black-d5: #010100;
		--mc-black-l10: #343400;
		--mc-black-d10: #010100;
		--mc-black-l20: #676700;
		--mc-black-d20: #010100;
		--mc-black-o0: rgba(1, 1, 0, 0);
		--mc-black-o1: rgba(1, 1, 0, .1);
		--mc-black-o2: rgba(1, 1, 0, .2);
		--mc-black-o4: rgba(1, 1, 0, .4);
		--mc-black-o6: rgba(1, 1, 0, .6);
		--mc-black-o8: rgba(1, 1, 0, .8);
		--mc-baseSecond: #cad4ee;
		--mc-baseSecond-locked: #cad4ee;
		--mc-baseSecond-l5: #cdd6ef;
		--mc-baseSecond-d5: #b9c6e9;
		--mc-baseSecond-l10: #cfd8f0;
		--mc-baseSecond-d10: #a9b9e3;
		--mc-baseSecond-l20: #d5ddf1;
		--mc-baseSecond-d20: #879ed9;
		--mc-baseSecond-o0: rgba(202, 212, 238, 0);
		--mc-baseSecond-o1: rgba(202, 212, 238, .1);
		--mc-baseSecond-o2: rgba(202, 212, 238, .2);
		--mc-baseSecond-o4: rgba(202, 212, 238, .4);
		--mc-baseSecond-o6: rgba(202, 212, 238, .6);
		--mc-baseSecond-o8: rgba(202, 212, 238, .8);
		--mc-baseThird: #ffffff;
		--mc-baseThird-locked: #ffffff;
		--mc-baseThird-l5: white;
		--mc-baseThird-d5: #f2f2f2;
		--mc-baseThird-l10: white;
		--mc-baseThird-d10: #e6e6e6;
		--mc-baseThird-l20: white;
		--mc-baseThird-d20: #cccccc;
		--mc-baseThird-o0: rgba(255, 255, 255, 0);
		--mc-baseThird-o1: rgba(255, 255, 255, .1);
		--mc-baseThird-o2: rgba(255, 255, 255, .2);
		--mc-baseThird-o4: rgba(255, 255, 255, .4);
		--mc-baseThird-o6: rgba(255, 255, 255, .6);
		--mc-baseThird-o8: rgba(255, 255, 255, .8);
		--mc-telegramBannerGradient: linear-gradient(180deg, #60bfef 0%, #0194fe 100%);
		--mc-buttonGradient: linear-gradient(180deg, #75e6ff 0%, #75e6ff .01%, #878bff 100%);
		--mc-buttonHighlightGradient: linear-gradient(32.86deg, #ff00e5 0%, #ff008a 100%);
		--mc-textGradient: linear-gradient(180deg, #75e6ff 0%, #75e6ff .01%, #878bff 100%);
		--mc-buttonShadow: 0 0 15px 0 #7dbeff;
		--mc-labelBorder: #19040d;
		--mc-labelBorder-locked: #19040d;
		--mc-labelBorder-l5: #2e0718;
		--mc-labelBorder-d5: #18040c;
		--mc-labelBorder-l10: #420b23;
		--mc-labelBorder-d10: #17040c;
		--mc-labelBorder-l20: #6c1138;
		--mc-labelBorder-d20: #14030a;
		--mc-labelBorder-o0: rgba(25, 4, 13, 0);
		--mc-labelBorder-o1: rgba(25, 4, 13, .1);
		--mc-labelBorder-o2: rgba(25, 4, 13, .2);
		--mc-labelBorder-o4: rgba(25, 4, 13, .4);
		--mc-labelBorder-o6: rgba(25, 4, 13, .6);
		--mc-labelBorder-o8: rgba(25, 4, 13, .8);
		--mc-footerText: #7a7a7a;
		--mc-footerText-locked: #7a7a7a;
		--mc-footerText-l5: #818181;
		--mc-footerText-d5: #747474;
		--mc-footerText-l10: #878787;
		--mc-footerText-d10: #6e6e6e;
		--mc-footerText-l20: #959595;
		--mc-footerText-d20: #626262;
		--mc-footerText-o0: rgba(122, 122, 122, 0);
		--mc-footerText-o1: rgba(122, 122, 122, .1);
		--mc-footerText-o2: rgba(122, 122, 122, .2);
		--mc-footerText-o4: rgba(122, 122, 122, .4);
		--mc-footerText-o6: rgba(122, 122, 122, .6);
		--mc-footerText-o8: rgba(122, 122, 122, .8);
		--mc-footerLicense: #3fbeb7;
		--mc-footerLicense-locked: #3fbeb7;
		--mc-footerLicense-l5: #48c2bb;
		--mc-footerLicense-d5: #3cb5ae;
		--mc-footerLicense-l10: #51c5bf;
		--mc-footerLicense-d10: #39aba5;
		--mc-footerLicense-l20: #65ccc6;
		--mc-footerLicense-d20: #329892;
		--mc-footerLicense-o0: rgba(63, 190, 183, 0);
		--mc-footerLicense-o1: rgba(63, 190, 183, .1);
		--mc-footerLicense-o2: rgba(63, 190, 183, .2);
		--mc-footerLicense-o4: rgba(63, 190, 183, .4);
		--mc-footerLicense-o6: rgba(63, 190, 183, .6);
		--mc-footerLicense-o8: rgba(63, 190, 183, .8);
		--mc-borderGradient: linear-gradient(181.07deg, rgba(125, 191, 255, 0) 0%, rgba(125, 191, 255, .3) 52.73%, rgba(125, 191, 255, 0) 99.69%);
		--mc-borderGradientHorizontal: linear-gradient(.25turn, rgba(255, 255, 255, 0), rgba(255, 255, 255, .3), rgba(255, 255, 255, 0));
		--mc-descColor: #8d8d8d;
		--mc-descColor-locked: #8d8d8d;
		--mc-descColor-l5: #939393;
		--mc-descColor-d5: #868686;
		--mc-descColor-l10: #989898;
		--mc-descColor-d10: #7f7f7f;
		--mc-descColor-l20: #a4a4a4;
		--mc-descColor-d20: #717171;
		--mc-descColor-o0: rgba(141, 141, 141, 0);
		--mc-descColor-o1: rgba(141, 141, 141, .1);
		--mc-descColor-o2: rgba(141, 141, 141, .2);
		--mc-descColor-o4: rgba(141, 141, 141, .4);
		--mc-descColor-o6: rgba(141, 141, 141, .6);
		--mc-descColor-o8: rgba(141, 141, 141, .8);
		--mc-streamGradient: linear-gradient(87deg, #ff0086 -6.85%, #d40055 103.85%);
		--mc-baseMainNew: #7b809a;
		--mc-baseMainNew-locked: #7b809a;
		--mc-baseMainNew-l5: #82869f;
		--mc-baseMainNew-d5: #737894;
		--mc-baseMainNew-l10: #888da4;
		--mc-baseMainNew-d10: #6c718d;
		--mc-baseMainNew-l20: #9599ae;
		--mc-baseMainNew-d20: #60657e;
		--mc-baseMainNew-o0: rgba(123, 128, 154, 0);
		--mc-baseMainNew-o1: rgba(123, 128, 154, .1);
		--mc-baseMainNew-o2: rgba(123, 128, 154, .2);
		--mc-baseMainNew-o4: rgba(123, 128, 154, .4);
		--mc-baseMainNew-o6: rgba(123, 128, 154, .6);
		--mc-baseMainNew-o8: rgba(123, 128, 154, .8);
		--mc-providerColor: #737490;
		--mc-providerColor-locked: #737490;
		--mc-providerColor-l5: #7a7b96;
		--mc-providerColor-d5: #6d6e89;
		--mc-providerColor-l10: #81829b;
		--mc-providerColor-d10: #676882;
		--mc-providerColor-l20: #8f90a6;
		--mc-providerColor-d20: #5c5c74;
		--mc-providerColor-o0: rgba(115, 116, 144, 0);
		--mc-providerColor-o1: rgba(115, 116, 144, .1);
		--mc-providerColor-o2: rgba(115, 116, 144, .2);
		--mc-providerColor-o4: rgba(115, 116, 144, .4);
		--mc-providerColor-o6: rgba(115, 116, 144, .6);
		--mc-providerColor-o8: rgba(115, 116, 144, .8)
	}

	:root {
		--fc-labelColor: #8194c8;
		--fc-labelColor-locked: #8194c8;
		--fc-labelColor-l5: #8799cb;
		--fc-labelColor-d5: #768ac3;
		--fc-labelColor-l10: #8e9fce;
		--fc-labelColor-d10: #6a81be;
		--fc-labelColor-l20: #9aa9d3;
		--fc-labelColor-d20: #536db4;
		--fc-labelColor-o0: rgba(129, 148, 200, 0);
		--fc-labelColor-o1: rgba(129, 148, 200, .1);
		--fc-labelColor-o2: rgba(129, 148, 200, .2);
		--fc-labelColor-o4: rgba(129, 148, 200, .4);
		--fc-labelColor-o6: rgba(129, 148, 200, .6);
		--fc-labelColor-o8: rgba(129, 148, 200, .8);
		--fc-inputBg: #0f1127;
		--fc-inputBg-locked: #0f1127;
		--fc-inputBg-l5: #151837;
		--fc-inputBg-d5: #0e1025;
		--fc-inputBg-l10: #1c1f48;
		--fc-inputBg-d10: #0e0f23;
		--fc-inputBg-l20: #282e69;
		--fc-inputBg-d20: #0c0e1f;
		--fc-inputBg-o0: rgba(15, 17, 39, 0);
		--fc-inputBg-o1: rgba(15, 17, 39, .1);
		--fc-inputBg-o2: rgba(15, 17, 39, .2);
		--fc-inputBg-o4: rgba(15, 17, 39, .4);
		--fc-inputBg-o6: rgba(15, 17, 39, .6);
		--fc-inputBg-o8: rgba(15, 17, 39, .8);
		--fc-borderColor: #242d48;
		--fc-borderColor-locked: #242d48;
		--fc-borderColor-l5: #2b3555;
		--fc-borderColor-d5: #222b44;
		--fc-borderColor-l10: #313e63;
		--fc-borderColor-d10: #202941;
		--fc-borderColor-l20: #3f4f7e;
		--fc-borderColor-d20: #1d243a;
		--fc-borderColor-o0: rgba(36, 45, 72, 0);
		--fc-borderColor-o1: rgba(36, 45, 72, .1);
		--fc-borderColor-o2: rgba(36, 45, 72, .2);
		--fc-borderColor-o4: rgba(36, 45, 72, .4);
		--fc-borderColor-o6: rgba(36, 45, 72, .6);
		--fc-borderColor-o8: rgba(36, 45, 72, .8);
		--fc-textColor: #fff;
		--fc-textColor-locked: #fff;
		--fc-textColor-l5: white;
		--fc-textColor-d5: #f2f2f2;
		--fc-textColor-l10: white;
		--fc-textColor-d10: #e6e6e6;
		--fc-textColor-l20: white;
		--fc-textColor-d20: #cccccc;
		--fc-textColor-o0: rgba(255, 255, 255, 0);
		--fc-textColor-o1: rgba(255, 255, 255, .1);
		--fc-textColor-o2: rgba(255, 255, 255, .2);
		--fc-textColor-o4: rgba(255, 255, 255, .4);
		--fc-textColor-o6: rgba(255, 255, 255, .6);
		--fc-textColor-o8: rgba(255, 255, 255, .8);
		--fc-placeholderColor: #7886ab;
		--fc-placeholderColor-locked: #7886ab;
		--fc-placeholderColor-l5: #7f8caf;
		--fc-placeholderColor-d5: #6f7ea5;
		--fc-placeholderColor-l10: #8692b3;
		--fc-placeholderColor-d10: #6676a0;
		--fc-placeholderColor-l20: #939ebc;
		--fc-placeholderColor-d20: #596890;
		--fc-placeholderColor-o0: rgba(120, 134, 171, 0);
		--fc-placeholderColor-o1: rgba(120, 134, 171, .1);
		--fc-placeholderColor-o2: rgba(120, 134, 171, .2);
		--fc-placeholderColor-o4: rgba(120, 134, 171, .4);
		--fc-placeholderColor-o6: rgba(120, 134, 171, .6);
		--fc-placeholderColor-o8: rgba(120, 134, 171, .8);
		--fc-disabledPlaceholderColor: #52596a;
		--fc-disabledPlaceholderColor-locked: #52596a;
		--fc-disabledPlaceholderColor-l5: #596173;
		--fc-disabledPlaceholderColor-d5: #4e5565;
		--fc-disabledPlaceholderColor-l10: #60687c;
		--fc-disabledPlaceholderColor-d10: #4a505f;
		--fc-disabledPlaceholderColor-l20: #6e778e;
		--fc-disabledPlaceholderColor-d20: #424755;
		--fc-disabledPlaceholderColor-o0: rgba(82, 89, 106, 0);
		--fc-disabledPlaceholderColor-o1: rgba(82, 89, 106, .1);
		--fc-disabledPlaceholderColor-o2: rgba(82, 89, 106, .2);
		--fc-disabledPlaceholderColor-o4: rgba(82, 89, 106, .4);
		--fc-disabledPlaceholderColor-o6: rgba(82, 89, 106, .6);
		--fc-disabledPlaceholderColor-o8: rgba(82, 89, 106, .8);
		--fc-arrowColor: #fff;
		--fc-arrowColor-locked: #fff;
		--fc-arrowColor-l5: white;
		--fc-arrowColor-d5: #f2f2f2;
		--fc-arrowColor-l10: white;
		--fc-arrowColor-d10: #e6e6e6;
		--fc-arrowColor-l20: white;
		--fc-arrowColor-d20: #cccccc;
		--fc-arrowColor-o0: rgba(255, 255, 255, 0);
		--fc-arrowColor-o1: rgba(255, 255, 255, .1);
		--fc-arrowColor-o2: rgba(255, 255, 255, .2);
		--fc-arrowColor-o4: rgba(255, 255, 255, .4);
		--fc-arrowColor-o6: rgba(255, 255, 255, .6);
		--fc-arrowColor-o8: rgba(255, 255, 255, .8);
		--fc-iconColor: #7886ab;
		--fc-iconColor-locked: #7886ab;
		--fc-iconColor-l5: #7f8caf;
		--fc-iconColor-d5: #6f7ea5;
		--fc-iconColor-l10: #8692b3;
		--fc-iconColor-d10: #6676a0;
		--fc-iconColor-l20: #939ebc;
		--fc-iconColor-d20: #596890;
		--fc-iconColor-o0: rgba(120, 134, 171, 0);
		--fc-iconColor-o1: rgba(120, 134, 171, .1);
		--fc-iconColor-o2: rgba(120, 134, 171, .2);
		--fc-iconColor-o4: rgba(120, 134, 171, .4);
		--fc-iconColor-o6: rgba(120, 134, 171, .6);
		--fc-iconColor-o8: rgba(120, 134, 171, .8);
		--fc-disableBg: #262c3b;
		--fc-disableBg-locked: #262c3b;
		--fc-disableBg-l5: #2e3548;
		--fc-disableBg-d5: #242a38;
		--fc-disableBg-l10: #363f54;
		--fc-disableBg-d10: #222835;
		--fc-disableBg-l20: #46516d;
		--fc-disableBg-d20: #1e232f;
		--fc-disableBg-o0: rgba(38, 44, 59, 0);
		--fc-disableBg-o1: rgba(38, 44, 59, .1);
		--fc-disableBg-o2: rgba(38, 44, 59, .2);
		--fc-disableBg-o4: rgba(38, 44, 59, .4);
		--fc-disableBg-o6: rgba(38, 44, 59, .6);
		--fc-disableBg-o8: rgba(38, 44, 59, .8);
		--fc-disableBorder: #262c3b;
		--fc-disableBorder-locked: #262c3b;
		--fc-disableBorder-l5: #2e3548;
		--fc-disableBorder-d5: #242a38;
		--fc-disableBorder-l10: #363f54;
		--fc-disableBorder-d10: #222835;
		--fc-disableBorder-l20: #46516d;
		--fc-disableBorder-d20: #1e232f;
		--fc-disableBorder-o0: rgba(38, 44, 59, 0);
		--fc-disableBorder-o1: rgba(38, 44, 59, .1);
		--fc-disableBorder-o2: rgba(38, 44, 59, .2);
		--fc-disableBorder-o4: rgba(38, 44, 59, .4);
		--fc-disableBorder-o6: rgba(38, 44, 59, .6);
		--fc-disableBorder-o8: rgba(38, 44, 59, .8);
		--fc-errorBackground: #240f17;
		--fc-errorBackground-locked: #240f17;
		--fc-errorBackground-l5: #341621;
		--fc-errorBackground-d5: #220e16;
		--fc-errorBackground-l10: #441d2c;
		--fc-errorBackground-d10: #200e15;
		--fc-errorBackground-l20: #652a40;
		--fc-errorBackground-d20: #1d0c12;
		--fc-errorBackground-o0: rgba(36, 15, 23, 0);
		--fc-errorBackground-o1: rgba(36, 15, 23, .1);
		--fc-errorBackground-o2: rgba(36, 15, 23, .2);
		--fc-errorBackground-o4: rgba(36, 15, 23, .4);
		--fc-errorBackground-o6: rgba(36, 15, 23, .6);
		--fc-errorBackground-o8: rgba(36, 15, 23, .8);
		--fc-errorBorder: #d1004b;
		--fc-errorBorder-locked: #d1004b;
		--fc-errorBorder-l5: #e00050;
		--fc-errorBorder-d5: #c70047;
		--fc-errorBorder-l10: #ef0056;
		--fc-errorBorder-d10: #bc0044;
		--fc-errorBorder-l20: #ff0e65;
		--fc-errorBorder-d20: #a7003c;
		--fc-errorBorder-o0: rgba(209, 0, 75, 0);
		--fc-errorBorder-o1: rgba(209, 0, 75, .1);
		--fc-errorBorder-o2: rgba(209, 0, 75, .2);
		--fc-errorBorder-o4: rgba(209, 0, 75, .4);
		--fc-errorBorder-o6: rgba(209, 0, 75, .6);
		--fc-errorBorder-o8: rgba(209, 0, 75, .8);
		--fc-errorArrow: #d1004b;
		--fc-errorArrow-locked: #d1004b;
		--fc-errorArrow-l5: #e00050;
		--fc-errorArrow-d5: #c70047;
		--fc-errorArrow-l10: #ef0056;
		--fc-errorArrow-d10: #bc0044;
		--fc-errorArrow-l20: #ff0e65;
		--fc-errorArrow-d20: #a7003c;
		--fc-errorArrow-o0: rgba(209, 0, 75, 0);
		--fc-errorArrow-o1: rgba(209, 0, 75, .1);
		--fc-errorArrow-o2: rgba(209, 0, 75, .2);
		--fc-errorArrow-o4: rgba(209, 0, 75, .4);
		--fc-errorArrow-o6: rgba(209, 0, 75, .6);
		--fc-errorArrow-o8: rgba(209, 0, 75, .8);
		--fc-successElement: #279500;
		--fc-successElement-locked: #279500;
		--fc-successElement-l5: #2ca700;
		--fc-successElement-d5: #258e00;
		--fc-successElement-l10: #30b900;
		--fc-successElement-d10: #238600;
		--fc-successElement-l20: #3add00;
		--fc-successElement-d20: #1f7700;
		--fc-successElement-o0: rgba(39, 149, 0, 0);
		--fc-successElement-o1: rgba(39, 149, 0, .1);
		--fc-successElement-o2: rgba(39, 149, 0, .2);
		--fc-successElement-o4: rgba(39, 149, 0, .4);
		--fc-successElement-o6: rgba(39, 149, 0, .6);
		--fc-successElement-o8: rgba(39, 149, 0, .8);
		--fc-successBorder: #279500;
		--fc-successBorder-locked: #279500;
		--fc-successBorder-l5: #2ca700;
		--fc-successBorder-d5: #258e00;
		--fc-successBorder-l10: #30b900;
		--fc-successBorder-d10: #238600;
		--fc-successBorder-l20: #3add00;
		--fc-successBorder-d20: #1f7700;
		--fc-successBorder-o0: rgba(39, 149, 0, 0);
		--fc-successBorder-o1: rgba(39, 149, 0, .1);
		--fc-successBorder-o2: rgba(39, 149, 0, .2);
		--fc-successBorder-o4: rgba(39, 149, 0, .4);
		--fc-successBorder-o6: rgba(39, 149, 0, .6);
		--fc-successBorder-o8: rgba(39, 149, 0, .8)
	}

	body.wlc-body--theme-alt {
		--mc-main: #7f7cff;
		--mc-main-l5: #8583ff;
		--mc-main-d5: #6c69ff;
		--mc-main-l10: #8c89ff;
		--mc-main-d10: #5a56ff;
		--mc-main-l20: #9996ff;
		--mc-main-d20: #3530ff;
		--mc-main-o0: rgba(127, 124, 255, 0);
		--mc-main-o1: rgba(127, 124, 255, .1);
		--mc-main-o2: rgba(127, 124, 255, .2);
		--mc-main-o4: rgba(127, 124, 255, .4);
		--mc-main-o6: rgba(127, 124, 255, .6);
		--mc-main-o8: rgba(127, 124, 255, .8);
		--mc-secondary: #1dc0c0;
		--mc-secondary-l5: #1fcdcd;
		--mc-secondary-d5: #1cb6b6;
		--mc-secondary-l10: #21d9d9;
		--mc-secondary-d10: #1aadad;
		--mc-secondary-l20: #36e1e1;
		--mc-secondary-d20: #179a9a;
		--mc-secondary-o0: rgba(29, 192, 192, 0);
		--mc-secondary-o1: rgba(29, 192, 192, .1);
		--mc-secondary-o2: rgba(29, 192, 192, .2);
		--mc-secondary-o4: rgba(29, 192, 192, .4);
		--mc-secondary-o6: rgba(29, 192, 192, .6);
		--mc-secondary-o8: rgba(29, 192, 192, .8);
		--mc-baseMain: #000;
		--mc-baseMain-l5: #0d0d0d;
		--mc-baseMain-d5: black;
		--mc-baseMain-l10: #1a1a1a;
		--mc-baseMain-d10: black;
		--mc-baseMain-l20: #333333;
		--mc-baseMain-d20: black;
		--mc-baseMain-o0: rgba(0, 0, 0, 0);
		--mc-baseMain-o1: rgba(0, 0, 0, .1);
		--mc-baseMain-o2: rgba(0, 0, 0, .2);
		--mc-baseMain-o4: rgba(0, 0, 0, .4);
		--mc-baseMain-o6: rgba(0, 0, 0, .6);
		--mc-baseMain-o8: rgba(0, 0, 0, .8);
		--mc-baseContrast: #fff;
		--mc-baseContrast-l5: white;
		--mc-baseContrast-d5: #f2f2f2;
		--mc-baseContrast-l10: white;
		--mc-baseContrast-d10: #e6e6e6;
		--mc-baseContrast-l20: white;
		--mc-baseContrast-d20: #cccccc;
		--mc-baseContrast-o0: rgba(255, 255, 255, 0);
		--mc-baseContrast-o1: rgba(255, 255, 255, .1);
		--mc-baseContrast-o2: rgba(255, 255, 255, .2);
		--mc-baseContrast-o4: rgba(255, 255, 255, .4);
		--mc-baseContrast-o6: rgba(255, 255, 255, .6);
		--mc-baseContrast-o8: rgba(255, 255, 255, .8);
		--mc-buttonColor: #7f7cff;
		--mc-buttonColor-l5: #8583ff;
		--mc-buttonColor-d5: #6c69ff;
		--mc-buttonColor-l10: #8c89ff;
		--mc-buttonColor-d10: #5a56ff;
		--mc-buttonColor-l20: #9996ff;
		--mc-buttonColor-d20: #3530ff;
		--mc-buttonColor-o0: rgba(127, 124, 255, 0);
		--mc-buttonColor-o1: rgba(127, 124, 255, .1);
		--mc-buttonColor-o2: rgba(127, 124, 255, .2);
		--mc-buttonColor-o4: rgba(127, 124, 255, .4);
		--mc-buttonColor-o6: rgba(127, 124, 255, .6);
		--mc-buttonColor-o8: rgba(127, 124, 255, .8);
		--mc-baseOpacity: rgba(0, 0, 0, .5);
		--mc-baseOpacity-l5: rgba(13, 13, 13, .5);
		--mc-baseOpacity-d5: rgba(0, 0, 0, .5);
		--mc-baseOpacity-l10: rgba(26, 26, 26, .5);
		--mc-baseOpacity-d10: rgba(0, 0, 0, .5);
		--mc-baseOpacity-l20: rgba(51, 51, 51, .5);
		--mc-baseOpacity-d20: rgba(0, 0, 0, .5);
		--mc-baseOpacity-o0: rgba(0, 0, 0, 0);
		--mc-baseOpacity-o1: rgba(0, 0, 0, 0);
		--mc-baseOpacity-o2: rgba(0, 0, 0, 0);
		--mc-baseOpacity-o4: rgba(0, 0, 0, 0);
		--mc-baseOpacity-o6: rgba(0, 0, 0, .1);
		--mc-baseOpacity-o8: rgba(0, 0, 0, .3);
		--mc-bg100: #7f99be;
		--mc-bg100-l5: #859ec1;
		--mc-bg100-d5: #7491b9;
		--mc-bg100-l10: #8ca3c5;
		--mc-bg100-d10: #6a88b3;
		--mc-bg100-l20: #99adcb;
		--mc-bg100-d20: #5578a8;
		--mc-bg100-o0: rgba(127, 153, 190, 0);
		--mc-bg100-o1: rgba(127, 153, 190, .1);
		--mc-bg100-o2: rgba(127, 153, 190, .2);
		--mc-bg100-o4: rgba(127, 153, 190, .4);
		--mc-bg100-o6: rgba(127, 153, 190, .6);
		--mc-bg100-o8: rgba(127, 153, 190, .8);
		--mc-bg300: #f2f5f8;
		--mc-bg300-l5: #f3f6f8;
		--mc-bg300-d5: #e2e9ef;
		--mc-bg300-l10: #f3f6f9;
		--mc-bg300-d10: #d2dde7;
		--mc-bg300-l20: #f5f7f9;
		--mc-bg300-d20: #b2c4d6;
		--mc-bg300-o0: rgba(242, 245, 248, 0);
		--mc-bg300-o1: rgba(242, 245, 248, .1);
		--mc-bg300-o2: rgba(242, 245, 248, .2);
		--mc-bg300-o4: rgba(242, 245, 248, .4);
		--mc-bg300-o6: rgba(242, 245, 248, .6);
		--mc-bg300-o8: rgba(242, 245, 248, .8);
		--mc-bg500: #ccd6e5;
		--mc-bg500-l5: #cfd8e6;
		--mc-bg500-d5: #becade;
		--mc-bg500-l10: #d1dae8;
		--mc-bg500-d10: #afbfd6;
		--mc-bg500-l20: #d6deea;
		--mc-bg500-d20: #93a8c8;
		--mc-bg500-o0: rgba(204, 214, 229, 0);
		--mc-bg500-o1: rgba(204, 214, 229, .1);
		--mc-bg500-o2: rgba(204, 214, 229, .2);
		--mc-bg500-o4: rgba(204, 214, 229, .4);
		--mc-bg500-o6: rgba(204, 214, 229, .6);
		--mc-bg500-o8: rgba(204, 214, 229, .8);
		--mc-bg700: #e5eaf2;
		--mc-bg700-l5: #e6ebf3;
		--mc-bg700-d5: #d5ddea;
		--mc-bg700-l10: #e8ecf3;
		--mc-bg700-d10: #c6d1e2;
		--mc-bg700-l20: #eaeef5;
		--mc-bg700-d20: #a6b7d3;
		--mc-bg700-o0: rgba(229, 234, 242, 0);
		--mc-bg700-o1: rgba(229, 234, 242, .1);
		--mc-bg700-o2: rgba(229, 234, 242, .2);
		--mc-bg700-o4: rgba(229, 234, 242, .4);
		--mc-bg700-o6: rgba(229, 234, 242, .6);
		--mc-bg700-o8: rgba(229, 234, 242, .8);
		--mc-bg: #fff;
		--mc-bg-l5: white;
		--mc-bg-d5: #f2f2f2;
		--mc-bg-l10: white;
		--mc-bg-d10: #e6e6e6;
		--mc-bg-l20: white;
		--mc-bg-d20: #cccccc;
		--mc-bg-o0: rgba(255, 255, 255, 0);
		--mc-bg-o1: rgba(255, 255, 255, .1);
		--mc-bg-o2: rgba(255, 255, 255, .2);
		--mc-bg-o4: rgba(255, 255, 255, .4);
		--mc-bg-o6: rgba(255, 255, 255, .6);
		--mc-bg-o8: rgba(255, 255, 255, .8);
		--mc-bgModal: #f2f5f8;
		--mc-bgModal-l5: #f3f6f8;
		--mc-bgModal-d5: #e2e9ef;
		--mc-bgModal-l10: #f3f6f9;
		--mc-bgModal-d10: #d2dde7;
		--mc-bgModal-l20: #f5f7f9;
		--mc-bgModal-d20: #b2c4d6;
		--mc-bgModal-o0: rgba(242, 245, 248, 0);
		--mc-bgModal-o1: rgba(242, 245, 248, .1);
		--mc-bgModal-o2: rgba(242, 245, 248, .2);
		--mc-bgModal-o4: rgba(242, 245, 248, .4);
		--mc-bgModal-o6: rgba(242, 245, 248, .6);
		--mc-bgModal-o8: rgba(242, 245, 248, .8);
		--mc-error: #d96969;
		--mc-error-l5: #db7171;
		--mc-error-d5: #d65c5c;
		--mc-error-l10: #dd7878;
		--mc-error-d10: #d24f4f;
		--mc-error-l20: #e18787;
		--mc-error-d20: #cc3636;
		--mc-error-o0: rgba(217, 105, 105, 0);
		--mc-error-o1: rgba(217, 105, 105, .1);
		--mc-error-o2: rgba(217, 105, 105, .2);
		--mc-error-o4: rgba(217, 105, 105, .4);
		--mc-error-o6: rgba(217, 105, 105, .6);
		--mc-error-o8: rgba(217, 105, 105, .8);
		--mc-success: #45c195;
		--mc-success-l5: #4ec49a;
		--mc-success-d5: #3ebb8f;
		--mc-success-l10: #58c7a0;
		--mc-success-d10: #3bb187;
		--mc-success-l20: #6acdaa;
		--mc-success-d20: #349d78;
		--mc-success-o0: rgba(69, 193, 149, 0);
		--mc-success-o1: rgba(69, 193, 149, .1);
		--mc-success-o2: rgba(69, 193, 149, .2);
		--mc-success-o4: rgba(69, 193, 149, .4);
		--mc-success-o6: rgba(69, 193, 149, .6);
		--mc-success-o8: rgba(69, 193, 149, .8);
		--mc-warning: #ffa756;
		--mc-warning-l5: #ffab5e;
		--mc-warning-d5: #ff9e45;
		--mc-warning-l10: #ffb067;
		--mc-warning-d10: #ff9534;
		--mc-warning-l20: #ffb978;
		--mc-warning-d20: #ff8312;
		--mc-warning-o0: rgba(255, 167, 86, 0);
		--mc-warning-o1: rgba(255, 167, 86, .1);
		--mc-warning-o2: rgba(255, 167, 86, .2);
		--mc-warning-o4: rgba(255, 167, 86, .4);
		--mc-warning-o6: rgba(255, 167, 86, .6);
		--mc-warning-o8: rgba(255, 167, 86, .8);
		--mc-disabled: #c4c4c4;
		--mc-disabled-l5: #c7c7c7;
		--mc-disabled-d5: #bababa;
		--mc-disabled-l10: #cacaca;
		--mc-disabled-d10: #b0b0b0;
		--mc-disabled-l20: #d0d0d0;
		--mc-disabled-d20: #9d9d9d;
		--mc-disabled-o0: rgba(196, 196, 196, 0);
		--mc-disabled-o1: rgba(196, 196, 196, .1);
		--mc-disabled-o2: rgba(196, 196, 196, .2);
		--mc-disabled-o4: rgba(196, 196, 196, .4);
		--mc-disabled-o6: rgba(196, 196, 196, .6);
		--mc-disabled-o8: rgba(196, 196, 196, .8)
	}

	body.wlc-body--theme-alt {
		--fc-labelColor: #7d7d7d;
		--fc-labelColor-l5: #848484;
		--fc-labelColor-d5: #777777;
		--fc-labelColor-l10: #8a8a8a;
		--fc-labelColor-d10: #717171;
		--fc-labelColor-l20: #979797;
		--fc-labelColor-d20: #646464;
		--fc-labelColor-o0: rgba(125, 125, 125, 0);
		--fc-labelColor-o1: rgba(125, 125, 125, .1);
		--fc-labelColor-o2: rgba(125, 125, 125, .2);
		--fc-labelColor-o4: rgba(125, 125, 125, .4);
		--fc-labelColor-o6: rgba(125, 125, 125, .6);
		--fc-labelColor-o8: rgba(125, 125, 125, .8);
		--fc-inputBg: #fff;
		--fc-inputBg-l5: white;
		--fc-inputBg-d5: #f2f2f2;
		--fc-inputBg-l10: white;
		--fc-inputBg-d10: #e6e6e6;
		--fc-inputBg-l20: white;
		--fc-inputBg-d20: #cccccc;
		--fc-inputBg-o0: rgba(255, 255, 255, 0);
		--fc-inputBg-o1: rgba(255, 255, 255, .1);
		--fc-inputBg-o2: rgba(255, 255, 255, .2);
		--fc-inputBg-o4: rgba(255, 255, 255, .4);
		--fc-inputBg-o6: rgba(255, 255, 255, .6);
		--fc-inputBg-o8: rgba(255, 255, 255, .8);
		--fc-borderColor: #c0c0c0;
		--fc-borderColor-l5: #c3c3c3;
		--fc-borderColor-d5: #b6b6b6;
		--fc-borderColor-l10: #c6c6c6;
		--fc-borderColor-d10: #adadad;
		--fc-borderColor-l20: #cdcdcd;
		--fc-borderColor-d20: #9a9a9a;
		--fc-borderColor-o0: rgba(192, 192, 192, 0);
		--fc-borderColor-o1: rgba(192, 192, 192, .1);
		--fc-borderColor-o2: rgba(192, 192, 192, .2);
		--fc-borderColor-o4: rgba(192, 192, 192, .4);
		--fc-borderColor-o6: rgba(192, 192, 192, .6);
		--fc-borderColor-o8: rgba(192, 192, 192, .8);
		--fc-textColor: #000000;
		--fc-textColor-l5: #0d0d0d;
		--fc-textColor-d5: black;
		--fc-textColor-l10: #1a1a1a;
		--fc-textColor-d10: black;
		--fc-textColor-l20: #333333;
		--fc-textColor-d20: black;
		--fc-textColor-o0: rgba(0, 0, 0, 0);
		--fc-textColor-o1: rgba(0, 0, 0, .1);
		--fc-textColor-o2: rgba(0, 0, 0, .2);
		--fc-textColor-o4: rgba(0, 0, 0, .4);
		--fc-textColor-o6: rgba(0, 0, 0, .6);
		--fc-textColor-o8: rgba(0, 0, 0, .8);
		--fc-placeholderColor: #999;
		--fc-placeholderColor-l5: #9e9e9e;
		--fc-placeholderColor-d5: #919191;
		--fc-placeholderColor-l10: #a3a3a3;
		--fc-placeholderColor-d10: #8a8a8a;
		--fc-placeholderColor-l20: #adadad;
		--fc-placeholderColor-d20: #7a7a7a;
		--fc-placeholderColor-o0: rgba(153, 153, 153, 0);
		--fc-placeholderColor-o1: rgba(153, 153, 153, .1);
		--fc-placeholderColor-o2: rgba(153, 153, 153, .2);
		--fc-placeholderColor-o4: rgba(153, 153, 153, .4);
		--fc-placeholderColor-o6: rgba(153, 153, 153, .6);
		--fc-placeholderColor-o8: rgba(153, 153, 153, .8);
		--fc-arrowColor: #999;
		--fc-arrowColor-l5: #9e9e9e;
		--fc-arrowColor-d5: #919191;
		--fc-arrowColor-l10: #a3a3a3;
		--fc-arrowColor-d10: #8a8a8a;
		--fc-arrowColor-l20: #adadad;
		--fc-arrowColor-d20: #7a7a7a;
		--fc-arrowColor-o0: rgba(153, 153, 153, 0);
		--fc-arrowColor-o1: rgba(153, 153, 153, .1);
		--fc-arrowColor-o2: rgba(153, 153, 153, .2);
		--fc-arrowColor-o4: rgba(153, 153, 153, .4);
		--fc-arrowColor-o6: rgba(153, 153, 153, .6);
		--fc-arrowColor-o8: rgba(153, 153, 153, .8);
		--fc-iconColor: #999;
		--fc-iconColor-l5: #9e9e9e;
		--fc-iconColor-d5: #919191;
		--fc-iconColor-l10: #a3a3a3;
		--fc-iconColor-d10: #8a8a8a;
		--fc-iconColor-l20: #adadad;
		--fc-iconColor-d20: #7a7a7a;
		--fc-iconColor-o0: rgba(153, 153, 153, 0);
		--fc-iconColor-o1: rgba(153, 153, 153, .1);
		--fc-iconColor-o2: rgba(153, 153, 153, .2);
		--fc-iconColor-o4: rgba(153, 153, 153, .4);
		--fc-iconColor-o6: rgba(153, 153, 153, .6);
		--fc-iconColor-o8: rgba(153, 153, 153, .8);
		--fc-disableBg: #d3d6da;
		--fc-disableBg-l5: #d5d8dc;
		--fc-disableBg-d5: #c7cbd0;
		--fc-disableBg-l10: #d7dade;
		--fc-disableBg-d10: #bcc0c6;
		--fc-disableBg-l20: #dcdee1;
		--fc-disableBg-d20: #a4abb3;
		--fc-disableBg-o0: rgba(211, 214, 218, 0);
		--fc-disableBg-o1: rgba(211, 214, 218, .1);
		--fc-disableBg-o2: rgba(211, 214, 218, .2);
		--fc-disableBg-o4: rgba(211, 214, 218, .4);
		--fc-disableBg-o6: rgba(211, 214, 218, .6);
		--fc-disableBg-o8: rgba(211, 214, 218, .8);
		--fc-disableBorder: #cbcdd1;
		--fc-disableBorder-l5: #ced0d3;
		--fc-disableBorder-d5: #c0c2c7;
		--fc-disableBorder-l10: #d0d2d6;
		--fc-disableBorder-d10: #b5b8be;
		--fc-disableBorder-l20: #d5d7da;
		--fc-disableBorder-d20: #9fa3aa;
		--fc-disableBorder-o0: rgba(203, 205, 209, 0);
		--fc-disableBorder-o1: rgba(203, 205, 209, .1);
		--fc-disableBorder-o2: rgba(203, 205, 209, .2);
		--fc-disableBorder-o4: rgba(203, 205, 209, .4);
		--fc-disableBorder-o6: rgba(203, 205, 209, .6);
		--fc-disableBorder-o8: rgba(203, 205, 209, .8);
		--fc-errorBackground: #ffebf2;
		--fc-errorBackground-l5: #ffecf3;
		--fc-errorBackground-d5: #ffd3e2;
		--fc-errorBackground-l10: #ffedf3;
		--fc-errorBackground-d10: #ffbad2;
		--fc-errorBackground-l20: #ffeff5;
		--fc-errorBackground-d20: #ff89b2;
		--fc-errorBackground-o0: rgba(255, 235, 242, 0);
		--fc-errorBackground-o1: rgba(255, 235, 242, .1);
		--fc-errorBackground-o2: rgba(255, 235, 242, .2);
		--fc-errorBackground-o4: rgba(255, 235, 242, .4);
		--fc-errorBackground-o6: rgba(255, 235, 242, .6);
		--fc-errorBackground-o8: rgba(255, 235, 242, .8);
		--fc-errorBorder: #f5e2e8;
		--fc-errorBorder-l5: #f6e3e9;
		--fc-errorBorder-d5: #efd0da;
		--fc-errorBorder-l10: #f6e5ea;
		--fc-errorBorder-d10: #e9bfcc;
		--fc-errorBorder-l20: #f7e8ed;
		--fc-errorBorder-d20: #dd9cb0;
		--fc-errorBorder-o0: rgba(245, 226, 232, 0);
		--fc-errorBorder-o1: rgba(245, 226, 232, .1);
		--fc-errorBorder-o2: rgba(245, 226, 232, .2);
		--fc-errorBorder-o4: rgba(245, 226, 232, .4);
		--fc-errorBorder-o6: rgba(245, 226, 232, .6);
		--fc-errorBorder-o8: rgba(245, 226, 232, .8)
	}

	:root {
		--button-border-radius: 100px
	}

	@font-face {
		font-weight: 400;
		font-family: CryptocurrencySymbols;
		font-style: normal;
		src: url(https://agstatic.com/wlc/fonts/Cryptocurrencies/cryptocurrency-symbols.woff2) format("woff2"), url(https://agstatic.com/wlc/fonts/Cryptocurrencies/cryptocurrency-symbols.woff) format("woff");
		font-display: block
	}

	.hl-substr {
		color: var(--fc-textColor);
		font-style: normal;
		font-weight: 700;
		font-size: 1.6rem;
		line-height: 1.45
	}

	*,
	*: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: Mulish, sans-serif;
		line-height: 1.5;
		background-color: var(--mc-bg);
		-webkit-text-size-adjust: 100%;
		-webkit-tap-highlight-color: rgba(1, 1, 0, 0)
	}

	hr {
		margin: 1rem 0;
		color: inherit;
		background-color: currentColor;
		border: 0;
		opacity: .25
	}

	hr:not([size]) {
		height: 1px
	}

	h6,
	h5,
	h4,
	h3,
	h2,
	h1 {
		margin-top: 10px;
		margin-bottom: 10px;
		font-weight: 800;
		line-height: 1.2
	}

	h1 {
		font-size: 4.5rem
	}

	h2 {
		font-size: 3.6rem
	}

	h3 {
		font-size: 3.15rem
	}

	h4 {
		font-size: 2.7rem
	}

	h5 {
		font-size: 2.25rem
	}

	h6 {
		font-size: 1.8rem
	}

	p {
		margin-top: 10px;
		margin-bottom: 10px;
	}

	abbr[title],
	abbr[data-bs-original-title] {
		-webkit-text-decoration: underline dotted;
		text-decoration: underline dotted;
		cursor: help;
		-webkit-text-decoration-skip-ink: none;
		text-decoration-skip-ink: none
	}

	address {
		margin-bottom: 1rem;
		font-style: normal;
		line-height: inherit
	}

	ol,
	ul {
		padding-left: 2rem
	}

	ol,
	ul,
	dl {
		margin-top: 0;
		margin-bottom: 1rem
	}

	ol ol,
	ul ul,
	ol ul,
	ul ol {
		margin-bottom: 0
	}

	dt {
		font-weight: 700
	}

	dd {
		margin-bottom: .5rem;
		margin-left: 0
	}

	blockquote {
		margin: 0 0 1rem
	}

	b,
	strong {
		font-weight: 700
	}

	small {
		font-size: .875em
	}

	mark {
		padding: .2em;
		background-color: #fcf8e3
	}

	sub,
	sup {
		position: relative;
		font-size: .75em;
		line-height: 0;
		vertical-align: baseline
	}

	sub {
		bottom: -.25em
	}

	sup {
		top: -.5em
	}

	a {
		color: var(--mc-main);
		text-decoration: none
	}

	a:hover {
		color: var(--mc-baseMain);
		text-decoration: none
	}

	a:not([href]):not([class]),
	a:not([href]):not([class]):hover {
		color: inherit;
		text-decoration: none
	}

	pre,
	code,
	kbd,
	samp {
		font-size: 1em;
		font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
		direction: ltr;
		unicode-bidi: bidi-override
	}

	pre {
		display: block;
		margin-top: 0;
		margin-bottom: 1rem;
		overflow: auto;
		font-size: .875em
	}

	pre code {
		color: inherit;
		font-size: inherit;
		word-break: normal
	}

	code {
		color: #d63384;
		font-size: .875em;
		word-wrap: break-word
	}

	a>code {
		color: inherit
	}

	kbd {
		padding: .2rem .4rem;
		color: #fff;
		font-size: .875em;
		background-color: gray;
		border-radius: .2rem
	}

	kbd kbd {
		padding: 0;
		font-weight: 700;
		font-size: 1em
	}

	figure {
		margin: 0 0 1rem
	}

	img,
	svg {
		vertical-align: middle
	}

	table {
		caption-side: bottom;
		border-collapse: collapse
	}

	caption {
		padding-top: .5rem;
		padding-bottom: .5rem;
		color: var(--mc-elementsColor);
		text-align: left
	}

	th {
		text-align: inherit;
		text-align: -webkit-match-parent
	}

	thead,
	tbody,
	tfoot,
	tr,
	td,
	th {
		border-color: inherit;
		border-style: solid;
		border-width: 2px;
		padding: 10px;
		border-color: var(--mc-secondary);
	}

	label {
		display: inline-block
	}

	button {
		border-radius: 0
	}

	button:focus:not(:focus-visible) {
		outline: 0
	}

	input,
	button,
	select,
	optgroup,
	textarea {
		margin: 0;
		font-size: inherit;
		font-family: inherit;
		line-height: inherit
	}

	button,
	select {
		text-transform: none
	}

	[role=button] {
		cursor: pointer
	}

	select {
		word-wrap: normal
	}

	select:disabled {
		opacity: 1
	}

	[list]::-webkit-calendar-picker-indicator {
		display: none
	}

	button,
	[type=button],
	[type=reset],
	[type=submit] {
		-webkit-appearance: button
	}

	button:not(:disabled),
	[type=button]:not(:disabled),
	[type=reset]:not(:disabled),
	[type=submit]:not(:disabled) {
		cursor: pointer
	}

	::-moz-focus-inner {
		padding: 0;
		border-style: none
	}

	textarea {
		resize: vertical
	}

	fieldset {
		min-width: 0;
		margin: 0;
		padding: 0;
		border: 0
	}

	legend {
		float: left;
		width: 100%;
		margin-bottom: .5rem;
		padding: 0;
		font-size: 1.5rem;
		line-height: inherit
	}

	legend+* {
		clear: left
	}

	::-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
	}

	[type=search] {
		outline-offset: -2px;
		-webkit-appearance: textfield
	}

	::-webkit-search-decoration {
		-webkit-appearance: none
	}

	::-webkit-color-swatch-wrapper {
		padding: 0
	}

	::file-selector-button {
		font: inherit
	}

	::-webkit-file-upload-button {
		font: inherit;
		-webkit-appearance: button
	}

	output {
		display: inline-block
	}

	iframe {
		border: 0
	}

	summary {
		display: list-item;
		cursor: pointer
	}

	progress {
		vertical-align: baseline
	}

	[hidden] {
		display: none !important
	}

	.container,
	.container-fluid {
		width: 100%;
		margin-right: 50px;
		margin-left: auto;
		padding: 0
	}

	.wp-video {
		width: 100% !important
	}

	.wp-video video {
		width: 100%;
		height: auto
	}

	.bs-datepicker {
		width: 260px;
		height: 277px;
		margin-top: 10px
	}

	.bs-datepicker * {
		font-family: inherit
	}

	.bs-datepicker-container {
		position: relative;
		width: 100%;
		height: 100%;
		padding: 4px;
		background: var(--mc-bg500);
		border: none;
		border-radius: 10px;
		box-shadow: 0 24px 48px #0003
	}

	.bs-datepicker-container .bs-calendar-container,
	.bs-datepicker-container .bs-media-container {
		width: 100%;
		height: 100%
	}

	.bs-datepicker-head {
		height: 30px;
		background: var(--mc-bg500)
	}

	.bs-datepicker-head>* {
		position: relative;
		display: flex;
		justify-content: center
	}

	.bs-datepicker-head button {
		height: 28px;
		padding: 0;
		color: var(--fc-textColor);
		font-weight: 700;
		font-size: 16px;
		line-height: 30px;
		text-transform: none;
		background: var(--mc-bg500);
		border: none;
		outline: 0
	}

	.bs-datepicker-head button.current:nth-of-type(2n) {
		margin-right: 3px
	}

	.bs-datepicker-head button.current:nth-of-type(odd) {
		margin-left: 3px
	}

	.bs-datepicker-head button.previous,
	.bs-datepicker-head button.next {
		position: absolute;
		top: 0;
		font-size: 12px
	}

	.bs-datepicker-head button.previous span,
	.bs-datepicker-head button.next span {
		display: none
	}

	.bs-datepicker-head button.previous {
		left: 10px
	}

	.bs-datepicker-head button.previous:before {
		content: "\276e"
	}

	.bs-datepicker-head button.next {
		right: 10px
	}

	.bs-datepicker-head button.next:before {
		content: "\276f"
	}

	.bs-datepicker-head button[disabled] {
		color: var(--mc-disabled);
		cursor: not-allowed
	}

	.bs-datepicker-body {
		width: 100%;
		height: calc(100% - 30px);
		color: var(--fc-textColor)
	}

	.bs-datepicker-body table {
		width: 100%;
		height: 100%
	}

	.bs-datepicker-body table td {
		padding: 0;
		text-align: center;
		background: var(--mc-bg500);
		cursor: default
	}

	.bs-datepicker-body table td span {
		position: relative;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		height: 100%;
		font-size: 14px;
		line-height: 1.1;
		cursor: pointer
	}

	.bs-datepicker-body table td span.disabled {
		color: var(--mc-disabled);
		cursor: not-allowed
	}

	.bs-datepicker-body table td span.selected {
		color: var(--mc-baseMain);
		background: var(--mc-buttonGradient)
	}

	.bs-datepicker-body table td.disabled span {
		color: var(--mc-disabled);
		cursor: not-allowed
	}

	.bs-datepicker-body table.days td {
		width: 36px;
		height: 36px;
		font-weight: 700;
		font-size: 14px;
		line-height: 1.1
	}

	.bs-datepicker-body table.days td span {
		border-radius: 50%
	}

	.bs-datepicker-body table.days td span.is-other-month {
		color: var(--mc-disabled);
		font-weight: 400
	}

	.bs-datepicker-body table.days td span.today {
		color: var(--mc-buttonGradient)
	}

	.bs-datepicker-body table.days td span.today:after {
		content: "";
		position: absolute;
		bottom: 8px;
		left: 50%;
		width: 16px;
		height: 2px;
		background: var(--mc-buttonGradient);
		transform: translate(-50%)
	}

	.bs-datepicker-body table.days td span.today.selected {
		color: var(--mc-baseMain)
	}

	.bs-datepicker-body table.days td span.today.selected:after {
		background: var(--mc-baseMain)
	}

	.bs-datepicker-body table.days th {
		width: 36px;
		max-width: 36px;
		height: 23px;
		font-weight: 400;
		font-size: 13px;
		line-height: 1.1;
		text-align: center
	}

	.bs-datepicker-body table.months tr:nth-child(1) td:nth-child(1) span:before {
		content: "1"
	}

	.bs-datepicker-body table.months tr:nth-child(1) td:nth-child(2) span:before {
		content: "2"
	}

	.bs-datepicker-body table.months tr:nth-child(1) td:nth-child(3) span:before {
		content: "3"
	}

	.bs-datepicker-body table.months tr:nth-child(2) td:nth-child(1) span:before {
		content: "4"
	}

	.bs-datepicker-body table.months tr:nth-child(2) td:nth-child(2) span:before {
		content: "5"
	}

	.bs-datepicker-body table.months tr:nth-child(2) td:nth-child(3) span:before {
		content: "6"
	}

	.bs-datepicker-body table.months tr:nth-child(3) td:nth-child(1) span:before {
		content: "7"
	}

	.bs-datepicker-body table.months tr:nth-child(3) td:nth-child(2) span:before {
		content: "8"
	}

	.bs-datepicker-body table.months tr:nth-child(3) td:nth-child(3) span:before {
		content: "9"
	}

	.bs-datepicker-body table.months tr:nth-child(4) td:nth-child(1) span:before {
		content: "10"
	}

	.bs-datepicker-body table.months tr:nth-child(4) td:nth-child(2) span:before {
		content: "11"
	}

	.bs-datepicker-body table.months tr:nth-child(4) td:nth-child(3) span:before {
		content: "12"
	}

	.bs-datepicker-body table.months tr td span:before {
		font-size: 10px
	}

	.bs-datepicker-body table.months tr:last-child td:first-child,
	.bs-datepicker-body table.years tr:last-child td:first-child {
		border-bottom-left-radius: 4px
	}

	.bs-datepicker-body table.months tr:last-child td:last-child,
	.bs-datepicker-body table.years tr:last-child td:last-child {
		border-bottom-right-radius: 4px
	}

	bs-datepicker-container {
		z-index: 1060
	}

	.tooltip {
		--bs-tooltip-bg-color: var(--mc-bg100);
		--bs-tooltip-color: var(--mc-baseThird, var(--mc-baseMain));
		color: var(--bs-tooltip-color);
		font-style: normal;
		font-weight: 400;
		font-size: 1.2rem;
		line-height: 1.45;
		position: absolute;
		z-index: 1080;
		display: block;
		max-width: 170px;
		margin: 0;
		word-wrap: break-word;
		opacity: 0
	}

	.tooltip.currency-tooltip {
		color: var(--mc-baseThird, var(--mc-baseMain));
		font-style: normal;
		font-weight: 700;
		font-size: 1.2rem;
		line-height: 1.45;
		max-width: none
	}

	.tooltip.currency-tooltip .tooltip-inner {
		border-radius: 8px
	}

	.tooltip.currency-tooltip .tooltip-inner>span:not(:first-child):before {
		content: "+";
		display: inline-block;
		margin: 0 5px
	}

	.tooltip.wlc-tooltip__bs-tooltip--error,
	.tooltip.tooltip-error {
		--bs-tooltip-bg-color: var(--mc-error);
		--bs-tooltip-color: var(--mc-baseThird, var(--mc-baseMain))
	}

	.tooltip.show {
		opacity: 1
	}

	.tooltip .tooltip-arrow {
		position: absolute;
		display: block;
		width: 1.2rem;
		height: .7rem
	}

	.tooltip .tooltip-arrow:before {
		content: "";
		position: absolute;
		border-color: transparent;
		border-style: solid
	}

	.tooltip.wlc-tooltip--compact .tooltip-inner {
		font-style: normal;
		font-weight: 400;
		font-size: 1.2rem;
		line-height: 1.45
	}

	.bs-tooltip-top,
	.bs-tooltip-auto[data-popper-placement^=top] {
		padding: .7rem 0
	}

	.bs-tooltip-top .tooltip-arrow,
	.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow {
		bottom: 0
	}

	.bs-tooltip-top .tooltip-arrow:before,
	.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow:before {
		top: -1px;
		border-width: .7rem .6rem 0;
		border-top-color: var(--bs-tooltip-bg-color)
	}

	.bs-tooltip-end,
	.bs-tooltip-auto[data-popper-placement^=right] {
		padding: 0 .7rem
	}

	.bs-tooltip-end .tooltip-arrow,
	.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
		left: 0;
		width: .7rem;
		height: 1.2rem
	}

	.bs-tooltip-end .tooltip-arrow:before,
	.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow:before {
		right: -1px;
		border-width: .6rem .7rem .6rem 0;
		border-right-color: var(--bs-tooltip-bg-color)
	}

	.bs-tooltip-bottom,
	.bs-tooltip-auto[data-popper-placement^=bottom] {
		padding: .7rem 0
	}

	.bs-tooltip-bottom .tooltip-arrow,
	.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow {
		top: 0
	}

	.bs-tooltip-bottom .tooltip-arrow:before,
	.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow:before {
		bottom: -1px;
		border-width: 0 .6rem .7rem;
		border-bottom-color: var(--bs-tooltip-bg-color)
	}

	.bs-tooltip-start,
	.bs-tooltip-auto[data-popper-placement^=left] {
		padding: 0 .7rem
	}

	.bs-tooltip-start .tooltip-arrow,
	.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
		right: 0;
		width: .7rem;
		height: 1.2rem
	}

	.bs-tooltip-start .tooltip-arrow:before,
	.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow:before {
		left: -1px;
		border-width: .6rem 0 .6rem .7rem;
		border-left-color: var(--bs-tooltip-bg-color)
	}

	.tooltip-inner {
		padding: 5px 6px;
		text-align: center;
		border-radius: 10px;
		background-color: var(--bs-tooltip-bg-color);
		box-shadow: 0 3px 10px #0006
	}

	.wlc-sections__categories--theme-1[class] {
		margin: 0 0 40px
	}

	.wlc-sections__categories--theme-1>.container {
		padding: 0;
		border-radius: 0;
		background: none
	}

	.wlc-sections__categories--theme-1 .games-categories {
		min-height: auto;
		grid-gap: 0;
		grid-template-columns: 1fr 1fr;
		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%;
		min-width: auto;
		background: transparent;
		padding: 0 10px;
		border-radius: unset;
		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;
		justify-content: space-between;
		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: 0;
		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: 20px;
		height: 20px;
		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 {
		border: 2px solid var(--mc-baseOpacity);
		background: none
	}

	.wlc-sections__categories--theme-2 .games-categories {
		grid-template-columns: minmax(0, 1fr);
		grid-template-rows: 1fr;
		gap: 20px;
		display: grid;
		align-items: start
	}

	.wlc-sections__categories--theme-2 .games-categories--dropdown-search,
	.wlc-sections__categories--theme-2 .games-categories--dropdown-search .games-categories__wrapper {
		grid-template-columns: minmax(0, 1fr)
	}

	.wlc-sections__categories--theme-2 .games-categories__wrapper {
		gap: 6px;
		padding: 0;
		display: grid
	}

	.wlc-sections__categories--theme-2 .wlc-category-menu {
		overflow: hidden
	}

	.wlc-sections__categories--theme-2 .wlc-btn.wlc-btn-search,
	.wlc-sections__categories--theme-2 .wlc-btn.wlc-btn-merch {
		border-radius: 10px;
		padding: 0 20px;
		width: 100%;
		height: 40px
	}

	.wlc-sections__categories--theme-2 .wlc-btn.wlc-btn-search .wlc-btn-search__text,
	.wlc-sections__categories--theme-2 .wlc-btn.wlc-btn-search .wlc-btn-merch__text,
	.wlc-sections__categories--theme-2 .wlc-btn.wlc-btn-merch .wlc-btn-search__text,
	.wlc-sections__categories--theme-2 .wlc-btn.wlc-btn-merch .wlc-btn-merch__text {
		color: var(--mc-baseMain);
		font-style: normal;
		font-weight: 400;
		font-size: 1.6rem;
		line-height: 1.45;
		display: flex;
		align-items: center;
		justify-content: space-between
	}

	.wlc-sections__categories--theme-2 .wlc-btn.wlc-btn-search .wlc-icon,
	.wlc-sections__categories--theme-2 .wlc-btn.wlc-btn-merch .wlc-icon {
		transition: color .3s linear;
		display: block;
		line-height: 1
	}

	.wlc-sections__categories--theme-2 .wlc-btn.wlc-btn-search .wlc-icon svg,
	.wlc-sections__categories--theme-2 .wlc-btn.wlc-btn-merch .wlc-icon svg {
		width: 20px;
		height: 20px
	}

	.wlc-sections__categories--theme-2 .wlc-btn.wlc-btn-search {
		align-self: end;
		background: var(--mc-bg500)
	}

	.wlc-sections__categories--theme-2 .wlc-btn.wlc-btn-search .wlc-icon {
		color: var(--mc-main)
	}

	.wlc-sections__categories--theme-2 .wlc-btn.wlc-btn-search .wlc-icon svg {
		fill: currentColor
	}

	.wlc-sections__categories--theme-2 .wlc-btn.wlc-btn-merch {
		align-self: start;
		background: var(--mc-bg500)
	}

	.wlc-sections__categories--theme-2 .wlc-btn.wlc-btn-merch .wlc-icon {
		color: var(--mc-main)
	}

	.wlc-sections__categories--theme-2 .wlc-btn.wlc-btn-merch .wlc-icon svg {
		fill: currentColor
	}

	.wlc-sections__categories--theme-wolf {
		padding: 10px 0 0
	}

	.wlc-sections__categories--theme-wolf .games-categories {
		display: grid;
		grid-auto-flow: row;
		gap: 20px
	}

	.wlc-sections__categories--theme-wolf .wlc-btn-search.wlc-btn {
		transition: all .3s linear;
		color: var(--fc-placeholderColor);
		font-style: normal;
		font-weight: 400;
		font-size: 1.6rem;
		line-height: 1.45;
		height: 40px;
		padding: 0 20px;
		background: var(--fc-inputBg);
		border-radius: 10px
	}

	.wlc-sections__categories--theme-wolf .wlc-btn-search.wlc-btn>span {
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: 100%;
		white-space: nowrap
	}

	.wlc-sections__categories--theme-wolf .wlc-btn-search.wlc-btn svg {
		width: 25px;
		height: 25px;
		fill: currentColor
	}

	.wlc-sections__categories-with-side-menu .container {
		gap: 20px;
		margin: 0 auto 40px;
		display: grid
	}

	.wlc-sections__categories-with-side-menu .container .wlc-side-menu {
		gap: 20px;
		display: grid;
		grid-auto-rows: min-content
	}

	.wlc-sections__categories-with-side-menu .container .wlc-side-menu .wlc-btn-search,
	.wlc-sections__categories-with-side-menu .container .wlc-side-menu .wlc-btn-merch {
		height: 40px;
		color: var(--mc-baseMain);
		font-style: normal;
		font-weight: 400;
		font-size: 1.4rem;
		line-height: 1.45;
		transition: background .3s linear;
		width: 100%;
		padding: 10px;
		background: var(--mc-bg700);
		border-radius: 10px;
		cursor: pointer
	}

	.wlc-sections__categories-with-side-menu .container .wlc-side-menu .wlc-btn-search>span,
	.wlc-sections__categories-with-side-menu .container .wlc-side-menu .wlc-btn-merch>span {
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: 100%;
		white-space: nowrap
	}

	.wlc-sections__categories-with-side-menu .container .wlc-side-menu .wlc-btn-search .wlc-icon,
	.wlc-sections__categories-with-side-menu .container .wlc-side-menu .wlc-btn-merch .wlc-icon {
		transition: color .3s linear;
		margin-left: 10px;
		color: var(--mc-main)
	}

	.wlc-sections__categories-with-side-menu .container .wlc-side-menu .wlc-btn-search .wlc-icon svg,
	.wlc-sections__categories-with-side-menu .container .wlc-side-menu .wlc-btn-merch .wlc-icon svg {
		fill: currentColor
	}

	.wlc-sections__categories-with-side-menu .container .wlc-side-menu .wlc-title--categories-title[class] div.wlc-title__main {
		color: var(--mc-baseMain);
		font-style: normal;
		font-weight: 700;
		font-size: 1.4rem;
		line-height: 1.45;
		margin: 10px 20px
	}

	.wlc-sections__categories-with-side-menu .container .wlc-category-menu--type-dropdown.wlc-category-menu--theme-mod-vertical[class] .wlc-menu .wlc-menu__submenu .wlc-menu__link {
		justify-content: flex-start
	}

	.wlc-sections__categories-with-side-menu .container .wlc-category-menu--type-dropdown.wlc-category-menu--theme-mod-vertical[class] .wlc-menu .wlc-menu__submenu .wlc-menu__link.active {
		background: var(--mc-bg100)
	}

	.wlc-sections__categories-with-side-menu .container .wlc-games-catalog {
		gap: 30px;
		display: grid
	}

	.wlc-sections__categories-with-side-menu .container .wlc-games-catalog .wlc-games-grid--theme-default[class] .wlc-games-grid__header[class] {
		height: 40px;
		margin: 0 0 10px
	}

	.wlc-sections__categories-with-side-menu .container .wlc-games-catalog .wlc-games-grid--theme-default[class] .wlc-btn--theme-default {
		padding: 5px
	}

	.wlc-sections__footer--theme-1 {
		padding-bottom: 15px;
		margin-top: 15px;
		background: transparent
	}

	.wlc-sections__footer--theme-1 .wlc-logo {
		grid-area: logo
	}

	.wlc-sections__footer--theme-1 .wlc-social-icons {
		grid-area: social
	}

	.wlc-sections__footer--theme-1 .wlc-social-icons.wlc-social-icons--theme-mod-compact[data-wlc-element] .wlc-social-icons__list[class] {
		margin: 0 0 10px
	}

	.wlc-sections__footer--theme-1 .wlc-license {
		grid-template-columns: repeat(2, auto);
		grid-area: license;
		align-self: self-start
	}

	.wlc-sections__footer--theme-1 .wlc-post-menu {
		grid-area: menu
	}

	.wlc-sections__footer--theme-1 .wlc-footer-disclaimer {
		grid-area: disclaimer
	}

	.wlc-sections__footer--theme-1 .wlc-footer-lang {
		display: grid;
		grid-area: language;
		gap: 10px;
		align-self: baseline
	}

	.wlc-sections__footer--theme-1 .container {
		display: grid;
		grid-template-columns: 1fr;
		grid-template-rows: repeat(auto-fill, auto);
		justify-items: center;
		grid-template-areas: "merchants""payments""menu""language""social""disclaimer""license"
	}

	.wlc-sections__footer--theme-1 .container .wlc-post-menu,
	.wlc-sections__footer--theme-1 .container .wlc-footer-disclaimer,
	.wlc-sections__footer--theme-1 .container .wlc-footer-lang,
	.wlc-sections__footer--theme-1 .container .wlc-license,
	.wlc-sections__footer--theme-1 .container .wlc-logo {
		margin: 0 0 30px
	}

	.wlc-sections__footer--theme-1.wlc-sections__footer--theme-with-aff .container {
		grid-template-areas: "logo""affiliate""links""menu""menu""ratings""payments""disclaimer";
		grid-template-rows: repeat(auto-fill, auto)
	}

	.wlc-sections__footer--theme-1.wlc-sections__footer--theme-with-aff .container .wlc-btn--aff {
		margin: 0 0 20px;
		justify-self: center;
		grid-area: affiliate
	}

	.wlc-sections__footer--theme-1.wlc-sections__footer--theme-with-aff .container .wlc-social-icons.wlc-social-icons--theme-mod-compact {
		justify-self: center
	}

	.wlc-sections__footer--theme-1.wlc-sections__footer--theme-with-aff .container .wlc-social-icons.wlc-social-icons--theme-mod-compact .wlc-social-icons__list {
		margin: 20px 0 0
	}

	.wlc-sections__footer--theme-1.wlc-sections__footer--theme-with-aff .container .wlc-footer-lang {
		justify-self: center
	}

	.wlc-sections__footer--theme-1 .wlc-icon-safety-list,
	.wlc-sections__footer--theme-1 .wlc-icon-merchants-list,
	.wlc-sections__footer--theme-1 .wlc-icon-payments-list {
		width: 100%;
		max-width: 100%;
		overflow: hidden
	}

	.wlc-sections__footer--theme-1 .wlc-icon-merchants-list {
		grid-area: merchants
	}

	.wlc-sections__footer--theme-1 .wlc-icon-merchants-list .wlc-icon-list {
		margin: 0 0 30px
	}

	.wlc-sections__footer--theme-1 .wlc-icon-payments-list {
		grid-area: payments
	}

	.wlc-sections__footer--theme-1 .wlc-icon-safety-list {
		grid-area: safety
	}

	.wlc-sections__footer--theme-1 .wlc-icon-list--theme-merchants,
	.wlc-sections__footer--theme-1 .wlc-icon-list--theme-payments {
		max-width: calc(100vw - 30px);
		margin: 0 0 30px
	}

	.wlc-sections__footer--theme-1 .wlc-icon-list--theme-payments .wlc-icon-list__wrapper {
		background: transparent;
		border-radius: 10px;
		margin: 0
	}

	.wlc-sections__footer--theme-1 .wlc-icon-list--theme-payments .wlc-icon-list__item .wlc-icon svg {
		fill: var(--mc-baseMain-o2)
	}

	.wlc-sections__footer--theme-1 .wlc-icon-list--theme-safety {
		max-width: calc(100vw - 30px)
	}

	.wlc-sections__footer--theme-1 .wlc-icon-list--theme-safety .wlc-icon-list__wrapper {
		background: transparent;
		border-radius: 10px
	}

	.wlc-sections__footer--theme-1 .wlc-copyright,
	.wlc-sections__footer--theme-1 .wlc-recaptcha-policy {
		margin: 20px 0 0
	}

	.wlc-sections__footer--theme-2 {
		padding-bottom: 15px;
		background: var(--mc-bg)
	}

	.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: 20px 15px;
		margin: 0 auto 30px;
		display: flex;
		width: 100%;
		background: var(--mc-bg700);
		border-radius: 10px
	}

	.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__title {
		color: var(--mc-main);
		text-align: center;
		text-transform: initial
	}

	.wlc-sections__footer--theme-2 .footer-menu .wlc-post-menu[wlc-post-menu] .wlc-post-menu__items {
		grid-template-columns: 1fr;
		gap: 10px
	}

	.wlc-sections__footer--theme-2 .footer-menu .wlc-post-menu[wlc-post-menu] .wlc-post-menu .wlc-menu__link {
		color: var(--mc-baseMain)
	}

	.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-menu .wlc-loader[wlc-loader] {
		position: relative;
		top: 0;
		left: 0;
		width: 50px;
		height: 50px
	}

	.wlc-sections__footer--theme-2 .footer-menu .wlc-loader[wlc-loader] .wlc-loader__element {
		width: 50px;
		height: 50px
	}

	.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-license[wlc-license] {
		margin: 0;
		grid-template-columns: 1fr auto
	}

	.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-recaptcha-policy[wlc-recaptcha-policy] {
		margin: 20px auto 0;
		grid-area: recaptcha
	}

	.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 .footer-bottom .wlc-copyright[wlc-copyright]>.wlc-copyright__text>span {
		display: block
	}

	.wlc-sections__footer--theme-2 .footer-language-selector {
		margin: 0 auto 30px
	}

	.wlc-sections__footer--theme-2 .footer-theme-toggler {
		margin: 0 0 0 15px
	}

	.wlc-sections__footer--theme-2 .wlc-icon-list--theme-merchants,
	.wlc-sections__footer--theme-2 .wlc-icon-list--theme-payments {
		margin: 0 auto 30px
	}

	.wlc-sections__footer--theme-2 .wlc-icon-list--theme-safety {
		margin: 20px 0
	}

	.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 20px
	}

	.wlc-sections__footer--theme-2.wlc-sections__footer--theme-with-aff .footer-bottom__left .wlc-language-selector {
		margin: 0 auto
	}

	.wlc-sections__footer--theme-2.wlc-sections__footer--theme-with-aff .footer-bottom .wlc-btn--aff {
		margin: 0 auto 40px;
		grid-area: affiliate
	}

	.wlc-sections__footer--theme-2.wlc-sections__footer--theme-with-aff .footer-language-selector {
		margin: 40px auto
	}

	.wlc-sections__nav-footer {
		border-top: 1px solid rgba(255, 255, 255, .2)
	}

	.wlc-sections__header--theme-1 {
		transition: all .3s linear;
		background: transparent
	}

	.wlc-sections__header--theme-1 .container {
		min-height: 70px;
		grid-template-columns: auto minmax(0, 1fr) auto;
		gap: 10px;
		transition: all .3s linear;
		padding: 0;
		display: grid;
		align-items: center
	}

	.wlc-sections__header--theme-1 .container .wlc-multiWallet {
		display: flex;
		gap: 10px;
		align-items: center
	}

	.wlc-sections__header--theme-1 .container .wlc-btn--deposit {
		color: var(--mc-baseMain-locked);
		background-color: var(--mc-buttonColor)
	}

	.wlc-sections__header--theme-1 .wlc-logo {
		width: 144px;
		margin: 0 auto
	}

	.wlc-sections__header--theme-1 .wlc-logo__image {
		display: flex;
		align-items: center;
		justify-content: center
	}

	.wlc-sections__header--theme-1 .wlc-logo img,
	.wlc-sections__header--theme-1 .wlc-logo svg {
		width: auto;
		height: 100%;
		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-burger {
		width: 30px;
		margin: 0 auto 0 0
	}

	.wlc-sections__header--theme-1 .wlc-btn-search {
		display: flex;
		align-items: center;
		justify-content: center;
		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: center
	}

	.wlc-sections__header--theme-1 .wlc-btn-burger svg,
	.wlc-sections__header--theme-1 .wlc-btn-burger rect,
	.wlc-sections__header--theme-1 .wlc-btn-search svg,
	.wlc-sections__header--theme-1 .wlc-btn-search rect {
		transition: all .3s linear;
		fill: var(--mc-baseOpacity)
	}

	.wlc-sections__header--theme-1 .wlc-btn-login,
	.wlc-sections__header--theme-1 .wlc-btn-signup,
	.wlc-sections__header--theme-1 .wlc-btn-user {
		display: flex;
		margin-left: auto
	}

	.wlc-sections__header--theme-1 .wlc-btn-login .wlc-icon,
	.wlc-sections__header--theme-1 .wlc-btn-signup .wlc-icon,
	.wlc-sections__header--theme-1 .wlc-btn-user .wlc-icon {
		width: 40px;
		height: 40px
	}

	.wlc-sections__header--theme-1 .wlc-btn-login .wlc-icon svg,
	.wlc-sections__header--theme-1 .wlc-btn-signup .wlc-icon svg,
	.wlc-sections__header--theme-1 .wlc-btn-user .wlc-icon svg {
		width: 40px;
		height: 40px
	}

	.wlc-sections__header--theme-1 .wlc-btn-login,
	.wlc-sections__header--theme-1 .wlc-btn-signup {
		color: var(--mc-baseOpacity)
	}

	.wlc-sections__header--theme-1 .wlc-btn--deposit {
		margin: 0 10px 0 0;
		border-radius: 100px
	}

	.wlc-sections__header--theme-1 .wlc-btn--deposit.wlc-wallets__btn-deposit {
		width: 30px;
		height: 30px;
		margin: 2px
	}

	.wlc-sections__header--theme-1 .wlc-btn--deposit.wlc-wallets__btn-deposit.wlc-btn--theme-default[class] {
		background-image: none
	}

	.wlc-sections__header--theme-1 .wlc-btn--deposit.wlc-wallets__btn-deposit svg {
		width: 30px
	}

	.wlc-sections__header--theme-1 .wlc-user-info__content {
		justify-content: flex-end
	}

	.wlc-sections__header--theme-1.wlc-sections__header--theme-toggler .container {
		grid-template-columns: .5fr 1fr .5fr
	}

	.wlc-sections__header--theme-1.wlc-sections__header--kiosk .wlc-btn--login {
		margin-left: auto
	}

	.wlc-sections__header--theme-2 {
		transition: all .3s linear;
		background: transparent
	}

	.wlc-sections__header--theme-2 .container {
		min-height: 70px;
		grid-template-columns: auto minmax(0, 1fr) auto;
		gap: 10px;
		transition: all .3s linear;
		padding: 0;
		display: grid;
		align-items: center
	}

	.wlc-sections__header--theme-2 .container .wlc-multiWallet {
		display: flex;
		gap: 10px;
		align-items: center
	}

	.wlc-sections__header--theme-2 .container .wlc-btn--deposit {
		background-color: var(--mc-main)
	}

	.wlc-sections__header--theme-2 .wlc-logo {
		width: 144px;
		margin: 0 auto
	}

	.wlc-sections__header--theme-2 .wlc-logo__image {
		display: flex;
		align-items: center;
		justify-content: center
	}

	.wlc-sections__header--theme-2 .wlc-logo img,
	.wlc-sections__header--theme-2 .wlc-logo svg {
		width: auto;
		height: 100%;
		max-height: 100%;
		margin: 0 auto;
		object-fit: contain;
		object-position: center
	}

	.wlc-sections__header--theme-2 .wlc-login-signup {
		justify-content: flex-end
	}

	.wlc-sections__header--theme-2 .wlc-btn-burger {
		width: 30px;
		margin: 0 auto 0 0
	}

	.wlc-sections__header--theme-2 .wlc-btn-search {
		display: flex;
		align-items: center;
		justify-content: center;
		margin: 0
	}

	.wlc-sections__header--theme-2 .wlc-btn-search__text,
	.wlc-sections__header--theme-2 .wlc-btn-search .wlc-icon,
	.wlc-sections__header--theme-2 .wlc-btn-search .wlc-icon-content {
		display: flex;
		align-items: center;
		justify-content: center
	}

	.wlc-sections__header--theme-2 .wlc-btn-burger svg,
	.wlc-sections__header--theme-2 .wlc-btn-burger rect,
	.wlc-sections__header--theme-2 .wlc-btn-search svg,
	.wlc-sections__header--theme-2 .wlc-btn-search rect {
		transition: all .3s linear;
		fill: var(--mc-baseOpacity)
	}

	.wlc-sections__header--theme-2 .wlc-btn-login,
	.wlc-sections__header--theme-2 .wlc-btn-signup,
	.wlc-sections__header--theme-2 .wlc-btn-user {
		display: flex;
		margin-left: auto
	}

	.wlc-sections__header--theme-2 .wlc-btn-login .wlc-icon,
	.wlc-sections__header--theme-2 .wlc-btn-signup .wlc-icon,
	.wlc-sections__header--theme-2 .wlc-btn-user .wlc-icon {
		width: 40px;
		height: 40px
	}

	.wlc-sections__header--theme-2 .wlc-btn-login .wlc-icon svg,
	.wlc-sections__header--theme-2 .wlc-btn-signup .wlc-icon svg,
	.wlc-sections__header--theme-2 .wlc-btn-user .wlc-icon svg {
		width: 40px;
		height: 40px
	}

	.wlc-sections__header--theme-2 .wlc-btn-login,
	.wlc-sections__header--theme-2 .wlc-btn-signup {
		color: var(--mc-baseOpacity)
	}

	.wlc-sections__header--theme-2 .wlc-btn--mobile-login[class] {
		justify-self: flex-end;
		padding: 5px 10px;
		white-space: nowrap
	}

	.wlc-sections__header--theme-2 .wlc-btn--deposit {
		margin: 0 10px 0 0;
		border-radius: 100px
	}

	.wlc-sections__header--theme-2 .wlc-btn--deposit.wlc-wallets__btn-deposit {
		width: 30px;
		height: 30px;
		margin: 2px
	}

	.wlc-sections__header--theme-2 .wlc-btn--deposit.wlc-wallets__btn-deposit.wlc-btn--theme-default[class] {
		background-image: none
	}

	.wlc-sections__header--theme-2 .wlc-btn--deposit.wlc-wallets__btn-deposit svg {
		width: 30px
	}

	.wlc-sections__header--theme-2 .wlc-user-info__content {
		justify-content: flex-end
	}

	.wlc-sections__header--theme-2.wlc-sections__header--with-login-btn .container {
		justify-content: space-between
	}

	.wlc-sections__header--theme-universal {
		--h-gap: 10px;
		transition: all .3s linear;
		background: transparent
	}

	.wlc-sections__header--theme-universal .container {
		max-width: calc(100% - 30px);
		min-height: 70px;
		grid-template-columns: 1fr auto;
		gap: 10px;
		transition: all .3s linear;
		padding: 0;
		display: grid;
		align-items: center
	}

	.wlc-sections__header--theme-universal .container .wlc-multiWallet {
		display: flex;
		gap: 10px;
		align-items: center
	}

	.wlc-sections__header--theme-universal .container .wlc-btn--deposit {
		background-color: var(--mc-buttonColor)
	}

	.wlc-sections__header--theme-universal .wlc-logo {
		width: 40px;
		margin: 0
	}

	.wlc-sections__header--theme-universal .wlc-logo__image {
		display: flex;
		align-items: center;
		justify-content: left
	}

	.wlc-sections__header--theme-universal .wlc-logo img,
	.wlc-sections__header--theme-universal .wlc-logo svg {
		width: auto;
		height: 100%;
		max-height: 50%;
		margin: 0 auto;
		object-fit: contain;
		object-position: center
	}

	.wlc-sections__header--theme-universal .wlc-login-signup {
		justify-content: flex-end
	}

	.wlc-sections__header--theme-universal .wlc-btn-burger {
		width: 30px;
		margin: 0 auto 0 0
	}

	.wlc-sections__header--theme-universal .wlc-btn-search {
		display: flex;
		align-items: center;
		justify-content: center;
		margin: 0
	}

	.wlc-sections__header--theme-universal .wlc-btn-search__text,
	.wlc-sections__header--theme-universal .wlc-btn-search .wlc-icon,
	.wlc-sections__header--theme-universal .wlc-btn-search .wlc-icon-content {
		display: flex;
		align-items: center;
		justify-content: space-between
	}

	.wlc-sections__header--theme-universal .wlc-btn-burger svg,
	.wlc-sections__header--theme-universal .wlc-btn-burger rect,
	.wlc-sections__header--theme-universal .wlc-btn-search svg,
	.wlc-sections__header--theme-universal .wlc-btn-search rect {
		transition: all .3s linear;
		fill: var(--mc-main)
	}

	.wlc-sections__header--theme-universal .wlc-btn-login,
	.wlc-sections__header--theme-universal .wlc-btn-signup,
	.wlc-sections__header--theme-universal .wlc-btn-user {
		display: flex;
		margin-left: auto
	}

	.wlc-sections__header--theme-universal .wlc-btn-login .wlc-icon,
	.wlc-sections__header--theme-universal .wlc-btn-signup .wlc-icon,
	.wlc-sections__header--theme-universal .wlc-btn-user .wlc-icon {
		width: 40px;
		height: 40px
	}

	.wlc-sections__header--theme-universal .wlc-btn-login .wlc-icon svg,
	.wlc-sections__header--theme-universal .wlc-btn-signup .wlc-icon svg,
	.wlc-sections__header--theme-universal .wlc-btn-user .wlc-icon svg {
		width: 40px;
		height: 40px
	}

	.wlc-sections__header--theme-universal .wlc-btn-login,
	.wlc-sections__header--theme-universal .wlc-btn-signup {
		color: var(--mc-main)
	}

	.wlc-sections__header--theme-universal .wlc-btn--deposit {
		margin: 0 10px 0 0;
		border-radius: 100px
	}

	.wlc-sections__header--theme-universal .wlc-btn--deposit.wlc-wallets__btn-deposit {
		width: 30px;
		height: 30px;
		margin: 2px
	}

	.wlc-sections__header--theme-universal .wlc-btn--deposit.wlc-wallets__btn-deposit.wlc-btn--theme-default[class] {
		background-image: none
	}

	.wlc-sections__header--theme-universal .wlc-btn--deposit.wlc-wallets__btn-deposit svg {
		width: 30px
	}

	.wlc-sections__header--theme-universal .wlc-user-info__content {
		justify-content: flex-end
	}

	.wlc-sections__header--theme-universal .header__left,
	.wlc-sections__header--theme-universal .header__right {
		display: flex;
		align-items: center
	}

	.wlc-sections__header--theme-universal .header__left>*:not(.wlc-logo),
	.wlc-sections__header--theme-universal .header__right>*:not(.wlc-logo) {
		margin-right: calc(var(--h-gap) * .5);
		margin-left: calc(var(--h-gap) * .5)
	}

	.wlc-sections__header--theme-universal .wlc-main-menu {
		min-width: 0
	}

	.wlc-body--layout-fixed-panel-left .wlc-sections__header--theme-universal,
	.wlc-body--layout-fixed-panel-right .wlc-sections__header--theme-universal {
		margin-right: calc(-1 * var(--fp-size-gap));
		margin-left: calc(-1 * var(--fp-size-gap))
	}

	.wlc-sections__header--theme-universal.wlc-sections__header--with-balance-info .wlc-btn-burger {
		margin: 0
	}

	.wlc-sections__header {
		position: relative;
		z-index: 100
	}

	.wlc-body--sticky-header .wlc-sections__header {
		--sticky-transform-coef: 1;
		position: sticky;
		top: 0;
		left: 0;
		width: 100%;
		background: 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(180deg, #050311, #060727);
		transform: scale3d(1, var(--sticky-scale-val, 1), 1);
		transform-origin: top;
		transition: inherit
	}

	.wlc-body--sticky-header .wlc-sections__header .container {
		min-height: 60px;
		position: relative;
		z-index: 1;
		transform: translate3d(0, var(--sticky-translate-val, 0), 0);
		transition: inherit
	}

	.wlc-body--sticky-header-scrolling .wlc-sections__header {
		--sticky-scale-val: var(--sticky-transform-coef, 1);
		--sticky-translate-val: calc((var(--sticky-transform-coef) - 1) * 50%)
	}

	.wlc-body--sticky-header-down .wlc-sections__header {
		transform: translate3d(0, -100%, 0)
	}

	.wlc-sections__header .container .wlc-deadsimplechat {
		position: absolute
	}

	.wlc-sections__header .container .wlc-btn-search {
		overflow: visible
	}

	.wlc-sections__header .container .wlc-widget-wheel {
		position: absolute
	}

	.wlc-sections__banner-section+.wlc-sections__categories,
	.wlc-sections__banner-section+.wlc-sections__banner-promotion {
		margin: -30px 0 40px
	}

	.wlc-sections__banner-section--theme-plus-one .wlc-banner-plus-one {
		grid-template-columns: minmax(250px, 1fr);
		gap: 20px;
		display: grid
	}

	.wlc-sections__banner-section--theme-plus-one .wlc-banner-plus-one .wlc-slider--theme-default-banner {
		border-radius: 10px;
		overflow: hidden
	}

	.wlc-sections__banner-section--theme-plus-one .wlc-banner-plus-one .wlc-slider--theme-default-banner .swiper-button-container {
		bottom: 40px;
		padding: 0 40px
	}

	.wlc-sections__banner-section--theme-plus-one .wlc-banner-plus-one .wlc-banner .banner {
		padding: 0 40px
	}

	.wlc-sections__banner-wolf {
		margin: 0 0 20px;
		overflow: hidden
	}

	.wlc-sections__game-widgets>.container {
		grid-template-columns: minmax(0, 1fr);
		grid-template-rows: minmax(240px, 260px) minmax(240px, 1fr) minmax(320px, 360px);
		gap: 20px;
		display: grid
	}

	.wlc-sections__game-widgets>.container .wlc-betradar-popular-events {
		grid-column: unset
	}

	.wlc-sections__home-promo .wlc-home-promo {
		grid-template-columns: minmax(250px, 1fr);
		-moz-column-gap: 20px;
		column-gap: 20px;
		row-gap: 20px;
		display: grid
	}

	.wlc-sections__home-promo .wlc-home-promo>* {
		min-width: 0
	}

	.wlc-sections__home-promo .wlc-home-promo .wlc-winners-slider--theme-vertical[class] .wlc-winners-slider__wrapper {
		max-width: 100%
	}

	.wlc-sections__home-promo .wlc-home-promo .wlc-tournament-list.wlc-tournament-list--theme-default .swiper-button-container {
		display: flex
	}

	.wlc-sections__content-wins--theme-default {
		overflow: hidden
	}

	.wlc-sections__content-wins--theme-default .wlc-home-wins {
		grid-template-columns: 1fr;
		-moz-column-gap: 20px;
		column-gap: 20px;
		row-gap: 20px;
		display: grid
	}

	.wlc-sections__content-wins--theme-default .wlc-home-wins>* {
		min-width: 0
	}

	.wlc-sections__content-wins--theme-default .wlc-home-wins .wlc-winners-slider--theme-vertical[class] .wlc-winners-slider__wrapper {
		max-width: 100%
	}

	.wlc-sections__content-wins--theme-default .wlc-home-wins.wlc-home-wins--tournament {
		grid-template-columns: minmax(250px, 1fr);
		-moz-column-gap: 20px;
		column-gap: 20px;
		row-gap: 20px;
		display: grid
	}

	.wlc-sections__content-wins--theme-default .wlc-home-wins.wlc-home-wins--tournament>* {
		min-width: 0
	}

	.wlc-sections__content-wins--theme-default .wlc-home-wins.wlc-home-wins--tournament .wlc-winners-slider--theme-vertical[class] .wlc-winners-slider__wrapper {
		max-width: 100%
	}

	.wlc-sections__content-wins--theme-default .wlc-home-wins.wlc-home-wins--tournament .wlc-tournament-list.wlc-tournament-list--theme-default .swiper-button-container {
		display: flex
	}

	.wlc-sections__content-wins--theme-default .wlc-home-wins-bonuses {
		grid-template-columns: 1fr;
		-moz-column-gap: 20px;
		column-gap: 20px;
		row-gap: 20px;
		display: grid;
		grid-template-areas: "recent-wins""bonus""biggest-wins"
	}

	.wlc-sections__content-wins--theme-default .wlc-home-wins-bonuses>* {
		min-width: 0
	}

	.wlc-sections__content-wins--theme-default .wlc-home-wins-bonuses .wlc-winners-slider--theme-vertical[class] .wlc-winners-slider__wrapper {
		max-width: 100%
	}

	.wlc-sections__content-wins--theme-default .wlc-home-wins-bonuses .wlc-winners-slider--type-latest {
		grid-area: recent-wins
	}

	.wlc-sections__content-wins--theme-default .wlc-home-wins-bonuses .wlc-winners-slider--type-biggest {
		grid-area: biggest-wins
	}

	.wlc-sections__content-wins--theme-default .wlc-home-wins-bonuses .wlc-winners-slider .wlc-winners-slider__wrapper {
		min-height: 305px;
		max-width: 100%
	}

	.wlc-sections__content-wins--theme-default .wlc-home-wins-bonuses .wlc-bonuses-list {
		grid-area: bonus
	}

	.wlc-sections__content-wins-transparent .wlc-home-wins {
		grid-template-columns: 1fr;
		gap: 20px;
		display: grid;
		max-width: 1170px;
		margin: 0 auto
	}

	.wlc-sections__home-about .wlc-title {
		margin: 0 auto 20px
	}

	.wlc-sections__home-about .wlc-title__main {
		text-align: center
	}

	.wlc-sections__home-about .home-about-list {
		gap: 20px;
		grid-template-columns: 1fr;
		display: grid
	}

	.wlc-sections__promo-bonuses>.container {
		grid-template-columns: minmax(0, 1fr);
		gap: 10px;
		display: grid
	}

	.wlc-sections__promo-categories[class] .container {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 20px 10px;
		display: grid
	}

	.wlc-sections__promo-categories[class] .wlc-winners-slider__wrapper,
	.wlc-sections__promo-categories[class] .wlc-jackpots-slider__wrapper {
		height: 100%
	}

	.wlc-sections__promo-categories[class] .wlc-winners-slider[class],
	.wlc-sections__promo-categories[class] .wlc-jackpots-slider[class] {
		grid-column: 1 / -1;
		min-height: auto
	}

	.wlc-sections__promo-categories[class] .wlc-winners-slider[class] .wlc-winners-slider__wrapper[class],
	.wlc-sections__promo-categories[class] .wlc-winners-slider[class] .wlc-jackpots-slider__wrapper[class],
	.wlc-sections__promo-categories[class] .wlc-jackpots-slider[class] .wlc-winners-slider__wrapper[class],
	.wlc-sections__promo-categories[class] .wlc-jackpots-slider[class] .wlc-jackpots-slider__wrapper[class] {
		max-width: 100%
	}

	.wlc-sections__promo-categories[class] .wlc-winners-slider[class] .wlc-winners-slider__title[class],
	.wlc-sections__promo-categories[class] .wlc-winners-slider[class] .wlc-jackpots-slider__title[class],
	.wlc-sections__promo-categories[class] .wlc-jackpots-slider[class] .wlc-winners-slider__title[class],
	.wlc-sections__promo-categories[class] .wlc-jackpots-slider[class] .wlc-jackpots-slider__title[class],
	.wlc-sections__promo-categories[class] .wlc-winners-slider[class] .no-winners .wlc-winners-slider__title[class],
	.wlc-sections__promo-categories[class] .wlc-jackpots-slider[class] .no-winners .wlc-winners-slider__title[class] {
		margin: 0 0 20px
	}

	.wlc-sections__promo-categories[class] .wlc-winners-slider[class] .wlc-slider,
	.wlc-sections__promo-categories[class] .wlc-jackpots-slider[class] .wlc-slider {
		margin: 60px 20px 10px
	}

	.wlc-sections__promo-categories[class] .wlc-category-preview[class] {
		grid-column: 2 / -1
	}

	.wlc-sections__promo-categories[class] .wlc-category-preview[class] .wlc-category-preview-item[class]:nth-child(2) {
		display: none
	}

	.wlc-sections__promo-categories[class] .wlc-category-preview[class] .wlc-category-preview-item[class]:nth-child(3) {
		display: none
	}

	.wlc-sections__promo-categories-games[class] .container {
		grid-template-columns: 1fr;
		gap: 10px;
		display: grid
	}

	.wlc-sections__banner-section {
		margin: 0 0 40px
	}

	.wlc-sections__total-jackpot .jackpot-container {
		padding: 20px;
		min-height: 250px;
		background: url(https://agstatic.com/wlc/jackpots/total-jackpot-bg.jpg);
		position: relative;
		display: flex;
		flex-direction: column;
		align-items: center;
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
		border-radius: 10px;
		overflow: hidden
	}

	.wlc-sections__total-jackpot .jackpot-container:before {
		height: 120px;
		content: "";
		position: absolute;
		right: 0;
		bottom: 0;
		left: 0;
		background: url(https://agstatic.com/wlc/jackpots/total-jackpot-coins.png);
		background-repeat: no-repeat;
		background-position: center;
		background-size: auto 100%
	}

	.wlc-sections__total-jackpot .wlc-total-jackpot[class] {
		margin: 30px 0;
		width: 100%
	}

	.wlc-sections__total-jackpot .wlc-total-jackpot[class] .wlc-total-jackpot-body {
		height: 4rem;
		display: flex;
		width: 100%
	}

	.wlc-sections__total-jackpot .wlc-total-jackpot[class] .wlc-total-jackpot__text[class] {
		font-size: 4rem;
		text-shadow: 3px -3px #683c14, -3px -3px #683c14, -3px 3px #683c14, -3px -3px #683c14, 3px -2px #683c14, -3px -2px #683c14, -2px 3px #683c14, -2px -3px #683c14, 3px -1px #683c14, -3px -1px #683c14, -1px 3px #683c14, -1px -3px #683c14, 3px 0px #683c14, -3px 0px #683c14, 0px 3px #683c14, 0px -3px #683c14, 3px 1px #683c14, -3px 1px #683c14, 1px 3px #683c14, 1px -3px #683c14, 3px 2px #683c14, -3px 2px #683c14, 2px 3px #683c14, 2px -3px #683c14, 3px 3px #683c14, -3px 3px #683c14, 3px 3px #683c14, 3px -3px #683c14;
		transform: scale(.95);
		transform-origin: center;
		fill: url(styles.css) #ffdb1f
	}

	.wlc-body--browser-safari .wlc-sections__total-jackpot .wlc-total-jackpot[class] .wlc-total-jackpot__text[class] {
		text-shadow: none
	}

	.wlc-body--os-ios:not(.wlc-body--browser-safari) .wlc-sections__total-jackpot .wlc-total-jackpot[class] .wlc-total-jackpot__text[class] {
		fill: #f8d23a
	}

	.wlc-sections__total-jackpot .wlc-btn {
		position: relative;
		z-index: 1
	}

	.wlc-sections__total-jackpot .wlc-title[class] .wlc-title__main[class] {
		color: #fff;
		font-style: normal;
		font-weight: 700;
		font-size: 1.6rem;
		line-height: 1.45
	}

	.wlc-sections__winners-section,
	.wlc-sections__winners-section .wlc-title--theme-default {
		margin: 0 0 20px
	}

	.wlc-sections__winners-section .wlc-title--theme-default .wlc-title__main {
		text-align: center
	}

	.wlc-sections__winners-section .winners-wrapper {
		flex-wrap: wrap;
		display: flex;
		align-items: stretch;
		justify-content: center
	}

	.wlc-sections__winners-section .winners-wrapper>div {
		margin: 0 0 20px
	}

	.wlc-sections__winners-section--theme-stripe,
	.wlc-sections__winners-section--theme-stripe.wlc-sections__winners-section--in-container {
		background: none
	}

	.wlc-sections__winners-section--theme-stripe.wlc-sections__winners-section--in-container .container {
		border-radius: 10px;
		background: none;
		overflow: hidden
	}

	.wlc-sections__profile-content.wlc-sections__profile-content--theme-default {
		min-height: 120px
	}

	.wlc-sections__profile-content.wlc-sections__profile-content--theme-default>.container {
		padding: 10px 0 30px;
		background: transparent;
		border-radius: 10px;
		position: relative
	}

	.wlc-sections__profile-content.wlc-sections__profile-content--theme-default .wlc-profile-content__top {
		margin: 10px 20px 20px 0;
		display: flex
	}

	.wlc-sections__profile-content.wlc-sections__profile-content--theme-default .wlc-profile-content__top--buttons {
		align-items: center;
		justify-content: space-between
	}

	.wlc-sections__profile-content.wlc-sections__profile-content--theme-default .wlc-profile-content__top .wlc-title {
		display: inline-block
	}

	.wlc-sections__profile-content.wlc-sections__profile-content--theme-default .wlc-profile-content__top .wlc-title+.wlc-counter {
		display: inline-block
	}

	.wlc-sections__profile-content.wlc-sections__profile-content--theme-default .wlc-profile-content__body {
		grid-template-columns: 1fr;
		display: grid
	}

	.wlc-sections__profile-content.wlc-sections__profile-content--theme-default .wlc-profile-content__body-with-nick-icon {
		grid-template-columns: 1fr;
		grid-template-areas: "nick-icon""form";
		grid-gap: 30px 80px;
		display: grid
	}

	.wlc-sections__profile-content.wlc-sections__profile-content--theme-default .wlc-profile-content__body-with-nick-icon .wlc-profile-form {
		grid-area: form
	}

	.wlc-sections__profile-content.wlc-sections__profile-content--theme-default .wlc-profile-content__body-with-nick-icon .wlc-nickname-icon {
		grid-area: nick-icon
	}

	.wlc-sections__profile-content.wlc-sections__profile-content--theme-default .wlc-profile-content__body-with-nick-icon .wlc-profile-bloks {
		grid-area: profile-blocks
	}

	.wlc-sections__profile-content.wlc-sections__profile-content--theme-default .wlc-title.wlc-title--profile[wlc-title] .wlc-title__main {
		color: var(--mc-baseMain);
		font-style: normal;
		font-weight: 700;
		font-size: 1.6rem;
		line-height: 1.45
	}

	.wlc-sections__profile-content.wlc-sections__profile-content--theme-default .profile-history-filter {
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: 100%
	}

	.wlc-sections__profile-content--theme-default>.container,
	.wlc-sections__profile-menu--theme-default>.container {
		max-width: calc(100% - 15px)
	}

	.wlc-sections__profile-content--theme-first>.container {
		background: var(--mc-bg700);
		border-radius: 10px;
		padding: 15px 15px 30px;
		display: grid
	}

	.app-profile-loyalty-tournaments-detail-state .wlc-sections__profile-content--theme-first>.container {
		padding: 0
	}

	.wlc-sections__profile-content--theme-first .wlc-profile-content {
		padding: 20px 0 0;
		width: 100%;
		min-width: 0
	}

	.wlc-sections__profile-content--theme-first .wlc-profile-content.header-inside {
		margin-top: -20px
	}

	.wlc-sections__profile-content--theme-first .wlc-profile-content .wlc-profile-content__header {
		margin: 0 0 20px
	}

	.app-profile-loyalty-tournaments-detail-state .wlc-sections__profile-content--theme-first .wlc-profile-content {
		padding: 0
	}

	.wlc-sections__profile-content--theme-first .wlc-profile-content__body,
	.wlc-sections__profile-content--theme-first .wlc-profile-content__header,
	.wlc-sections__profile-content--theme-first .wlc-profile-menu {
		min-width: 0
	}

	.wlc-sections__profile-content--theme-first .wlc-profile-content__wrp {
		margin: 0 0 20px
	}

	.wlc-sections__profile-content--theme-first .wlc-profile-content__wrp .wlc-title--theme-default div.wlc-title__main[class] {
		color: var(--mc-baseMain);
		font-style: normal;
		font-weight: 700;
		font-size: 1.6rem;
		line-height: 1.45
	}

	.wlc-sections__profile-content--theme-first .wlc-nickname-icon {
		width: 100%;
		margin: 20px 0
	}

	.wlc-sections__profile-content--theme-first .wlc-profile-content__header {
		padding: 0;
		min-height: 40px;
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
		min-width: 0
	}

	.wlc-sections__profile-content--theme-first .wlc-profile-content__header div.wlc-title--theme-default div.wlc-title__main {
		line-height: 1
	}

	.app-profile-verification-state .wlc-sections__profile-content--theme-first .wlc-profile-content__header div.wlc-title--theme-default div.wlc-title__second {
		color: var(--mc-baseMain);
		font-style: normal;
		font-weight: 400;
		font-size: 1.4rem;
		line-height: 1.45
	}

	.wlc-sections__profile-content--theme-first .wlc-profile-content__header.underlined {
		margin: 0 0 20px
	}

	.wlc-sections__profile-content--theme-first .wlc-profile-content__header .wlc-title[class] .wlc-title__main {
		color: var(--mc-baseMain);
		font-style: normal;
		font-weight: 700;
		font-size: 1.6rem;
		line-height: 1.45
	}

	.wlc-sections__profile-content--theme-wolf>.container {
		padding: 0;
		background: none;
		border-radius: 10px;
		position: relative
	}

	.wlc-sections__profile-content--theme-wolf .wlc-profile-content__top {
		margin: 0 0 20px;
		display: flex
	}

	.wlc-sections__profile-content--theme-wolf .wlc-profile-content__top--buttons {
		align-items: center;
		justify-content: space-between
	}

	.wlc-sections__profile-content--theme-wolf .wlc-profile-content__top .wlc-section-title[class] {
		margin: 0
	}

	.wlc-sections__profile-content--theme-wolf .wlc-profile-content__top .wlc-section-title[class] .wlc-section-title__content {
		color: var(--mc-baseThird, var(--mc-baseMain));
		font-style: normal;
		font-weight: 700;
		font-size: 1.4rem;
		line-height: 1.45
	}

	.wlc-sections__profile-content--theme-wolf .wlc-profile-content__top .wlc-section-title[class] .wlc-section-title__icon {
		color: var(--mc-baseThird, var(--mc-baseMain))
	}

	.wlc-sections__profile-content--theme-wolf .wlc-profile-content__wrp {
		max-width: 100%;
		margin: 0 auto
	}

	.wlc-sections__profile-content--theme-wolf .wlc-profile-content__body {
		grid-template-columns: 1fr;
		display: grid
	}

	.wlc-sections__profile-content--theme-wolf .wlc-section-title {
		margin: 0 0 20px
	}

	.app-profile-loyalty-bonuses-main-state .wlc-sections__profile-content--theme-default .wlc-counter {
		color: inherit;
		font-style: normal;
		font-weight: 700;
		font-size: 2rem;
		line-height: 1.4;
		margin: 0 0 0 10px
	}

	.app-profile-loyalty-bonuses-main-state .wlc-sections__profile-content--theme-first[class] .wlc-profile-content .wlc-enter-promocode[class],
	.app-profile-loyalty-bonuses-all-state .wlc-sections__profile-content--theme-first[class] .wlc-profile-content .wlc-enter-promocode[class] {
		margin: 0 auto 20px
	}

	.app-profile-loyalty-bonuses-active-state .container {
		overflow: hidden
	}

	.wlc-profile-content__header--second,
	.app-profile-cash-deposit-state .wlc-sections__profile-content--theme-default .wlc-user-stats-wrapper,
	.app-profile-cash-withdraw-state .wlc-sections__profile-content--theme-default .wlc-user-stats-wrapper,
	.app-profile-cash-transfer-state .wlc-sections__profile-content--theme-default .wlc-user-stats-wrapper {
		margin: 0 0 20px
	}

	.app-profile-cash-deposit-state .wlc-sections__profile-content--theme-default .wlc-user-stats-wrapper__grid,
	.app-profile-cash-withdraw-state .wlc-sections__profile-content--theme-default .wlc-user-stats-wrapper__grid,
	.app-profile-cash-transfer-state .wlc-sections__profile-content--theme-default .wlc-user-stats-wrapper__grid {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 10px
	}

	.app-profile-cash-deposit-state .wlc-sections__profile-content--theme-default .wlc-menu.wlc-menu--theme-default,
	.app-profile-cash-withdraw-state .wlc-sections__profile-content--theme-default .wlc-menu.wlc-menu--theme-default,
	.app-profile-cash-transfer-state .wlc-sections__profile-content--theme-default .wlc-menu.wlc-menu--theme-default {
		display: flex;
		align-items: flex-start;
		justify-content: flex-start;
		margin: 15px 0 20px;
		border-bottom: 2px solid var(--mc-baseOpacity)
	}

	.app-profile-cash-deposit-state .wlc-sections__profile-content--theme-default .wlc-menu.wlc-menu--theme-default .wlc-menu__item,
	.app-profile-cash-withdraw-state .wlc-sections__profile-content--theme-default .wlc-menu.wlc-menu--theme-default .wlc-menu__item,
	.app-profile-cash-transfer-state .wlc-sections__profile-content--theme-default .wlc-menu.wlc-menu--theme-default .wlc-menu__item {
		margin-right: 30px;
		margin-bottom: -2px
	}

	.app-profile-cash-deposit-state .wlc-sections__profile-content--theme-default .wlc-menu.wlc-menu--theme-default .wlc-menu__item:last-child,
	.app-profile-cash-withdraw-state .wlc-sections__profile-content--theme-default .wlc-menu.wlc-menu--theme-default .wlc-menu__item:last-child,
	.app-profile-cash-transfer-state .wlc-sections__profile-content--theme-default .wlc-menu.wlc-menu--theme-default .wlc-menu__item:last-child {
		margin-right: 0
	}

	.app-profile-cash-deposit-state .wlc-sections__profile-content--theme-default .wlc-menu.wlc-menu--theme-default .wlc-menu__item .wlc-menu__link,
	.app-profile-cash-withdraw-state .wlc-sections__profile-content--theme-default .wlc-menu.wlc-menu--theme-default .wlc-menu__item .wlc-menu__link,
	.app-profile-cash-transfer-state .wlc-sections__profile-content--theme-default .wlc-menu.wlc-menu--theme-default .wlc-menu__item .wlc-menu__link {
		color: var(--mc-baseMain);
		font-style: normal;
		font-weight: 400;
		font-size: 1.4rem;
		line-height: 1.45;
		position: relative;
		display: block;
		padding: 0 0 10px;
		text-align: center;
		text-transform: none;
		text-decoration: none
	}

	.app-profile-cash-deposit-state .wlc-sections__profile-content--theme-default .wlc-menu.wlc-menu--theme-default .wlc-menu__item .wlc-menu__link:before,
	.app-profile-cash-withdraw-state .wlc-sections__profile-content--theme-default .wlc-menu.wlc-menu--theme-default .wlc-menu__item .wlc-menu__link:before,
	.app-profile-cash-transfer-state .wlc-sections__profile-content--theme-default .wlc-menu.wlc-menu--theme-default .wlc-menu__item .wlc-menu__link:before {
		transition: width .3s linear;
		content: "";
		position: absolute;
		bottom: 0;
		z-index: 2;
		width: 0;
		height: 2px;
		background: var(--mc-main)
	}

	.app-profile-cash-deposit-state .wlc-sections__profile-content--theme-default .wlc-menu.wlc-menu--theme-default .wlc-menu__item .wlc-menu__link.active,
	.app-profile-cash-withdraw-state .wlc-sections__profile-content--theme-default .wlc-menu.wlc-menu--theme-default .wlc-menu__item .wlc-menu__link.active,
	.app-profile-cash-transfer-state .wlc-sections__profile-content--theme-default .wlc-menu.wlc-menu--theme-default .wlc-menu__item .wlc-menu__link.active {
		color: var(--mc-baseMain);
		font-weight: 700
	}

	.app-profile-cash-deposit-state .wlc-sections__profile-content--theme-default .wlc-menu.wlc-menu--theme-default .wlc-menu__item .wlc-menu__link.active:before,
	.app-profile-cash-withdraw-state .wlc-sections__profile-content--theme-default .wlc-menu.wlc-menu--theme-default .wlc-menu__item .wlc-menu__link.active:before,
	.app-profile-cash-transfer-state .wlc-sections__profile-content--theme-default .wlc-menu.wlc-menu--theme-default .wlc-menu__item .wlc-menu__link.active:before {
		width: 100%
	}

	.app-profile-cash-deposit-state .wlc-sections__profile-content--theme-wolf .wlc-menu.wlc-menu--theme-default,
	.app-profile-cash-withdraw-state .wlc-sections__profile-content--theme-wolf .wlc-menu.wlc-menu--theme-default,
	.app-profile-cash-transfer-state .wlc-sections__profile-content--theme-wolf .wlc-menu.wlc-menu--theme-default {
		margin: 0 0 20px;
		display: flex;
		align-items: flex-start;
		justify-content: flex-start
	}

	.app-profile-cash-deposit-state .wlc-sections__profile-content--theme-wolf .wlc-menu.wlc-menu--theme-default .wlc-menu__link,
	.app-profile-cash-withdraw-state .wlc-sections__profile-content--theme-wolf .wlc-menu.wlc-menu--theme-default .wlc-menu__link,
	.app-profile-cash-transfer-state .wlc-sections__profile-content--theme-wolf .wlc-menu.wlc-menu--theme-default .wlc-menu__link {
		color: var(--mc-baseMain);
		font-style: normal;
		font-weight: 400;
		font-size: 1.4rem;
		line-height: 1.45;
		display: flex;
		margin: 0 15px 0 0;
		padding: 6px 15px;
		text-decoration: none;
		background: var(--mc-bg300);
		border-radius: 40px
	}

	.app-profile-cash-deposit-state .wlc-sections__profile-content--theme-wolf .wlc-menu.wlc-menu--theme-default .wlc-menu__link.active,
	.app-profile-cash-withdraw-state .wlc-sections__profile-content--theme-wolf .wlc-menu.wlc-menu--theme-default .wlc-menu__link.active,
	.app-profile-cash-transfer-state .wlc-sections__profile-content--theme-wolf .wlc-menu.wlc-menu--theme-default .wlc-menu__link.active {
		color: var(--mc-baseThird, var(--mc-baseMain));
		font-style: normal;
		font-weight: 700;
		font-size: 1.4rem;
		line-height: 1.45
	}

	.app-profile-cash-deposit-state .wlc-sections__profile-content--theme-first[class] .wlc-profile-content .wlc-user-stats-wrapper,
	.app-profile-cash-withdraw-state .wlc-sections__profile-content--theme-first[class] .wlc-profile-content .wlc-user-stats-wrapper {
		margin: 0 0 20px
	}

	.app-profile-cash-deposit-state .wlc-sections__profile-content--theme-first[class] .wlc-profile-content .wlc-user-stats-wrapper__grid,
	.app-profile-cash-withdraw-state .wlc-sections__profile-content--theme-first[class] .wlc-profile-content .wlc-user-stats-wrapper__grid {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 10px
	}

	.app-profile-cash-deposit-state .wlc-sections__profile-content--theme-first[class] .wlc-profile-content .wlc-cash--theme-default .wlc-cash__title[class],
	.app-profile-cash-withdraw-state .wlc-sections__profile-content--theme-first[class] .wlc-profile-content .wlc-cash--theme-default .wlc-cash__title[class] {
		display: none
	}

	.app-profile-cash-transactions-state .wlc-sections__profile-content--theme-first[class] .wlc-table__cell--type {
		min-width: 100px
	}

	.app-profile-dashboard-state {
		--profile-dashboard-gap: 25px
	}

	.app-profile-dashboard-state .wlc-profile-content__top {
		display: flex;
		justify-content: space-between
	}

	.app-profile-dashboard-state .wlc-profile-content__top .wlc-logout svg {
		margin: 0
	}

	.app-profile-dashboard-state .wlc-exchange,
	.app-profile-dashboard-state .wlc-user-stats:not(.wlc-exchange__info) {
		grid-area: exchange
	}

	.app-profile-dashboard-state .wlc-link-block {
		grid-area: link-block
	}

	.app-profile-dashboard-state .wlc-dashboard__top,
	.app-profile-dashboard-state .wlc-dashboard__bottom,
	.app-profile-dashboard-state .wlc-dashboard__promo {
		display: grid;
		gap: var(--profile-dashboard-gap)
	}

	.app-profile-dashboard-state .wlc-dashboard__top,
	.app-profile-dashboard-state .wlc-dashboard__top.without-store {
		grid-template-columns: 1fr;
		grid-template-areas: "loyalty""exchange"
	}

	.app-profile-dashboard-state .wlc-dashboard__bottom {
		grid-template-columns: 1fr
	}

	.app-profile-dashboard-state .wlc-dashboard__promo {
		grid-template-columns: 1fr;
		grid-template-areas: "promocode""link-block"
	}

	.app-profile-dashboard-state .wlc-bonuses-list--profile-dashboard.wlc-bonuses-list--count-1-bonus {
		grid-column: span 1
	}

	.app-profile-dashboard-state .wlc-sections__profile-content .container {
		overflow: hidden
	}

	.app-profile-loyalty-level-state .wlc-sections__profile-content--theme-default,
	.app-profile-loyalty-level-state .wlc-sections__profile-content--theme-first,
	.app-profile-loyalty-level-state .wlc-sections__profile-content--theme-wolf {
		--wlc-lprogress-width: 100%
	}

	.app-profile-main-info-state .wlc-sections__profile-content--theme-default>.container,
	.app-profile-main-info-state .wlc-sections__profile-content--theme-mobile-app>.container {
		display: grid;
		grid-template-columns: 1fr
	}

	.app-profile-main-info-state .wlc-sections__profile-content--theme-default .wlc-profile-form,
	.app-profile-main-info-state .wlc-sections__profile-content--theme-mobile-app .wlc-profile-form {
		position: relative;
		display: grid
	}

	.app-profile-main-info-state .wlc-sections__profile-content--theme-default .wlc-profile-form .wlc-loader,
	.app-profile-main-info-state .wlc-sections__profile-content--theme-mobile-app .wlc-profile-form .wlc-loader {
		position: absolute;
		top: 50%;
		left: 50%;
		margin: 0 auto;
		transform: translate(-50%, -50%)
	}

	.app-profile-main-info-state .wlc-sections__profile-content--theme-default .wlc-profile-form--theme-mobile-app .wlc-form .wlc-btn[wlc-button],
	.app-profile-main-info-state .wlc-sections__profile-content--theme-mobile-app .wlc-profile-form--theme-mobile-app .wlc-form .wlc-btn[wlc-button] {
		justify-self: stretch !important
	}

	.app-profile-main-info-state .wlc-sections__profile-content--theme-default .wlc-profile-form--theme-default .wlc-form,
	.app-profile-main-info-state .wlc-sections__profile-content--theme-default .wlc-profile-form--theme-mobile-app .wlc-form,
	.app-profile-main-info-state .wlc-sections__profile-content--theme-mobile-app .wlc-profile-form--theme-default .wlc-form,
	.app-profile-main-info-state .wlc-sections__profile-content--theme-mobile-app .wlc-profile-form--theme-mobile-app .wlc-form {
		display: grid;
		grid-auto-columns: 1fr;
		grid-row-gap: 25px
	}

	.app-profile-main-info-state .wlc-sections__profile-content--theme-default .wlc-profile-form--theme-default .wlc-form .wlc-btn[wlc-button],
	.app-profile-main-info-state .wlc-sections__profile-content--theme-default .wlc-profile-form--theme-mobile-app .wlc-form .wlc-btn[wlc-button],
	.app-profile-main-info-state .wlc-sections__profile-content--theme-mobile-app .wlc-profile-form--theme-default .wlc-form .wlc-btn[wlc-button],
	.app-profile-main-info-state .wlc-sections__profile-content--theme-mobile-app .wlc-profile-form--theme-mobile-app .wlc-form .wlc-btn[wlc-button] {
		justify-self: center
	}

	.app-profile-main-info-state .wlc-sections__profile-content--theme-default .wlc-profile-form--theme-default .wlc-form .wlc-email-field--unverified,
	.app-profile-main-info-state .wlc-sections__profile-content--theme-default .wlc-profile-form--theme-mobile-app .wlc-form .wlc-email-field--unverified,
	.app-profile-main-info-state .wlc-sections__profile-content--theme-mobile-app .wlc-profile-form--theme-default .wlc-form .wlc-email-field--unverified,
	.app-profile-main-info-state .wlc-sections__profile-content--theme-mobile-app .wlc-profile-form--theme-mobile-app .wlc-form .wlc-email-field--unverified {
		grid-gap: 25px
	}

	.app-profile-main-info-state .wlc-sections__profile-content--theme-default .wlc-profile-form--theme-default .wlc-form .wlc-email-field--unverified .wlc-input[class],
	.app-profile-main-info-state .wlc-sections__profile-content--theme-default .wlc-profile-form--theme-mobile-app .wlc-form .wlc-email-field--unverified .wlc-input[class],
	.app-profile-main-info-state .wlc-sections__profile-content--theme-mobile-app .wlc-profile-form--theme-default .wlc-form .wlc-email-field--unverified .wlc-input[class],
	.app-profile-main-info-state .wlc-sections__profile-content--theme-mobile-app .wlc-profile-form--theme-mobile-app .wlc-form .wlc-email-field--unverified .wlc-input[class] {
		grid-template-columns: 1fr
	}

	.app-profile-main-info-state .wlc-sections__profile-content--theme-default .wlc-profile-form--theme-default .wlc-form .wlc-email-field--unverified .wlc-btn[wlc-button],
	.app-profile-main-info-state .wlc-sections__profile-content--theme-default .wlc-profile-form--theme-mobile-app .wlc-form .wlc-email-field--unverified .wlc-btn[wlc-button],
	.app-profile-main-info-state .wlc-sections__profile-content--theme-mobile-app .wlc-profile-form--theme-default .wlc-form .wlc-email-field--unverified .wlc-btn[wlc-button],
	.app-profile-main-info-state .wlc-sections__profile-content--theme-mobile-app .wlc-profile-form--theme-mobile-app .wlc-form .wlc-email-field--unverified .wlc-btn[wlc-button] {
		margin-top: 0
	}

	.app-profile-main-info-state .wlc-sections__profile-content--theme-default .wlc-profile-form--theme-default .wlc-birth-field,
	.app-profile-main-info-state .wlc-sections__profile-content--theme-default .wlc-profile-form--theme-mobile-app .wlc-birth-field,
	.app-profile-main-info-state .wlc-sections__profile-content--theme-mobile-app .wlc-profile-form--theme-default .wlc-birth-field,
	.app-profile-main-info-state .wlc-sections__profile-content--theme-mobile-app .wlc-profile-form--theme-mobile-app .wlc-birth-field {
		grid-template-columns: repeat(3, minmax(90px, 1fr));
		align-items: flex-end;
		grid-gap: 25px
	}

	.app-profile-main-info-state .wlc-sections__profile-content--theme-default .wlc-profile-form--theme-default .wlc-birth-field .wlc-select[class],
	.app-profile-main-info-state .wlc-sections__profile-content--theme-default .wlc-profile-form--theme-mobile-app .wlc-birth-field .wlc-select[class],
	.app-profile-main-info-state .wlc-sections__profile-content--theme-mobile-app .wlc-profile-form--theme-default .wlc-birth-field .wlc-select[class],
	.app-profile-main-info-state .wlc-sections__profile-content--theme-mobile-app .wlc-profile-form--theme-mobile-app .wlc-birth-field .wlc-select[class] {
		grid-template-columns: minmax(0, 1fr)
	}

	.app-profile-main-info-state .wlc-sections__profile-content--theme-default .wlc-profile-form--theme-default .wlc-birth-field .wlc-select[class]:first-child .wlc-select__label,
	.app-profile-main-info-state .wlc-sections__profile-content--theme-default .wlc-profile-form--theme-mobile-app .wlc-birth-field .wlc-select[class]:first-child .wlc-select__label,
	.app-profile-main-info-state .wlc-sections__profile-content--theme-mobile-app .wlc-profile-form--theme-default .wlc-birth-field .wlc-select[class]:first-child .wlc-select__label,
	.app-profile-main-info-state .wlc-sections__profile-content--theme-mobile-app .wlc-profile-form--theme-mobile-app .wlc-birth-field .wlc-select[class]:first-child .wlc-select__label {
		white-space: nowrap
	}

	.app-profile-main-info-state .wlc-sections__profile-content--theme-default .wlc-profile-form--theme-default .wlc-phone-field,
	.app-profile-main-info-state .wlc-sections__profile-content--theme-default .wlc-profile-form--theme-mobile-app .wlc-phone-field,
	.app-profile-main-info-state .wlc-sections__profile-content--theme-mobile-app .wlc-profile-form--theme-default .wlc-phone-field,
	.app-profile-main-info-state .wlc-sections__profile-content--theme-mobile-app .wlc-profile-form--theme-mobile-app .wlc-phone-field {
		grid-template-columns: 100px minmax(0, 1fr);
		align-items: flex-end
	}

	.app-profile-main-info-state .wlc-sections__profile-content--theme-default .wlc-profile-form--theme-default .wlc-phone-field .wlc-select[class],
	.app-profile-main-info-state .wlc-sections__profile-content--theme-default .wlc-profile-form--theme-mobile-app .wlc-phone-field .wlc-select[class],
	.app-profile-main-info-state .wlc-sections__profile-content--theme-mobile-app .wlc-profile-form--theme-default .wlc-phone-field .wlc-select[class],
	.app-profile-main-info-state .wlc-sections__profile-content--theme-mobile-app .wlc-profile-form--theme-mobile-app .wlc-phone-field .wlc-select[class] {
		grid-template-columns: minmax(0, 1fr)
	}

	.app-profile-main-info-state .wlc-sections__profile-content--theme-default .wlc-profile-form--theme-default .wlc-phone-field .wlc-select[class] .wlc-tooltip,
	.app-profile-main-info-state .wlc-sections__profile-content--theme-default .wlc-profile-form--theme-mobile-app .wlc-phone-field .wlc-select[class] .wlc-tooltip,
	.app-profile-main-info-state .wlc-sections__profile-content--theme-mobile-app .wlc-profile-form--theme-default .wlc-phone-field .wlc-select[class] .wlc-tooltip,
	.app-profile-main-info-state .wlc-sections__profile-content--theme-mobile-app .wlc-profile-form--theme-mobile-app .wlc-phone-field .wlc-select[class] .wlc-tooltip {
		display: none
	}

	.app-profile-main-info-state .wlc-sections__profile-content--theme-default .wlc-profile-form--theme-default .wlc-phone-field .wlc-select[class] .wlc-select__label,
	.app-profile-main-info-state .wlc-sections__profile-content--theme-default .wlc-profile-form--theme-mobile-app .wlc-phone-field .wlc-select[class] .wlc-select__label,
	.app-profile-main-info-state .wlc-sections__profile-content--theme-mobile-app .wlc-profile-form--theme-default .wlc-phone-field .wlc-select[class] .wlc-select__label,
	.app-profile-main-info-state .wlc-sections__profile-content--theme-mobile-app .wlc-profile-form--theme-mobile-app .wlc-phone-field .wlc-select[class] .wlc-select__label {
		white-space: nowrap
	}

	.app-profile-main-info-state .wlc-sections__profile-content--theme-default .wlc-profile-form--theme-default .wlc-phone-field .wlc-input[class],
	.app-profile-main-info-state .wlc-sections__profile-content--theme-default .wlc-profile-form--theme-mobile-app .wlc-phone-field .wlc-input[class],
	.app-profile-main-info-state .wlc-sections__profile-content--theme-mobile-app .wlc-profile-form--theme-default .wlc-phone-field .wlc-input[class],
	.app-profile-main-info-state .wlc-sections__profile-content--theme-mobile-app .wlc-profile-form--theme-mobile-app .wlc-phone-field .wlc-input[class] {
		grid-template-columns: minmax(0, 1fr);
		display: flex;
		flex-wrap: wrap;
		align-items: center
	}

	.app-profile-main-info-state .wlc-sections__profile-content--theme-default .wlc-profile-form--theme-default .wlc-phone-field .wlc-input[class] .wlc-tooltip,
	.app-profile-main-info-state .wlc-sections__profile-content--theme-default .wlc-profile-form--theme-mobile-app .wlc-phone-field .wlc-input[class] .wlc-tooltip,
	.app-profile-main-info-state .wlc-sections__profile-content--theme-mobile-app .wlc-profile-form--theme-default .wlc-phone-field .wlc-input[class] .wlc-tooltip,
	.app-profile-main-info-state .wlc-sections__profile-content--theme-mobile-app .wlc-profile-form--theme-mobile-app .wlc-phone-field .wlc-input[class] .wlc-tooltip {
		margin: 0 0 0 5px
	}

	.app-profile-main-info-state .wlc-sections__profile-content--theme-default .wlc-profile-form--theme-default .wlc-phone-field .wlc-input[class] .wlc-input__label,
	.app-profile-main-info-state .wlc-sections__profile-content--theme-default .wlc-profile-form--theme-mobile-app .wlc-phone-field .wlc-input[class] .wlc-input__label,
	.app-profile-main-info-state .wlc-sections__profile-content--theme-mobile-app .wlc-profile-form--theme-default .wlc-phone-field .wlc-input[class] .wlc-input__label,
	.app-profile-main-info-state .wlc-sections__profile-content--theme-mobile-app .wlc-profile-form--theme-mobile-app .wlc-phone-field .wlc-input[class] .wlc-input__label {
		display: none
	}

	.app-profile-main-info-state .wlc-sections__profile-content--theme-default .wlc-profile-form--theme-default .wlc-phone-field.wlc-phone-field--sms-verified .wlc-select[class] .wlc-tooltip,
	.app-profile-main-info-state .wlc-sections__profile-content--theme-default .wlc-profile-form--theme-mobile-app .wlc-phone-field.wlc-phone-field--sms-verified .wlc-select[class] .wlc-tooltip,
	.app-profile-main-info-state .wlc-sections__profile-content--theme-mobile-app .wlc-profile-form--theme-default .wlc-phone-field.wlc-phone-field--sms-verified .wlc-select[class] .wlc-tooltip,
	.app-profile-main-info-state .wlc-sections__profile-content--theme-mobile-app .wlc-profile-form--theme-mobile-app .wlc-phone-field.wlc-phone-field--sms-verified .wlc-select[class] .wlc-tooltip {
		display: flex;
		margin: 0 0 0 5px
	}

	.app-profile-main-info-state .wlc-sections__profile-content--theme-default .wlc-profile-form--theme-default .wlc-phone-field.wlc-phone-field--sms-verified .wlc-input[class] .wlc-input__label,
	.app-profile-main-info-state .wlc-sections__profile-content--theme-default .wlc-profile-form--theme-mobile-app .wlc-phone-field.wlc-phone-field--sms-verified .wlc-input[class] .wlc-input__label,
	.app-profile-main-info-state .wlc-sections__profile-content--theme-mobile-app .wlc-profile-form--theme-default .wlc-phone-field.wlc-phone-field--sms-verified .wlc-input[class] .wlc-input__label,
	.app-profile-main-info-state .wlc-sections__profile-content--theme-mobile-app .wlc-profile-form--theme-mobile-app .wlc-phone-field.wlc-phone-field--sms-verified .wlc-input[class] .wlc-input__label {
		display: none
	}

	.app-profile-main-info-state .wlc-sections__profile-content--theme-default .wlc-profile-form--theme-default .wlc-phone-field.wlc-phone-field--sms-not-verified,
	.app-profile-main-info-state .wlc-sections__profile-content--theme-default .wlc-profile-form--theme-mobile-app .wlc-phone-field.wlc-phone-field--sms-not-verified,
	.app-profile-main-info-state .wlc-sections__profile-content--theme-mobile-app .wlc-profile-form--theme-default .wlc-phone-field.wlc-phone-field--sms-not-verified,
	.app-profile-main-info-state .wlc-sections__profile-content--theme-mobile-app .wlc-profile-form--theme-mobile-app .wlc-phone-field.wlc-phone-field--sms-not-verified {
		grid-template-areas: "code phone""button button";
		grid-template-columns: 1fr 2fr
	}

	.app-profile-main-info-state .wlc-sections__profile-content--theme-default .wlc-profile-form--theme-default .wlc-phone-field.wlc-phone-field--sms-not-verified .wlc-btn[wlc-button],
	.app-profile-main-info-state .wlc-sections__profile-content--theme-default .wlc-profile-form--theme-mobile-app .wlc-phone-field.wlc-phone-field--sms-not-verified .wlc-btn[wlc-button],
	.app-profile-main-info-state .wlc-sections__profile-content--theme-mobile-app .wlc-profile-form--theme-default .wlc-phone-field.wlc-phone-field--sms-not-verified .wlc-btn[wlc-button],
	.app-profile-main-info-state .wlc-sections__profile-content--theme-mobile-app .wlc-profile-form--theme-mobile-app .wlc-phone-field.wlc-phone-field--sms-not-verified .wlc-btn[wlc-button] {
		width: max-content;
		grid-area: button;
		justify-self: flex-start;
		margin: 0 auto
	}

	.app-profile-main-info-state .wlc-sections__profile-content--theme-default .wlc-profile-form--theme-default .wlc-phone-field.wlc-phone-field--sms-not-verified .wlc-select[class],
	.app-profile-main-info-state .wlc-sections__profile-content--theme-default .wlc-profile-form--theme-mobile-app .wlc-phone-field.wlc-phone-field--sms-not-verified .wlc-select[class],
	.app-profile-main-info-state .wlc-sections__profile-content--theme-mobile-app .wlc-profile-form--theme-default .wlc-phone-field.wlc-phone-field--sms-not-verified .wlc-select[class],
	.app-profile-main-info-state .wlc-sections__profile-content--theme-mobile-app .wlc-profile-form--theme-mobile-app .wlc-phone-field.wlc-phone-field--sms-not-verified .wlc-select[class] {
		grid-area: code
	}

	.app-profile-main-info-state .wlc-sections__profile-content--theme-default .wlc-profile-form--theme-default .wlc-phone-field.wlc-phone-field--sms-not-verified .wlc-select[class] .wlc-tooltip,
	.app-profile-main-info-state .wlc-sections__profile-content--theme-default .wlc-profile-form--theme-mobile-app .wlc-phone-field.wlc-phone-field--sms-not-verified .wlc-select[class] .wlc-tooltip,
	.app-profile-main-info-state .wlc-sections__profile-content--theme-mobile-app .wlc-profile-form--theme-default .wlc-phone-field.wlc-phone-field--sms-not-verified .wlc-select[class] .wlc-tooltip,
	.app-profile-main-info-state .wlc-sections__profile-content--theme-mobile-app .wlc-profile-form--theme-mobile-app .wlc-phone-field.wlc-phone-field--sms-not-verified .wlc-select[class] .wlc-tooltip {
		display: none
	}

	.app-profile-main-info-state .wlc-sections__profile-content--theme-default .wlc-profile-form--theme-default .wlc-phone-field.wlc-phone-field--sms-not-verified .wlc-input[class],
	.app-profile-main-info-state .wlc-sections__profile-content--theme-default .wlc-profile-form--theme-mobile-app .wlc-phone-field.wlc-phone-field--sms-not-verified .wlc-input[class],
	.app-profile-main-info-state .wlc-sections__profile-content--theme-mobile-app .wlc-profile-form--theme-default .wlc-phone-field.wlc-phone-field--sms-not-verified .wlc-input[class],
	.app-profile-main-info-state .wlc-sections__profile-content--theme-mobile-app .wlc-profile-form--theme-mobile-app .wlc-phone-field.wlc-phone-field--sms-not-verified .wlc-input[class] {
		grid-area: phone
	}

	.app-profile-main-info-state .wlc-sections__profile-content--theme-default .wlc-profile-form--theme-default .wlc-phone-field.wlc-phone-field--sms-not-verified .wlc-input[class] .wlc-input__label,
	.app-profile-main-info-state .wlc-sections__profile-content--theme-default .wlc-profile-form--theme-mobile-app .wlc-phone-field.wlc-phone-field--sms-not-verified .wlc-input[class] .wlc-input__label,
	.app-profile-main-info-state .wlc-sections__profile-content--theme-mobile-app .wlc-profile-form--theme-default .wlc-phone-field.wlc-phone-field--sms-not-verified .wlc-input[class] .wlc-input__label,
	.app-profile-main-info-state .wlc-sections__profile-content--theme-mobile-app .wlc-profile-form--theme-mobile-app .wlc-phone-field.wlc-phone-field--sms-not-verified .wlc-input[class] .wlc-input__label,
	.app-profile-main-info-state .wlc-sections__profile-content--theme-default .wlc-profile-form--theme-default .wlc-phone-field.wlc-phone-field--sms-not-verified .wlc-input[class] .wlc-tooltip,
	.app-profile-main-info-state .wlc-sections__profile-content--theme-default .wlc-profile-form--theme-mobile-app .wlc-phone-field.wlc-phone-field--sms-not-verified .wlc-input[class] .wlc-tooltip,
	.app-profile-main-info-state .wlc-sections__profile-content--theme-mobile-app .wlc-profile-form--theme-default .wlc-phone-field.wlc-phone-field--sms-not-verified .wlc-input[class] .wlc-tooltip,
	.app-profile-main-info-state .wlc-sections__profile-content--theme-mobile-app .wlc-profile-form--theme-mobile-app .wlc-phone-field.wlc-phone-field--sms-not-verified .wlc-input[class] .wlc-tooltip {
		display: none
	}

	.app-profile-main-info-state .wlc-sections__profile-content--theme-first .wlc-profile-form__block {
		margin: 0 -10px;
		padding: 20px 0 10px;
		position: relative;
		border-bottom: 2px solid transparent;
		display: flex;
		flex-wrap: wrap;
		align-items: center
	}

	.app-profile-main-info-state .wlc-sections__profile-content--theme-first .wlc-profile-form__block:after {
		content: "";
		position: absolute;
		right: 0;
		bottom: -2px;
		left: 0;
		width: calc(100% - 20px);
		height: 2px;
		margin: 0 auto;
		background: var(--mc-baseOpacity)
	}

	.app-profile-main-info-state .wlc-sections__profile-content--theme-first .wlc-profile-form__block:first-child {
		padding-top: 0
	}

	.app-profile-main-info-state .wlc-sections__profile-content--theme-first .wlc-profile-form__block:nth-last-child(-n+2):after {
		display: none
	}

	.app-profile-main-info-state .wlc-sections__profile-content--theme-first .wlc-profile-form__block--submit {
		padding: 20px 0 0;
		display: flex;
		justify-content: center
	}

	.app-profile-main-info-state .wlc-sections__profile-content--theme-first .wlc-profile-form__block--password .wlc-profile-form__block {
		width: 100%;
		margin: 0;
		padding: 0
	}

	.app-profile-main-info-state .wlc-sections__profile-content--theme-first .wlc-profile-form__block--password .wlc-btn {
		margin: 0 auto -10px
	}

	.app-profile-main-info-state .wlc-sections__profile-content--theme-first .wlc-profile-form__block--text-block {
		padding: 0 10px;
		margin: 0 0 10px;
		font-size: 1.6rem
	}

	.app-profile-main-info-state .wlc-sections__profile-content--theme-first .wlc-profile-form__block .wlc-title {
		padding: 0 10px;
		margin: 0 0 10px;
		flex: 1 1 100%
	}

	.app-profile-main-info-state .wlc-sections__profile-content--theme-first .wlc-profile-form__block .wlc-title .wlc-title__main {
		font-size: 1.6rem;
		font-weight: 700;
		line-height: 1.1
	}

	.app-profile-main-info-state .wlc-sections__profile-content--theme-first .wlc-profile-form__block>.wlc-phone-field,
	.app-profile-main-info-state .wlc-sections__profile-content--theme-first .wlc-profile-form__block>.wlc-birth-field,
	.app-profile-main-info-state .wlc-sections__profile-content--theme-first .wlc-profile-form__block>.wlc-email-field,
	.app-profile-main-info-state .wlc-sections__profile-content--theme-first .wlc-profile-form__block>.wlc-select,
	.app-profile-main-info-state .wlc-sections__profile-content--theme-first .wlc-profile-form__block>.wlc-input {
		margin: 0 0 10px;
		padding: 0 10px;
		flex: 0 1 100%
	}

	.app-profile-main-info-state .wlc-sections__profile-content--theme-first .wlc-profile-form__block>.wlc-input--password-confirm,
	.app-profile-main-info-state .wlc-sections__profile-content--theme-first .wlc-profile-form__block>.wlc-input--password-new,
	.app-profile-main-info-state .wlc-sections__profile-content--theme-first .wlc-profile-form__block>.wlc-input--password,
	.app-profile-main-info-state .wlc-sections__profile-content--theme-first .wlc-profile-form__block>.wlc-input--first-name,
	.app-profile-main-info-state .wlc-sections__profile-content--theme-first .wlc-profile-form__block>.wlc-input--last-name,
	.app-profile-main-info-state .wlc-sections__profile-content--theme-first .wlc-profile-form__block>.wlc-input--email,
	.app-profile-main-info-state .wlc-sections__profile-content--theme-first .wlc-profile-form__block>.wlc-email-field,
	.app-profile-main-info-state .wlc-sections__profile-content--theme-first .wlc-profile-form__block>.wlc-input--login,
	.app-profile-main-info-state .wlc-sections__profile-content--theme-first .wlc-profile-form__block>.wlc-birth-field,
	.app-profile-main-info-state .wlc-sections__profile-content--theme-first .wlc-profile-form__block>.wlc-phone-field {
		flex-basis: 100%
	}

	.app-profile-main-info-state .wlc-sections__profile-content--theme-first .wlc-profile-form__block>.wlc-input.wlc-input--password {
		flex-basis: 100%
	}

	.app-profile-main-info-state .wlc-sections__profile-content--theme-first .wlc-profile-form__block>.wlc-email-field--unverified .wlc-btn[wlc-button] {
		width: min-content;
		margin: 0 auto
	}

	.app-profile-main-info-state .wlc-sections__profile-content--theme-first .wlc-profile-form__block>.wlc-phone-field .wlc-input[class] {
		display: flex;
		flex-wrap: wrap
	}

	.app-profile-main-info-state .wlc-sections__profile-content--theme-first .wlc-profile-form__block>.wlc-phone-field .wlc-input[class] .wlc-input__container {
		width: 100%
	}

	.app-profile-main-info-state .wlc-sections__profile-content--theme-first .wlc-profile-form__block>.wlc-phone-field .wlc-select[class] {
		grid-template-columns: minmax(0, 1fr)
	}

	.app-profile-main-info-state .wlc-sections__profile-content--theme-first .wlc-profile-form__block>.wlc-phone-field .wlc-select[class] .wlc-select__label {
		white-space: nowrap
	}

	.app-profile-main-info-state .wlc-sections__profile-content--theme-first .wlc-profile-form__block>.wlc-phone-field .wlc-input[class] .wlc-tooltip,
	.app-profile-main-info-state .wlc-sections__profile-content--theme-first .wlc-profile-form__block>.wlc-phone-field .wlc-select[class] .wlc-tooltip {
		display: none;
		margin: 0 0 0 5px
	}

	.app-profile-main-info-state .wlc-sections__profile-content--theme-first .wlc-profile-form__block>.wlc-phone-field.wlc-phone-field--sms-not-verified {
		grid-template-areas: "code phone""button button";
		grid-template-columns: 1fr 2fr
	}

	.app-profile-main-info-state .wlc-sections__profile-content--theme-first .wlc-profile-form__block>.wlc-phone-field.wlc-phone-field--sms-not-verified .wlc-btn[wlc-button] {
		width: max-content;
		grid-area: button;
		margin: 0 auto
	}

	.app-profile-main-info-state .wlc-sections__profile-content--theme-first .wlc-profile-form__block>.wlc-phone-field.wlc-phone-field--sms-not-verified .wlc-select[class] {
		grid-area: code
	}

	.app-profile-main-info-state .wlc-sections__profile-content--theme-first .wlc-profile-form__block>.wlc-phone-field.wlc-phone-field--sms-not-verified .wlc-select[class] .wlc-tooltip {
		display: none
	}

	.app-profile-main-info-state .wlc-sections__profile-content--theme-first .wlc-profile-form__block>.wlc-phone-field.wlc-phone-field--sms-not-verified .wlc-input[class] {
		grid-area: phone
	}

	.app-profile-main-info-state .wlc-sections__profile-content--theme-first .wlc-profile-form__block>.wlc-phone-field.wlc-phone-field--sms-not-verified .wlc-input[class] .wlc-tooltip {
		display: none
	}

	.app-profile-main-info-state .wlc-sections__profile-content--theme-first .wlc-profile-form__block>.wlc-phone-field.wlc-phone-field--sms-verified .wlc-select[class] .wlc-input__label {
		display: flex
	}

	.app-profile-main-info-state .wlc-sections__profile-content--theme-first .wlc-profile-form__block>.wlc-phone-field.wlc-phone-field--sms-verified .wlc-select[class] .wlc-tooltip {
		display: flex;
		align-items: center
	}

	.app-profile-main-info-state .wlc-sections__profile-content--theme-wolf .wlc-profile-form .wlc-form {
		display: grid;
		grid-auto-columns: 1fr;
		grid-row-gap: 15px
	}

	.app-profile-main-info-state .wlc-sections__profile-content--theme-wolf .wlc-profile-form .wlc-form .wlc-btn[wlc-button] {
		margin: 5px 0 0;
		justify-self: center
	}

	.app-profile-main-info-state .wlc-sections__profile-content--theme-wolf .wlc-profile-form .wlc-form .wlc-email-field--unverified {
		grid-gap: 15px
	}

	.app-profile-main-info-state .wlc-sections__profile-content--theme-wolf .wlc-profile-form .wlc-form .wlc-email-field--unverified .wlc-input[class] {
		grid-template-columns: 1fr
	}

	.app-profile-main-info-state .wlc-sections__profile-content--theme-wolf .wlc-profile-form .wlc-form .wlc-email-field--unverified .wlc-btn[wlc-button] {
		margin-top: 0
	}

	.app-profile-main-info-state .wlc-sections__profile-content--theme-wolf .wlc-profile-form .wlc-form .wlc-birth-field {
		grid-template-columns: repeat(3, minmax(90px, 1fr));
		align-items: flex-end;
		grid-gap: 15px
	}

	.app-profile-main-info-state .wlc-sections__profile-content--theme-wolf .wlc-profile-form .wlc-form .wlc-birth-field .wlc-select[class] {
		grid-template-columns: minmax(0, 1fr)
	}

	.app-profile-main-info-state .wlc-sections__profile-content--theme-wolf .wlc-profile-form .wlc-form .wlc-birth-field .wlc-select[class]:first-child .wlc-select__label {
		white-space: nowrap
	}

	.app-profile-main-info-state .wlc-sections__profile-content--theme-wolf .wlc-profile-form .wlc-form .wlc-phone-field {
		grid-template-columns: 100px minmax(0, 1fr);
		align-items: flex-end;
		grid-gap: 15px
	}

	.app-profile-main-info-state .wlc-sections__profile-content--theme-wolf .wlc-profile-form .wlc-form .wlc-phone-field .wlc-select[class] {
		grid-template-columns: minmax(0, 1fr)
	}

	.app-profile-main-info-state .wlc-sections__profile-content--theme-wolf .wlc-profile-form .wlc-form .wlc-phone-field .wlc-select[class] .wlc-tooltip {
		display: none
	}

	.app-profile-main-info-state .wlc-sections__profile-content--theme-wolf .wlc-profile-form .wlc-form .wlc-phone-field .wlc-select[class] .wlc-select__label {
		white-space: nowrap
	}

	.app-profile-main-info-state .wlc-sections__profile-content--theme-wolf .wlc-profile-form .wlc-form .wlc-phone-field .wlc-input[class] {
		grid-template-columns: minmax(0, 1fr);
		display: flex;
		flex-wrap: wrap;
		align-items: center
	}

	.app-profile-main-info-state .wlc-sections__profile-content--theme-wolf .wlc-profile-form .wlc-form .wlc-phone-field .wlc-input[class] .wlc-tooltip {
		margin: 0 0 0 5px
	}

	.app-profile-main-info-state .wlc-sections__profile-content--theme-wolf .wlc-profile-form .wlc-form .wlc-phone-field .wlc-input[class] .wlc-input__label {
		display: none
	}

	.app-profile-main-info-state .wlc-sections__profile-content--theme-wolf .wlc-profile-form .wlc-form .wlc-phone-field.wlc-phone-field--sms-verified .wlc-select[class] .wlc-tooltip {
		display: flex;
		margin: 0 0 0 5px
	}

	.app-profile-main-info-state .wlc-sections__profile-content--theme-wolf .wlc-profile-form .wlc-form .wlc-phone-field.wlc-phone-field--sms-verified .wlc-input[class] .wlc-input__label {
		display: none
	}

	.app-profile-main-info-state .wlc-sections__profile-content--theme-wolf .wlc-profile-form .wlc-form .wlc-phone-field.wlc-phone-field--sms-not-verified {
		grid-template-areas: "code phone""button button";
		grid-template-columns: 1fr 2fr
	}

	.app-profile-main-info-state .wlc-sections__profile-content--theme-wolf .wlc-profile-form .wlc-form .wlc-phone-field.wlc-phone-field--sms-not-verified .wlc-btn[wlc-button] {
		width: max-content;
		grid-area: button;
		justify-self: flex-start;
		margin: 0 auto
	}

	.app-profile-main-info-state .wlc-sections__profile-content--theme-wolf .wlc-profile-form .wlc-form .wlc-phone-field.wlc-phone-field--sms-not-verified .wlc-select[class] {
		grid-area: code
	}

	.app-profile-main-info-state .wlc-sections__profile-content--theme-wolf .wlc-profile-form .wlc-form .wlc-phone-field.wlc-phone-field--sms-not-verified .wlc-select[class] .wlc-tooltip {
		display: none
	}

	.app-profile-main-info-state .wlc-sections__profile-content--theme-wolf .wlc-profile-form .wlc-form .wlc-phone-field.wlc-phone-field--sms-not-verified .wlc-input[class] {
		grid-area: phone
	}

	.app-profile-main-info-state .wlc-sections__profile-content--theme-wolf .wlc-profile-form .wlc-form .wlc-phone-field.wlc-phone-field--sms-not-verified .wlc-input[class] .wlc-input__label,
	.app-profile-main-info-state .wlc-sections__profile-content--theme-wolf .wlc-profile-form .wlc-form .wlc-phone-field.wlc-phone-field--sms-not-verified .wlc-input[class] .wlc-tooltip {
		display: none
	}

	.app-profile-main-info-state .wlc-sections__profile-content--theme-wolf .wlc-profile-form .wlc-form .wlc-input[class] .wlc-input__input input,
	.app-profile-main-info-state .wlc-sections__profile-content--theme-wolf .wlc-profile-form .wlc-form .wlc-input[class] .wlc-input__input .wlc-select__field,
	.app-profile-main-info-state .wlc-sections__profile-content--theme-wolf .wlc-profile-form .wlc-form .wlc-input[class] .wlc-select__group input,
	.app-profile-main-info-state .wlc-sections__profile-content--theme-wolf .wlc-profile-form .wlc-form .wlc-input[class] .wlc-select__group .wlc-select__field,
	.app-profile-main-info-state .wlc-sections__profile-content--theme-wolf .wlc-profile-form .wlc-form .wlc-select[class] .wlc-input__input input,
	.app-profile-main-info-state .wlc-sections__profile-content--theme-wolf .wlc-profile-form .wlc-form .wlc-select[class] .wlc-input__input .wlc-select__field,
	.app-profile-main-info-state .wlc-sections__profile-content--theme-wolf .wlc-profile-form .wlc-form .wlc-select[class] .wlc-select__group input,
	.app-profile-main-info-state .wlc-sections__profile-content--theme-wolf .wlc-profile-form .wlc-form .wlc-select[class] .wlc-select__group .wlc-select__field {
		color: var(--mc-baseMain);
		font-style: normal;
		font-weight: 400;
		font-size: 1.4rem;
		line-height: 1.45
	}

	.app-profile-loyalty-store-main-state .wlc-sections__profile-content--theme-default>.container {
		grid-template-columns: minmax(0, 1fr);
		grid-template-areas: "title title""submenu submenu""stats stats""progress progress""store store";
		position: relative;
		display: grid;
		grid-template-rows: auto
	}

	.app-profile-loyalty-store-main-state .wlc-sections__profile-content--theme-default .wlc-user-stats {
		grid-area: stats
	}

	.app-profile-loyalty-store-main-state .wlc-sections__profile-content--theme-default .wlc-user-stats.wlc-user-stats--theme-mod-mobile-app {
		position: initial;
		margin: 0 0 10px
	}

	.app-profile-loyalty-store-main-state .wlc-sections__profile-content--theme-default .wlc-title {
		grid-area: title
	}

	.app-profile-loyalty-store-main-state .wlc-sections__profile-content--theme-default .wlc-store-list {
		grid-area: store
	}

	.app-profile-loyalty-store-main-state .wlc-sections__profile-content--theme-default .wlc-profile-menu {
		grid-area: submenu
	}

	.app-profile-loyalty-store-main-state .wlc-sections__profile-content--theme-first[class] .wlc-user-stats[class] .wlc-user-stats-balance {
		padding-right: 0
	}

	.wlc-submenu-history {
		position: relative
	}

	.app-profile-loyalty-tournaments-active-state .wlc-tournament-detail__header-info--back-link {
		display: none
	}

	.app-promotions-state .wlc-sections__content--theme-default .wlc-title.wlc-title--promotions[wlc-title],
	.app-promotions-state .wlc-sections__content--theme-default .wlc-title.wlc-title--profile[wlc-title] {
		margin: 40px 0 20px;
		text-align: left
	}

	.app-promotions-state .wlc-sections__content--theme-default .wlc-title.wlc-title--promotions[wlc-title] div.wlc-title__main,
	.app-promotions-state .wlc-sections__content--theme-default .wlc-title.wlc-title--profile[wlc-title] div.wlc-title__main {
		font-size: 2.4rem
	}

	.app-promotions-state .wlc-sections__content--theme-default .wlc-bonuses-list {
		margin: 0 0 40px
	}

	.app-promotions-state .wlc-sections__content--theme-default .wlc-btn--theme-mod-promotions {
		margin: 0 auto 40px
	}

	.app-tournaments-state .wlc-sections__tournaments--theme-default .wlc-title.wlc-title--tournaments[wlc-title] {
		margin: 40px 0 20px;
		text-align: left
	}

	.app-tournaments-state .wlc-sections__tournaments--theme-default .wlc-title.wlc-title--tournaments[wlc-title] div.wlc-title__main {
		font-size: 2.4rem
	}

	.app-tournaments-state .wlc-sections__tournaments--theme-default .wlc-tournament-list--theme-default .wlc-tournament-promo--theme-default .wlc-tournament-promo__lock-btn {
		max-width: none
	}

	.wlc-sections__sign-in-page {
		background: var(--mc-bgModal);
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		min-height: 100vh;
		padding: 30px 0
	}

	.wlc-sections__sign-in-page .wlc-sign-in-page__wrapper {
		display: flex;
		flex-direction: column;
		justify-content: center;
		max-width: 500px
	}

	.wlc-sections__sign-in-page .wlc-sign-in-page__form-wrapper {
		padding: 20px;
		border-radius: 15px;
		background: var(--mc-bgModal)
	}

	.wlc-sections__sign-in-page .wlc-logo {
		margin: 0 0 10px
	}

	.wlc-sections__sign-in-page .wlc-logo .wlc-logo__image .wlc-icon-content {
		display: flex;
		justify-content: center
	}

	.wlc-sections__sign-in-page .wlc-logo .wlc-logo__image svg {
		width: 200px
	}

	.four-elements {
		grid-template-columns: repeat(2, 1fr);
		gap: 10px;
		display: grid
	}

	.four-elements__body {
		padding: 10px;
		min-height: 100px;
		align-items: start;
		justify-items: center;
		border-radius: 10px
	}

	.wlc-sections__sticky-footer {
		position: fixed;
		bottom: 0;
		z-index: 100;
		width: 100%
	}

	.wlc-body--sticky-footer {
		padding-bottom: 60px
	}

	.wlc-body--fp-left .wlc-app,
	.wlc-body--fp-right .wlc-app {
		transition: padding .25s ease-in-out
	}

	.wlc-body--fp-left-compact {
		--fp-left-padding: var(--fp-left-size-compact)
	}

	.wlc-body--fp-left-expanded {
		--fp-left-padding: var(--fp-left-size-full)
	}

	

	.wlc-body--fp-right-compact {
		--fp-right-padding: var(--fp-right-size-compact)
	}

	.wlc-body--fp-right-expanded {
		--fp-right-padding: var(--fp-right-size-full)
	}

	.wlc-body--fp-right:not(.wlc-body--fp-right-nopadding) .wlc-app {
		padding-right: var(--fp-right-padding, 0)
	}

	.wlc-sections__user-info-menu {
		display: grid;
		gap: 20px
	}

	.wlc-sections__content-games-first,
	.wlc-sections__content-games-second,
	.wlc-sections__content-games-third {
		overflow: hidden
	}

	.wlc-sections__providers-info.wlc-sections__providers-info--theme-wolf {
		margin: -40px 0 40px
	}

	.wlc-sections__providers-info.wlc-sections__providers-info--theme-wolf .container .wlc-post {
		color: var(--mc-baseSecond, var(--mc-baseMain))
	}

	.wlc-sections__providers-info.wlc-sections__providers-info--theme-wolf .container .wlc-post .wlc-title {
		margin: 20px 0
	}

	.wlc-sections__providers-info.wlc-sections__providers-info--theme-wolf .container .wlc-post .wlc-title .wlc-title__main {
		color: var(--mc-baseSecond, var(--mc-baseMain));
		font-style: normal;
		font-weight: 700;
		font-size: 1.6rem;
		line-height: 1.45;
		text-align: center
	}

	.wlc-sections__notifications>[class*=--show]~[class*=--show] {
		display: none !important
	}

	.wlc-sections__categories,
	.wlc-sections__content-games-top,
	.wlc-sections__content-games-bottom,
	.wlc-sections__content-games,
	.wlc-sections__content-wins,
	.wlc-sections__total-jackpot,
	.wlc-sections__total-jackpot-interactive,
	.wlc-sections__promo-categories,
	.wlc-sections__promo-bonuses,
	.wlc-sections__home-promo,
	.wlc-sections__winners-section,
	.wlc-sections__content-games-vertical,
	.wlc-sections__loyalty-program,
	.wlc-sections__game-widgets,
	.wlc-sections__providers,
	.wlc-sections__content-wins-transparent,
	.wlc-sections__random-games,
	.wlc-sections__banner-promotion,
	.wlc-sections__four-elements,
	.wlc-sections__content-games-top2,
	.wlc-sections__winners-section-2,
	.wlc-sections__home-about,
	.wlc-sections__youtube-block,
	.wlc-sections__content-games-recommended,
	.wlc-sections__local-jackpot,
	.app-contacts-state .wlc-sections__info-page,
	[class*=app-profile-] .wlc-sections__profile-content {
		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),
	.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) {
		padding: 0 15px
	}

	[class*=wlc-sections__]:empty {
		display: none
	}

	.wlc-sections__anchors-menu {
		background: var(--mc-bg700);
		padding: 10px 0
	}

	.wlc-sections__benefits-section {
		padding: 40px 0
	}

	.wlc-sections__commission-section {
		padding: 0 0 40px
	}

	.wlc-sections__description-section {
		background: var(--mc-bg700);
		padding: 40px 0
	}

	.wlc-sections__faq-section {
		padding: 40px 0
	}

	.wlc-sections__faq-section .container {
		max-width: 1050px;
		padding: 0 15px
	}

	.wlc-sections__testimonials-section {
		padding: 40px 0
	}

	.wlc-sections__testimonials-section .container {
		max-width: 1050px;
		padding: 0 15px
	}

	.wlc-aff-content {
		width: 100%;
		margin: 40px auto;
		text-align: center
	}

	.wlc-aff-content:first-child {
		margin-top: 0
	}

	.wlc-aff-content:last-child {
		margin-bottom: 0
	}

	.wlc-aff-content .wlc-btn {
		height: 40px;
		display: grid;
		grid-column-gap: initial;
		grid-template-columns: auto 1fr auto;
		align-items: center;
		justify-content: center;
		min-width: 115px;
		padding: 5px 10px;
		background: var(--mc-buttonGradient);
		box-shadow: none;
		border: none;
		border-radius: 100px;
		position: relative;
		display: inline-grid;
		min-width: 180px;
		text-decoration: none
	}

	.wlc-aff-content .wlc-btn:disabled {
		opacity: .6;
		pointer-events: none
	}

	.wlc-aff-content .wlc-btn .wlc-btn__text {
		color: var(--mc-baseMain);
		font-style: normal;
		font-weight: 700;
		font-size: 1.4rem;
		line-height: 1.45;
		grid-column: 2;
		text-transform: none
	}

	.wlc-aff-content .wlc-btn:before {
		transition: opacity .3s linear;
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		border-radius: inherit;
		background-color: #000;
		opacity: 0;
		mix-blend-mode: overlay
	}

	.wlc-aff-content .wlc-btn--theme-rounding {
		border-radius: 10px
	}

	.wlc-aff-content p .wlc-btn {
		display: inline-grid
	}

	.wlc-benefits--theme-default {
		grid-template-columns: repeat(3, 1fr);
		grid-gap: 20px;
		display: grid
	}

	.wlc-benefits--theme-default .wlc-benefits__item {
		grid-template-rows: 54px auto;
		padding: 0;
		position: relative;
		display: grid;
		grid-gap: 10px;
		grid-template-columns: 1fr;
		text-align: center
	}

	.wlc-benefits--theme-default .wlc-benefits__item:after {
		opacity: 0;
		content: "";
		position: absolute;
		top: 50%;
		right: 0;
		display: block;
		width: 2px;
		height: 50%;
		background: var(--mc-baseOpacity);
		transform: translate(50%, -50%)
	}

	.wlc-benefits--theme-default .wlc-benefits__item:last-child:after {
		display: none
	}

	.wlc-benefits--theme-default .wlc-benefits__item-icon {
		height: 54px;
		display: flex;
		align-items: center;
		justify-content: center
	}

	.wlc-benefits--theme-default .wlc-benefits__item-icon img {
		max-height: 100%
	}

	.wlc-benefits--theme-default .wlc-benefits__item-content {
		align-self: baseline
	}

	.wlc-benefits--theme-default .wlc-benefits__item-caption {
		color: var(--mc-baseMain);
		font-style: normal;
		font-weight: 400;
		font-size: 1rem;
		line-height: 1.45;
		display: inline-block;
		max-width: 21ch
	}

	.wlc-digits {
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 20px;
		display: grid;
		justify-content: center
	}

	.wlc-digits__item {
		grid-gap: 10px;
		padding: 10px;
		display: grid;
		text-align: center;
		background: var(--mc-bg700);
		border-radius: 10px
	}

	.wlc-digits__main {
		font-size: 3.6rem;
		font-weight: 700;
		line-height: 1
	}

	.wlc-digits__separator {
		width: 100%;
		height: 2px;
		border-radius: 100px;
		background: var(--mc-baseOpacity)
	}

	.wlc-digits__description {
		color: var(--mc-baseMain);
		font-style: normal;
		font-weight: 700;
		font-size: 1.4rem;
		line-height: 1.45
	}

	.wlc-digits__description a {
		color: inherit;
		text-decoration: none;
		pointer-events: none
	}

	@font-face {
		font-weight: 400;
		font-family: CryptocurrencySymbols;
		font-style: normal;
		src: url(https://agstatic.com/wlc/fonts/Cryptocurrencies/cryptocurrency-symbols.woff2) format("woff2"), url(https://agstatic.com/wlc/fonts/Cryptocurrencies/cryptocurrency-symbols.woff) format("woff");
		font-display: block
	}

	@font-face {
		font-weight: 400;
		font-family: Mulish;
		font-style: normal;
		src: url(https://kometacasino-kck.buzz/static/fonts/Mulish/mulish-regular.woff2) format("woff2"), url(https://kometacasino-kck.buzz/static/fonts/Mulish/mulish-regular.woff) format("woff");
		font-display: swap
	}

	@font-face {
		font-weight: 500;
		font-family: Mulish;
		font-style: normal;
		src: url(https://kometacasino-kck.buzz/static/fonts/Mulish/mulish-500.woff2) format("woff2"), url(https://kometacasino-kck.buzz/static/fonts/Mulish/mulish-500.woff) format("woff");
		font-display: swap
	}

	@font-face {
		font-weight: 600;
		font-family: Mulish;
		font-style: normal;
		src: url(https://kometacasino-kck.buzz/static/fonts/Mulish/mulish-600.woff2) format("woff2"), url(https://kometacasino-kck.buzz/static/fonts/Mulish/mulish-600.woff) format("woff");
		font-display: swap
	}

	@font-face {
		font-weight: 700;
		font-family: Mulish;
		font-style: normal;
		src: url(https://kometacasino-kck.buzz/static/fonts/Mulish/mulish-700.woff2) format("woff2"), url(https://kometacasino-kck.buzz/static/fonts/Mulish/mulish-700.woff) format("woff");
		font-display: swap
	}

	@font-face {
		font-weight: 800;
		font-family: Mulish;
		font-style: normal;
		src: url(https://kometacasino-kck.buzz/static/fonts/Mulish/mulish-800.woff2) format("woff2"), url(https://kometacasino-kck.buzz/static/fonts/Mulish/mulish-800.woff) format("woff");
		font-display: swap
	}

	@font-face {
		font-weight: 400;
		font-family: Mulish;
		font-style: italic;
		src: url(https://kometacasino-kck.buzz/static/fonts/Mulish/mulish-italic.woff2) format("woff2"), url(https://kometacasino-kck.buzz/static/fonts/Mulish/mulish-italic.woff) format("woff");
		font-display: swap
	}

	@font-face {
		font-weight: 500;
		font-family: Mulish;
		font-style: italic;
		src: url(https://kometacasino-kck.buzz/static/fonts/Mulish/mulish-500-italic.woff2) format("woff2"), url(https://kometacasino-kck.buzz/static/fonts/Mulish/mulish-500-italic.woff) format("woff");
		font-display: swap
	}

	@font-face {
		font-weight: 600;
		font-family: Mulish;
		font-style: italic;
		src: url(https://kometacasino-kck.buzz/static/fonts/Mulish/mulish-600-italic.woff2) format("woff2"), url(https://kometacasino-kck.buzz/static/fonts/Mulish/mulish-600-italic.woff) format("woff");
		font-display: swap
	}

	@font-face {
		font-weight: 700;
		font-family: Mulish;
		font-style: italic;
		src: url(https://kometacasino-kck.buzz/static/fonts/Mulish/mulish-700-italic.woff2) format("woff2"), url(https://kometacasino-kck.buzz/static/fonts/Mulish/mulish-700-italic.woff) format("woff");
		font-display: swap
	}

	@font-face {
		font-weight: 800;
		font-family: Mulish;
		font-style: italic;
		src: url(https://kometacasino-kck.buzz/static/fonts/Mulish/mulish-800-italic.woff2) format("woff2"), url(https://kometacasino-kck.buzz/static/fonts/Mulish/mulish-800-italic.woff) format("woff");
		font-display: swap
	}

	.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-body--fp-left-in.wlc-body--fp-left .wlc-sections__email-verification-notification {
		padding: 0
	}

	.wlc-body--fp-left-in.wlc-body--fp-left:has(.app-tournaments-state, .app-profile-loyalty-bonuses-main-state, .app-promotions-state, .app-profile-achievements-main-state, .app-profile-loyalty-store-main-state, .app-profile-main-info-state, .app-home-state, .app-profile-cash-withdraw-state, .app-profile-messages-state) {
		visibility: visible;
		overflow-x: hidden;
		overflow-y: scroll
	}

	.wlc-body--fp-left-in.wlc-body--fp-left:has(.app-tournaments-state, .app-profile-loyalty-bonuses-main-state, .app-promotions-state, .app-profile-achievements-main-state, .app-profile-loyalty-store-main-state, .app-profile-main-info-state, .app-home-state, .app-profile-cash-withdraw-state, .app-profile-messages-state):not(.wlc-body--fp-right).modal-open #chat-widget-container,
	.wlc-body--fp-left-in.wlc-body--fp-left:has(.app-tournaments-state, .app-profile-loyalty-bonuses-main-state, .app-promotions-state, .app-profile-achievements-main-state, .app-profile-loyalty-store-main-state, .app-profile-main-info-state, .app-home-state, .app-profile-cash-withdraw-state, .app-profile-messages-state):not(.wlc-body--fp-right).modal-open .right-widget-wrapper {
		margin-right: 15px
	}

	.wlc-sections__header--theme-universal {
		margin-top: 0
	}

	.wlc-sections__header--theme-universal .header__right .wlc-deposit-notification {
		display: none
	}

	.wlc-sections__header--theme-universal .header__right .wlc-internal-mails-notifier {
		position: static;
		color: var(--fc-iconColor);
		background: var(--fc-inputBg);
		border-radius: 50%
	}

	.wlc-sections__header--theme-universal .header__right .wlc-chat-icon {
		display: none;
		margin-right: 0
	}

	.wlc-sections__header--theme-universal .wlc-btn-search {
		width: 100%
	}

	.wlc-sections__header--theme-universal .wlc-btn-search__text {
		width: 100%;
		min-height: 41px;
		padding: 3px 5px 3px 12px;
		color: var(--fc-labelColor);
		font-size: 1.6rem;
		background: var(--fc-inputBg);
		border-radius: 100px;
		transition: all .3s
	}

	.wlc-sections__header--theme-universal .wlc-btn-search .wlc-icon {
		min-width: 20px;
		min-height: 20px;
		padding: 0 10px
	}

	.wlc-sections__header--theme-universal .wlc-btn-search .wlc-icon svg {
		width: 20px;
		height: 20px;
		fill: var(--fc-iconColor)
	}

	.wlc-sections__wtp-section,
	.wlc-sections__content-games2,
	.wlc-sections__content-games-bottom2,
	.wlc-sections__banner-section-2,
	.wlc-sections__banner-section-loyalty {
		margin-bottom: 40px
	}

	.wlc-sections__user-widget {
		margin-bottom: 20px
	}

	.wlc-sections__youtube-block {
		margin-bottom: 0
	}

	.wlc-sections__email-verification-notification {
		z-index: 100
	}

	.wlc-sections__banner-wolf-desktop .wlc-slider--theme-wolf-banner,
	.wlc-sections__banner-wolf-mob .wlc-slider--theme-wolf-banner {
		min-width: 100%
	}

	.wlc-sections__banner-wolf-desktop .wlc-slider--theme-wolf-banner .wlc-banner--theme-wolf-banner .container,
	.wlc-sections__banner-wolf-mob .wlc-slider--theme-wolf-banner .wlc-banner--theme-wolf-banner .container {
		max-width: 100%
	}

	.wlc-sections__banner-wolf-desktop .wlc-slider--theme-wolf-banner .wlc-banner--theme-wolf-banner .banner__bg,
	.wlc-sections__banner-wolf-mob .wlc-slider--theme-wolf-banner .wlc-banner--theme-wolf-banner .banner__bg {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		cursor: default
	}

	.wlc-sections__banner-wolf-desktop .wlc-slider--theme-wolf-banner .wlc-banner--theme-wolf-banner .banner__bg img,
	.wlc-sections__banner-wolf-mob .wlc-slider--theme-wolf-banner .wlc-banner--theme-wolf-banner .banner__bg img {
		width: 100%;
		height: 100%;
		object-fit: cover
	}

	.wlc-sections__banner-wolf-desktop .wlc-slider--theme-wolf-banner .wlc-banner--theme-wolf-banner .banner__description,
	.wlc-sections__banner-wolf-mob .wlc-slider--theme-wolf-banner .wlc-banner--theme-wolf-banner .banner__description {
		max-width: 60%
	}

	.wlc-sections__banner-wolf-desktop .wlc-slider--theme-wolf-banner .swiper-button-container,
	.wlc-sections__banner-wolf-mob .wlc-slider--theme-wolf-banner .swiper-button-container {

		max-width: 100%
	}

	.wlc-sections__banner-wolf-desktop {
		margin-top: 20px;
		margin-bottom: 20px
	}

	.wlc-sections__banner-wolf-desktop .wlc-slider--theme-wolf-banner .wlc-banner--theme-wolf-banner .banner {
		min-height: 310px !important;
		padding: 40px 40px 25px
	}

	.wlc-sections__banner-wolf-desktop .wlc-slider--theme-wolf-banner .wlc-banner--theme-wolf-banner .banner__title {
		font-weight: 700;
		font-size: 2.8rem;
		line-height: 3.8rem
	}

	.wlc-sections__banner-wolf-desktop .wlc-slider--theme-wolf-banner .wlc-banner--theme-wolf-banner .banner__description {
		font-weight: 400;
		font-size: 1.6rem;
		line-height: 2rem
	}

	.wlc-sections__banner-wolf-mob {
		margin-top: 25px;
		margin-bottom: 25px
	}

	.wlc-sections__banner-wolf-mob .wlc-slider--theme-wolf-banner .wlc-banner--theme-wolf-banner .banner {
		min-height: 250px !important;
		padding: 20px
	}

	.wlc-sections__banner-wolf-mob .wlc-slider--theme-wolf-banner .wlc-banner--theme-wolf-banner .banner__title {
		font-weight: 700;
		font-size: 2rem;
		line-height: 2.4rem;
		-webkit-line-clamp: 4
	}

	.wlc-sections__banner-wolf-mob .wlc-slider--theme-wolf-banner .wlc-banner--theme-wolf-banner .banner__description {
		font-weight: 400;
		font-size: 1rem;
		line-height: 1.4rem;
		-webkit-line-clamp: 3
	}

	.wlc-sections__banner-wolf-mob .wlc-slider--theme-wolf-banner .swiper-button-container {
		gap: 12px;
		justify-content: flex-end;
		padding: 20px
	}

	.wlc-sections__banner-wolf-mob .wlc-slider--theme-wolf-banner .swiper-button-container button {
		width: 24px;
		height: 24px
	}

	.wlc-sections__banner-wolf-mob .wlc-slider--theme-wolf-banner .swiper-button-container button svg {
		width: 12px;
		height: 12px
	}

	.wlc-sections__total-jackpot-interactive .container,
	.wlc-sections__youtube-block .container {
		max-width: 100%
	}

	.wlc-sections__right-widget .right-widget-wrapper {
		z-index: 101;
		position: fixed;
		top: 0;
		right: 0;
		width: 100%;
		height: 100%;
		visibility: hidden;
		pointer-events: all
	}

	.wlc-sections__content-wins .wlc-winners-slider .no-winners .wlc-winners-slider__title {
		display: none
	}

	.wlc-sections__games-banner .wlc-games-banner-section {
		display: flex;
		flex-direction: row;
		gap: 20px;
		margin-bottom: 40px
	}

	.wlc-sections__categories--theme-1 .games-categories {
		grid-template-areas: "menu menu""search merch"
	}

	.wlc-sections__categories--theme-1 .wlc-category-menu {
		grid-area: menu;
		margin: 0 0 20px
	}

	.wlc-sections__categories--theme-1 .wlc-btn-search.wlc-btn,
	.wlc-sections__categories--theme-1 .wlc-btn-merch.wlc-btn {
		width: auto
	}

	.wlc-sections__categories--theme-1 .wlc-btn-search.wlc-btn>span,
	.wlc-sections__categories--theme-1 .wlc-btn-merch.wlc-btn>span {
		width: -moz-fit-content;
		width: fit-content
	}

	.wlc-sections__categories--theme-1 .wlc-btn-search.wlc-btn .wlc-icon,
	.wlc-sections__categories--theme-1 .wlc-btn-merch.wlc-btn .wlc-icon {
		order: -1;
		margin-right: 10px
	}

	.wlc-sections__categories--theme-1 .wlc-btn-search.wlc-btn {
		grid-area: search;
		border-right: 1px solid transparent;
		border-image: var(--mc-borderGradient);
		border-image-slice: 1
	}

	.wlc-sections__categories--theme-1 .wlc-btn-merch.wlc-btn {
		grid-area: merch;
		margin-left: unset;
		padding: 0 10px
	}

	.app-profile-dashboard-state .wlc-dashboard__top {
		margin: 0
	}

	.app-profile-dashboard-state .wlc-dashboard__bottom,
	.app-profile-dashboard-state .wlc-title__main {
		display: none
	}

	.app-profile-dashboard-state .wlc-loyalty-block {
		grid-area: loyalty
	}

	.app-profile-dashboard-state .wlc-exchange {
		grid-area: exchange
	}

	.app-profile-dashboard-state .bonus-title {
		grid-area: bonuses-title;
		font-weight: 700;
		font-size: 2rem;
		line-height: 1.45
	}

	.app-profile-dashboard-state .wlc-bonuses-list-active {
		grid-area: bonuses-active
	}

	.app-profile-dashboard-state .wlc-bonuses-list-active .wlc-bonuses-list__kent-active .wlc-bonus-item:not(:last-child) {
		margin-bottom: 20px
	}

	.app-profile-dashboard-state .wlc-bonuses-list-active .wlc-bonuses-list-active__main.wlc-bonuses-list__kent-active {
		font-weight: 700;
		font-size: 2rem
	}

	.app-profile-dashboard-state .wlc-bonuses-list-active .wlc-bonuses-list-active__content.wlc-bonuses-list__kent-active {
		margin: 0 0 -20px
	}

	.app-profile-dashboard-state .wlc-bonuses-list-active .wlc-bonuses-list-active__nocontent.wlc-bonuses-list__kent-active {
		display: none
	}

	.app-profile-dashboard-state .wlc-bonuses-list-active .wlc-bonus-item {
		border-radius: 32px
	}

	.app-profile-dashboard-state .bonus-title,
	.app-profile-dashboard-state .wlc-bonuses-list-active {
		margin-top: 20px
	}

	.app-profile-dashboard-state .wlc-bonuses-list {
		grid-area: bonuses
	}

	.app-profile-dashboard-state .wlc-bonuses-list .wlc-slider-navigation {
		position: absolute;
		top: -27px;
		right: 0;
		width: 85px
	}

	.app-profile-dashboard-state .wlc-bonuses-list__content,
	.app-profile-dashboard-state .wlc-bonuses-list__list-wrapper,
	.app-profile-dashboard-state .wlc-bonuses-list__slider,
	.app-profile-dashboard-state .wlc-bonuses-list.wlc-bonuses-list--type-swiper .wlc-bonuses-list__list-wrapper .swiper {
		height: 100%
	}

	.app-profile-dashboard-state .wlc-bonuses-list.wlc-bonuses-list--type-swiper .wlc-bonuses-list__list-wrapper .swiper .wlc-bonus-item--theme-default {
		height: 100%;
		border-radius: 32px
	}

	.app-profile-dashboard-state .wlc-bonuses-list.wlc-bonuses-list--type-swiper .wlc-bonuses-list__list-wrapper .swiper .wlc-bonus-item--theme-default .wlc-bonus-item__description {
		display: none
	}

	.app-profile-dashboard-state .wlc-enter-promocode {
		grid-area: promocode
	}

	.app-profile-dashboard-state .wlc-enter-promocode__container {
		align-items: flex-start !important
	}

	.app-profile-dashboard-state .wlc-link-block {
		grid-area: see-all-bonuses;
		text-transform: uppercase
	}

	.app-profile-dashboard-state .wlc-link-block__container {
		align-items: flex-start !important;
		text-align: left !important
	}

	.wlc-sections__profile-content {
		margin-bottom: 225px !important
	}

	.wlc-sections__profile-content.wlc-sections__profile-content--theme-default .wlc-profile-content__top {
		align-items: center
	}

	.wlc-sections__profile-content.wlc-sections__profile-content--theme-default .wlc-profile-content__top-depo {
		display: flex;
		gap: 40px;
		align-items: center;
		width: 100%
	}

	.wlc-sections__profile-content.wlc-sections__profile-content--theme-default .wlc-profile-content__top--buttons {
		display: flex !important
	}

	.wlc-sections__profile-content.wlc-sections__profile-content--theme-default .wlc-profile-content__top .wlc-title.wlc-title--profile .wlc-title__main {
		display: flex;
		gap: 8px;
		align-items: center;
		font-size: 2rem !important
	}

	.wlc-sections__profile-content.wlc-sections__profile-content--theme-default .wlc-profile-content__top .wlc-title.wlc-title--profile .wlc-title__main:before {
		content: none
	}

	.wlc-sections__profile-content.wlc-sections__profile-content--theme-default .wlc-profile-content__top .wlc-title+.wlc-counter {
		display: flex
	}

	.wlc-sections__profile-content.wlc-sections__profile-content--theme-default .wlc-profile-content__settings {
		display: flex;
		flex-direction: column;
		align-items: unset
	}

	.wlc-sections__profile-content.wlc-sections__profile-content--theme-default .wlc-title.wlc-title--profile.wlc-title__kent-bonuses[wlc-title] .wlc-title__main,
	.wlc-sections__profile-content.wlc-sections__profile-content--theme-default .wlc-bonuses-list__content .wlc-title__main {
		margin: 0 0 20px;
		font-size: 2rem !important
	}

	.wlc-sections__profile-content.wlc-sections__profile-content--theme-default .wlc-bonuses-list__content .wlc-title__main {
		margin: 25px 0 20px
	}

	.wlc-sections__profile-content.wlc-sections__profile-content--theme-default .bonuses-text-wrapper {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
		margin: 40px 0 0;
		padding: 25px;
		text-align: center;
		background: var(--mc-bg700);
		border-radius: 24px
	}

	.wlc-sections__profile-content.wlc-sections__profile-content--theme-default .bonuses-text-wrapper .wlc-text-block__head {
		margin: 0 5px 0 0
	}

	.wlc-sections__profile-content.wlc-sections__profile-content--theme-default .bonuses-text-wrapper .wlc-text-block__head .wlc-text-block__subtitle {
		color: var(--mc-main);
		font-style: normal;
		font-weight: 700;
		font-size: 2rem;
		line-height: 1.45
	}

	.wlc-sections__profile-content.wlc-sections__profile-content--theme-default .bonuses-text-wrapper .wlc-link-block__text .wlc-btn__text {
		font-size: 2rem !important
	}

	.wlc-sections__profile-content.wlc-sections__profile-content--theme-default .bonuses-text-wrapper .wlc-link-block--theme-default .wlc-link-block__text .wlc-btn__text {
		color: var(--mc-baseMain);
		font-style: normal;
		font-weight: 700;
		font-size: 2rem;
		line-height: 1.4;
		line-height: 24px;
		transition: all .3s ease-in-out;
		text-decoration-line: none;
		text-decoration-thickness: 1px
	}

	.wlc-sections__profile-content.wlc-sections__profile-content--theme-default .bonuses-text-wrapper .wlc-link-block--theme-default .wlc-link-block__text .wlc-btn__text .wlc-icon,
	.wlc-sections__profile-content.wlc-sections__profile-content--theme-default .wlc-logout {
		display: none
	}

	.wlc-sections__profile-content .wlc-dashboard-grid {
		grid-template-areas: "lottery-button-mobile""loyalty""exchange""bonuses-active""bonuses-title""bonuses""lottery-block""promocode""see-all-bonuses";
		grid-template-columns: minmax(0, 1fr);
		display: grid;
		grid-gap: 12px
	}

	.wlc-sections__profile-content .wlc-dashboard-grid:has(.wlc-bonuses-list-active__nocontent) {
		grid-template-areas: "lottery-button-mobile""loyalty""exchange""bonuses-title""bonuses""lottery-block""promocode""see-all-bonuses"
	}

	.wlc-sections__profile-content .wlc-dashboard-grid:has(.wlc-bonuses-list-active__nocontent) .wlc-bonuses-list__kent-active {
		display: none
	}

	.app-profile-dashboard-state .wlc-profile-content__top .wlc-title .wlc-title__main:before,
	.app-profile-loyalty-bonuses-main-state .wlc-profile-content__top .wlc-title .wlc-title__main:before,
	.app-profile-loyalty-store-main-state .wlc-profile-content__top .wlc-title .wlc-title__main:before,
	.app-profile-achievements-main-state .wlc-profile-content__top .wlc-title .wlc-title__main:before,
	.app-profile-loyalty-bonuses-history-state .wlc-profile-content__top .wlc-title .wlc-title__main:before,
	.app-profile-gamblings-bets-state .wlc-profile-content__top .wlc-title .wlc-title__main:before,
	.app-profile-cash-transactions-state .wlc-profile-content__top .wlc-title .wlc-title__main:before,
	.app-profile-loyalty-tournaments-history-state .wlc-profile-content__top .wlc-title .wlc-title__main:before,
	.app-profile-main-info-state .wlc-profile-content__top .wlc-title .wlc-title__main:before,
	.app-profile-verification-state .wlc-profile-content__top .wlc-title .wlc-title__main:before,
	.app-profile-cash-deposit-state .wlc-profile-content__top .wlc-title .wlc-title__main:before,
	.app-profile-cash-withdraw-state .wlc-profile-content__top .wlc-title .wlc-title__main:before,
	.app-profile-messages-state .wlc-profile-content__top .wlc-title .wlc-title__main:before {
		content: "";
		display: block;
		width: 24px;
		height: 24px
	}

	.app-profile-loyalty-bonuses-main-state .wlc-sections__profile-content:not(:has(.wlc-bonus-item--is-active)) .container {
		display: flex;
		flex-direction: column
	}

	.app-profile-loyalty-bonuses-main-state .wlc-sections__profile-content:not(:has(.wlc-bonus-item--is-active)) .wlc-bonuses-list__kent-active {
		margin: 0
	}

	.app-profile-loyalty-bonuses-main-state .wlc-profile-content__top .wlc-title .wlc-title__main:before {
		background: url(https://kometacasino-kck.buzz/static/images/icons/profile_bg/bonuses.svg) center no-repeat
	}

	.app-profile-loyalty-bonuses-main-state .wlc-sections__profile-content--theme-default .wlc-counter {
		height: 32px;
		padding: 5px 25px;
		color: var(--mc-black);
		background: var(--mc-main);
		border-radius: 3px
	}

	.app-profile-achievements-main-state .wlc-profile-content__top .wlc-title .wlc-title__main:before {
		background: url(https://kometacasino-kck.buzz/static/images/icons/profile_bg/achievements.svg) center no-repeat
	}

	.app-profile-loyalty-store-main-state .wlc-profile-content__top .wlc-title .wlc-title__main:before {
		background: url(https://kometacasino-kck.buzz/static/images/icons/profile_bg/market.svg) center no-repeat
	}

	.app-profile-loyalty-bonuses-history-state .wlc-profile-content__top .wlc-title .wlc-title__main:before,
	.app-profile-gamblings-bets-state .wlc-profile-content__top .wlc-title .wlc-title__main:before,
	.app-profile-cash-transactions-state .wlc-profile-content__top .wlc-title .wlc-title__main:before,
	.app-profile-loyalty-tournaments-history-state .wlc-profile-content__top .wlc-title .wlc-title__main:before {
		background: url(https://kometacasino-kck.buzz/static/images/icons/profile_bg/history.svg) center no-repeat
	}

	.app-profile-main-info-state .wlc-profile-content__top .wlc-title .wlc-title__main:before,
	.app-profile-verification-state .wlc-profile-content__top .wlc-title .wlc-title__main:before,
	.app-profile-messages-state .wlc-profile-content__top .wlc-title .wlc-title__main:before {
		background: url(https://kometacasino-kck.buzz/static/images/icons/profile_bg/account-settings.svg) center no-repeat
	}

	.app-profile-messages-state .wlc-profile-content__top .wlc-title .wlc-title__main:before {
		background: url(https://kometacasino-kck.buzz/static/images/icons/profile_bg/messages.svg) center no-repeat
	}

	.app-profile-cash-deposit-state .wlc-profile-content__top .wlc-title .wlc-title__main:before {
		background: url(https://kometacasino-kck.buzz/static/images/icons/profile_bg/deposit.svg) center no-repeat
	}

	.app-profile-cash-deposit-state .wlc-sections__email-verification-notification,
	.app-profile-cash-deposit-state .wlc-sections__sticky-footer,
	.app-profile-cash-deposit-state .wlc-sections__right-widget,
	.app-profile-cash-deposit-state .wlc-sections__footer {
		display: none
	}

	.app-profile-cash-deposit-state .wlc-lottery-cta--theme-default.wlc-lottery-cta .wlc-lottery-cta__controls .wlc-btn.wlc-btn--theme-default {
		background: transparent
	}

	.app-profile-cash-withdraw-state .wlc-profile-content__top .wlc-title .wlc-title__main:before {
		background: url(https://kometacasino-kck.buzz/static/images/icons/profile_bg/withdrawal.svg) center no-repeat
	}

	.app-profile-cash-withdraw-state .wlc-sections__profile-content--theme-default .wlc-cash .wlc-cash__lottery-button {
		display: none
	}

	.app-profile-main-info-state .wlc-sections__profile-content--theme-default .wlc-profile-form--theme-default .wlc-form,
	.app-profile-main-info-state .wlc-sections__profile-content--theme-default .wlc-profile-form--theme-mobile-app .wlc-form,
	.app-profile-main-info-state .wlc-sections__profile-content--theme-mobile-app .wlc-profile-form--theme-default .wlc-form,
	.app-profile-main-info-state .wlc-sections__profile-content--theme-mobile-app .wlc-profile-form--theme-mobile-app .wlc-form {
		grid-row-gap: 32px
	}

	.app-profile-main-info-state .wlc-sections__profile-content--theme-default .wlc-profile-form--theme-default .wlc-form .wlc-input__label,
	.app-profile-main-info-state .wlc-sections__profile-content--theme-default .wlc-profile-form--theme-default .wlc-form .wlc-select__label,
	.app-profile-main-info-state .wlc-sections__profile-content--theme-default .wlc-profile-form--theme-mobile-app .wlc-form .wlc-input__label,
	.app-profile-main-info-state .wlc-sections__profile-content--theme-default .wlc-profile-form--theme-mobile-app .wlc-form .wlc-select__label,
	.app-profile-main-info-state .wlc-sections__profile-content--theme-mobile-app .wlc-profile-form--theme-default .wlc-form .wlc-input__label,
	.app-profile-main-info-state .wlc-sections__profile-content--theme-mobile-app .wlc-profile-form--theme-default .wlc-form .wlc-select__label,
	.app-profile-main-info-state .wlc-sections__profile-content--theme-mobile-app .wlc-profile-form--theme-mobile-app .wlc-form .wlc-input__label,
	.app-profile-main-info-state .wlc-sections__profile-content--theme-mobile-app .wlc-profile-form--theme-mobile-app .wlc-form .wlc-select__label {
		display: none
	}

	.app-profile-main-info-state .wlc-sections__profile-content--theme-default .wlc-profile-form--theme-default .wlc-form .wlc-select__field,
	.app-profile-main-info-state .wlc-sections__profile-content--theme-default .wlc-profile-form--theme-mobile-app .wlc-form .wlc-select__field,
	.app-profile-main-info-state .wlc-sections__profile-content--theme-mobile-app .wlc-profile-form--theme-default .wlc-form .wlc-select__field,
	.app-profile-main-info-state .wlc-sections__profile-content--theme-mobile-app .wlc-profile-form--theme-mobile-app .wlc-form .wlc-select__field {
		line-height: 1.6rem
	}

	.app-profile-main-info-state .wlc-sections__profile-content--theme-default .wlc-profile-form--theme-default .wlc-form .wlc-btn[wlc-button],
	.app-profile-main-info-state .wlc-sections__profile-content--theme-default .wlc-profile-form--theme-mobile-app .wlc-form .wlc-btn[wlc-button],
	.app-profile-main-info-state .wlc-sections__profile-content--theme-mobile-app .wlc-profile-form--theme-default .wlc-form .wlc-btn[wlc-button],
	.app-profile-main-info-state .wlc-sections__profile-content--theme-mobile-app .wlc-profile-form--theme-mobile-app .wlc-form .wlc-btn[wlc-button] {
		min-width: 100%
	}

	.app-profile-main-info-state .wlc-sections__profile-content--theme-default .wlc-profile-form--theme-default .wlc-form .wlc-btn[wlc-button] .wlc-btn__text,
	.app-profile-main-info-state .wlc-sections__profile-content--theme-default .wlc-profile-form--theme-mobile-app .wlc-form .wlc-btn[wlc-button] .wlc-btn__text,
	.app-profile-main-info-state .wlc-sections__profile-content--theme-mobile-app .wlc-profile-form--theme-default .wlc-form .wlc-btn[wlc-button] .wlc-btn__text,
	.app-profile-main-info-state .wlc-sections__profile-content--theme-mobile-app .wlc-profile-form--theme-mobile-app .wlc-form .wlc-btn[wlc-button] .wlc-btn__text {
		text-transform: uppercase
	}

	.app-profile-main-info-state .wlc-sections__profile-content--theme-default .wlc-profile-form--theme-default .wlc-form .wlc-input[class],
	.app-profile-main-info-state .wlc-sections__profile-content--theme-default .wlc-profile-form--theme-default .wlc-form .wlc-select[class],
	.app-profile-main-info-state .wlc-sections__profile-content--theme-default .wlc-profile-form--theme-default .wlc-form .wlc-phone-field .wlc-select[class],
	.app-profile-main-info-state .wlc-sections__profile-content--theme-default .wlc-profile-form--theme-mobile-app .wlc-form .wlc-input[class],
	.app-profile-main-info-state .wlc-sections__profile-content--theme-default .wlc-profile-form--theme-mobile-app .wlc-form .wlc-select[class],
	.app-profile-main-info-state .wlc-sections__profile-content--theme-default .wlc-profile-form--theme-mobile-app .wlc-form .wlc-phone-field .wlc-select[class],
	.app-profile-main-info-state .wlc-sections__profile-content--theme-mobile-app .wlc-profile-form--theme-default .wlc-form .wlc-input[class],
	.app-profile-main-info-state .wlc-sections__profile-content--theme-mobile-app .wlc-profile-form--theme-default .wlc-form .wlc-select[class],
	.app-profile-main-info-state .wlc-sections__profile-content--theme-mobile-app .wlc-profile-form--theme-default .wlc-form .wlc-phone-field .wlc-select[class],
	.app-profile-main-info-state .wlc-sections__profile-content--theme-mobile-app .wlc-profile-form--theme-mobile-app .wlc-form .wlc-input[class],
	.app-profile-main-info-state .wlc-sections__profile-content--theme-mobile-app .wlc-profile-form--theme-mobile-app .wlc-form .wlc-select[class],
	.app-profile-main-info-state .wlc-sections__profile-content--theme-mobile-app .wlc-profile-form--theme-mobile-app .wlc-form .wlc-phone-field .wlc-select[class] {
		gap: 14px
	}

	.app-profile-main-info-state .wlc-sections__profile-content--theme-default .wlc-profile-form--theme-default .wlc-form .wlc-btn--theme-resolve,
	.app-profile-main-info-state .wlc-sections__profile-content--theme-default .wlc-profile-form--theme-mobile-app .wlc-form .wlc-btn--theme-resolve,
	.app-profile-main-info-state .wlc-sections__profile-content--theme-mobile-app .wlc-profile-form--theme-default .wlc-form .wlc-btn--theme-resolve,
	.app-profile-main-info-state .wlc-sections__profile-content--theme-mobile-app .wlc-profile-form--theme-mobile-app .wlc-form .wlc-btn--theme-resolve {
		min-width: 100% !important
	}

	.app-profile-main-info-state .wlc-sections__profile-content--theme-default .wlc-profile-form--theme-default .wlc-form .wlc-country-and-state--theme-mod-default .wlc-select--state,
	.app-profile-main-info-state .wlc-sections__profile-content--theme-default .wlc-profile-form--theme-mobile-app .wlc-form .wlc-country-and-state--theme-mod-default .wlc-select--state,
	.app-profile-main-info-state .wlc-sections__profile-content--theme-mobile-app .wlc-profile-form--theme-default .wlc-form .wlc-country-and-state--theme-mod-default .wlc-select--state,
	.app-profile-main-info-state .wlc-sections__profile-content--theme-mobile-app .wlc-profile-form--theme-mobile-app .wlc-form .wlc-country-and-state--theme-mod-default .wlc-select--state {
		margin: 32px 0 0
	}

	.app-profile-main-info-state .wlc-sections__profile-content--theme-default .wlc-profile-form--theme-default .wlc-form .wlc-birth-field,
	.app-profile-main-info-state .wlc-sections__profile-content--theme-default .wlc-profile-form--theme-default .wlc-form .wlc-email-field--unverified,
	.app-profile-main-info-state .wlc-sections__profile-content--theme-default .wlc-profile-form--theme-mobile-app .wlc-form .wlc-birth-field,
	.app-profile-main-info-state .wlc-sections__profile-content--theme-default .wlc-profile-form--theme-mobile-app .wlc-form .wlc-email-field--unverified,
	.app-profile-main-info-state .wlc-sections__profile-content--theme-mobile-app .wlc-profile-form--theme-default .wlc-form .wlc-birth-field,
	.app-profile-main-info-state .wlc-sections__profile-content--theme-mobile-app .wlc-profile-form--theme-default .wlc-form .wlc-email-field--unverified,
	.app-profile-main-info-state .wlc-sections__profile-content--theme-mobile-app .wlc-profile-form--theme-mobile-app .wlc-form .wlc-birth-field,
	.app-profile-main-info-state .wlc-sections__profile-content--theme-mobile-app .wlc-profile-form--theme-mobile-app .wlc-form .wlc-email-field--unverified {
		gap: 10px
	}

	.app-profile-loyalty-level-state .wlc-sections__profile-content--theme-default .wlc-profile-menu,
	.app-profile-loyalty-level-state .wlc-sections__profile-content--theme-default .wlc-loyalty-levels-wp {
		display: none
	}

	.wlc-sections__footer--theme-1.wlc-sections__footer--theme-with-aff .container {
		row-gap: 10px;
		margin-top: 20px;
		padding-top: 60px;
		border-top: 1px solid var(--mc-baseOpacity)
	}

	.wlc-sections__footer--theme-1.wlc-sections__footer--theme-with-aff .container .wlc-btn--aff {
		width: 100%;
		max-width: 345px;
		padding: 5px 15px
	}

	.wlc-sections__footer--theme-1.wlc-sections__footer--theme-with-aff .container .wlc-social-icons.wlc-social-icons--theme-mod-compact .wlc-social-icons__list .wlc-social-icons__item {
		display: none
	}

	.wlc-sections__footer--theme-1.wlc-sections__footer--theme-with-aff .container .wlc-social-icons.wlc-social-icons--theme-mod-compact .wlc-social-icons__list .wlc-social-icons__item:first-of-type {
		display: block
	}

	.wlc-sections__footer--theme-1.wlc-sections__footer--theme-with-aff .container .wlc-footer-menu {
		display: none
	}

	.wlc-sections__footer--theme-1 .footer-bottom__links {
		display: flex;
		grid-area: links;
		margin: 20px 0
	}

	.wlc-sections__footer--theme-1 .footer-bottom__links .wlc-license {
		display: flex;
		align-items: center;
		margin: 0 !important
	}

	.wlc-sections__footer--theme-1 .footer-bottom__links .wlc-license__age-restrictions {
		display: flex;
		align-items: center;
		order: -1;
		height: 50px
	}

	.wlc-sections__footer--theme-1 .footer-bottom__links .wlc-license__age-restrictions .wlc-icon-content {
		display: block;
		width: 32px;
		height: 32px
	}

	.wlc-sections__footer--theme-1 .footer-bottom__links .wlc-license__age-restrictions,
	.wlc-sections__footer--theme-1 .footer-bottom__links .wlc-license__curacao {
		padding: 0 20px;
		border-right: 1px solid transparent;
		border-image: var(--mc-borderGradient);
		border-image-slice: 1
	}

	.wlc-sections__footer--theme-1 .footer-bottom__links .wlc-social-icons {
		display: flex;
		align-items: center;
		padding: 0 20px
	}

	.wlc-sections__footer--theme-1 .footer-bottom__links .wlc-social-icons__item,
	.wlc-sections__footer--theme-1 .footer-bottom__links .wlc-social-icons__list {
		margin: 0 !important
	}

	.wlc-sections__footer--theme-1 .footer-bottom__links .wlc-social-icons__link {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 36px !important;
		height: 36px !important;
		background: transparent;
		border-radius: 100%
	}

	.wlc-sections__footer--theme-1 .footer-bottom__links .wlc-social-icons__link svg {
		width: 32px;
		height: 32px;
		transform: unset !important
	}

	.wlc-sections__footer--theme-1 .container .wlc-post-menu {
		margin-bottom: 5px;
		padding: 0
	}

	.wlc-sections__footer--theme-1 .container .wlc-logo {
		display: flex;
		justify-content: center
	}

	.app-gameplay-state .wlc-sections__footer,
	.app-gameplay-state .wlc-widget-wheel {
		display: none
	}

	.app-cashback-state,
	.app-lootboxes-state,
	.app-loyalty-state,
	.app-rating-state {
		left: 0;
		width: 100%;
		height: 100%
	}

	.app-sign-up-2-state,
	.app-trust-state,
	.app-Boom-state,
	.app-Frg-state,
	.app-Bomj-state,
	.app-Madmax-state,
	.app-Zloy-state,
	.app-Puzanych-state,
	.app-Zubarefff-state,
	.app-Rezak-state {
		position: fixed;
		left: 0;
		width: 100%;
		height: 100%
	}

	.app-sign-up-2-state .wlc-float-panels--theme-default,
	.app-trust-state .wlc-float-panels--theme-default,
	.app-Boom-state .wlc-float-panels--theme-default,
	.app-Frg-state .wlc-float-panels--theme-default,
	.app-Bomj-state .wlc-float-panels--theme-default,
	.app-Madmax-state .wlc-float-panels--theme-default,
	.app-Zloy-state .wlc-float-panels--theme-default,
	.app-Puzanych-state .wlc-float-panels--theme-default,
	.app-Zubarefff-state .wlc-float-panels--theme-default,
	.app-Rezak-state .wlc-float-panels--theme-default {
		display: none
	}

	.wlc-sections__banner-section-loyalty .loyalty-banner-wrapper {
		border-radius: 32px;
		width: 100%;
		overflow: hidden
	}

	.wlc-sections__banner-section-loyalty .loyalty-banner-wrapper .wlc-kotebanner .wlc-banner--theme-default-banner .banner {
		min-height: 409px;
		background: radial-gradient(91.67% 91.67% at 50% 100%, #75e6ff33, #75e6ff00);
		flex-direction: column;
		align-items: flex-start
	}

	.wlc-sections__banner-section-loyalty .loyalty-banner-wrapper .wlc-kotebanner .wlc-banner--theme-default-banner .banner .banner_bg-desktop {
		display: none
	}

	.wlc-sections__banner-section-loyalty .loyalty-banner-wrapper .wlc-kotebanner .wlc-banner--theme-default-banner .banner .banner_bg-mobile {
		display: block
	}

	.wlc-sections__banner-section-loyalty .loyalty-banner-wrapper .wlc-kotebanner .wlc-banner--theme-default-banner .banner .banner_bg img {
		object-position: top
	}

	.wlc-sections__banner-section-loyalty .loyalty-banner-wrapper .wlc-kotebanner .wlc-banner--theme-default-banner .banner .banner_bg:before {
		display: none
	}

	.wlc-sections__banner-section-loyalty .loyalty-banner-wrapper .wlc-kotebanner .wlc-banner--theme-default-banner .container {
		padding: 24px 16px;
		max-width: 100%;
		margin: 0
	}

	.wlc-sections__banner-section-loyalty .loyalty-banner-wrapper .wlc-kotebanner .wlc-banner--theme-default-banner .container .banner__title {
		color: var(--mc-baseMain);
		font-style: normal;
		font-weight: 700;
		font-size: 2.4rem;
		line-height: 1.45;
		display: flex;
		flex-direction: column;
		line-height: 1.2;
		text-align: left;
		text-shadow: none;
		background: var(--mc-buttonGradient);
		-webkit-background-clip: text;
		background-clip: text;
		-webkit-text-fill-color: transparent
	}

	.wlc-sections__banner-section-loyalty .loyalty-banner-wrapper .wlc-kotebanner .wlc-banner--theme-default-banner .container .banner__title-color2 {
		color: var(--mc-baseMain);
		-webkit-text-fill-color: var(--mc-baseMain)
	}

	.wlc-sections__banner-section-loyalty .loyalty-banner-wrapper .wlc-kotebanner .wlc-banner--theme-default-banner .container .banner__description {
		margin: 10px 0 15px;
		font-style: normal;
		font-weight: 400;
		font-size: 1.4rem;
		line-height: 1.45;
		color: var(--mc-baseMain);
		text-align: left;
		text-shadow: none
	}

	.wlc-sections__banner-section-loyalty .loyalty-banner-wrapper .wlc-kotebanner .wlc-banner--theme-default-banner .container .wlc-btn {
		width: 100%;
		margin: 0
	}

	.wlc-sections__banner-section-loyalty .loyalty-banner-wrapper .wlc-kotebanner .wlc-banner--theme-default-banner .banner__decor {
		width: 100%;
		right: 0;
		bottom: 0;
		max-width: 100%;
		height: 100%;
		max-height: 100%
	}

	.wlc-sections__banner-section-loyalty .loyalty-banner-wrapper .wlc-kotebanner .wlc-banner--theme-default-banner .banner__decor-desktop {
		display: none;
		right: 0 !important
	}

	.wlc-sections__banner-section-loyalty .loyalty-banner-wrapper .wlc-kotebanner .wlc-banner--theme-default-banner .banner__decor-mobile {
		display: block;
		position: relative;
		height: 195px
	}

	.wlc-sections__telegram-banner {
		margin: 0 0 40px
	}

	.wlc-sections__telegram-banner .banner.telegram-banner {
		min-height: 225px;
		padding: 32px 16px;
		flex-direction: column;
		align-items: flex-start;
		position: relative;
		display: flex;
		gap: 10px;
		justify-content: space-between;
		width: 100%;
		background: var(--mc-telegramBannerGradient);
		border-radius: 32px
	}

	.wlc-sections__telegram-banner .banner.telegram-banner .banner__title {
		max-width: 292px;
		padding: 0;
		color: var(--mc-baseMain);
		font-style: normal;
		font-weight: 700;
		font-size: 2rem;
		line-height: 1.45;
		text-transform: uppercase
	}

	.wlc-sections__telegram-banner .banner.telegram-banner .banner__link {
		transition: all .3s linear;
		color: var(--mc-baseMain);
		font-style: normal;
		font-weight: 700;
		font-size: 1.4rem;
		line-height: 1.45;
		order: 3;
		min-width: 120px;
		padding: 10px 24px;
		line-height: 1;
		text-align: center;
		text-decoration: none;
		border: 1px solid var(--mc-baseMain);
		border-radius: 100px
	}

	.wlc-sections__telegram-banner .banner.telegram-banner .banner_bg-desktop {
		display: none;
		order: 2
	}

	.wlc-sections__telegram-banner .banner.telegram-banner .banner_bg-desktop img {
		width: 100%
	}

	.wlc-sections__telegram-banner .banner.telegram-banner .banner_bg-mobile {
		display: block;
		position: absolute;
		top: 22px;
		right: 28px
	}

	.wlc-notification-message__message-container .wlc-btn {
		margin-top: 10px
	}

	body:has(.app-profile-cash-deposit-state) #chat-widget-minimized {
		display: none !important
	}

	.to-upper-case {
		text-transform: uppercase
	}

	.to-upper-case h3 {
		text-align: left !important
	}

	.link-to-upper-case .wlc-btn__text {
		color: var(--mc-main);
		font-weight: 700;
		font-size: 24px;
		text-transform: uppercase;
		text-decoration: none
	}

	.link-to-upper-case .wlc-btn__text:hover {
		color: var(--mc-baseMain)
	}

	.link-to-upper-case .wlc-icon-content,
	.app-profile-cash-deposit-state .wlc-sections__profile-content--theme-default .wlc-cash .wlc-cash__step-title-withLastPayment .wlc-cash__last-deposit {
		display: none
	}

	.wlc-tournament--type-banner .wlc-tournament-promo--theme-default.wlc-tournament-promo .buttons-wrap:has(button) {
		flex-wrap: wrap
	}

	.app-lotteries-detail-state .wlc-lottery-detail--theme-default {
		padding: 45px 0 0
	}

	.app-home-state .wlc-sections__lotteries:has(.wlc-lottery-card__nocontent) {
		display: none
	}

	@media (min-width: 375px) {
		.container {
			max-width: calc(100% - 30px)
		}

		.wlc-body--notify .wlc-right-widget__wrp {
			padding-top: 0 !important
		}
	}

	@media (min-width: 480px) {
		.container {
			max-width: 450px
		}

		.wlc-sections__header--theme-1 .container,
		.wlc-sections__header--theme-2 .container {
			gap: 20px
		}

		.wlc-sections__header--theme-universal .container {
			max-width: 450px
		}

		.wlc-sections__game-widgets>.container {
			grid-template-rows: minmax(240px, 320px) minmax(240px, 1fr) minmax(320px, 360px)
		}

		.wlc-sections__winners-section .winners-wrapper>div {
			margin: 0 10px 20px
		}

		.wlc-sections__profile-content--theme-default>.container,
		.wlc-sections__profile-menu--theme-default>.container {
			max-width: 450px
		}

		.wlc-body--notify .wlc-right-widget__wrp {
			padding-top: 130px !important
		}

		.wlc-sections__right-widget .right-widget-wrapper {
			z-index: 99
		}
	}

	@media (min-width: 560px) {
		.container {
			max-width: 530px
		}

		.wlc-sections__categories--theme-1 .wlc-btn-search.wlc-btn,
		.wlc-sections__categories--theme-1 .wlc-btn-merch.wlc-btn {
			padding: 0 20px
		}

		.wlc-sections__footer--theme-1 {
			padding-bottom: 20px
		}

		.wlc-sections__footer--theme-1 {
			margin-top: 20px
		}

		.wlc-sections__header--theme-universal .container {
			max-width: 530px
		}

		.wlc-sections__header--theme-universal .wlc-logo {
			width: 114px
		}

		.wlc-sections__game-widgets>.container {
			grid-template-rows: minmax(240px, 360px) minmax(240px, 1fr) minmax(320px, 360px)
		}

		.wlc-sections__promo-categories[class] .container {
			grid-template-columns: repeat(3, minmax(0, 1fr))
		}

		.wlc-sections__promo-categories[class] .wlc-category-preview[class] .wlc-category-preview-item[class]:nth-child(2) {
			display: block
		}

		.wlc-sections__profile-content--theme-default>.container,
		.wlc-sections__profile-menu--theme-default>.container {
			max-width: 530px
		}

		.app-profile-loyalty-bonuses-all-state .wlc-sections__profile-content--theme-first[class] .wlc-profile-content .wlc-enter-promocode[class] {
			margin: 0 auto 20px 0
		}

		.app-profile-main-info-state .wlc-sections__profile-content--theme-default .wlc-profile-form--theme-default .wlc-phone-field.wlc-phone-field--sms-not-verified,
		.app-profile-main-info-state .wlc-sections__profile-content--theme-default .wlc-profile-form--theme-mobile-app .wlc-phone-field.wlc-phone-field--sms-not-verified,
		.app-profile-main-info-state .wlc-sections__profile-content--theme-mobile-app .wlc-profile-form--theme-default .wlc-phone-field.wlc-phone-field--sms-not-verified,
		.app-profile-main-info-state .wlc-sections__profile-content--theme-mobile-app .wlc-profile-form--theme-mobile-app .wlc-phone-field.wlc-phone-field--sms-not-verified {
			grid-template-areas: "code phone button"
		}

		.app-profile-main-info-state .wlc-sections__profile-content--theme-first .wlc-profile-form__block>.wlc-phone-field.wlc-phone-field--sms-not-verified {
			grid-template-areas: "code phone button"
		}

		.app-profile-main-info-state .wlc-sections__profile-content--theme-wolf .wlc-profile-form .wlc-form .wlc-phone-field.wlc-phone-field--sms-not-verified {
			grid-template-areas: "code phone button"
		}

		.wlc-sections__categories--theme-1 .wlc-btn-merch.wlc-btn {
			padding: 0 0 0 20px
		}

		.wlc-sections__telegram-banner .banner.telegram-banner .banner__title {
			max-width: 453px
		}
	}

	@media (min-width: 640px) {
		.container {
			max-width: 610px
		}

		.wlc-sections__footer--theme-2 .footer-menu .wlc-post-menu[wlc-post-menu] .wlc-post-menu__items {
			grid-template-columns: 1fr 1fr
		}

		.wlc-sections__footer--theme-2 .wlc-icon-list--theme-safety {
			margin: 0 auto
		}

		.wlc-sections__header--theme-universal .container {
			max-width: 610px
		}

		.wlc-sections__game-widgets>.container {
			grid-template-rows: minmax(240px, 440px) minmax(240px, 1fr) minmax(320px, 360px)
		}

		.wlc-sections__promo-bonuses>.container {
			grid-template-columns: minmax(0, 1fr) minmax(0, 1fr)
		}

		.wlc-sections__total-jackpot .wlc-total-jackpot[class] .wlc-total-jackpot-body {
			height: 6rem
		}

		.wlc-sections__total-jackpot .wlc-total-jackpot[class] .wlc-total-jackpot__text[class] {
			font-size: 6rem
		}

		.wlc-sections__profile-content--theme-default>.container,
		.wlc-sections__profile-menu--theme-default>.container {
			max-width: 610px
		}

		.app-profile-loyalty-bonuses-main-state .wlc-sections__profile-content--theme-first[class] .wlc-profile-content .wlc-enter-promocode[class] {
			margin: 0 auto 20px 0
		}

		.app-profile-dashboard-state .wlc-profile-content__top {
			display: block
		}

		.app-profile-loyalty-level-state .wlc-sections__profile-content--theme-first {
			--wlc-lprogress-width: 300px
		}

		.app-profile-loyalty-level-state .wlc-sections__profile-content--theme-wolf {
			--wlc-lprogress-width: 350px
		}
	}

	@media (min-width: 720px) {

		.container,
		.wlc-sections__header--theme-universal .container {
			max-width: 690px
		}

		.wlc-sections__game-widgets>.container {
			grid-template-columns: minmax(0, 1fr) minmax(0, .7fr)
		}

		.wlc-sections__game-widgets>.container {
			grid-template-rows: minmax(290px, 1fr) minmax(320px, 440px)
		}

		.wlc-sections__game-widgets>.container .wlc-betradar-popular-events {
			grid-column: span 2
		}

		.wlc-sections__content-wins--theme-default .wlc-home-wins,
		.wlc-sections__content-wins-transparent .wlc-home-wins {
			grid-template-columns: repeat(2, 1fr)
		}

		.wlc-sections__home-about .home-about-list {
			gap: 10px
		}

		.wlc-sections__home-about .home-about-list {
			grid-template-columns: repeat(3, 1fr)
		}

		.wlc-sections__promo-categories[class] .container {
			grid-template-columns: repeat(4, minmax(0, 1fr))
		}

		.wlc-sections__promo-categories[class] .wlc-category-preview[class] .wlc-category-preview-item[class]:nth-child(3) {
			display: block
		}

		.wlc-sections__total-jackpot .jackpot-container {
			min-height: 260px
		}

		.wlc-sections__total-jackpot .jackpot-container:before {
			height: 175px
		}

		.wlc-sections__total-jackpot .wlc-total-jackpot[class] {
			margin: 40px 0
		}

		.wlc-sections__profile-content--theme-default>.container,
		.wlc-sections__profile-menu--theme-default>.container {
			max-width: 690px
		}
	}

	@media (min-width: 768px) {
		.container {
			max-width: 738px
		}

		.wlc-sections__categories--theme-1>.container {
			border-radius: 10px
		}

		.wlc-sections__categories--theme-1 .games-categories {
			min-height: 60px
		}

		.wlc-sections__categories--theme-1 .wlc-btn-search.wlc-btn,
		.wlc-sections__categories--theme-1 .wlc-btn-merch.wlc-btn {
			width: auto;
			padding: 10px;
		}

		.wlc-sections__categories--theme-2 .games-categories {
			grid-template-rows: 1fr auto
		}

		.wlc-sections__footer--theme-1 .container {
			grid-template-columns: repeat(3, 1fr)
		}

		.wlc-sections__footer--theme-1 .container {
			grid-template-areas: "merchants merchants merchants""payments payments payments""logo menu language""social social social""disclaimer disclaimer disclaimer""license license license"
		}

		.wlc-sections__footer--theme-1.wlc-sections__footer--theme-with-aff .container {
			grid-template-areas: "logo affiliate affiliate""links links links""menu menu menu""ratings ratings ratings""payments payments payments""disclaimer disclaimer disclaimer"
		}

		.wlc-sections__header--theme-universal .container {
			max-width: 738px
		}

		.wlc-sections__content-wins--theme-default .wlc-home-wins-bonuses {
			grid-template-columns: repeat(2, 1fr)
		}

		.wlc-sections__content-wins--theme-default .wlc-home-wins-bonuses {
			-moz-column-gap: 10px;
			column-gap: 10px
		}

		.wlc-sections__content-wins--theme-default .wlc-home-wins-bonuses {
			row-gap: 10px
		}

		.wlc-sections__content-wins--theme-default .wlc-home-wins-bonuses {
			grid-template-areas: "recent-wins biggest-wins""bonus bonus"
		}

		.wlc-sections__promo-categories[class] .container {
			gap: 20px
		}

		.wlc-sections__total-jackpot .jackpot-container {
			min-height: 270px
		}

		.wlc-sections__total-jackpot .wlc-total-jackpot[class] .wlc-total-jackpot__text[class] {
			text-shadow: 4px -4px #683c14, -4px -4px #683c14, -4px 4px #683c14, -4px -4px #683c14, 4px -3px #683c14, -4px -3px #683c14, -3px 4px #683c14, -3px -4px #683c14, 4px -2px #683c14, -4px -2px #683c14, -2px 4px #683c14, -2px -4px #683c14, 4px -1px #683c14, -4px -1px #683c14, -1px 4px #683c14, -1px -4px #683c14, 4px 0px #683c14, -4px 0px #683c14, 0px 4px #683c14, 0px -4px #683c14, 4px 1px #683c14, -4px 1px #683c14, 1px 4px #683c14, 1px -4px #683c14, 4px 2px #683c14, -4px 2px #683c14, 2px 4px #683c14, 2px -4px #683c14, 4px 3px #683c14, -4px 3px #683c14, 3px 4px #683c14, 3px -4px #683c14, 4px 4px #683c14, -4px 4px #683c14, 4px 4px #683c14, 4px -4px #683c14
		}

		.wlc-sections__profile-content--theme-default>.container,
		.wlc-sections__profile-menu--theme-default>.container {
			max-width: 738px
		}

		.app-profile-loyalty-bonuses-main-state .wlc-sections__profile-content--theme-first[class] .wlc-profile-content .wlc-enter-promocode[class] {
			margin: 0 auto 20px
		}

		.app-profile-dashboard-state .wlc-dashboard__promo {
			grid-template-columns: repeat(2, 1fr)
		}

		.app-profile-dashboard-state .wlc-dashboard__promo {
			grid-template-areas: "promocode link-block"
		}

		.app-profile-main-info-state .wlc-sections__profile-content--theme-default .wlc-profile-form--theme-default .wlc-form .wlc-btn[wlc-button],
		.app-profile-main-info-state .wlc-sections__profile-content--theme-default .wlc-profile-form--theme-mobile-app .wlc-form .wlc-btn[wlc-button],
		.app-profile-main-info-state .wlc-sections__profile-content--theme-mobile-app .wlc-profile-form--theme-default .wlc-form .wlc-btn[wlc-button],
		.app-profile-main-info-state .wlc-sections__profile-content--theme-mobile-app .wlc-profile-form--theme-mobile-app .wlc-form .wlc-btn[wlc-button] {
			justify-self: flex-start
		}

		.app-profile-main-info-state .wlc-sections__profile-content--theme-default .wlc-profile-form--theme-default .wlc-form .wlc-btn[wlc-button],
		.app-profile-main-info-state .wlc-sections__profile-content--theme-default .wlc-profile-form--theme-mobile-app .wlc-form .wlc-btn[wlc-button],
		.app-profile-main-info-state .wlc-sections__profile-content--theme-mobile-app .wlc-profile-form--theme-default .wlc-form .wlc-btn[wlc-button],
		.app-profile-main-info-state .wlc-sections__profile-content--theme-mobile-app .wlc-profile-form--theme-mobile-app .wlc-form .wlc-btn[wlc-button] {
			margin: 25px 0 0
		}

		.app-profile-main-info-state .wlc-sections__profile-content--theme-default .wlc-profile-form--theme-default .wlc-form .wlc-email-field--unverified .wlc-input[class],
		.app-profile-main-info-state .wlc-sections__profile-content--theme-default .wlc-profile-form--theme-mobile-app .wlc-form .wlc-email-field--unverified .wlc-input[class],
		.app-profile-main-info-state .wlc-sections__profile-content--theme-mobile-app .wlc-profile-form--theme-default .wlc-form .wlc-email-field--unverified .wlc-input[class],
		.app-profile-main-info-state .wlc-sections__profile-content--theme-mobile-app .wlc-profile-form--theme-mobile-app .wlc-form .wlc-email-field--unverified .wlc-input[class] {
			grid-template-columns: 160px 1fr
		}

		.app-profile-main-info-state .wlc-sections__profile-content--theme-default .wlc-profile-form--theme-default .wlc-birth-field,
		.app-profile-main-info-state .wlc-sections__profile-content--theme-default .wlc-profile-form--theme-mobile-app .wlc-birth-field,
		.app-profile-main-info-state .wlc-sections__profile-content--theme-mobile-app .wlc-profile-form--theme-default .wlc-birth-field,
		.app-profile-main-info-state .wlc-sections__profile-content--theme-mobile-app .wlc-profile-form--theme-mobile-app .wlc-birth-field {
			grid-template-columns: minmax(360px, 2fr) 1fr 1fr
		}

		.app-profile-main-info-state .wlc-sections__profile-content--theme-default .wlc-profile-form--theme-default .wlc-birth-field,
		.app-profile-main-info-state .wlc-sections__profile-content--theme-default .wlc-profile-form--theme-mobile-app .wlc-birth-field,
		.app-profile-main-info-state .wlc-sections__profile-content--theme-mobile-app .wlc-profile-form--theme-default .wlc-birth-field,
		.app-profile-main-info-state .wlc-sections__profile-content--theme-mobile-app .wlc-profile-form--theme-mobile-app .wlc-birth-field {
			align-items: center
		}

		.app-profile-main-info-state .wlc-sections__profile-content--theme-default .wlc-profile-form--theme-default .wlc-birth-field .wlc-select[class]:first-child,
		.app-profile-main-info-state .wlc-sections__profile-content--theme-default .wlc-profile-form--theme-mobile-app .wlc-birth-field .wlc-select[class]:first-child,
		.app-profile-main-info-state .wlc-sections__profile-content--theme-mobile-app .wlc-profile-form--theme-default .wlc-birth-field .wlc-select[class]:first-child,
		.app-profile-main-info-state .wlc-sections__profile-content--theme-mobile-app .wlc-profile-form--theme-mobile-app .wlc-birth-field .wlc-select[class]:first-child {
			grid-template-columns: 160px 1fr
		}

		.app-profile-main-info-state .wlc-sections__profile-content--theme-default .wlc-profile-form--theme-default .wlc-birth-field .wlc-select[class]:first-child .wlc-select__label,
		.app-profile-main-info-state .wlc-sections__profile-content--theme-default .wlc-profile-form--theme-mobile-app .wlc-birth-field .wlc-select[class]:first-child .wlc-select__label,
		.app-profile-main-info-state .wlc-sections__profile-content--theme-mobile-app .wlc-profile-form--theme-default .wlc-birth-field .wlc-select[class]:first-child .wlc-select__label,
		.app-profile-main-info-state .wlc-sections__profile-content--theme-mobile-app .wlc-profile-form--theme-mobile-app .wlc-birth-field .wlc-select[class]:first-child .wlc-select__label {
			white-space: initial
		}

		.app-profile-main-info-state .wlc-sections__profile-content--theme-default .wlc-profile-form--theme-default .wlc-phone-field,
		.app-profile-main-info-state .wlc-sections__profile-content--theme-default .wlc-profile-form--theme-mobile-app .wlc-phone-field,
		.app-profile-main-info-state .wlc-sections__profile-content--theme-mobile-app .wlc-profile-form--theme-default .wlc-phone-field,
		.app-profile-main-info-state .wlc-sections__profile-content--theme-mobile-app .wlc-profile-form--theme-mobile-app .wlc-phone-field {
			grid-template-columns: minmax(290px, 1fr) 1fr
		}

		.app-profile-main-info-state .wlc-sections__profile-content--theme-default .wlc-profile-form--theme-default .wlc-phone-field,
		.app-profile-main-info-state .wlc-sections__profile-content--theme-default .wlc-profile-form--theme-mobile-app .wlc-phone-field,
		.app-profile-main-info-state .wlc-sections__profile-content--theme-mobile-app .wlc-profile-form--theme-default .wlc-phone-field,
		.app-profile-main-info-state .wlc-sections__profile-content--theme-mobile-app .wlc-profile-form--theme-mobile-app .wlc-phone-field {
			align-items: center
		}

		.app-profile-main-info-state .wlc-sections__profile-content--theme-default .wlc-profile-form--theme-default .wlc-phone-field .wlc-select[class],
		.app-profile-main-info-state .wlc-sections__profile-content--theme-default .wlc-profile-form--theme-mobile-app .wlc-phone-field .wlc-select[class],
		.app-profile-main-info-state .wlc-sections__profile-content--theme-mobile-app .wlc-profile-form--theme-default .wlc-phone-field .wlc-select[class],
		.app-profile-main-info-state .wlc-sections__profile-content--theme-mobile-app .wlc-profile-form--theme-mobile-app .wlc-phone-field .wlc-select[class] {
			grid-gap: 30px
		}

		.app-profile-main-info-state .wlc-sections__profile-content--theme-default .wlc-profile-form--theme-default .wlc-phone-field .wlc-select[class],
		.app-profile-main-info-state .wlc-sections__profile-content--theme-default .wlc-profile-form--theme-mobile-app .wlc-phone-field .wlc-select[class],
		.app-profile-main-info-state .wlc-sections__profile-content--theme-mobile-app .wlc-profile-form--theme-default .wlc-phone-field .wlc-select[class],
		.app-profile-main-info-state .wlc-sections__profile-content--theme-mobile-app .wlc-profile-form--theme-mobile-app .wlc-phone-field .wlc-select[class] {
			grid-template-columns: 160px minmax(0, 1fr)
		}

		.app-profile-main-info-state .wlc-sections__profile-content--theme-default .wlc-profile-form--theme-default .wlc-phone-field .wlc-select[class] .wlc-select__label,
		.app-profile-main-info-state .wlc-sections__profile-content--theme-default .wlc-profile-form--theme-mobile-app .wlc-phone-field .wlc-select[class] .wlc-select__label,
		.app-profile-main-info-state .wlc-sections__profile-content--theme-mobile-app .wlc-profile-form--theme-default .wlc-phone-field .wlc-select[class] .wlc-select__label,
		.app-profile-main-info-state .wlc-sections__profile-content--theme-mobile-app .wlc-profile-form--theme-mobile-app .wlc-phone-field .wlc-select[class] .wlc-select__label {
			white-space: initial
		}

		.app-profile-main-info-state .wlc-sections__profile-content--theme-default .wlc-profile-form--theme-default .wlc-phone-field .wlc-input[class] .wlc-tooltip,
		.app-profile-main-info-state .wlc-sections__profile-content--theme-default .wlc-profile-form--theme-mobile-app .wlc-phone-field .wlc-input[class] .wlc-tooltip,
		.app-profile-main-info-state .wlc-sections__profile-content--theme-mobile-app .wlc-profile-form--theme-default .wlc-phone-field .wlc-input[class] .wlc-tooltip,
		.app-profile-main-info-state .wlc-sections__profile-content--theme-mobile-app .wlc-profile-form--theme-mobile-app .wlc-phone-field .wlc-input[class] .wlc-tooltip {
			display: none
		}

		.app-profile-main-info-state .wlc-sections__profile-content--theme-default .wlc-profile-form--theme-default .wlc-phone-field.wlc-phone-field--sms-not-verified,
		.app-profile-main-info-state .wlc-sections__profile-content--theme-default .wlc-profile-form--theme-mobile-app .wlc-phone-field.wlc-phone-field--sms-not-verified,
		.app-profile-main-info-state .wlc-sections__profile-content--theme-mobile-app .wlc-profile-form--theme-default .wlc-phone-field.wlc-phone-field--sms-not-verified,
		.app-profile-main-info-state .wlc-sections__profile-content--theme-mobile-app .wlc-profile-form--theme-mobile-app .wlc-phone-field.wlc-phone-field--sms-not-verified {
			grid-template-columns: repeat(2, minmax(0, 1fr)) minmax(110px, max-content)
		}

		.app-profile-main-info-state .wlc-sections__profile-content--theme-default .wlc-profile-form--theme-default .wlc-phone-field.wlc-phone-field--sms-not-verified .wlc-btn[wlc-button],
		.app-profile-main-info-state .wlc-sections__profile-content--theme-default .wlc-profile-form--theme-mobile-app .wlc-phone-field.wlc-phone-field--sms-not-verified .wlc-btn[wlc-button],
		.app-profile-main-info-state .wlc-sections__profile-content--theme-mobile-app .wlc-profile-form--theme-default .wlc-phone-field.wlc-phone-field--sms-not-verified .wlc-btn[wlc-button],
		.app-profile-main-info-state .wlc-sections__profile-content--theme-mobile-app .wlc-profile-form--theme-mobile-app .wlc-phone-field.wlc-phone-field--sms-not-verified .wlc-btn[wlc-button] {
			width: 100%
		}

		.app-profile-main-info-state .wlc-sections__profile-content--theme-default .wlc-profile-form--theme-default .wlc-phone-field.wlc-phone-field--sms-not-verified .wlc-select[class],
		.app-profile-main-info-state .wlc-sections__profile-content--theme-default .wlc-profile-form--theme-mobile-app .wlc-phone-field.wlc-phone-field--sms-not-verified .wlc-select[class],
		.app-profile-main-info-state .wlc-sections__profile-content--theme-mobile-app .wlc-profile-form--theme-default .wlc-phone-field.wlc-phone-field--sms-not-verified .wlc-select[class],
		.app-profile-main-info-state .wlc-sections__profile-content--theme-mobile-app .wlc-profile-form--theme-mobile-app .wlc-phone-field.wlc-phone-field--sms-not-verified .wlc-select[class] {
			grid-template-columns: 160px minmax(0, 1fr)
		}

		.app-profile-main-info-state .wlc-sections__profile-content--theme-default .wlc-profile-form--theme-default .wlc-input[class],
		.app-profile-main-info-state .wlc-sections__profile-content--theme-default .wlc-profile-form--theme-default .wlc-select[class],
		.app-profile-main-info-state .wlc-sections__profile-content--theme-default .wlc-profile-form--theme-mobile-app .wlc-input[class],
		.app-profile-main-info-state .wlc-sections__profile-content--theme-default .wlc-profile-form--theme-mobile-app .wlc-select[class],
		.app-profile-main-info-state .wlc-sections__profile-content--theme-mobile-app .wlc-profile-form--theme-default .wlc-input[class],
		.app-profile-main-info-state .wlc-sections__profile-content--theme-mobile-app .wlc-profile-form--theme-default .wlc-select[class],
		.app-profile-main-info-state .wlc-sections__profile-content--theme-mobile-app .wlc-profile-form--theme-mobile-app .wlc-input[class],
		.app-profile-main-info-state .wlc-sections__profile-content--theme-mobile-app .wlc-profile-form--theme-mobile-app .wlc-select[class] {
			grid-gap: 30px
		}

		.app-profile-main-info-state .wlc-sections__profile-content--theme-default .wlc-profile-form--theme-default .wlc-input[class],
		.app-profile-main-info-state .wlc-sections__profile-content--theme-default .wlc-profile-form--theme-default .wlc-select[class],
		.app-profile-main-info-state .wlc-sections__profile-content--theme-default .wlc-profile-form--theme-mobile-app .wlc-input[class],
		.app-profile-main-info-state .wlc-sections__profile-content--theme-default .wlc-profile-form--theme-mobile-app .wlc-select[class],
		.app-profile-main-info-state .wlc-sections__profile-content--theme-mobile-app .wlc-profile-form--theme-default .wlc-input[class],
		.app-profile-main-info-state .wlc-sections__profile-content--theme-mobile-app .wlc-profile-form--theme-default .wlc-select[class],
		.app-profile-main-info-state .wlc-sections__profile-content--theme-mobile-app .wlc-profile-form--theme-mobile-app .wlc-input[class],
		.app-profile-main-info-state .wlc-sections__profile-content--theme-mobile-app .wlc-profile-form--theme-mobile-app .wlc-select[class] {
			grid-template-columns: 160px 1fr
		}

		.app-profile-main-info-state .wlc-sections__profile-content--theme-default .wlc-profile-form--theme-default .wlc-input[class] .wlc-input__label,
		.app-profile-main-info-state .wlc-sections__profile-content--theme-default .wlc-profile-form--theme-default .wlc-input[class] .wlc-select__label,
		.app-profile-main-info-state .wlc-sections__profile-content--theme-default .wlc-profile-form--theme-default .wlc-select[class] .wlc-input__label,
		.app-profile-main-info-state .wlc-sections__profile-content--theme-default .wlc-profile-form--theme-default .wlc-select[class] .wlc-select__label,
		.app-profile-main-info-state .wlc-sections__profile-content--theme-default .wlc-profile-form--theme-mobile-app .wlc-input[class] .wlc-input__label,
		.app-profile-main-info-state .wlc-sections__profile-content--theme-default .wlc-profile-form--theme-mobile-app .wlc-input[class] .wlc-select__label,
		.app-profile-main-info-state .wlc-sections__profile-content--theme-default .wlc-profile-form--theme-mobile-app .wlc-select[class] .wlc-input__label,
		.app-profile-main-info-state .wlc-sections__profile-content--theme-default .wlc-profile-form--theme-mobile-app .wlc-select[class] .wlc-select__label,
		.app-profile-main-info-state .wlc-sections__profile-content--theme-mobile-app .wlc-profile-form--theme-default .wlc-input[class] .wlc-input__label,
		.app-profile-main-info-state .wlc-sections__profile-content--theme-mobile-app .wlc-profile-form--theme-default .wlc-input[class] .wlc-select__label,
		.app-profile-main-info-state .wlc-sections__profile-content--theme-mobile-app .wlc-profile-form--theme-default .wlc-select[class] .wlc-input__label,
		.app-profile-main-info-state .wlc-sections__profile-content--theme-mobile-app .wlc-profile-form--theme-default .wlc-select[class] .wlc-select__label,
		.app-profile-main-info-state .wlc-sections__profile-content--theme-mobile-app .wlc-profile-form--theme-mobile-app .wlc-input[class] .wlc-input__label,
		.app-profile-main-info-state .wlc-sections__profile-content--theme-mobile-app .wlc-profile-form--theme-mobile-app .wlc-input[class] .wlc-select__label,
		.app-profile-main-info-state .wlc-sections__profile-content--theme-mobile-app .wlc-profile-form--theme-mobile-app .wlc-select[class] .wlc-input__label,
		.app-profile-main-info-state .wlc-sections__profile-content--theme-mobile-app .wlc-profile-form--theme-mobile-app .wlc-select[class] .wlc-select__label {
			color: var(--mc-baseMain);
			font-style: normal;
			font-weight: 400;
			font-size: 1.4rem;
			line-height: 1.45;
			margin: 0
		}

		.app-profile-main-info-state .wlc-sections__profile-content--theme-first .wlc-profile-form__block>.wlc-phone-field.wlc-phone-field--sms-not-verified .wlc-btn[wlc-button] {
			width: 100%
		}

		.app-profile-main-info-state .wlc-sections__profile-content--theme-wolf .wlc-profile-form .wlc-form .wlc-btn[wlc-button] {
			justify-self: end
		}

		.app-profile-main-info-state .wlc-sections__profile-content--theme-wolf .wlc-profile-form .wlc-form .wlc-email-field--unverified .wlc-input[class] {
			grid-template-columns: 160px 1fr
		}

		.app-profile-main-info-state .wlc-sections__profile-content--theme-wolf .wlc-profile-form .wlc-form .wlc-birth-field {
			grid-template-columns: minmax(360px, 2fr) 1fr 1fr
		}

		.app-profile-main-info-state .wlc-sections__profile-content--theme-wolf .wlc-profile-form .wlc-form .wlc-birth-field {
			align-items: center
		}

		.app-profile-main-info-state .wlc-sections__profile-content--theme-wolf .wlc-profile-form .wlc-form .wlc-birth-field .wlc-select[class]:first-child {
			grid-template-columns: 160px 1fr
		}

		.app-profile-main-info-state .wlc-sections__profile-content--theme-wolf .wlc-profile-form .wlc-form .wlc-birth-field .wlc-select[class]:first-child .wlc-select__label {
			white-space: initial
		}

		.app-profile-main-info-state .wlc-sections__profile-content--theme-wolf .wlc-profile-form .wlc-form .wlc-phone-field {
			grid-template-columns: minmax(290px, 1fr) 1fr
		}

		.app-profile-main-info-state .wlc-sections__profile-content--theme-wolf .wlc-profile-form .wlc-form .wlc-phone-field {
			align-items: center
		}

		.app-profile-main-info-state .wlc-sections__profile-content--theme-wolf .wlc-profile-form .wlc-form .wlc-phone-field .wlc-select[class] {
			grid-gap: 30px
		}

		.app-profile-main-info-state .wlc-sections__profile-content--theme-wolf .wlc-profile-form .wlc-form .wlc-phone-field .wlc-select[class] {
			grid-template-columns: 160px minmax(0, 1fr)
		}

		.app-profile-main-info-state .wlc-sections__profile-content--theme-wolf .wlc-profile-form .wlc-form .wlc-phone-field .wlc-select[class] .wlc-select__label {
			white-space: initial
		}

		.app-profile-main-info-state .wlc-sections__profile-content--theme-wolf .wlc-profile-form .wlc-form .wlc-phone-field .wlc-input[class] .wlc-tooltip {
			display: none
		}

		.app-profile-main-info-state .wlc-sections__profile-content--theme-wolf .wlc-profile-form .wlc-form .wlc-phone-field.wlc-phone-field--sms-not-verified {
			grid-template-columns: repeat(2, minmax(0, 1fr)) minmax(110px, max-content)
		}

		.app-profile-main-info-state .wlc-sections__profile-content--theme-wolf .wlc-profile-form .wlc-form .wlc-phone-field.wlc-phone-field--sms-not-verified .wlc-btn[wlc-button] {
			width: 100%
		}

		.app-profile-main-info-state .wlc-sections__profile-content--theme-wolf .wlc-profile-form .wlc-form .wlc-phone-field.wlc-phone-field--sms-not-verified .wlc-select[class] {
			grid-template-columns: 160px minmax(0, 1fr)
		}

		.app-profile-main-info-state .wlc-sections__profile-content--theme-wolf .wlc-profile-form .wlc-form .wlc-input[class],
		.app-profile-main-info-state .wlc-sections__profile-content--theme-wolf .wlc-profile-form .wlc-form .wlc-select[class] {
			grid-gap: 30px
		}

		.app-profile-main-info-state .wlc-sections__profile-content--theme-wolf .wlc-profile-form .wlc-form .wlc-input[class],
		.app-profile-main-info-state .wlc-sections__profile-content--theme-wolf .wlc-profile-form .wlc-form .wlc-select[class] {
			grid-template-columns: 160px 1fr
		}

		.app-profile-main-info-state .wlc-sections__profile-content--theme-wolf .wlc-profile-form .wlc-form .wlc-input[class] .wlc-input__label,
		.app-profile-main-info-state .wlc-sections__profile-content--theme-wolf .wlc-profile-form .wlc-form .wlc-input[class] .wlc-select__label,
		.app-profile-main-info-state .wlc-sections__profile-content--theme-wolf .wlc-profile-form .wlc-form .wlc-select[class] .wlc-input__label,
		.app-profile-main-info-state .wlc-sections__profile-content--theme-wolf .wlc-profile-form .wlc-form .wlc-select[class] .wlc-select__label {
			color: var(--mc-baseMain);
			font-style: normal;
			font-weight: 400;
			font-size: 1.4rem;
			line-height: 1.45;
			margin: 0
		}

		.wlc-sections__sign-in-page {
			background: linear-gradient(100deg, #50566c 10%, #1f1f26 90%)
		}

		.wlc-sections__sign-in-page .wlc-sign-in-page__form-wrapper {
			width: 500px
		}

		.wlc-sections__sign-in-page .wlc-logo {
			margin: 0 0 20px
		}

		.four-elements {
			gap: 20px
		}

		.four-elements__body {
			min-height: 80px
		}

		.four-elements__body {
			align-items: center
		}

		.four-elements__body {
			justify-items: start
		}

		.wlc-sections__providers-info.wlc-sections__providers-info--theme-wolf {
			margin: -40px 0 50px
		}

		.wlc-sections__providers-info.wlc-sections__providers-info--theme-wolf .container .wlc-post .wlc-title {
			margin: 30px 0 25px
		}

		.wlc-benefits--theme-default .wlc-benefits__item-caption {
			color: var(--mc-baseMain);
			font-style: normal;
			font-weight: 400;
			font-size: 1.2rem;
			line-height: 1.45
		}

		.wlc-digits {
			grid-template-columns: repeat(4, 1fr)
		}

		.wlc-digits__item {
			padding: 20px
		}

		.wlc-sections__profile-content .wlc-dashboard-grid {
			grid-template-areas: "loyalty loyalty""exchange exchange""bonuses-active bonuses-active""bonuses-title bonuses-title""bonuses bonuses""promocode lottery-block""see-all-bonuses lottery-block"
		}

		.wlc-sections__profile-content .wlc-dashboard-grid {
			grid-template-columns: 1fr 1fr
		}

		.wlc-sections__profile-content .wlc-dashboard-grid:has(.wlc-bonuses-list-active__nocontent) {
			grid-template-areas: "loyalty loyalty""exchange exchange""bonuses-title bonuses-title""bonuses bonuses""promocode lottery-block""see-all-bonuses lottery-block"
		}

		.app-profile-main-info-state .wlc-sections__profile-content--theme-default .wlc-profile-form--theme-default .wlc-form .wlc-input__label,
		.app-profile-main-info-state .wlc-sections__profile-content--theme-default .wlc-profile-form--theme-default .wlc-form .wlc-select__label,
		.app-profile-main-info-state .wlc-sections__profile-content--theme-default .wlc-profile-form--theme-mobile-app .wlc-form .wlc-input__label,
		.app-profile-main-info-state .wlc-sections__profile-content--theme-default .wlc-profile-form--theme-mobile-app .wlc-form .wlc-select__label,
		.app-profile-main-info-state .wlc-sections__profile-content--theme-mobile-app .wlc-profile-form--theme-default .wlc-form .wlc-input__label,
		.app-profile-main-info-state .wlc-sections__profile-content--theme-mobile-app .wlc-profile-form--theme-default .wlc-form .wlc-select__label,
		.app-profile-main-info-state .wlc-sections__profile-content--theme-mobile-app .wlc-profile-form--theme-mobile-app .wlc-form .wlc-input__label,
		.app-profile-main-info-state .wlc-sections__profile-content--theme-mobile-app .wlc-profile-form--theme-mobile-app .wlc-form .wlc-select__label {
			display: flex
		}

		.wlc-sections__footer--theme-1.wlc-sections__footer--theme-with-aff .container .wlc-btn--aff {
			width: auto;
			max-width: unset
		}

		.wlc-tournament--type-banner .wlc-tournament-promo--theme-default {
			display: none
		}
	}

	@media (min-width: 900px) {
		.container {
			max-width: 870px
		}

		.wlc-sections__categories--theme-1 .games-categories {
			grid-template-columns: minmax(0, 1fr) auto auto
		}

		.wlc-sections__categories--theme-2 .games-categories {
			grid-template-columns: minmax(0, 1fr) 250px
		}

		.wlc-sections__categories--theme-2 .games-categories {
			grid-template-rows: 1fr
		}

		.wlc-sections__categories--theme-2 .games-categories__wrapper {
			padding: 10px 0 0
		}

		.wlc-sections__categories-with-side-menu .container {
			grid-template-columns: 1fr 3fr
		}

		.wlc-sections__categories-with-side-menu .container {
			margin: 20px auto 40px
		}

		.wlc-sections__categories-with-side-menu .container .wlc-side-menu {
			gap: 10px
		}

		.wlc-sections__footer--theme-1 .wlc-social-icons.wlc-social-icons--theme-mod-compact[data-wlc-element] .wlc-social-icons__list[class] {
			margin: 0 0 20px
		}

		.wlc-sections__footer--theme-1.wlc-sections__footer--theme-with-aff .container .wlc-social-icons.wlc-social-icons--theme-mod-compact .wlc-social-icons__list {
			margin: 0
		}

		.wlc-sections__footer--theme-1 .wlc-icon-merchants-list .wlc-icon-list {
			margin: 0 0 20px
		}

		.wlc-sections__footer--theme-1 .wlc-icon-list--theme-merchants,
		.wlc-sections__footer--theme-1 .wlc-icon-list--theme-payments {
			margin: 0 0 30px
		}

		.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 25px
		}

		.wlc-sections__footer--theme-2 .footer-menu {
			margin: 0 auto 20px
		}

		.wlc-sections__footer--theme-2 .footer-menu {
			order: -1
		}

		.wlc-sections__footer--theme-2 .footer-menu .wlc-post-menu[wlc-post-menu] {
			width: auto
		}

		.wlc-sections__footer--theme-2 .footer-menu .wlc-post-menu[wlc-post-menu] {
			margin: 0 15px 0 0
		}

		.wlc-sections__footer--theme-2 .footer-menu .wlc-post-menu[wlc-post-menu] .wlc-post-menu__title {
			display: none
		}

		.wlc-sections__footer--theme-2 .footer-menu .wlc-post-menu[wlc-post-menu] .wlc-post-menu__items {
			grid-template-columns: 1fr
		}

		.wlc-sections__footer--theme-2 .footer-menu .wlc-post-menu[wlc-post-menu] .wlc-post-menu__items {
			grid-auto-flow: column
		}

		.wlc-sections__footer--theme-2 .footer-menu .wlc-post-menu[wlc-post-menu] .wlc-post-menu__items {
			gap: 15px
		}

		.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-menu .wlc-loader[wlc-loader] {
			position: absolute
		}

		.wlc-sections__footer--theme-2 .footer-menu .wlc-loader[wlc-loader] {
			top: -50px
		}

		.wlc-sections__footer--theme-2 .footer-menu .wlc-loader[wlc-loader] {
			left: -50px
		}

		.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 20px
		}

		.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 .footer-bottom .wlc-copyright[wlc-copyright]>.wlc-copyright__text>span {
			display: inline-block
		}

		.wlc-sections__footer--theme-2 .wlc-icon-list--theme-merchants,
		.wlc-sections__footer--theme-2 .wlc-icon-list--theme-payments {
			margin: 0 auto 20px
		}

		.wlc-sections__footer--theme-2 .wlc-icon-list--theme-safety {
			margin: 20px auto
		}

		.wlc-sections__footer--theme-2 .wlc-icon-merchants-list--theme-default {
			order: 1
		}

		.wlc-sections__footer--theme-2 .wlc-icon-payments-list--theme-default {
			order: 0
		}

		.wlc-sections__footer--theme-2 .wlc-icon-safety-list--theme-default {
			order: 2
		}

		.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 20px
		}

		.wlc-sections__header--theme-universal {
			--h-gap: 20px
		}

		.wlc-sections__header--theme-universal .container {
			max-width: 870px
		}

		.wlc-sections__header--theme-universal .container {
			gap: 20px
		}

		.wlc-sections__banner-section+.wlc-sections__categories,
		.wlc-sections__banner-section+.wlc-sections__banner-promotion {
			margin: -20px 0 40px
		}

		.wlc-sections__game-widgets>.container {
			grid-template-columns: minmax(460px, 1fr) minmax(0, 1fr)
		}

		.wlc-sections__home-promo .wlc-home-promo {
			grid-template-columns: repeat(2, 1fr)
		}

		.wlc-sections__home-promo .wlc-home-promo {
			-moz-column-gap: 10px;
			column-gap: 10px
		}

		.wlc-sections__home-promo .wlc-home-promo {
			row-gap: 10px
		}

		.wlc-sections__content-wins--theme-default {
			overflow: visible
		}

		.wlc-sections__content-wins--theme-default .wlc-home-wins {
			-moz-column-gap: 10px;
			column-gap: 10px
		}

		.wlc-sections__content-wins--theme-default .wlc-home-wins.wlc-home-wins--tournament {
			grid-template-columns: repeat(2, 1fr)
		}

		.wlc-sections__content-wins--theme-default .wlc-home-wins.wlc-home-wins--tournament {
			-moz-column-gap: 10px;
			column-gap: 10px
		}

		.wlc-sections__promo-categories[class] .container {
			grid-template-columns: repeat(3, minmax(0, 1fr))
		}

		.wlc-sections__promo-categories[class] .wlc-category-preview[class] .wlc-category-preview-item[class]:nth-child(3) {
			display: none
		}

		.wlc-sections__promo-categories-games[class] .container {
			grid-template-columns: 1fr 1fr
		}

		.wlc-sections__total-jackpot .jackpot-container {
			min-height: 300px
		}

		.wlc-sections__total-jackpot .wlc-total-jackpot[class] .wlc-total-jackpot-body {
			height: 8rem
		}

		.wlc-sections__total-jackpot .wlc-total-jackpot[class] .wlc-total-jackpot__text[class] {
			font-size: 8rem
		}

		.wlc-sections__profile-content.wlc-sections__profile-content--theme-default .wlc-profile-content__body {
			grid-gap: 40px
		}

		.wlc-sections__profile-content--theme-default>.container,
		.wlc-sections__profile-menu--theme-default>.container {
			max-width: 870px
		}

		.wlc-sections__profile-content--theme-first .wlc-nickname-icon {
			width: calc(50% - 20px)
		}

		.wlc-sections__profile-content--theme-wolf>.container {
			padding: 0 30px 45px
		}

		.wlc-sections__profile-content--theme-wolf>.container {
			background: var(--mc-bg700)
		}

		.wlc-sections__profile-content--theme-wolf .wlc-profile-content__top {
			margin: 0
		}

		.wlc-sections__profile-content--theme-wolf .wlc-profile-content__wrp {
			max-width: 1024px
		}

		.wlc-sections__profile-content--theme-wolf .wlc-profile-content__body {
			grid-template-columns: minmax(490px, 1fr) 1fr
		}

		.wlc-sections__profile-content--theme-wolf .wlc-profile-content__body {
			grid-gap: 40px
		}

		.app-profile-cash-deposit-state .wlc-sections__profile-content--theme-wolf .wlc-menu.wlc-menu--theme-default,
		.app-profile-cash-withdraw-state .wlc-sections__profile-content--theme-wolf .wlc-menu.wlc-menu--theme-default,
		.app-profile-cash-transfer-state .wlc-sections__profile-content--theme-wolf .wlc-menu.wlc-menu--theme-default {
			margin: 0 0 25px
		}

		.app-profile-main-info-state .wlc-sections__profile-content--theme-default .wlc-profile-form--theme-default .wlc-form .wlc-email-field--unverified .wlc-input[class],
		.app-profile-main-info-state .wlc-sections__profile-content--theme-default .wlc-profile-form--theme-mobile-app .wlc-form .wlc-email-field--unverified .wlc-input[class],
		.app-profile-main-info-state .wlc-sections__profile-content--theme-mobile-app .wlc-profile-form--theme-default .wlc-form .wlc-email-field--unverified .wlc-input[class],
		.app-profile-main-info-state .wlc-sections__profile-content--theme-mobile-app .wlc-profile-form--theme-mobile-app .wlc-form .wlc-email-field--unverified .wlc-input[class] {
			grid-template-columns: 140px 1fr
		}

		.app-profile-main-info-state .wlc-sections__profile-content--theme-default .wlc-profile-form--theme-default .wlc-birth-field,
		.app-profile-main-info-state .wlc-sections__profile-content--theme-default .wlc-profile-form--theme-mobile-app .wlc-birth-field,
		.app-profile-main-info-state .wlc-sections__profile-content--theme-mobile-app .wlc-profile-form--theme-default .wlc-birth-field,
		.app-profile-main-info-state .wlc-sections__profile-content--theme-mobile-app .wlc-profile-form--theme-mobile-app .wlc-birth-field {
			grid-template-columns: minmax(270px, 2fr) 1fr 1fr
		}

		.app-profile-main-info-state .wlc-sections__profile-content--theme-default .wlc-profile-form--theme-default .wlc-birth-field .wlc-select[class]:first-child,
		.app-profile-main-info-state .wlc-sections__profile-content--theme-default .wlc-profile-form--theme-mobile-app .wlc-birth-field .wlc-select[class]:first-child,
		.app-profile-main-info-state .wlc-sections__profile-content--theme-mobile-app .wlc-profile-form--theme-default .wlc-birth-field .wlc-select[class]:first-child,
		.app-profile-main-info-state .wlc-sections__profile-content--theme-mobile-app .wlc-profile-form--theme-mobile-app .wlc-birth-field .wlc-select[class]:first-child {
			grid-template-columns: 140px 1fr
		}

		.app-profile-main-info-state .wlc-sections__profile-content--theme-default .wlc-profile-form--theme-default .wlc-phone-field,
		.app-profile-main-info-state .wlc-sections__profile-content--theme-default .wlc-profile-form--theme-mobile-app .wlc-phone-field,
		.app-profile-main-info-state .wlc-sections__profile-content--theme-mobile-app .wlc-profile-form--theme-default .wlc-phone-field,
		.app-profile-main-info-state .wlc-sections__profile-content--theme-mobile-app .wlc-profile-form--theme-mobile-app .wlc-phone-field {
			grid-template-columns: minmax(260px, 1fr) 1fr
		}

		.app-profile-main-info-state .wlc-sections__profile-content--theme-default .wlc-profile-form--theme-default .wlc-phone-field .wlc-select[class],
		.app-profile-main-info-state .wlc-sections__profile-content--theme-default .wlc-profile-form--theme-mobile-app .wlc-phone-field .wlc-select[class],
		.app-profile-main-info-state .wlc-sections__profile-content--theme-mobile-app .wlc-profile-form--theme-default .wlc-phone-field .wlc-select[class],
		.app-profile-main-info-state .wlc-sections__profile-content--theme-mobile-app .wlc-profile-form--theme-mobile-app .wlc-phone-field .wlc-select[class] {
			grid-template-columns: 140px minmax(0, 1fr)
		}

		.app-profile-main-info-state .wlc-sections__profile-content--theme-default .wlc-profile-form--theme-default .wlc-phone-field.wlc-phone-field--sms-not-verified,
		.app-profile-main-info-state .wlc-sections__profile-content--theme-default .wlc-profile-form--theme-mobile-app .wlc-phone-field.wlc-phone-field--sms-not-verified,
		.app-profile-main-info-state .wlc-sections__profile-content--theme-mobile-app .wlc-profile-form--theme-default .wlc-phone-field.wlc-phone-field--sms-not-verified,
		.app-profile-main-info-state .wlc-sections__profile-content--theme-mobile-app .wlc-profile-form--theme-mobile-app .wlc-phone-field.wlc-phone-field--sms-not-verified {
			grid-template-columns: minmax(0, 2fr) minmax(0, 1fr) minmax(110px, max-content)
		}

		.app-profile-main-info-state .wlc-sections__profile-content--theme-default .wlc-profile-form--theme-default .wlc-phone-field.wlc-phone-field--sms-not-verified .wlc-select[class],
		.app-profile-main-info-state .wlc-sections__profile-content--theme-default .wlc-profile-form--theme-mobile-app .wlc-phone-field.wlc-phone-field--sms-not-verified .wlc-select[class],
		.app-profile-main-info-state .wlc-sections__profile-content--theme-mobile-app .wlc-profile-form--theme-default .wlc-phone-field.wlc-phone-field--sms-not-verified .wlc-select[class],
		.app-profile-main-info-state .wlc-sections__profile-content--theme-mobile-app .wlc-profile-form--theme-mobile-app .wlc-phone-field.wlc-phone-field--sms-not-verified .wlc-select[class] {
			grid-template-columns: 140px minmax(0, 1fr)
		}

		.app-profile-main-info-state .wlc-sections__profile-content--theme-default .wlc-profile-form--theme-default .wlc-input[class],
		.app-profile-main-info-state .wlc-sections__profile-content--theme-default .wlc-profile-form--theme-default .wlc-select[class],
		.app-profile-main-info-state .wlc-sections__profile-content--theme-default .wlc-profile-form--theme-mobile-app .wlc-input[class],
		.app-profile-main-info-state .wlc-sections__profile-content--theme-default .wlc-profile-form--theme-mobile-app .wlc-select[class],
		.app-profile-main-info-state .wlc-sections__profile-content--theme-mobile-app .wlc-profile-form--theme-default .wlc-input[class],
		.app-profile-main-info-state .wlc-sections__profile-content--theme-mobile-app .wlc-profile-form--theme-default .wlc-select[class],
		.app-profile-main-info-state .wlc-sections__profile-content--theme-mobile-app .wlc-profile-form--theme-mobile-app .wlc-input[class],
		.app-profile-main-info-state .wlc-sections__profile-content--theme-mobile-app .wlc-profile-form--theme-mobile-app .wlc-select[class] {
			grid-template-columns: 140px 1fr
		}

		.app-profile-main-info-state .wlc-sections__profile-content--theme-first .wlc-profile-form__block>.wlc-phone-field,
		.app-profile-main-info-state .wlc-sections__profile-content--theme-first .wlc-profile-form__block>.wlc-birth-field,
		.app-profile-main-info-state .wlc-sections__profile-content--theme-first .wlc-profile-form__block>.wlc-email-field,
		.app-profile-main-info-state .wlc-sections__profile-content--theme-first .wlc-profile-form__block>.wlc-select,
		.app-profile-main-info-state .wlc-sections__profile-content--theme-first .wlc-profile-form__block>.wlc-input {
			flex: 0 1 25%
		}

		.app-profile-main-info-state .wlc-sections__profile-content--theme-first .wlc-profile-form__block>.wlc-input--password-confirm,
		.app-profile-main-info-state .wlc-sections__profile-content--theme-first .wlc-profile-form__block>.wlc-input--password-new,
		.app-profile-main-info-state .wlc-sections__profile-content--theme-first .wlc-profile-form__block>.wlc-input--password,
		.app-profile-main-info-state .wlc-sections__profile-content--theme-first .wlc-profile-form__block>.wlc-input--first-name,
		.app-profile-main-info-state .wlc-sections__profile-content--theme-first .wlc-profile-form__block>.wlc-input--last-name,
		.app-profile-main-info-state .wlc-sections__profile-content--theme-first .wlc-profile-form__block>.wlc-input--email,
		.app-profile-main-info-state .wlc-sections__profile-content--theme-first .wlc-profile-form__block>.wlc-email-field,
		.app-profile-main-info-state .wlc-sections__profile-content--theme-first .wlc-profile-form__block>.wlc-input--login,
		.app-profile-main-info-state .wlc-sections__profile-content--theme-first .wlc-profile-form__block>.wlc-birth-field,
		.app-profile-main-info-state .wlc-sections__profile-content--theme-first .wlc-profile-form__block>.wlc-phone-field {
			flex-basis: 50%
		}

		.app-profile-main-info-state .wlc-sections__profile-content--theme-first .wlc-profile-form__block>.wlc-input.wlc-input--password {
			flex-basis: 50%
		}

		.app-profile-main-info-state .wlc-sections__profile-content--theme-first .wlc-profile-form__block>.wlc-phone-field.wlc-phone-field--sms-not-verified {
			grid-template-columns: 90px 2fr minmax(110px, max-content)
		}

		.app-profile-main-info-state .wlc-sections__profile-content--theme-wolf .wlc-profile-form .wlc-form .wlc-email-field--unverified .wlc-input[class] {
			grid-template-columns: 140px 1fr
		}

		.app-profile-main-info-state .wlc-sections__profile-content--theme-wolf .wlc-profile-form .wlc-form .wlc-birth-field {
			grid-template-columns: minmax(260px, 2fr) 1fr 1fr
		}

		.app-profile-main-info-state .wlc-sections__profile-content--theme-wolf .wlc-profile-form .wlc-form .wlc-birth-field .wlc-select[class]:first-child {
			grid-template-columns: 140px 1fr
		}

		.app-profile-main-info-state .wlc-sections__profile-content--theme-wolf .wlc-profile-form .wlc-form .wlc-phone-field {
			grid-template-columns: minmax(270px, 1fr) 1fr
		}

		.app-profile-main-info-state .wlc-sections__profile-content--theme-wolf .wlc-profile-form .wlc-form .wlc-phone-field .wlc-select[class] {
			grid-template-columns: 140px minmax(0, 1fr)
		}

		.app-profile-main-info-state .wlc-sections__profile-content--theme-wolf .wlc-profile-form .wlc-form .wlc-phone-field.wlc-phone-field--sms-not-verified {
			grid-template-columns: minmax(0, 2fr) minmax(0, 1fr) minmax(110px, max-content)
		}

		.app-profile-main-info-state .wlc-sections__profile-content--theme-wolf .wlc-profile-form .wlc-form .wlc-phone-field.wlc-phone-field--sms-not-verified .wlc-select[class] {
			grid-template-columns: 140px minmax(0, 1fr)
		}

		.app-profile-main-info-state .wlc-sections__profile-content--theme-wolf .wlc-profile-form .wlc-form .wlc-input[class],
		.app-profile-main-info-state .wlc-sections__profile-content--theme-wolf .wlc-profile-form .wlc-form .wlc-select[class] {
			grid-template-columns: 140px 1fr
		}

		.wlc-sections__categories--theme-1 .games-categories {
			grid-template-areas: "menu search merch"
		}

		.wlc-sections__categories--theme-1 .wlc-category-menu {
			grid-template-areas: "menu search merch";
			margin: 0
		}

		.wlc-sections__categories--theme-1 .wlc-btn-search.wlc-btn>span,
		.wlc-sections__categories--theme-1 .wlc-btn-merch.wlc-btn>span {
			width: 100%
		}

		.wlc-sections__categories--theme-1 .wlc-btn-merch.wlc-btn {
			margin-left: auto
		}

		.wlc-sections__profile-content.wlc-sections__profile-content--theme-default .wlc-profile-content__settings {
			flex-direction: row;
			align-items: center
		}

		.app-profile-main-info-state .wlc-sections__profile-content--theme-default .wlc-profile-form--theme-default .wlc-form .wlc-btn[wlc-button],
		.app-profile-main-info-state .wlc-sections__profile-content--theme-default .wlc-profile-form--theme-mobile-app .wlc-form .wlc-btn[wlc-button],
		.app-profile-main-info-state .wlc-sections__profile-content--theme-mobile-app .wlc-profile-form--theme-default .wlc-form .wlc-btn[wlc-button],
		.app-profile-main-info-state .wlc-sections__profile-content--theme-mobile-app .wlc-profile-form--theme-mobile-app .wlc-form .wlc-btn[wlc-button] {
			min-width: 345px
		}

		.wlc-sections__footer--theme-1 .footer-bottom__links .wlc-license__age-restrictions,
		.wlc-sections__footer--theme-1 .footer-bottom__links .wlc-license__curacao,
		.wlc-sections__footer--theme-1 .footer-bottom__links .wlc-social-icons {
			padding: 0 40px
		}

		.wlc-sections__banner-section-loyalty .loyalty-banner-wrapper {
			border-radius: 32px
		}

		.wlc-sections__banner-section-loyalty .loyalty-banner-wrapper .wlc-kotebanner .wlc-banner--theme-default-banner .banner {
			min-height: 230px
		}

		.wlc-sections__banner-section-loyalty .loyalty-banner-wrapper .wlc-kotebanner .wlc-banner--theme-default-banner .banner {
			background: radial-gradient(36% 110% at -7.94% -29.28%, #75e6ff66, #75e6ff00)
		}

		.wlc-sections__banner-section-loyalty .loyalty-banner-wrapper .wlc-kotebanner .wlc-banner--theme-default-banner .banner .banner_bg-desktop {
			display: block
		}

		.wlc-sections__banner-section-loyalty .loyalty-banner-wrapper .wlc-kotebanner .wlc-banner--theme-default-banner .banner .banner_bg-mobile {
			display: none
		}

		.wlc-sections__banner-section-loyalty .loyalty-banner-wrapper .wlc-kotebanner .wlc-banner--theme-default-banner .container {
			padding: 40px
		}

		.wlc-sections__banner-section-loyalty .loyalty-banner-wrapper .wlc-kotebanner .wlc-banner--theme-default-banner .container {
			max-width: 50%
		}

		.wlc-sections__banner-section-loyalty .loyalty-banner-wrapper .wlc-kotebanner .wlc-banner--theme-default-banner .container .wlc-btn {
			width: auto
		}

		.wlc-sections__banner-section-loyalty .loyalty-banner-wrapper .wlc-kotebanner .wlc-banner--theme-default-banner .banner__decor {
			width: 71%
		}

		.wlc-sections__banner-section-loyalty .loyalty-banner-wrapper .wlc-kotebanner .wlc-banner--theme-default-banner .banner__decor {
			right: -120px
		}

		.wlc-sections__banner-section-loyalty .loyalty-banner-wrapper .wlc-kotebanner .wlc-banner--theme-default-banner .banner__decor-desktop {
			display: block
		}

		.wlc-sections__banner-section-loyalty .loyalty-banner-wrapper .wlc-kotebanner .wlc-banner--theme-default-banner .banner__decor-mobile {
			display: none
		}

		.wlc-sections__telegram-banner .banner.telegram-banner {
			min-height: 136px
		}

		.wlc-sections__telegram-banner .banner.telegram-banner {
			padding: 0 40px
		}

		.wlc-sections__telegram-banner .banner.telegram-banner {
			flex-direction: row
		}

		.wlc-sections__telegram-banner .banner.telegram-banner {
			align-items: center
		}

		.wlc-sections__telegram-banner .banner.telegram-banner .banner__title {
			font-size: 2.4rem
		}

		.wlc-sections__telegram-banner .banner.telegram-banner .banner__title {
			padding: 3rem 0
		}

		.wlc-sections__telegram-banner .banner.telegram-banner .banner_bg-desktop {
			display: block
		}

		.wlc-sections__telegram-banner .banner.telegram-banner .banner_bg-mobile {
			display: none
		}
	}

	@media (min-width: 1024px) {
		.container {
			max-width: 994px
		}

		.wlc-sections__categories--theme-1 .wlc-category-menu {
			margin-right: auto
		}

		.wlc-sections__footer--theme-1 {
			padding-bottom: 40px
		}

		.wlc-sections__footer--theme-1 {
			margin-top: auto
		}

		.wlc-sections__footer--theme-1 .wlc-social-icons.wlc-social-icons--theme-mod-compact[data-wlc-element] .wlc-social-icons__list[class] {
			margin: 0
		}

		.wlc-sections__footer--theme-1 .container {
			grid-template-columns: auto auto 1fr
		}

		.wlc-sections__footer--theme-1 .container {
			-moz-column-gap: 30px;
			column-gap: 30px
		}

		.wlc-sections__footer--theme-1 .container {
			justify-items: start
		}

		.wlc-sections__footer--theme-1 .container {
			grid-template-areas: "merchants merchants merchants""payments payments payments""logo menu social""license disclaimer language"
		}

		.wlc-sections__footer--theme-1 .container .wlc-post-menu,
		.wlc-sections__footer--theme-1 .container .wlc-footer-disclaimer,
		.wlc-sections__footer--theme-1 .container .wlc-footer-lang,
		.wlc-sections__footer--theme-1 .container .wlc-license,
		.wlc-sections__footer--theme-1 .container .wlc-logo {
			margin: 0 0 20px
		}

		.wlc-sections__footer--theme-1.wlc-sections__footer--theme-with-aff .container {
			grid-template-areas: "logo affiliate menu menu""links links menu menu""ratings ratings ratings ratings""payments payments payments payments""disclaimer disclaimer disclaimer disclaimer"
		}

		.wlc-sections__footer--theme-1.wlc-sections__footer--theme-with-aff .container .wlc-btn--aff {
			margin: 0
		}

		.wlc-sections__footer--theme-1.wlc-sections__footer--theme-with-aff .container .wlc-btn--aff {
			justify-self: left
		}

		.wlc-sections__footer--theme-1.wlc-sections__footer--theme-with-aff .container .wlc-social-icons.wlc-social-icons--theme-mod-compact,
		.wlc-sections__footer--theme-1.wlc-sections__footer--theme-with-aff .container .wlc-footer-lang {
			justify-self: right
		}

		.wlc-sections__header--theme-1 .wlc-btn-burger,
		.wlc-sections__header--theme-2 .wlc-btn-burger {
			text-align: center
		}

		.wlc-sections__header--theme-universal .container {
			max-width: 994px
		}

		.wlc-sections__header--theme-universal .wlc-btn-burger {
			text-align: center
		}

		.wlc-body--sticky-header .wlc-sections__header .container {
			min-height: 70px
		}

		.wlc-sections__game-widgets>.container {
			grid-template-columns: minmax(530px, 1fr) minmax(0, 1fr)
		}

		.wlc-sections__home-promo .wlc-home-promo {
			-moz-column-gap: 15px;
			column-gap: 15px
		}

		.wlc-sections__home-promo .wlc-home-promo {
			row-gap: 15px
		}

		.wlc-sections__content-wins--theme-default .wlc-home-wins,
		.wlc-sections__content-wins--theme-default .wlc-home-wins.wlc-home-wins--tournament,
		.wlc-sections__content-wins--theme-default .wlc-home-wins-bonuses {
			-moz-column-gap: 15px;
			column-gap: 15px
		}

		.wlc-sections__content-wins--theme-default .wlc-home-wins-bonuses {
			row-gap: 15px
		}

		.wlc-sections__content-wins--theme-default .wlc-home-wins-bonuses .wlc-winners-slider .wlc-winners-slider__wrapper {
			min-height: 350px
		}

		.wlc-sections__promo-categories[class] .container {
			grid-template-columns: repeat(4, minmax(0, 1fr))
		}

		.wlc-sections__promo-categories[class] .wlc-category-preview[class] .wlc-category-preview-item[class]:nth-child(3) {
			display: block
		}

		.wlc-sections__winners-section .winners-wrapper {
			flex-wrap: nowrap
		}

		.wlc-sections__winners-section .winners-wrapper>div {
			margin: 0 10px
		}

		.wlc-sections__profile-content.wlc-sections__profile-content--theme-default {
			min-height: 420px
		}

		.wlc-sections__profile-content.wlc-sections__profile-content--theme-default>.container {
			padding: 0 0 30px
		}

		.wlc-sections__profile-content.wlc-sections__profile-content--theme-default>.container {
			border-radius: 10px
		}

		.wlc-sections__profile-content.wlc-sections__profile-content--theme-default .wlc-profile-content__top {
			margin: 0 20px 20px 0
		}

		.wlc-sections__profile-content.wlc-sections__profile-content--theme-default .wlc-profile-content__body-with-nick-icon {
			grid-template-columns: minmax(0, 1fr) 30%
		}

		.wlc-sections__profile-content.wlc-sections__profile-content--theme-default .wlc-profile-content__body-with-nick-icon {
			grid-template-rows: min-content 1fr
		}

		.wlc-sections__profile-content.wlc-sections__profile-content--theme-default .wlc-profile-content__body-with-nick-icon {
			grid-template-areas: "form nick-icon""form profile-blocks"
		}

		.wlc-sections__profile-content--theme-default>.container,
		.wlc-sections__profile-menu--theme-default>.container {
			max-width: 994px
		}

		.wlc-sections__profile-content--theme-first .wlc-profile-content.header-inside {
			margin-top: 0
		}

		.wlc-sections__profile-content--theme-first .wlc-profile-content__wrp,
		.wlc-sections__profile-content--theme-first .wlc-profile-content__header.underlined {
			border-bottom: 2px solid var(--mc-baseOpacity)
		}

		.wlc-sections__profile-content--theme-wolf .wlc-profile-content__body {
			grid-template-columns: minmax(490px, 1fr) 360px
		}

		.app-profile-loyalty-bonuses-main-state .wlc-sections__profile-content--theme-first[class] .wlc-profile-content .wlc-enter-promocode[class] {
			margin: 0 auto 20px 0
		}

		.app-profile-cash-deposit-state .wlc-sections__profile-content--theme-first[class] .wlc-profile-content .wlc-cash--theme-default .wlc-cash__title[class],
		.app-profile-cash-withdraw-state .wlc-sections__profile-content--theme-first[class] .wlc-profile-content .wlc-cash--theme-default .wlc-cash__title[class] {
			display: block
		}

		.app-profile-dashboard-state .wlc-title--profile-bonuses {
			margin: 0
		}

		.app-profile-dashboard-state .wlc-dashboard__top {
			grid-template-columns: repeat(3, 1fr)
		}

		.app-profile-dashboard-state .wlc-dashboard__top {
			grid-template-areas: "loyalty exchange exchange"
		}

		.app-profile-dashboard-state .wlc-dashboard__top.without-store {
			grid-template-columns: repeat(3, 1fr)
		}

		.app-profile-dashboard-state .wlc-dashboard__top.without-store {
			grid-template-areas: "loyalty loyalty exchange"
		}

		.app-profile-dashboard-state .wlc-dashboard__promo {
			grid-template-columns: repeat(3, 1fr)
		}

		.app-profile-dashboard-state .wlc-dashboard__promo {
			grid-template-areas: "promocode link-block link-block"
		}

		.app-profile-main-info-state .wlc-sections__profile-content--theme-wolf .wlc-profile-form .wlc-form .wlc-birth-field {
			grid-template-columns: minmax(270px, 2fr) 1fr 1fr
		}

		.app-profile-loyalty-store-main-state .wlc-sections__profile-content--theme-default>.container {
			grid-template-areas: "title title""submenu stats""progress progress""store store"
		}

		.app-profile-loyalty-store-main-state .wlc-sections__profile-content--theme-default .wlc-profile-menu {
			margin: 0
		}

		.wlc-sections__sign-in-page .wlc-logo {
			margin: 0 0 30px
		}

		.wlc-sections__sign-in-page .wlc-logo .wlc-logo__image svg {
			width: 240px
		}

		.wlc-benefits--theme-default {
			grid-template-columns: repeat(6, 1fr)
		}

		.wlc-benefits--theme-default {
			grid-gap: 0
		}

		.wlc-benefits--theme-default .wlc-benefits__item {
			padding: 0 10px
		}

		.wlc-benefits--theme-default .wlc-benefits__item:after {
			opacity: 1
		}

		.wlc-body--notify .wlc-right-widget__wrp {
			padding-top: 130px !important
		}

		.wlc-sections__email-verification-notification {
			width: 100%;
			margin: 0
		}

		.wlc-sections__banner-wolf-desktop .wlc-slider--theme-wolf-banner .wlc-banner--theme-wolf-banner .banner__title {
			font-size: 3.2rem;
			line-height: 5rem
		}

		.wlc-sections__profile-content.wlc-sections__profile-content--theme-default .wlc-profile-content__top--buttons .wlc-profile-content__settings .wlc-title {
			display: none
		}

		.wlc-sections__profile-content.wlc-sections__profile-content--theme-default .wlc-bonuses-list__content .wlc-title__main {
			margin: 40px 0 20px
		}

		.wlc-sections__profile-content.wlc-sections__profile-content--theme-default .bonuses-text-wrapper .wlc-link-block--theme-default .wlc-link-block__text .wlc-btn__text {
			color: var(--mc-baseMain);
			font-style: normal;
			font-weight: 700;
			font-size: 2.4rem;
			line-height: 1.45
		}

		.wlc-sections__profile-content.wlc-sections__profile-content--theme-default .bonuses-text-wrapper {
			margin: 25px 0 0;
			padding: 40px
		}

		.wlc-sections__profile-content .wlc-dashboard-grid {
			grid-template-areas: "loyalty loyalty loyalty exchange exchange exchange""bonuses-active bonuses-active bonuses-active bonuses-active bonuses-active bonuses-active""promocode promocode promocode see-all-bonuses see-all-bonuses see-all-bonuses""bonuses-title bonuses-title bonuses-title bonuses-title bonuses-title bonuses-title""bonuses bonuses bonuses lottery-block lottery-block lottery-block"
		}

		.wlc-sections__profile-content .wlc-dashboard-grid {
			grid-template-columns: repeat(6, 1fr)
		}

		.wlc-sections__profile-content .wlc-dashboard-grid:has(.wlc-bonuses-list-active__nocontent) {
			grid-template-areas: "loyalty loyalty loyalty exchange exchange exchange""promocode promocode promocode see-all-bonuses see-all-bonuses see-all-bonuses""bonuses-title bonuses-title bonuses-title bonuses-title bonuses-title bonuses-title""bonuses bonuses bonuses lottery-block lottery-block lottery-block"
		}
	}

	@media (min-width: 1200px) {
		.container {
			max-width: 1170px
		}

		.wlc-sections__categories--theme-1 .games-categories {
			min-height: 80px
		}

		.wlc-sections__categories--theme-1 .games-categories--dropdown-search .wlc-btn-merch.wlc-btn {
			min-width: 210px
		}

		.wlc-sections__categories--theme-2 .games-categories--dropdown-search {
			grid-template-columns: minmax(0, 1fr) 290px
		}

		.wlc-sections__categories--theme-2 .games-categories--dropdown-search .games-categories__wrapper {
			grid-template-columns: 290px
		}

		.wlc-sections__categories--theme-2 .games-categories--dropdown-search .games-categories__wrapper {
			gap: 10px
		}

		.wlc-sections__categories-with-side-menu .container {
			grid-template-columns: 1fr 4fr
		}

		.wlc-sections__footer--theme-1 .wlc-social-icons.wlc-social-icons--theme-mod-compact[data-wlc-element] .wlc-social-icons__list[class] {
			margin: 10px 0 0
		}

		.wlc-sections__footer--theme-1 .wlc-license {
			grid-template-columns: 1fr
		}

		.wlc-sections__footer--theme-1 .container {
			grid-template-columns: auto auto 1fr 1fr 1fr
		}

		.wlc-sections__footer--theme-1 .container {
			grid-template-rows: auto auto 45px auto
		}

		.wlc-sections__footer--theme-1 .container {
			grid-template-areas: "merchants merchants merchants merchants merchants""payments payments payments payments payments""logo menu license disclaimer language""social menu license disclaimer language"
		}

		.wlc-sections__footer--theme-1.wlc-sections__footer--theme-with-aff .container {
			grid-template-areas: "logo affiliate menu menu menu menu""links links menu menu menu menu""ratings ratings ratings ratings ratings ratings""payments payments payments payments payments payments""disclaimer disclaimer disclaimer disclaimer disclaimer disclaimer"
		}

		.wlc-sections__footer--theme-1.wlc-sections__footer--theme-with-aff .container {
			grid-template-rows: repeat(6, auto)
		}

		.wlc-sections__footer--theme-1.wlc-sections__footer--theme-with-aff .container .wlc-social-icons.wlc-social-icons--theme-mod-compact {
			justify-self: left
		}

		.wlc-sections__footer--theme-2 .footer-menu .wlc-post-menu[wlc-post-menu] {
			margin: 0 35px 0 0
		}

		.wlc-sections__footer--theme-2 .footer-menu .wlc-post-menu[wlc-post-menu] .wlc-post-menu__items {
			gap: 30px
		}

		.wlc-sections__footer--theme-2 .footer-theme-toggler {
			margin: 0 0 0 30px
		}

		.wlc-sections__footer--theme-2 .wlc-icon-list--theme-safety {
			margin: 40px auto 20px
		}

		.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: 1920px
		}

		.wlc-sections__header--theme-1 .container {
			grid-template-columns: auto auto minmax(0, 1fr) auto auto
		}

		.wlc-sections__header--theme-1 .container {
			margin: 0 auto
		}

		.wlc-sections__header--theme-1 .container {
			padding: 0 20px
		}

		.wlc-sections__header--theme-1 .wlc-login-signup .wlc-btn {
			padding: 5px 10px
		}

		.wlc-sections__header--theme-1.wlc-sections__header--theme-toggler .container {
			grid-template-columns: auto auto minmax(0, 1fr) auto auto auto
		}

		.wlc-sections__header--theme-2 .container {
			width: 100%
		}

		.wlc-sections__header--theme-2 .container {
			max-width: 1920px
		}

		.wlc-sections__header--theme-2 .container {
			grid-template-columns: auto auto minmax(0, 1fr) auto auto auto
		}

		.wlc-sections__header--theme-2 .container {
			margin: 0 auto
		}

		.wlc-sections__header--theme-2 .container {
			padding: 0 20px
		}

		.wlc-sections__header--theme-2 .wlc-login-signup .wlc-btn {
			padding: 5px 10px
		}

		.wlc-sections__header--theme-universal .container {
			width: 100%
		}

		.wlc-sections__header--theme-universal .container {
			max-width: 1170px
		}

		.wlc-sections__header--theme-universal .container {
			grid-template-columns: auto 1fr
		}

		.wlc-sections__header--theme-universal .container {
			margin: 0 auto
		}

		.wlc-sections__header--theme-universal .wlc-login-signup .wlc-btn {
			padding: 5px 10px
		}

		.wlc-sections__banner-section--theme-plus-one .wlc-banner-plus-one {
			grid-template-columns: minmax(250px, 1fr) calc((100% - 80px)*.4 + 20px)
		}

		.wlc-sections__banner-section--theme-plus-one .wlc-banner-plus-one .wlc-banner .banner {
			min-height: 380px
		}

		.wlc-sections__home-promo .wlc-home-promo,
		.wlc-sections__content-wins--theme-default .wlc-home-wins.wlc-home-wins--tournament {
			grid-template-columns: calc((100% - 60px)*.4 + 15px) minmax(250px, 1fr)
		}

		.wlc-sections__content-wins--theme-default .wlc-home-wins-bonuses .wlc-winners-slider .wlc-winners-slider__wrapper {
			min-height: 385px
		}

		.wlc-sections__home-about .home-about-list {
			gap: 20px
		}

		.wlc-sections__promo-bonuses>.container {
			gap: 20px
		}

		.wlc-sections__promo-categories[class] .container {
			grid-template-columns: repeat(5, minmax(0, 1fr))
		}

		.wlc-sections__promo-categories[class] .wlc-winners-slider[class],
		.wlc-sections__promo-categories[class] .wlc-jackpots-slider[class] {
			grid-column: 4 / 6
		}

		.wlc-sections__promo-categories[class] .wlc-winners-slider[class],
		.wlc-sections__promo-categories[class] .wlc-jackpots-slider[class] {
			min-height: 347px
		}

		.wlc-sections__promo-categories[class] .wlc-winners-slider[class] .wlc-slider,
		.wlc-sections__promo-categories[class] .wlc-jackpots-slider[class] .wlc-slider {
			margin: 75px 20px 10px
		}

		.wlc-sections__promo-categories[class] .wlc-category-preview[class] {
			grid-column: 2 / 4
		}

		.wlc-sections__promo-categories[class] .wlc-category-preview[class] .wlc-category-preview-item[class]:nth-child(3) {
			display: none
		}

		.wlc-sections__promo-categories-games[class] .container {
			grid-template-columns: 250px 1fr
		}

		.wlc-sections__promo-categories-games[class] .container {
			gap: 20px
		}

		.wlc-sections__total-jackpot .wlc-total-jackpot[class] .wlc-total-jackpot-body {
			height: 9rem
		}

		.wlc-sections__total-jackpot .wlc-total-jackpot[class] .wlc-total-jackpot__text[class] {
			font-size: 9rem
		}

		.wlc-sections__winners-section {
			margin: 0 0 40px
		}

		.wlc-sections__winners-section .winners-wrapper>div {
			margin: 0 10px 25px
		}

		.wlc-sections__profile-content.wlc-sections__profile-content--theme-default .wlc-profile-content__body {
			grid-template-columns: minmax(675px, max-content) 1fr
		}

		.wlc-sections__profile-content.wlc-sections__profile-content--theme-default .wlc-profile-content__body {
			grid-gap: 60px
		}

		.wlc-sections__profile-content.wlc-sections__profile-content--theme-default .wlc-profile-content__body-with-nick-icon {
			grid-template-columns: minmax(675px, max-content) auto
		}

		.wlc-sections__profile-content--theme-default>.container,
		.wlc-sections__profile-menu--theme-default>.container {
			max-width: 1170px
		}

		.wlc-sections__profile-content--theme-first>.container {
			padding: 0
		}

		.wlc-sections__profile-content--theme-first>.container {
			grid-template-columns: 285px auto
		}

		.app-profile-loyalty-tournaments-detail-state .wlc-sections__profile-content--theme-first>.container {
			padding: 0
		}

		.wlc-sections__profile-content--theme-first .wlc-profile-content,
		.app-profile-loyalty-tournaments-detail-state .wlc-sections__profile-content--theme-first .wlc-profile-content {
			padding: 15px 30px 20px
		}

		.wlc-sections__profile-content--theme-first .wlc-profile-content__header {
			min-height: 55px
		}

		.wlc-sections__profile-content--theme-first .wlc-profile-content__header .wlc-title[class] .wlc-title__main {
			color: var(--mc-baseMain);
			font-style: normal;
			font-weight: 700;
			font-size: 2.4rem;
			line-height: 1.45
		}

		.wlc-sections__profile-content--theme-wolf .wlc-profile-content__body {
			grid-gap: 60px
		}

		.app-profile-loyalty-bonuses-active-state .container {
			overflow: initial
		}

		.app-profile-loyalty-bonuses-active-state .wlc-profile-content {
			overflow: hidden
		}

		.app-profile-dashboard-state {
			--profile-dashboard-gap: 25px
		}

		.app-profile-main-info-state .wlc-sections__profile-content--theme-default .wlc-profile-form--theme-default .wlc-form .wlc-btn[wlc-button],
		.app-profile-main-info-state .wlc-sections__profile-content--theme-default .wlc-profile-form--theme-mobile-app .wlc-form .wlc-btn[wlc-button],
		.app-profile-main-info-state .wlc-sections__profile-content--theme-mobile-app .wlc-profile-form--theme-default .wlc-form .wlc-btn[wlc-button],
		.app-profile-main-info-state .wlc-sections__profile-content--theme-mobile-app .wlc-profile-form--theme-mobile-app .wlc-form .wlc-btn[wlc-button] {
			margin: 15px 0 0
		}

		.app-profile-main-info-state .wlc-sections__profile-content--theme-default .wlc-profile-form--theme-default .wlc-form .wlc-email-field--unverified .wlc-input[class],
		.app-profile-main-info-state .wlc-sections__profile-content--theme-default .wlc-profile-form--theme-mobile-app .wlc-form .wlc-email-field--unverified .wlc-input[class],
		.app-profile-main-info-state .wlc-sections__profile-content--theme-mobile-app .wlc-profile-form--theme-default .wlc-form .wlc-email-field--unverified .wlc-input[class],
		.app-profile-main-info-state .wlc-sections__profile-content--theme-mobile-app .wlc-profile-form--theme-mobile-app .wlc-form .wlc-email-field--unverified .wlc-input[class] {
			grid-template-columns: 160px 1fr
		}

		.app-profile-main-info-state .wlc-sections__profile-content--theme-default .wlc-profile-form--theme-default .wlc-birth-field,
		.app-profile-main-info-state .wlc-sections__profile-content--theme-default .wlc-profile-form--theme-mobile-app .wlc-birth-field,
		.app-profile-main-info-state .wlc-sections__profile-content--theme-mobile-app .wlc-profile-form--theme-default .wlc-birth-field,
		.app-profile-main-info-state .wlc-sections__profile-content--theme-mobile-app .wlc-profile-form--theme-mobile-app .wlc-birth-field {
			grid-template-columns: minmax(340px, 2fr) 1fr 1fr
		}

		.app-profile-main-info-state .wlc-sections__profile-content--theme-default .wlc-profile-form--theme-default .wlc-birth-field .wlc-select[class]:first-child,
		.app-profile-main-info-state .wlc-sections__profile-content--theme-default .wlc-profile-form--theme-mobile-app .wlc-birth-field .wlc-select[class]:first-child,
		.app-profile-main-info-state .wlc-sections__profile-content--theme-mobile-app .wlc-profile-form--theme-default .wlc-birth-field .wlc-select[class]:first-child,
		.app-profile-main-info-state .wlc-sections__profile-content--theme-mobile-app .wlc-profile-form--theme-mobile-app .wlc-birth-field .wlc-select[class]:first-child {
			grid-template-columns: 160px 1fr
		}

		.app-profile-main-info-state .wlc-sections__profile-content--theme-default .wlc-profile-form--theme-default .wlc-phone-field .wlc-select[class],
		.app-profile-main-info-state .wlc-sections__profile-content--theme-default .wlc-profile-form--theme-mobile-app .wlc-phone-field .wlc-select[class],
		.app-profile-main-info-state .wlc-sections__profile-content--theme-mobile-app .wlc-profile-form--theme-default .wlc-phone-field .wlc-select[class],
		.app-profile-main-info-state .wlc-sections__profile-content--theme-mobile-app .wlc-profile-form--theme-mobile-app .wlc-phone-field .wlc-select[class] {
			grid-template-columns: 160px minmax(0, 1fr)
		}

		.app-profile-main-info-state .wlc-sections__profile-content--theme-default .wlc-profile-form--theme-default .wlc-phone-field.wlc-phone-field--sms-not-verified,
		.app-profile-main-info-state .wlc-sections__profile-content--theme-default .wlc-profile-form--theme-mobile-app .wlc-phone-field.wlc-phone-field--sms-not-verified,
		.app-profile-main-info-state .wlc-sections__profile-content--theme-mobile-app .wlc-profile-form--theme-default .wlc-phone-field.wlc-phone-field--sms-not-verified,
		.app-profile-main-info-state .wlc-sections__profile-content--theme-mobile-app .wlc-profile-form--theme-mobile-app .wlc-phone-field.wlc-phone-field--sms-not-verified {
			grid-template-columns: minmax(290px, 1fr) minmax(0, 1fr) minmax(110px, max-content)
		}

		.app-profile-main-info-state .wlc-sections__profile-content--theme-default .wlc-profile-form--theme-default .wlc-phone-field.wlc-phone-field--sms-not-verified .wlc-select[class],
		.app-profile-main-info-state .wlc-sections__profile-content--theme-default .wlc-profile-form--theme-mobile-app .wlc-phone-field.wlc-phone-field--sms-not-verified .wlc-select[class],
		.app-profile-main-info-state .wlc-sections__profile-content--theme-mobile-app .wlc-profile-form--theme-default .wlc-phone-field.wlc-phone-field--sms-not-verified .wlc-select[class],
		.app-profile-main-info-state .wlc-sections__profile-content--theme-mobile-app .wlc-profile-form--theme-mobile-app .wlc-phone-field.wlc-phone-field--sms-not-verified .wlc-select[class] {
			grid-template-columns: 160px minmax(0, 1fr)
		}

		.app-profile-main-info-state .wlc-sections__profile-content--theme-default .wlc-profile-form--theme-default .wlc-input[class],
		.app-profile-main-info-state .wlc-sections__profile-content--theme-default .wlc-profile-form--theme-default .wlc-select[class],
		.app-profile-main-info-state .wlc-sections__profile-content--theme-default .wlc-profile-form--theme-mobile-app .wlc-input[class],
		.app-profile-main-info-state .wlc-sections__profile-content--theme-default .wlc-profile-form--theme-mobile-app .wlc-select[class],
		.app-profile-main-info-state .wlc-sections__profile-content--theme-mobile-app .wlc-profile-form--theme-default .wlc-input[class],
		.app-profile-main-info-state .wlc-sections__profile-content--theme-mobile-app .wlc-profile-form--theme-default .wlc-select[class],
		.app-profile-main-info-state .wlc-sections__profile-content--theme-mobile-app .wlc-profile-form--theme-mobile-app .wlc-input[class],
		.app-profile-main-info-state .wlc-sections__profile-content--theme-mobile-app .wlc-profile-form--theme-mobile-app .wlc-select[class],
		.app-profile-main-info-state .wlc-sections__profile-content--theme-wolf .wlc-profile-form .wlc-form .wlc-email-field--unverified .wlc-input[class] {
			grid-template-columns: 160px 1fr
		}

		.app-profile-main-info-state .wlc-sections__profile-content--theme-wolf .wlc-profile-form .wlc-form .wlc-birth-field {
			grid-template-columns: minmax(320px, 2fr) 1fr 1fr
		}

		.app-profile-main-info-state .wlc-sections__profile-content--theme-wolf .wlc-profile-form .wlc-form .wlc-birth-field .wlc-select[class]:first-child {
			grid-template-columns: 160px 1fr
		}

		.app-profile-main-info-state .wlc-sections__profile-content--theme-wolf .wlc-profile-form .wlc-form .wlc-phone-field .wlc-select[class],
		.app-profile-main-info-state .wlc-sections__profile-content--theme-wolf .wlc-profile-form .wlc-form .wlc-phone-field.wlc-phone-field--sms-not-verified .wlc-select[class] {
			grid-template-columns: 160px minmax(0, 1fr)
		}

		.app-profile-main-info-state .wlc-sections__profile-content--theme-wolf .wlc-profile-form .wlc-form .wlc-input[class],
		.app-profile-main-info-state .wlc-sections__profile-content--theme-wolf .wlc-profile-form .wlc-form .wlc-select[class] {
			grid-template-columns: 160px 1fr
		}

		.four-elements {
			grid-template-columns: repeat(3, 1fr) 300px
		}

		.four-elements__body {
			min-height: 90px
		}

		.wlc-benefits--theme-default .wlc-benefits__item-caption {
			color: var(--mc-baseMain);
			font-style: normal;
			font-weight: 700;
			font-size: 1.4rem;
			line-height: 1.45
		}

		.wlc-digits__item {
			grid-gap: 15px
		}

		.wlc-digits__item {
			padding: 20px 30px
		}

		.wlc-digits__main {
			font-size: 4.8rem
		}

		.wlc-digits__description {
			color: var(--mc-baseMain);
			font-style: normal;
			font-weight: 700;
			font-size: 2.4rem;
			line-height: 1.45
		}

		.wlc-sections__header--theme-universal {
			margin-top: 0
		}

		.wlc-sections__header--theme-universal {
			gap: 20px
		}

		.wlc-sections__total-jackpot-interactive .container,
		.wlc-sections__youtube-block .container {
			max-width: 1170px
		}

		.wlc-sections__profile-content .wlc-dashboard-grid {
			grid-template-areas: "loyalty loyalty loyalty exchange exchange exchange""bonuses-active bonuses-active bonuses-active bonuses-active bonuses-active bonuses-active""promocode promocode promocode see-all-bonuses see-all-bonuses see-all-bonuses""bonuses-title bonuses-title bonuses-title bonuses-title bonuses-title bonuses-title""bonuses bonuses lottery-block lottery-block"
		}

		.app-profile-main-info-state .wlc-sections__profile-content.wlc-sections__profile-content--theme-default .wlc-profile-content__body {
			grid-template: min-content 1fr/630px 1fr;
			grid-template-areas: "form nickname""form info";
			gap: 10px 120px
		}

		.app-profile-main-info-state .wlc-sections__profile-content.wlc-sections__profile-content--theme-default .wlc-profile-content__body .wlc-profile-form {
			grid-area: form
		}

		.app-profile-main-info-state .wlc-sections__profile-content.wlc-sections__profile-content--theme-default .wlc-profile-content__body .wlc-nickname-icon {
			grid-area: nickname
		}

		.app-profile-main-info-state .wlc-sections__profile-content.wlc-sections__profile-content--theme-default .wlc-profile-content__body .wlc-profile-blocks {
			grid-area: info
		}

		.wlc-sections__banner-section-loyalty .loyalty-banner-wrapper .wlc-kotebanner .wlc-banner--theme-default-banner .container .banner__title {
			font-size: 4rem
		}

		.wlc-sections__banner-section-loyalty .loyalty-banner-wrapper .wlc-kotebanner .wlc-banner--theme-default-banner .container .banner__description {
			margin: 10px 0 20px
		}

		.wlc-sections__banner-section-loyalty .loyalty-banner-wrapper .wlc-kotebanner .wlc-banner--theme-default-banner .container .banner__description {
			color: var(--mc-baseMain);
			font-style: normal;
			font-weight: 400;
			font-size: 1.6rem;
			line-height: 1.45
		}

		.wlc-sections__banner-section-loyalty .loyalty-banner-wrapper .wlc-kotebanner .wlc-banner--theme-default-banner .banner__decor {
			width: 58%
		}

		.wlc-sections__banner-section-loyalty .loyalty-banner-wrapper .wlc-kotebanner .wlc-banner--theme-default-banner .banner__decor {
			right: -40px
		}
	}

	@media (min-width: 1366px) {

		.wlc-sections__header--theme-1 .wlc-login-signup .wlc-btn,
		.wlc-sections__header--theme-2 .wlc-login-signup .wlc-btn,
		.wlc-sections__header--theme-universal .wlc-login-signup .wlc-btn {
			padding: 5px 20px
		}

		.wlc-sections__content-wins--theme-default .wlc-home-wins-bonuses {
			grid-template-columns: repeat(3, 1fr)
		}

		.wlc-sections__content-wins--theme-default .wlc-home-wins-bonuses {
			grid-template-areas: "recent-wins bonus biggest-wins"
		}

		.wlc-sections__profile-content--theme-first>.container {
			max-width: 1200px
		}

		.app-profile-dashboard-state .wlc-dashboard__top {
			grid-template-columns: repeat(2, 1fr)
		}

		.app-profile-dashboard-state .wlc-dashboard__top {
			grid-template-areas: "loyalty exchange"
		}

		.app-profile-dashboard-state .wlc-dashboard__top.without-store {
			grid-template-columns: repeat(3, 1fr)
		}

		.app-profile-dashboard-state .wlc-dashboard__top.without-store {
			grid-template-areas: "loyalty loyalty exchange"
		}

		.app-profile-dashboard-state .wlc-dashboard__bottom {
			grid-template-columns: repeat(3, 1fr)
		}

		.app-profile-dashboard-state .wlc-dashboard__promo {
			grid-template-columns: 1fr
		}

		.app-profile-dashboard-state .wlc-dashboard__promo {
			grid-template-areas: "promocode""link-block"
		}

		.app-profile-dashboard-state .wlc-bonuses-list--profile-dashboard {
			grid-column: span 2
		}

		.wlc-sections__sign-in-page .wlc-logo {
			margin: 0 0 40px
		}

		.wlc-sections__sign-in-page .wlc-logo .wlc-logo__image svg {
			width: 286px
		}

		.wlc-sections__banner-wolf-desktop .wlc-slider--theme-wolf-banner .wlc-banner--theme-wolf-banner .banner__title {
			font-size: 4rem;
			line-height: 5.8rem
		}

		.app-profile-dashboard-state .wlc-bonuses-list {
			margin-right: 12px
		}

		.app-profile-dashboard-state .wlc-enter-promocode {
			margin-bottom: -6px
		}

		.wlc-sections__profile-content .wlc-dashboard-grid {
			grid-template-areas: "loyalty loyalty loyalty loyalty exchange exchange""bonuses-active bonuses-active bonuses-active bonuses-active bonuses-active bonuses-active""bonuses-active bonuses-active bonuses-active bonuses-active bonuses-active bonuses-active""bonuses-title bonuses-title bonuses-title bonuses-title bonuses-title bonuses-title""bonuses bonuses promocode promocode lottery-block lottery-block""bonuses bonuses see-all-bonuses see-all-bonuses lottery-block lottery-block"
		}

		.wlc-sections__profile-content .wlc-dashboard-grid:has(.wlc-bonuses-list-active__nocontent) {
			grid-template-areas: "loyalty loyalty loyalty loyalty exchange exchange""bonuses-title bonuses-title bonuses-title bonuses-title bonuses-title bonuses-title""bonuses bonuses promocode promocode lottery-block lottery-block""bonuses bonuses see-all-bonuses see-all-bonuses lottery-block lottery-block"
		}

		.wlc-sections__banner-section-loyalty .loyalty-banner-wrapper .wlc-kotebanner .wlc-banner--theme-default-banner .banner__decor {
			right: 0
		}
	}

	@media (min-width: 1420px) {
		.wlc-sections__footer--theme-2 .footer-bottom {
			max-width: 1420px
		}

		.wlc-digits__item {
			padding: 30px
		}
	}

	@media (min-width: 1630px) {
		.container {
			max-width: 1520px
		}

		.wlc-sections__categories-with-side-menu .container {
			grid-template-columns: 1fr 5fr
		}

		.wlc-sections__categories-with-side-menu .container .wlc-games-catalog {
			gap: 40px
		}

		.wlc-sections__footer--theme-1 .container {
			-moz-column-gap: 40px;
			column-gap: 40px
		}

		.wlc-sections__footer--theme-1 .wlc-icon-merchants-list .wlc-icon-list,
		.wlc-sections__footer--theme-1 .wlc-icon-list--theme-merchants,
		.wlc-sections__footer--theme-1 .wlc-icon-list--theme-payments {
			margin: 0 0 40px
		}

		.wlc-sections__footer--theme-2 .footer-menu {
			margin: 0 auto 40px
		}

		.wlc-sections__footer--theme-2 .footer-menu .wlc-post-menu[wlc-post-menu] {
			margin: 0 50px 0 0
		}

		.wlc-sections__footer--theme-2 .footer-menu .wlc-post-menu[wlc-post-menu] .wlc-post-menu__items {
			gap: 60px
		}

		.wlc-sections__footer--theme-2 .footer-bottom {
			margin: 0 auto 40px
		}

		.wlc-sections__footer--theme-2 .footer-theme-toggler {
			margin: 0 0 0 40px
		}

		.wlc-sections__footer--theme-2 .wlc-icon-list--theme-merchants,
		.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 {
			min-height: 100px
		}

		.wlc-sections__header--theme-1 .container {
			padding: 0 40px
		}

		.wlc-sections__header--theme-2 .container {
			min-height: 100px
		}

		.wlc-sections__header--theme-2 .container {
			padding: 0 40px
		}

		.wlc-sections__header--theme-universal .container {
			max-width: 1320px
		}

		.wlc-sections__header--theme-universal .container {
			min-height: 100px
		}

		.wlc-body--sticky-header .wlc-sections__header .container {
			min-height: 88px
		}

		.wlc-sections__banner-section--theme-plus-one .wlc-banner-plus-one {
			grid-template-columns: minmax(250px, 1fr) calc((100% - 20px * 5) / 6 * 2 + 20px)
		}

		.wlc-sections__game-widgets>.container {
			grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr)
		}

		.wlc-sections__game-widgets>.container {
			grid-template-rows: minmax(370px, 1fr)
		}

		.wlc-sections__game-widgets>.container .wlc-betradar-popular-events {
			grid-column: unset
		}

		.wlc-sections__home-promo .wlc-home-promo {
			grid-template-columns: calc((100% - 100px) / 6 * 2 + 20px) minmax(250px, 1fr)
		}

		.wlc-sections__home-promo .wlc-home-promo {
			-moz-column-gap: 20px;
			column-gap: 20px
		}

		.wlc-sections__home-promo .wlc-home-promo {
			row-gap: 20px
		}

		.wlc-sections__content-wins--theme-default .wlc-home-wins {
			-moz-column-gap: 20px;
			column-gap: 20px
		}

		.wlc-sections__content-wins--theme-default .wlc-home-wins.wlc-home-wins--tournament {
			grid-template-columns: calc((100% - 20px * 5) / 6 * 2 + 20px) minmax(250px, 1fr)
		}

		.wlc-sections__content-wins--theme-default .wlc-home-wins.wlc-home-wins--tournament,
		.wlc-sections__content-wins--theme-default .wlc-home-wins-bonuses {
			-moz-column-gap: 20px;
			column-gap: 20px
		}

		.wlc-sections__content-wins--theme-default .wlc-home-wins-bonuses {
			row-gap: 20px
		}

		.wlc-sections__promo-bonuses>.container {
			grid-template-columns: 520px minmax(0, 1fr)
		}

		.wlc-sections__promo-categories[class] .container {
			grid-template-columns: repeat(6, minmax(0, 1fr))
		}

		.wlc-sections__promo-categories[class] .wlc-winners-slider[class],
		.wlc-sections__promo-categories[class] .wlc-jackpots-slider[class] {
			grid-column: 5 / 7
		}

		.wlc-sections__promo-categories[class] .wlc-winners-slider[class],
		.wlc-sections__promo-categories[class] .wlc-jackpots-slider[class] {
			min-height: 395px
		}

		.wlc-sections__promo-categories[class] .wlc-winners-slider[class] .wlc-slider,
		.wlc-sections__promo-categories[class] .wlc-jackpots-slider[class] .wlc-slider {
			margin: 60px 20px 10px
		}

		.wlc-sections__promo-categories[class] .wlc-category-preview[class] {
			grid-column: 2 / 5
		}

		.wlc-sections__promo-categories[class] .wlc-category-preview[class] .wlc-category-preview-item[class]:nth-child(3) {
			display: block
		}

		.wlc-sections__total-jackpot .jackpot-container {
			min-height: 400px
		}

		.wlc-sections__total-jackpot .wlc-total-jackpot[class] {
			margin: 60px 0
		}

		.wlc-sections__total-jackpot .wlc-total-jackpot[class] .wlc-total-jackpot-body {
			height: 12rem
		}

		.wlc-sections__total-jackpot .wlc-total-jackpot[class] .wlc-total-jackpot__text[class] {
			font-size: 12rem
		}

		.wlc-sections__total-jackpot .wlc-total-jackpot[class] .wlc-total-jackpot__text[class] {
			text-shadow: 6px -6px #683c14, -6px -6px #683c14, -6px 6px #683c14, -6px -6px #683c14, 6px -5px #683c14, -6px -5px #683c14, -5px 6px #683c14, -5px -6px #683c14, 6px -4px #683c14, -6px -4px #683c14, -4px 6px #683c14, -4px -6px #683c14, 6px -3px #683c14, -6px -3px #683c14, -3px 6px #683c14, -3px -6px #683c14, 6px -2px #683c14, -6px -2px #683c14, -2px 6px #683c14, -2px -6px #683c14, 6px -1px #683c14, -6px -1px #683c14, -1px 6px #683c14, -1px -6px #683c14, 6px 0px #683c14, -6px 0px #683c14, 0px 6px #683c14, 0px -6px #683c14, 6px 1px #683c14, -6px 1px #683c14, 1px 6px #683c14, 1px -6px #683c14, 6px 2px #683c14, -6px 2px #683c14, 2px 6px #683c14, 2px -6px #683c14, 6px 3px #683c14, -6px 3px #683c14, 3px 6px #683c14, 3px -6px #683c14, 6px 4px #683c14, -6px 4px #683c14, 4px 6px #683c14, 4px -6px #683c14, 6px 5px #683c14, -6px 5px #683c14, 5px 6px #683c14, 5px -6px #683c14, 6px 6px #683c14, -6px 6px #683c14, 6px 6px #683c14, 6px -6px #683c14
		}

		.wlc-sections__profile-content--theme-default>.container,
		.wlc-sections__profile-menu--theme-default>.container {
			max-width: 1320px
		}

		.wlc-sections__profile-content--theme-first>.container {
			max-width: 1370px
		}

		.wlc-sections__profile-content--theme-first .wlc-profile-content,
		.app-profile-loyalty-tournaments-detail-state .wlc-sections__profile-content--theme-first .wlc-profile-content {
			padding: 20px 40px 30px
		}

		.app-profile-dashboard-state {
			--profile-dashboard-gap: 25px
		}

		.app-profile-main-info-state .wlc-sections__profile-content--theme-first .wlc-profile-form__block {
			padding: 20px 0 0
		}

		.app-profile-main-info-state .wlc-sections__profile-content--theme-first .wlc-profile-form__block--submit {
			padding: 0
		}

		.app-profile-main-info-state .wlc-sections__profile-content--theme-first .wlc-profile-form__block--password .wlc-btn {
			margin: 0 auto 20px
		}

		.app-profile-main-info-state .wlc-sections__profile-content--theme-first .wlc-profile-form__block--text-block,
		.app-profile-main-info-state .wlc-sections__profile-content--theme-first .wlc-profile-form__block .wlc-title {
			margin: 0 0 20px
		}

		.app-profile-main-info-state .wlc-sections__profile-content--theme-first .wlc-profile-form__block>.wlc-phone-field,
		.app-profile-main-info-state .wlc-sections__profile-content--theme-first .wlc-profile-form__block>.wlc-birth-field,
		.app-profile-main-info-state .wlc-sections__profile-content--theme-first .wlc-profile-form__block>.wlc-email-field,
		.app-profile-main-info-state .wlc-sections__profile-content--theme-first .wlc-profile-form__block>.wlc-select,
		.app-profile-main-info-state .wlc-sections__profile-content--theme-first .wlc-profile-form__block>.wlc-input {
			margin: 0 0 20px
		}

		.app-profile-main-info-state .wlc-sections__profile-content--theme-first .wlc-profile-form__block>.wlc-phone-field,
		.app-profile-main-info-state .wlc-sections__profile-content--theme-first .wlc-profile-form__block>.wlc-birth-field {
			gap: 20px
		}

		.app-tournaments-state .wlc-sections__tournaments--theme-default .wlc-tournament-list--theme-default .wlc-tournament-promo--theme-default .wlc-tournament-promo__lock-btn {
			max-width: 185px
		}

		.four-elements {
			grid-template-columns: repeat(3, 1fr) 445px
		}

		.four-elements__body {
			min-height: 100px
		}

		.wlc-benefits--theme-default .wlc-benefits__item {
			grid-template-rows: 64px auto
		}

		.wlc-benefits--theme-default .wlc-benefits__item {
			padding: 0 20px
		}

		.wlc-benefits--theme-default .wlc-benefits__item-icon {
			height: 64px
		}

		.wlc-digits {
			grid-template-columns: repeat(4, 315px)
		}

		.wlc-digits__main {
			font-size: 7.2rem
		}

		.wlc-body--notify .wlc-right-widget__wrp {
			padding-top: 150px !important
		}

		.wlc-sections__total-jackpot-interactive .container,
		.wlc-sections__youtube-block .container {
			max-width: 1275px
		}

		.app-gameplay-state .container {
			max-width: 1680px
		}

		.wlc-sections__banner-section-loyalty .loyalty-banner-wrapper .wlc-kotebanner .wlc-banner--theme-default-banner .banner {
			min-height: 304px
		}
	}

	@media (max-width: 768px) {
		.wlc-sections__header--theme-2.wlc-sections__header--with-balance-info {
			margin-bottom: 30px;
			background: var(--mc-bg700)
		}

		.wlc-sections__header--theme-2.wlc-sections__header--with-balance-info .container {
			min-height: 50px
		}

		.wlc-sections__header--theme-2.wlc-sections__header--with-balance-info .container .wlc-logo {
			margin: 0 10px
		}

		.wlc-sections__header--theme-2.wlc-sections__header--with-balance-info .container .wlc-btn {
			grid-column-gap: 0;
			height: 35px
		}

		.wlc-sections__header--theme-2.wlc-sections__header--with-balance-info .container .wlc-btn.wlc-btn--theme-mod-secondary.wlc-btn--mobile-login {
			min-width: 75px
		}

		.wlc-sections__header--theme-2.wlc-sections__header--with-balance-info .container .wlc-btn--deposit.wlc-wallets__btn-deposit {
			height: 30px
		}

		.wlc-sections__header--theme-2.wlc-sections__header--with-balance-info .container {
			grid-template-columns: auto auto minmax(0, 1fr) auto
		}

		.wlc-sections__header--theme-universal.wlc-sections__header--with-balance-info {
			margin-bottom: 30px;
			background: var(--mc-bg700)
		}

		.wlc-sections__header--theme-universal.wlc-sections__header--with-balance-info .container {
			min-height: 50px
		}

		.wlc-sections__header--theme-universal.wlc-sections__header--with-balance-info .container .wlc-logo {
			width: auto;
			margin: 0 10px
		}

		.wlc-sections__header--theme-universal.wlc-sections__header--with-balance-info .container .wlc-btn {
			grid-column-gap: 0;
			height: 35px
		}

		.wlc-sections__header--theme-universal.wlc-sections__header--with-balance-info .container .wlc-btn.wlc-btn--theme-mod-secondary.wlc-btn--mobile-login {
			min-width: -moz-fit-content;
			min-width: fit-content
		}

		.wlc-sections__header--theme-universal.wlc-sections__header--with-balance-info .container .wlc-btn--deposit.wlc-wallets__btn-deposit {
			height: 30px
		}

		.wlc-sections__header--theme-universal.wlc-sections__header--with-balance-info .container .wlc-btn--deposit svg {
			width: 30px;
			height: 30px
		}

		.wlc-sections__header--theme-universal.wlc-sections__header--with-balance-info .container .wlc-btn-burger svg {
			width: 22px;
			height: 22px
		}

		.wlc-sections__header--theme-universal.wlc-sections__header--with-balance-info .header__left,
		.wlc-sections__header--theme-universal.wlc-sections__header--with-balance-info .header__right {
			gap: 5px
		}

		.wlc-sections__header--theme-universal.wlc-sections__header--with-balance-info .header__left>*:not(.wlc-logo),
		.wlc-sections__header--theme-universal.wlc-sections__header--with-balance-info .header__right>*:not(.wlc-logo) {
			margin-right: 0;
			margin-left: 0
		}

		.wlc-sections__total-jackpot-interactive,
		.wlc-sections__youtube-block {
			margin-right: calc(-1 * var(--fp-left-size-gap));
			margin-left: calc(-1 * var(--fp-left-size-gap))
		}

		.wlc-sections__categories--theme-1 .wlc-btn-search.wlc-btn,
		.wlc-sections__categories--theme-1 .wlc-btn-merch.wlc-btn {
			font-size: 1.4rem
		}
	}

	@media (max-width: 768px) {

		body.modal-open #chat-widget-container,
		body:has(.wlc-right-widget__wrp.open) #chat-widget-container {
			display: none
		}

		body.modal-open .wlc-widget-wheel__roulette,
		.wlc-sections__header--theme-universal .header__right .wlc-user-info-dropdown {
			display: none
		}

		.wlc-sections__profile-content.wlc-sections__profile-content--theme-default .wlc-profile-content__settings .wlc-title {
			display: block
		}

		#chat-widget-container {
			z-index: 10;
			margin: 60px 0 !important;
			overflow: visible !important
		}

		#chat-widget {
			margin: 60px 0 0 !important
		}

		.link-to-upper-case {
			margin-right: auto
		}

		.link-to-upper-case .wlc-btn__text {
			font-size: 20px
		}
	}

	@media (max-width: 320px) {
		.wlc-sections__games-banner .wlc-games-banner-section {
			flex-direction: column
		}

		.wlc-sections__profile-content.wlc-sections__profile-content--theme-default .wlc-profile-content__top-depo {
			flex-direction: column;
			gap: 1rem;
			align-items: start
		}

		.app-profile-main-info-state .wlc-sections__profile-content--theme-default .wlc-profile-form--theme-default .wlc-form,
		.app-profile-main-info-state .wlc-sections__profile-content--theme-default .wlc-profile-form--theme-mobile-app .wlc-form,
		.app-profile-main-info-state .wlc-sections__profile-content--theme-mobile-app .wlc-profile-form--theme-default .wlc-form,
		.app-profile-main-info-state .wlc-sections__profile-content--theme-mobile-app .wlc-profile-form--theme-mobile-app .wlc-form {
			grid-row-gap: 24px
		}

		.app-profile-main-info-state .wlc-sections__profile-content--theme-default .wlc-profile-form--theme-default .wlc-form .wlc-country-and-state--theme-mod-default .wlc-select--state,
		.app-profile-main-info-state .wlc-sections__profile-content--theme-default .wlc-profile-form--theme-mobile-app .wlc-form .wlc-country-and-state--theme-mod-default .wlc-select--state,
		.app-profile-main-info-state .wlc-sections__profile-content--theme-mobile-app .wlc-profile-form--theme-default .wlc-form .wlc-country-and-state--theme-mod-default .wlc-select--state,
		.app-profile-main-info-state .wlc-sections__profile-content--theme-mobile-app .wlc-profile-form--theme-mobile-app .wlc-form .wlc-country-and-state--theme-mod-default .wlc-select--state {
			margin: 24px 0 0
		}

		.app-profile-main-info-state .wlc-sections__profile-content--theme-default .wlc-profile-form--theme-default .wlc-form .wlc-birth-field,
		.app-profile-main-info-state .wlc-sections__profile-content--theme-default .wlc-profile-form--theme-default .wlc-form .wlc-email-field--unverified,
		.app-profile-main-info-state .wlc-sections__profile-content--theme-default .wlc-profile-form--theme-default .wlc-form .wlc-phone-field--theme-default,
		.app-profile-main-info-state .wlc-sections__profile-content--theme-default .wlc-profile-form--theme-mobile-app .wlc-form .wlc-birth-field,
		.app-profile-main-info-state .wlc-sections__profile-content--theme-default .wlc-profile-form--theme-mobile-app .wlc-form .wlc-email-field--unverified,
		.app-profile-main-info-state .wlc-sections__profile-content--theme-default .wlc-profile-form--theme-mobile-app .wlc-form .wlc-phone-field--theme-default,
		.app-profile-main-info-state .wlc-sections__profile-content--theme-mobile-app .wlc-profile-form--theme-default .wlc-form .wlc-birth-field,
		.app-profile-main-info-state .wlc-sections__profile-content--theme-mobile-app .wlc-profile-form--theme-default .wlc-form .wlc-email-field--unverified,
		.app-profile-main-info-state .wlc-sections__profile-content--theme-mobile-app .wlc-profile-form--theme-default .wlc-form .wlc-phone-field--theme-default,
		.app-profile-main-info-state .wlc-sections__profile-content--theme-mobile-app .wlc-profile-form--theme-mobile-app .wlc-form .wlc-birth-field,
		.app-profile-main-info-state .wlc-sections__profile-content--theme-mobile-app .wlc-profile-form--theme-mobile-app .wlc-form .wlc-email-field--unverified,
		.app-profile-main-info-state .wlc-sections__profile-content--theme-mobile-app .wlc-profile-form--theme-mobile-app .wlc-form .wlc-phone-field--theme-default {
			gap: 6px
		}
	}

	@media (max-width: 767px) {
		.wlc-sections__header--theme-2.wlc-sections__header--with-balance-info.wlc-sections__header--with-top-logo .container {
			grid-template-columns: auto minmax(0, 1fr) auto
		}

		.wlc-sections__header--theme-2.wlc-sections__header--with-balance-info.wlc-sections__header--with-top-logo .wlc-logo__wrapper {
			display: flex;
			padding: 7px 0;
			background: var(--mc-bg)
		}

		.wlc-sections__home-promo {
			overflow: hidden
		}

		.wlc-sections__profile-content .wlc-dashboard-grid {
			grid-template-rows: auto
		}

		.wlc-tournament--type-banner .wlc-tournament-banner--theme-default {
			display: none
		}

		.app-lotteries-detail-state .wlc-lottery-detail--theme-default {
			padding: 10px 0 0
		}
	}

	@media (max-width: 639px) {
		.app-profile-dashboard-state .wlc-bonuses-list .wlc-bonus-item {
			margin-bottom: 30px
		}
	}

	@media (max-width: 559px) {

		.wlc-sections__categories--theme-1 .wlc-btn-search.wlc-btn>span,
		.wlc-sections__categories--theme-1 .wlc-btn-merch.wlc-btn>span {
			margin: 0 auto
		}

		.wlc-sections__categories--theme-1 .wlc-btn-search.wlc-btn {
			margin-left: unset
		}

		.app-profile-cash-deposit-state .wlc-sections__profile-menu,
		.app-profile-cash-withdraw-state .wlc-sections__profile-menu {
			display: none
		}

		.app-profile-main-info-state .wlc-sections__profile-content--theme-default .wlc-profile-form--theme-default .wlc-form .wlc-email-field--unverified .wlc-btn[wlc-button],
		.app-profile-main-info-state .wlc-sections__profile-content--theme-default .wlc-profile-form--theme-mobile-app .wlc-form .wlc-email-field--unverified .wlc-btn[wlc-button],
		.app-profile-main-info-state .wlc-sections__profile-content--theme-mobile-app .wlc-profile-form--theme-default .wlc-form .wlc-email-field--unverified .wlc-btn[wlc-button],
		.app-profile-main-info-state .wlc-sections__profile-content--theme-mobile-app .wlc-profile-form--theme-mobile-app .wlc-form .wlc-email-field--unverified .wlc-btn[wlc-button] {
			margin-top: 18px
		}
	}

	@media (max-width: 479px) {
		.wlc-sections__header--theme-universal .header__right {
			gap: 5px
		}

		.wlc-sections__header--theme-universal .header__right .wlc-chat-icon,
		.wlc-sections__header--theme-universal .header__right .wlc-login-signup {
			margin: 0
		}
	}

	@media (orientation: landscape) {
		.app-gameplay-state .wlc-sections__sticky-footer {
			top: 0;
			left: 0;
			z-index: 1021;
			width: auto
		}
	}

	@media (orientation: portrait) {
		.app-gameplay-state .wlc-sections__sticky-footer {
			top: 0;
			bottom: auto;
			z-index: 1021
		}
	}

	@media (prefers-reduced-motion: no-preference) {
		:root {
			scroll-behavior: smooth
		}

		:root {
			scroll-behavior: auto
		}
	}

	@media (pointer: fine) {
		.bs-datepicker-body table td span:hover {
			color: var(--mc-baseMain);
			background: var(--mc-buttonGradient)
		}

		.bs-datepicker-body table td.disabled:hover {
			background: var(--mc-bg500)
		}

		.bs-datepicker-body table.days td span.today:hover {
			color: var(--mc-baseMain);
			background: var(--mc-buttonGradient)
		}

		.bs-datepicker-body table.days td span.today:hover:after {
			background: var(--mc-baseMain)
		}

		.wlc-sections__categories--theme-1 .wlc-btn-search.wlc-btn:hover,
		.wlc-sections__categories--theme-1 .wlc-btn-merch.wlc-btn:hover {
			background: transparent;
			color: var(--mc-main)
		}

		.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-main)
		}

		.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 {
			border: 2px solid var(--mc-main);
			background: var(--mc-main)
		}

		.wlc-sections__categories--theme-2 .wlc-btn.wlc-btn-search:hover {
			background: var(--mc-bg300)
		}

		.wlc-sections__categories--theme-2 .wlc-btn.wlc-btn-search:hover .wlc-icon {
			color: currentColor
		}

		.wlc-sections__categories--theme-2 .wlc-btn.wlc-btn-merch:hover {
			background: var(--mc-bg300)
		}

		.wlc-sections__categories--theme-2 .wlc-btn.wlc-btn-merch:hover .wlc-icon {
			color: currentColor
		}

		.wlc-sections__categories-with-side-menu .container .wlc-side-menu .wlc-btn-search:hover,
		.wlc-sections__categories-with-side-menu .container .wlc-side-menu .wlc-btn-merch:hover {
			background: var(--mc-bg100)
		}

		.wlc-sections__categories-with-side-menu .container .wlc-side-menu .wlc-btn-search:hover .wlc-icon,
		.wlc-sections__categories-with-side-menu .container .wlc-side-menu .wlc-btn-merch:hover .wlc-icon {
			color: var(--mc-baseMain)
		}

		.wlc-sections__categories-with-side-menu .container .wlc-category-menu--type-dropdown.wlc-category-menu--theme-mod-vertical[class] .wlc-menu .wlc-menu__link:hover {
			background: var(--mc-bg100)
		}

		.wlc-sections__header--theme-1 .wlc-btn-search:hover svg,
		.wlc-sections__header--theme-1 .wlc-btn-search:hover rect {
			transform: rotate(30deg)
		}

		.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__header--theme-2 .wlc-btn-search:hover svg,
		.wlc-sections__header--theme-2 .wlc-btn-search:hover rect {
			transform: rotate(30deg)
		}

		.wlc-sections__header--theme-2 .wlc-btn-burger:hover svg,
		.wlc-sections__header--theme-2 .wlc-btn-burger:hover rect,
		.wlc-sections__header--theme-2 .wlc-btn-search:hover svg,
		.wlc-sections__header--theme-2 .wlc-btn-search:hover rect {
			fill: var(--mc-baseOpacity-d20)
		}

		.wlc-sections__header--theme-universal .wlc-btn-search:hover svg,
		.wlc-sections__header--theme-universal .wlc-btn-search:hover rect {
			transform: rotate(30deg)
		}

		.wlc-sections__header--theme-universal .wlc-btn-burger:hover svg,
		.wlc-sections__header--theme-universal .wlc-btn-burger:hover rect,
		.wlc-sections__header--theme-universal .wlc-btn-search:hover svg,
		.wlc-sections__header--theme-universal .wlc-btn-search:hover rect {
			fill: var(--mc-baseMain)
		}

		.wlc-body--sticky-header-down .wlc-sections__header {
			transform: unset
		}

		.app-profile-cash-deposit-state .wlc-sections__profile-content--theme-wolf .wlc-menu.wlc-menu--theme-default .wlc-menu__link:hover,
		.app-profile-cash-withdraw-state .wlc-sections__profile-content--theme-wolf .wlc-menu.wlc-menu--theme-default .wlc-menu__link:hover,
		.app-profile-cash-transfer-state .wlc-sections__profile-content--theme-wolf .wlc-menu.wlc-menu--theme-default .wlc-menu__link:hover {
			color: var(--mc-baseThird, var(--mc-baseMain));
			background: var(--mc-bg500)
		}

		.wlc-aff-content .wlc-btn:hover {
			box-shadow: 0 0 15px #7dbeff66
		}

		.wlc-aff-content .wlc-btn:hover:before {
			opacity: 0
		}

		.wlc-sections__header--theme-universal .wlc-btn-search__text:hover {
			color: var(--mc-baseMain)
		}

		.wlc-sections__header--theme-universal .wlc-btn-search:hover svg {
			transform: none
		}

		.wlc-sections__profile-content.wlc-sections__profile-content--theme-default .bonuses-text-wrapper .wlc-link-block--theme-default .wlc-link-block__text .wlc-btn__text:hover {
			color: var(--mc-main);
			text-decoration-line: none
		}

		.app-profile-cash-deposit-state .wlc-lottery-cta--theme-default.wlc-lottery-cta .wlc-lottery-cta__controls .wlc-btn.wlc-btn--theme-default:hover {
			background: var(--mc-baseMain-o2)
		}

		.wlc-sections__footer--theme-1 .footer-bottom__links .wlc-social-icons__link:hover {
			background: var(--mc-main)
		}

		.wlc-sections__telegram-banner .banner.telegram-banner .banner__link:hover {
			background: var(--mc-baseMain-o2)
		}

		.bs-datepicker-body table.days td span.is-other-month:hover {
			color: var(--mc-black)
		}
	}

	@charset "UTF-8";

	@keyframes fadeUp {
		.table {
			width: 100%;
			margin-bottom: 20px;
			border: 5px solid #fff;
			border-top: 5px solid #fff;
			border-bottom: 3px solid #fff;
			border-collapse: collapse;
			outline: 3px solid #ffd300;
			font-size: 15px;
			background: #fff !important;
		}

		.table th {
			font-weight: bold;
			padding: 7px;
			background: #ffd300;
			border: none;
			text-align: left;
			font-size: 15px;
			border-top: 3px solid #fff;
			border-bottom: 3px solid #ffd300;
		}

		.table td {
			padding: 7px;
			border: none;
			border-top: 3px solid #fff;
			border-bottom: 3px solid #fff;
			font-size: 15px;
		}

		.table tbody tr:nth-child(even) {
			background: #f8f8f8 !important;
		}
	}