.Button-module__wrapper{color:var(--dark-text-color);font-size:1rem;line-height:1.375rem;display:inline-flex;align-items:center;justify-content:center;width:fit-content;min-width:8.125em;height:2.5em;padding:0 1.875em;background-color:var(--primary-button-background-color);border:0 none;border-radius:var(--button-border-radius);color:var(--primary-button-text-color);font-weight:bold;font-family:var(--root-font-family-secondary);cursor:pointer}.Button-module__wrapper::first-letter{text-transform:uppercase}.Button-module__wrapper:hover{opacity:.8;transition:opacity .2s ease-in}.Button-module__wrapper:disabled{opacity:.4}.Button-module__secondary{background-color:var(--secondary-button-background-color);color:var(--secondary-button-text-color)}.Button-module__tertiary{background-color:var(--tertiary-button-background-color);color:var(--tertiary-button-text-color)}.Button-module__clean{background-color:rgba(0,0,0,0);color:var(--dark-text-color);text-decoration:underline}.Button-module__iconButton{min-width:0;padding:0;background-color:rgba(0,0,0,0)}.Button-module__modalCloseButton{width:2.5em;min-width:2.5em;height:2.5em;padding:0;background-color:var(--modal-button-background-color);border-radius:100%}.Button-module__crossIcon{width:.9375em;fill:var(--modal-button-text-color)}
.Spinner-module__spinner{position:absolute;top:50%;left:50%;display:block;width:1.5em;height:1.5em;transform:translate(-50%, -50%)}.Spinner-module__spinner::after{content:"";display:block;width:1.5em;height:1.5em;border:.125em solid var(--spinner-background-color);border-top-color:var(--spinner-color);border-radius:50%;will-change:transform;animation:Spinner-module__spinner .6s linear infinite}.Spinner-module__isSmall{font-size:.5em}.Spinner-module__isMedium{font-size:1em}.Spinner-module__isLarge{font-size:1.5em}@keyframes Spinner-module__spinner{to{transform:rotate(360deg)}}
.Modal-module__wrapper{z-index:11;position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:var(--modal-background-color);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.Modal-module__wrapper.Modal-module__willJustifyLeft{justify-content:flex-start}.Modal-module__wrapper.Modal-module__willAlignBottom{align-items:flex-end}@media(max-width: 767px){.Modal-module__wrapper.Modal-module__isPrizeModal{bottom:8.5em}.Modal-module__wrapper.Modal-module__isMenuExpanded{bottom:15.3125em}.Modal-module__wrapper.Modal-module__isPrePurchaseExpanded{bottom:15.3125em}}@media(min-width: 768px){.Modal-module__wrapper.Modal-module__isPrizeModal{bottom:17.1875em}.Modal-module__wrapper.Modal-module__isChatExpanded{right:17.5em}.Modal-module__wrapper.Modal-module__isLandscape.Modal-module__isPrizeModal{bottom:9.1875em}.Modal-module__wrapper.Modal-module__isLandscape.Modal-module__isPrePurchaseExpanded{bottom:13.125em}}@media(min-width: 1181px){.Modal-module__wrapper{top:var(--desktop-top-banner-height)}.Modal-module__wrapper.Modal-module__isPrizeModal{right:0;bottom:0;left:17.5em}.Modal-module__wrapper.Modal-module__isChatExpanded{right:17.5em}}.Modal-module__modal{width:22.1875em;padding:1.875em 2.5em;background-color:var(--light-popup-background);border-radius:.5em;color:var(--modal-text-color);font-family:var(--root-font-family-secondary);text-align:center;box-shadow:0 .75em 2em 0 rgba(0,38,50,.5)}.Modal-module__willFill{width:100%;height:100%}.Modal-module__title{color:var(--dark-text-color);font-size:1.5rem;line-height:1.875rem;margin-bottom:.4166666667em}.Modal-module__title.Modal-module__lessMargin{margin-bottom:.2083333333em}.Modal-module__content{margin-bottom:1.875em}.Modal-module__footer{display:flex;align-items:center;justify-content:center}
.Scrollbars-module__wrapper{overflow:auto;scrollbar-color:var(--scroll-bar-thumb-color) var(--scroll-bar-track-color);scrollbar-width:thin}.Scrollbars-module__wrapper::-webkit-scrollbar{width:.5em;height:.5em}.Scrollbars-module__wrapper::-webkit-scrollbar-track{background-color:var(--scroll-bar-track-color);border-radius:.375em}.Scrollbars-module__wrapper::-webkit-scrollbar-thumb{background-color:var(--scroll-bar-thumb-color);border-radius:.375em}
.BingoRoom-module__wrapper{position:relative;display:flex;flex-direction:column;margin:0 0 .625em;padding:.625em 1.25em;background-size:cover;font-family:var(--root-font-family-secondary);opacity:0;animation:BingoRoom-module__fade-in .3s ease forwards}.BingoRoom-module__wrapper.BingoRoom-module__isOnlyOneRoom{pointer-events:none}.BingoRoom-module__wrapper.BingoRoom-module__isCurrentRoom{pointer-events:none}.BingoRoom-module__wrapper.BingoRoom-module__isCurrentRoom::after{content:"";position:absolute;top:0;left:0;width:10px;height:100%;background-color:var(--theme-color-1)}.BingoRoom-module__wrapper:hover{text-decoration:none}.BingoRoom-module__wrapper::before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,62,82,.15)}.BingoRoom-module__wrapper>div{position:relative;display:flex;align-items:center;justify-content:space-between}.BingoRoom-module__wrapper .BingoRoom-module__minHeight{min-height:5.3125em}.BingoRoom-module__wrapper .BingoRoom-module__chatHostWrapper{display:flex;align-items:center}.BingoRoom-module__wrapper .BingoRoom-module__chatHostWrapper>.BingoRoom-module__imgWrapper{width:2.4375em;height:2.4375em;margin-left:.375em;border-radius:100%;overflow:hidden}.BingoRoom-module__wrapper .BingoRoom-module__chatHostWrapper>.BingoRoom-module__imgWrapper>img{width:100%;height:100%;object-fit:cover}.BingoRoom-module__wrapper .BingoRoom-module__chatHost{color:var(--dark-text-color);font-size:.75rem;line-height:1.25rem;color:var(--light-text-color);margin-top:-0.375em;font-weight:bold;line-height:1em;white-space:pre;text-align:right}@media(min-width: 1181px){.BingoRoom-module__wrapper .BingoRoom-module__whiteBG{flex-direction:column;padding:0;background-color:rgba(255,255,255,.75);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.BingoRoom-module__wrapper .BingoRoom-module__whiteBG .BingoRoom-module__nameWrapper{position:relative;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;width:100%;padding:0 1.25em}}@media(min-width: 1181px){.BingoRoom-module__wrapper{padding:0;background-size:contain}}.BingoRoom-module__isOnlyOneRoom{order:1}.BingoRoom-module__isOnlyOneRoom>span{margin:0 !important}.BingoRoom-module__justifyEnd{justify-content:flex-end !important;order:2}.BingoRoom-module__lastOrder{order:3}.BingoRoom-module__logo{height:3.125em;margin:.625em 0 .9375em -0.625em}.BingoRoom-module__logo.BingoRoom-module__isChatHost{margin:.9375em 0 .9375em}.BingoRoom-module__nameAndChatHost{position:absolute;top:.625em;right:.625em;display:flex;flex-direction:column}.BingoRoom-module__icon{width:1.125rem;margin-right:.1875em;stroke:var(--light-text-color)}@media(min-width: 1181px){.BingoRoom-module__icon{margin-right:.3125em;stroke:var(--dark-text-color)}}.BingoRoom-module__roomName{color:var(--dark-text-color);font-size:.75rem;line-height:1.25rem;color:var(--light-text-color);font-weight:500;text-transform:uppercase}@media(min-width: 1181px){.BingoRoom-module__roomName{margin-bottom:.375em;text-align:right}}.BingoRoom-module__time{color:var(--dark-text-color);font-size:1rem;line-height:1.375rem;color:var(--light-text-color);position:relative;font-weight:bold;line-height:1.25rem}@media(min-width: 1181px){.BingoRoom-module__time{color:var(--dark-text-color);font-size:1.25rem;line-height:1.625rem;font-weight:normal}}.BingoRoom-module__nextGame{color:var(--dark-text-color);font-size:1rem;line-height:1.375rem;margin:.625em .1875em .3125em}@media(min-width: 1181px){.BingoRoom-module__nextGame{margin:.625em .1875em .1875em}}.BingoRoom-module__bingoName{color:var(--dark-text-color);font-size:1.125rem;line-height:1.5rem;color:var(--light-text-color);margin:0 0 .3125em,.3125em;font-weight:bold;line-height:1.25rem}@media(min-width: 1181px){.BingoRoom-module__bingoName{color:var(--dark-text-color);font-size:1rem;line-height:1.375rem;margin:.3125em 0 .1875em}}.BingoRoom-module__variantAndPlayers{display:flex;justify-content:flex-start;width:100%;padding:.5em 1.25em;align-items:center !important}.BingoRoom-module__variantName{color:var(--dark-text-color);font-size:1rem;line-height:1.375rem;margin:0 .9375em 0 .3125em}.BingoRoom-module__variantIcon{margin-bottom:.1875rem;overflow:visible}.BingoRoom-module__jackpot{color:var(--dark-text-color);font-size:.875rem;line-height:1.25rem;color:var(--light-text-color);max-width:150px;font-weight:bold;line-height:1rem}.BingoRoom-module__jackpotText,.BingoRoom-module__jackpotSum{color:var(--dark-text-color);font-size:1rem;line-height:1.375rem;margin:0 .1875em .625em;white-space:pre}.BingoRoom-module__jackpotSum{font-weight:bold}.BingoRoom-module__players{color:var(--dark-text-color);font-size:1rem;line-height:1.375rem;margin:0 0 .3125em;font-weight:bold}@media(min-width: 1181px){.BingoRoom-module__players{margin:0 0 .1875em}}.BingoRoom-module__starIcon{margin:0 .3125em .9375em 0}.BingoRoom-module__countdownWrapper{display:flex;align-items:flex-end;justify-content:space-between;width:100%;min-height:2.6875rem;padding:.8125em 1.25em}.BingoRoom-module__countdownWrapper>a{margin-bottom:.4375em}.BingoRoom-module__countdownWrapper>a:hover{text-decoration:none}.BingoRoom-module__mobileButton{z-index:2;margin:.625rem 0}@keyframes BingoRoom-module__fade-in{0%{opacity:0}100%{opacity:1}}.BingoRoom-module__rocketWrapper{position:relative;display:flex;align-items:flex-end;justify-content:flex-start;width:100%;padding:0 1.25em;transform:translateY(-5px)}.BingoRoom-module__rocketIcon{position:absolute;top:0;left:47px}.BingoRoom-module__rocketIcon>*{fill:var(--light-text-color)}@media(min-width: 1181px){.BingoRoom-module__rocketIcon{position:relative;top:unset;left:unset}.BingoRoom-module__rocketIcon>*{fill:var(--dark-text-color)}}
.BingoRooms-module__wrapper{display:flex;flex-direction:column;width:100%;min-height:fit-content;margin:.5625em 0 0}@media(min-width: 1181px){.BingoRooms-module__wrapper{margin:0}}.BingoRooms-module__header{color:var(--dark-text-color);font-size:.875rem;line-height:1.25rem;margin:0 0 .625em 1.25em;font-weight:bold}@media(min-width: 1181px){.BingoRooms-module__header{display:none}}.BingoRooms-module__loader{position:relative;display:flex;align-items:center;min-height:5.625em}@media(min-width: 1181px){.BingoRooms-module__loader{margin-top:calc((var(--inner-height) - 8.5625em)/2)}}
.GameWallet-module__outerWrapper{display:flex;align-items:flex-start;width:100%;height:2.25em}@media(min-width: 768px){.GameWallet-module__outerWrapper{height:2.75em}}.GameWallet-module__wrapper{color:var(--dark-text-color);font-size:.875rem;line-height:1.25rem;display:flex;flex-direction:column;width:100%;height:100%;font-family:var(--root-font-family-secondary)}.GameWallet-module__wrapper.GameWallet-module__isTutorialView{color:var(--light-text-color)}.GameWallet-module__wrapper.GameWallet-module__notInUserProfile{width:100%}@media(max-width: 374px){.GameWallet-module__wrapper.GameWallet-module__notInUserProfile{width:8.3333333333em}}@media(min-width: 768px){.GameWallet-module__wrapper.GameWallet-module__notInUserProfile{color:var(--dark-text-color);font-size:1rem;line-height:1.375rem}}@media(max-width: 374px){.GameWallet-module__wrapper{color:var(--dark-text-color);font-size:.75rem;line-height:1.25rem}}@media(min-width: 1181px){.GameWallet-module__wrapper{flex-direction:row}.GameWallet-module__wrapper.GameWallet-module__isTutorialView{color:var(--dark-text-color)}}.GameWallet-module__walletIcon{width:24px;min-width:24px;margin:.3125em .5625em 0 0;stroke:var(--dark-text-color)}.GameWallet-module__walletIcon.GameWallet-module__isTutorialView{stroke:var(--light-text-color)}@media(max-width: 374px){.GameWallet-module__walletIcon.GameWallet-module__notInUserProfile{display:none}}@media(min-width: 768px){.GameWallet-module__walletIcon{width:30px;min-width:30px;margin:.3125em .6875em 0 0}}@media(min-width: 1181px){.GameWallet-module__walletIcon{display:none}}.GameWallet-module__walletText{font-weight:bold}@media(max-width: 374px){.GameWallet-module__walletText.GameWallet-module__notInUserProfile{font-weight:normal}.GameWallet-module__walletText.GameWallet-module__notInUserProfile::after{content:":"}}@media(min-width: 1181px){.GameWallet-module__walletText{font-weight:normal}.GameWallet-module__walletText::after{content:":"}}.GameWallet-module__secondContainer{display:flex;flex:1;align-items:baseline;justify-content:space-between;padding-left:.25em}.GameWallet-module__secondContainer.GameWallet-module__notInUserProfile{padding-left:0}@media(max-width: 374px){.GameWallet-module__secondContainer.GameWallet-module__notInUserProfile{justify-content:flex-start}}@media(max-width: 374px){.GameWallet-module__secondContainer button{margin-left:1em}}.GameWallet-module__addMoney{color:var(--dark-text-color);font-size:.875rem;line-height:1.25rem;align-items:flex-end;justify-content:flex-end;min-width:41px;height:100%;margin-left:.375em;padding:0;font-weight:bold}.GameWallet-module__addMoney.GameWallet-module__notInUserProfile{padding:0}@media(min-width: 768px){.GameWallet-module__addMoney.GameWallet-module__notInUserProfile{color:var(--dark-text-color);font-size:1rem;line-height:1.375rem;min-width:55px}}.GameWallet-module__addMoney.GameWallet-module__isTutorialView{color:var(--light-text-color)}@media(max-width: 374px){.GameWallet-module__addMoney{color:var(--dark-text-color);font-size:.75rem;line-height:1.25rem}}@media(min-width: 1181px){.GameWallet-module__addMoney{height:1.25em}.GameWallet-module__addMoney.GameWallet-module__isTutorialView{color:var(--dark-text-color)}}.GameWallet-module__walletLink{text-decoration:underline}@media(min-width: 1181px){.GameWallet-module__walletLink:hover{cursor:pointer}}
.UserProfileContainer-module__wrapper{width:100%;height:3.375em;min-height:3.375em}.UserProfileContainer-module__loginButton{color:var(--dark-text-color);font-size:1.25rem;line-height:1.625rem;display:flex;align-items:center;justify-content:center;width:100%;height:100%;padding:.625em 0;background-color:var(--theme-color-1);color:var(--color-white);font-weight:bold;font-family:var(--root-font-family-secondary);text-decoration:underline}@media(min-width: 1181px){.UserProfileContainer-module__loginButton{border-radius:0 .5em 0 0}}.UserProfileContainer-module__userContainer{color:var(--dark-text-color);font-size:.875rem;line-height:1.25rem;display:flex;align-items:center;width:calc(100% - 2.5em);height:100%;margin:0 1.25em;padding-bottom:.5625em;background-color:var(--color-lighter-blue);border-bottom:1px solid rgba(0,62,82,.25);font-family:var(--root-font-family-secondary)}.UserProfileContainer-module__userContainer.UserProfileContainer-module__isTutorialView{background-color:rgba(0,0,0,0)}@media(min-width: 768px){.UserProfileContainer-module__userContainer{padding-bottom:.9375em}}@media(min-width: 1181px){.UserProfileContainer-module__userContainer{width:100%;margin:0;padding:0;border-bottom:none;border-radius:0 .25em 0 0}.UserProfileContainer-module__userContainer.UserProfileContainer-module__isTutorialView{background-color:var(--color-lighter-blue)}}.UserProfileContainer-module__userIcon{display:none}@media(min-width: 1181px){.UserProfileContainer-module__userIcon{display:block;width:3em;max-width:3em;height:3em;max-height:3em;margin:0 .625em;border-radius:100%}}.UserProfileContainer-module__userInformation{width:100%}.UserProfileContainer-module__userInformation>span{display:none}@media(min-width: 1181px){.UserProfileContainer-module__userInformation{display:flex;flex:1;flex-direction:column;align-self:flex-end;height:2.5em;margin-bottom:.5em;padding-right:.625em}.UserProfileContainer-module__userInformation>span{display:block;font-weight:bold}}
.SettingsToggleButton-module__wrapper{display:flex;justify-content:space-between;width:100%;margin-bottom:.375em;padding-right:1em}.SettingsToggleButton-module__button{position:relative;width:2.5em;height:1.25em;background-color:var(--toggle-bg-color);border:.0625em solid var(--toggle-bg-color);border-radius:.625em}.SettingsToggleButton-module__button.SettingsToggleButton-module__isActive{background-color:var(--toggle-bg-color);border:.0625em solid var(--toggle-bg-color)}.SettingsToggleButton-module__indicator{position:absolute;top:.0625em;left:.0625em;display:block;width:1em;height:1em;background-color:var(--toggle-handle-color);border-radius:50%;transition:left 250ms}.SettingsToggleButton-module__indicator.SettingsToggleButton-module__isActive{left:21px;background-color:var(--toggle-handle-color-active);transition:left 250ms}.SettingsToggleButton-module__label{color:var(--dark-text-color);font-size:1rem;line-height:1.375rem}
.MarkingSymbols-module__wrapper{display:flex}.MarkingSymbols-module__shapes{margin-right:.75em;cursor:pointer;fill:var(--lot-highlight-color-1)}.MarkingSymbols-module__shapes.MarkingSymbols-module__active{stroke:var(--settings-selected-color);stroke-width:.1875em}
.ColorBoxes-module__wrapper{display:flex}.ColorBoxes-module__colorbox{margin-right:.8125em;cursor:pointer;fill:var(--lot-highlight-color-1)}.ColorBoxes-module__colorbox:nth-child(2){fill:var(--lot-highlight-color-2)}.ColorBoxes-module__colorbox:nth-child(3){fill:var(--lot-highlight-color-3)}.ColorBoxes-module__colorbox:nth-child(4){fill:var(--lot-highlight-color-4)}.ColorBoxes-module__colorbox.ColorBoxes-module__active{stroke:var(--settings-selected-color);stroke-width:.1875em}
.ProfileIcons-module__wrapper{display:flex;flex-wrap:wrap;width:100%}.ProfileIcons-module__iconWrapper{position:relative;width:2.1875em;height:2.1875em;margin:0 .3125em .3125em 0;border-radius:100%}.ProfileIcons-module__iconWrapper.ProfileIcons-module__active::before{content:"";position:absolute;width:2.1875em;height:2.1875em;background-color:rgba(0,0,0,0);border:.1875em solid var(--settings-selected-color);border-radius:100%}.ProfileIcons-module__icon{width:100%;height:100%;object-fit:cover;object-position:center}
.ChangeNickname-module__wrapper{display:flex;flex-direction:column;gap:.625em;padding:1.25em 0;width:100%}.ChangeNickname-module__header{color:var(--dark-text-color);font-weight:bold}.ChangeNickname-module__inputWrapper{display:flex;align-items:center;gap:.25em;padding:0 .875em 0 0;width:100%}.ChangeNickname-module__icon{width:2.5em;fill:var(--menu-icon-blue)}.ChangeNickname-module__arrow{transform:rotate(180deg)}.ChangeNickname-module__arrow circle{fill:var(--menu-icon-blue)}.ChangeNickname-module__arrow path{fill:var(--menu-icon-white)}.ChangeNickname-module__input{height:2.25em;padding:.625em;background-color:var(--theme-color-2);border:0 none;border-radius:.5em;color:var(--chat-text-color);outline:0 none;transition:opacity 350ms;width:100%}.ChangeNickname-module__input.ChangeNickname-module__isDisabled{opacity:.5}@media(max-width: 767px){.ChangeNickname-module__input{width:calc(100% - 1.5em)}}
.SettingsWindow-module__wrapper{display:flex;flex-direction:column;width:17.5em;height:calc(var(--inner-height) - var(--top-bar-height));margin-top:var(--top-bar-height);padding:1.5em .3125em 1.5em 1.25em;background-color:var(--color-white);border-radius:0 .25em .25em 0;font-family:var(--root-font-family-secondary);box-shadow:0 .5em .5em 0 rgba(0,0,0,.5)}@media(min-width: 1181px){.SettingsWindow-module__wrapper{height:calc(calc(var(--inner-height) - var(--top-bar-height)) - 4.125em);max-height:100%}}.SettingsWindow-module__header{color:var(--dark-text-color);font-size:1.25rem;line-height:1.625rem;display:block;margin-bottom:1.25em}.SettingsWindow-module__subheader{color:var(--dark-text-color);font-size:1rem;line-height:1.375rem;display:block;margin:1.75em 0 .75em;font-weight:bold}.SettingsWindow-module__explanation{color:var(--dark-text-color);font-size:.75rem;line-height:1.25rem;margin:0 .625em .625em 0;line-height:1rem}
.SettingButtons-module__wrapper{display:flex;align-items:center;justify-content:space-evenly;width:100%}@media(min-width: 768px){.SettingButtons-module__wrapper{align-items:flex-start;justify-content:flex-start}}@media(min-width: 1181px){.SettingButtons-module__wrapper{width:auto}}.SettingButtons-module__modalWrapper{display:flex;align-items:center}.SettingButtons-module__modalWrapper>.SettingButtons-module__modalCloseButton{margin:1.25em}@media(min-width: 1181px){.SettingButtons-module__modalWrapper{margin-top:4.0625em;margin-left:17.5em}}.SettingButtons-module__soundText{color:var(--dark-text-color);font-size:.75rem;line-height:1.25rem;display:flex;align-items:center;font-weight:bold;font-family:var(--root-font-family-secondary)}.SettingButtons-module__menuSoundIcon{width:32px;margin:-0.625em .625em 0 0;fill:var(--menu-icon-blue);animation:SettingButtons-module__fadeIn .3s ease forwards}.SettingButtons-module__icon{width:2.25em;fill:var(--menu-icon-blue);animation:SettingButtons-module__fadeIn .3s ease forwards}.SettingButtons-module__icon.SettingButtons-module__white{fill:var(--menu-icon-white)}@media(min-width: 768px){.SettingButtons-module__icon{width:1.625em;margin:.625em}}@media(min-width: 1181px){.SettingButtons-module__icon{width:1.5em;margin:.5em}}.SettingButtons-module__arrow circle{fill:var(--menu-icon-blue)}.SettingButtons-module__arrow path{fill:var(--menu-icon-white)}.SettingButtons-module__arrow.SettingButtons-module__white circle{fill:var(--menu-icon-white)}.SettingButtons-module__arrow.SettingButtons-module__white path{fill:var(--menu-icon-blue)}@media(min-width: 768px){.SettingButtons-module__arrow{margin-left:0}}@media(min-width: 1181px){.SettingButtons-module__arrow{margin-left:1em}}@keyframes SettingButtons-module__fadeIn{0%{opacity:0}100%{opacity:1}}
.LayoutButtons-module__wrapper{display:flex;flex:1;align-items:flex-start;justify-content:flex-end;padding-right:1.25em}.LayoutButtons-module__wrapper.LayoutButtons-module__isLongTickets{align-items:unset}@media(min-width: 1181px){.LayoutButtons-module__wrapper{flex:0 0 8.75em;padding:.9375em 1.25em 0 0}}.LayoutButtons-module__layoutIcon{width:1.4375em;fill:var(--layout-icon-background-color)}.LayoutButtons-module__layoutIcon.LayoutButtons-module__isSmaller{width:1.25em}.LayoutButtons-module__layoutIcon.LayoutButtons-module__active{fill:var(--selected-layout-icon-background-color)}.LayoutButtons-module__layoutIcon.LayoutButtons-module__activeTutorial{fill:#fff}.LayoutButtons-module__layoutButton{width:1.4375em;margin-left:.9375em}.LayoutButtons-module__layoutButton.LayoutButtons-module__isLongTickets:nth-of-type(1) .LayoutButtons-module__layoutIcon,.LayoutButtons-module__layoutButton.LayoutButtons-module__isLongTickets:nth-of-type(3) .LayoutButtons-module__layoutIcon{transform:rotate(90deg)}.LayoutButtons-module__layoutButton.LayoutButtons-module__isLongTickets:nth-of-type(2) .LayoutButtons-module__layoutIcon{transform:rotate(-90deg)}
.BonusNotification-module__wrapper{width:100%}.BonusNotification-module__paragraph{color:var(--dark-text-color);font-size:.75rem;line-height:1.25rem;margin-bottom:.625em;line-height:.75rem;text-align:left}.BonusNotification-module__paragraph.BonusNotification-module__isLandscape{margin-bottom:.3125em}.BonusNotification-module__paragraph.BonusNotification-module__isInSidemenu{color:var(--dark-text-color);font-size:.875rem;line-height:1.25rem;margin-bottom:.5em;line-height:1.375rem;text-align:center}.BonusNotification-module__paragraph>span{margin-right:.3125em;font-weight:bold}@media(min-width: 768px){.BonusNotification-module__paragraph{color:var(--dark-text-color);font-size:.875rem;line-height:1.25rem;text-align:center}}@media(min-width: 1181px){.BonusNotification-module__paragraph{margin-bottom:.625em}}.BonusNotification-module__progressBarWrapper{position:relative;padding-right:.375em}.BonusNotification-module__progressBar{width:100%;height:1.125em;background-color:var(--bonus-bar-background-color);border-radius:24px;overflow:hidden}.BonusNotification-module__progress{height:100%;background-color:var(--bonus-bar-color);border-radius:0 24px 24px 0;transition:width .3s 0s ease}.BonusNotification-module__coins{position:absolute;top:-0.625em;right:-0.0625em;width:25px;filter:drop-shadow(0 2px 2px rgba(131, 99, 4, 0.5));overflow:visible}.BonusNotification-module__coins.BonusNotification-module__isInSidemenu{top:-0.875em;width:30px}@media(min-width: 1181px){.BonusNotification-module__coins{top:-0.875em;width:30px}}.BonusNotification-module__price{color:var(--dark-text-color);font-size:.75rem;line-height:1.25rem;display:none;margin-top:.5rem;font-weight:bold;text-align:right}.BonusNotification-module__price.BonusNotification-module__isInSidemenu{display:block;margin:.5rem 0 0}@media(min-width: 1181px){.BonusNotification-module__price{display:block}}
.MobileView-module__wrapper{z-index:2;position:absolute;top:0;display:flex;align-items:center;justify-content:space-between;width:100%;height:3.125em;padding:0 .5em}.MobileView-module__wrapper.MobileView-module__isHidden{display:none}.MobileView-module__wrapper.MobileView-module__isHidden>*{display:none}@media(min-width: 768px){.MobileView-module__wrapper{height:5em;padding:0 1.25em}.MobileView-module__wrapper.MobileView-module__isLandscape{height:4em}}.MobileView-module__modalWrapper{display:flex;align-items:center}.MobileView-module__modalWrapper>.MobileView-module__modalCloseButton{margin:1.25em}@media(min-width: 1181px){.MobileView-module__modalWrapper{margin-top:4.0625em;margin-left:17.5em}}.MobileView-module__returnButton,.MobileView-module__menuButton{display:flex;align-items:center;height:100%}.MobileView-module__returnButton>svg,.MobileView-module__menuButton>svg{width:1.625em}@media(min-width: 768px){.MobileView-module__menuButton>svg{margin-bottom:.25em}}.MobileView-module__tabletSettingsContainer{display:flex;flex:1;align-items:flex-start}.MobileView-module__returnButton>svg circle{fill:var(--menu-icon-white)}.MobileView-module__returnButton>svg path{fill:var(--menu-icon-blue)}.MobileView-module__menuWrapper{z-index:-1;position:absolute;width:100%;height:calc(var(--inner-height) - var(--top-bar-height));max-height:100%;overflow:hidden;transition:all 0s .3s}.MobileView-module__menuWrapper.MobileView-module__active{z-index:10;transition:all 0s 0s}.MobileView-module__scrollable{display:flex;flex-direction:column;align-items:center;width:100%;height:100%}.MobileView-module__sideMenu{z-index:10;position:absolute;top:0;right:0;display:flex;flex-direction:column;align-items:center;width:16em;height:calc(var(--inner-height) - var(--top-bar-height));max-height:100%;background-color:var(--menu-background-color);transform:translateX(276px);transition:all .3s ease}.MobileView-module__sideMenu::before{content:"";position:absolute;top:0;left:-3.4375em;width:3.4375em;height:calc(var(--inner-height) - var(--top-bar-height));background-image:linear-gradient(270deg, rgba(3, 42, 61, 0.35) 0%, rgba(3, 42, 61, 0) 50%);pointer-events:none}.MobileView-module__sideMenu.MobileView-module__active{transform:translateX(0);transition:all .3s ease}.MobileView-module__sideMenu.MobileView-module__active.MobileView-module__noTransition{transition:unset}@media(max-width: 374px){.MobileView-module__sideMenu{width:15.75em}}@media(min-width: 768px){.MobileView-module__sideMenu{width:17.5em;transform:translateX(300px)}}.MobileView-module__bonus{width:100%;margin:.9375em 0 0;padding:0 1.25em}.MobileView-module__userBox{z-index:2;display:flex;align-items:center;justify-content:space-between;width:100%;min-height:48px;padding:.875em 1.25em 0}.MobileView-module__userBox>span{color:var(--dark-text-color);font-size:1rem;line-height:1.375rem;max-width:100%;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.MobileView-module__userBox>.MobileView-module__userIcon{width:42px}@media(min-width: 768px){.MobileView-module__userBox{min-height:52px}}.MobileView-module__logo{width:5.375em;margin:2.5em 0}@media(min-width: 768px){.MobileView-module__logo{margin:1.875em 0}}.MobileView-module__menu{width:100%;min-height:389px;padding:0 1.25em;list-style-type:none}.MobileView-module__menu>li{max-height:3.5em}.MobileView-module__menu>li,.MobileView-module__menu>a>li{padding:.9375em 0}.MobileView-module__menu>li>button,.MobileView-module__menu>a>li>button{color:var(--dark-text-color);font-size:1.25rem;line-height:1.625rem;width:100%;height:100%;text-align:left}.MobileView-module__menuCloseButton{position:absolute;bottom:3.5em;left:-1.25em;display:flex;align-items:center;justify-content:center;width:1.25em;height:3em;background-color:rgba(255,255,255,.5);border-radius:.25em 0 0 .25em;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.MobileView-module__menuCloseButton>svg{width:.4375em}
.SmallerBanner-module__wrapper{display:flex;width:100%;height:3.375em;background-repeat:no-repeat;background-position:center;background-size:100%;font-family:var(--root-font-family-secondary);overflow:hidden}@media(min-width: 768px){.SmallerBanner-module__wrapper{width:17.5em;border-radius:.5em 0 0 0}}.SmallerBanner-module__logo{width:83px;object-fit:contain}@media(min-width: 768px){.SmallerBanner-module__logo{width:6.875em}}.SmallerBanner-module__textWrapper{color:var(--dark-text-color);font-size:.75rem;line-height:1.25rem;color:var(--light-text-color);display:flex;flex:1;flex-direction:column;padding:.5em}.SmallerBanner-module__bold{color:var(--dark-text-color);font-size:.875rem;line-height:1.25rem;color:var(--light-text-color);display:flex;justify-content:space-between;font-weight:bold}.SmallerBanner-module__bold>span:nth-child(1){display:block;flex:1;height:1.25rem;white-space:pre;text-overflow:ellipsis;overflow:hidden}.SmallerBanner-module__time{display:block;width:40px}
.LargerBanner-module__wrapper{display:flex;justify-content:space-between;width:100%;height:2.5em;overflow:hidden}@media(max-width: 374px){.LargerBanner-module__wrapper{flex-direction:column;gap:.2em;height:auto}}@media(min-width: 768px){.LargerBanner-module__wrapper{width:100%;max-width:32.25em;height:3.75em}}@media(min-width: 1181px){.LargerBanner-module__wrapper{flex-direction:column;width:17.5em;height:12.5em}}.LargerBanner-module__imgWrapper{position:relative;display:flex;align-items:center;justify-content:flex-start;order:2;width:13em;height:2.5em;padding-left:.625em;background-repeat:no-repeat;background-position:center;background-size:100% 100%;border-radius:12px 0 0 12px;overflow:hidden}@media(max-width: 374px){.LargerBanner-module__imgWrapper{order:1;width:100%;height:1.875em}}@media(max-width: 767px){.LargerBanner-module__imgWrapper{border-radius:8px 0 0 8px}}@media(min-width: 768px){.LargerBanner-module__imgWrapper{order:2;width:19.5em;height:100%;padding-right:2.5em}.LargerBanner-module__imgWrapper.LargerBanner-module__isLandscape{width:15.375em}}@media(min-width: 1181px){.LargerBanner-module__imgWrapper{justify-content:center;order:1;width:100%;height:5.875em;padding:0;border-radius:0;overflow:unset}}.LargerBanner-module__logo{width:9.375em}@media(max-width: 374px){.LargerBanner-module__logo{width:5.625em}}@media(min-width: 768px){.LargerBanner-module__logo{width:14.8125em}}@media(min-width: 1181px){.LargerBanner-module__logo{width:17.5em;max-height:100%;object-fit:contain}}.LargerBanner-module__infoButton{position:absolute;right:.625em;width:1.625em}.LargerBanner-module__infoButton.LargerBanner-module__isHidden{display:none}@media(max-width: 374px){.LargerBanner-module__infoButton{width:1.5em}}@media(min-width: 768px){.LargerBanner-module__infoButton{right:.9375em;width:2.4375em}}@media(min-width: 1181px){.LargerBanner-module__infoButton{right:unset;bottom:-1.25em;width:1.625em}}.LargerBanner-module__info{width:1.625em}@media(max-width: 374px){.LargerBanner-module__info{width:1.5em}}@media(min-width: 768px){.LargerBanner-module__info{width:2.4375em}}@media(min-width: 1181px){.LargerBanner-module__info{width:1.625em}}.LargerBanner-module__textWrapper{display:flex;flex:1;flex-direction:column;align-items:center;justify-content:center;order:1;max-width:9.8125em;height:100%;margin-top:.25em}@media(max-width: 374px){.LargerBanner-module__textWrapper{flex-direction:row;justify-content:space-between;margin-top:0;padding-right:.625em}}@media(min-width: 768px){.LargerBanner-module__textWrapper{margin-right:3.4375em}}@media(min-width: 1181px){.LargerBanner-module__textWrapper{justify-content:flex-end;order:2;width:100%;max-width:100%;margin-right:0}}.LargerBanner-module__text{color:var(--dark-text-color);font-size:.75rem;line-height:1.25rem;font-weight:bold;font-family:var(--root-font-family-secondary);line-height:.9375rem;overflow:auto;text-align:center}@media(max-width: 374px){.LargerBanner-module__text{color:var(--dark-text-color);font-size:.625rem;line-height:.625rem}}@media(min-width: 768px){.LargerBanner-module__text{color:var(--dark-text-color);font-size:.875rem;line-height:1.25rem;line-height:1.625rem}}@media(min-width: 1181px){.LargerBanner-module__text{color:var(--dark-text-color);font-size:1rem;line-height:1.375rem}}.LargerBanner-module__time{color:var(--dark-text-color);font-size:1.25rem;line-height:1.625rem;display:block;width:85px;text-align:center;font-family:var(--root-font-family-secondary);line-height:1.25rem}@media(max-width: 374px){.LargerBanner-module__time{color:var(--dark-text-color);font-size:.75rem;line-height:1.25rem;width:50px}}@media(min-width: 768px){.LargerBanner-module__time{color:var(--dark-text-color);font-size:2.25rem;line-height:2.625rem;width:150px}}@media(min-width: 1181px){.LargerBanner-module__time{color:var(--dark-text-color);font-size:2.5rem;line-height:2.875rem;width:165px}}
.NakedBanner-module__wrapper{color:var(--dark-text-color);font-size:.75rem;line-height:1.25rem;display:flex;justify-content:space-between;width:100%;max-width:18.75em;font-weight:bold;font-family:var(--root-font-family-secondary)}@media(min-width: 768px){.NakedBanner-module__wrapper{color:var(--dark-text-color);font-size:.875rem;line-height:1.25rem;flex-direction:column;height:2.8571428571em}}@media(min-width: 1181px){.NakedBanner-module__wrapper{flex-direction:row}}.NakedBanner-module__time{display:block;width:34px}@media(min-width: 768px){.NakedBanner-module__time{width:40px}}
.DesktopView-module__wrapper{position:relative;display:flex;width:100%;height:4.125em;padding-top:.75em;background-color:var(--color-white)}.DesktopView-module__userWrapper,.DesktopView-module__gameWrapper{flex:0 0 17.5em}.DesktopView-module__middleWrapper{display:flex;flex:1;align-items:center}.DesktopView-module__settingsWrapper{display:flex;flex:1;justify-content:flex-start}.DesktopView-module__tutorialButton{min-width:unset;margin-left:.625em;margin-right:0em;padding:0 1.25em;line-height:1em;white-space:pre}@media(min-width: 1181px)and (max-width: 1280px){.DesktopView-module__tutorialButton{margin-left:.3125em;margin-right:.3125em}}.DesktopView-module__logo{position:absolute;top:20px;left:calc(50% - 2.1875em);width:4.375em}@media(min-width: 1181px){.DesktopView-module__logo{left:calc(50% - 3.0625em);width:6.125em}}@media(min-width: 1400px){.DesktopView-module__logo{top:.875em}}@media(min-width: 1181px)and (max-width: 1280px){.DesktopView-module__logo{position:static;top:auto;left:auto}}.DesktopView-module__buttonText{font-weight:bold}.DesktopView-module__responsibilityButton{height:2.375em;margin-right:.9375em}
.TopbarPanel-module__closeButton{display:none}@media(min-width: 768px){.TopbarPanel-module__closeButton{display:flex;margin-left:calc(50% - 1.25em)}}.TopbarPanel-module__closeButtonMobile{margin-left:calc(100% - 3.125em)}@media(min-width: 768px){.TopbarPanel-module__closeButtonMobile{display:none}}.TopbarPanel-module__modalWrapper{width:100vw;height:calc(var(--inner-height) - var(--top-bar-height));max-height:100%;padding:.625em .625em .625em;background-color:var(--lightblue-popup-background)}@media(min-width: 768px){.TopbarPanel-module__modalWrapper{width:42.5em;height:auto;margin-top:1.875em;padding:3.75em 1.25em 2.5em;border-radius:.5em}}.TopbarPanel-module__scroll{height:100%}@media(min-width: 768px){.TopbarPanel-module__scroll{height:auto}}.TopbarPanel-module__heading1{color:var(--dark-text-color);font-size:1.875rem;line-height:2.125rem;margin-bottom:1.125rem;font-weight:bold}.TopbarPanel-module__heading2{color:var(--dark-text-color);font-size:1rem;line-height:1.375rem;margin-bottom:.5em;font-weight:bold}.TopbarPanel-module__content,.TopbarPanel-module__preamble{font-family:var(--root-font-family-secondary)}.TopbarPanel-module__preamble{color:var(--dark-text-color);font-size:1.125rem;line-height:1.5rem;margin-bottom:1.125em;font-weight:500}.TopbarPanel-module__content{color:var(--dark-text-color);font-size:1rem;line-height:1.375rem;margin-bottom:1.125em}.TopbarPanel-module__link{text-decoration:underline}@media(max-width: 767px){.TopbarPanel-module__link::after{content:"";display:block;height:3.125em}}.TopbarPanel-module__gradient{position:absolute;bottom:0;left:0;width:100%;height:3.125em;background-image:linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, var(--lightblue-popup-background) 100%)}@media(min-width: 768px){.TopbarPanel-module__gradient{display:none}}
.BingoSquare-module__wrapper{display:flex;flex-wrap:wrap;align-content:flex-start;width:20px;height:20px;transform:scale(0.95)}.BingoSquare-module__wrapper.BingoSquare-module__isVertical{width:15px;height:15px}.BingoSquare-module__wrapper.BingoSquare-module__isSmallSquare{align-content:center;height:fit-content}@media(min-width: 768px){.BingoSquare-module__wrapper.BingoSquare-module__isSmallSquare{height:fit-content}}@media(max-width: 374px){.BingoSquare-module__wrapper{transform:scale(0.98)}}@media(min-width: 768px){.BingoSquare-module__wrapper{width:25px;height:25px}}.BingoSquare-module__wrapper.BingoSquare-module__is9Fields{transform:none;align-content:center}.BingoSquare-module__field{width:3px;height:3px;margin:0 1px 1px 0;background-color:var(--bingo-icon-unselected)}.BingoSquare-module__field.BingoSquare-module__darker{background-color:var(--bingo-icon-unselected-dark)}.BingoSquare-module__field.BingoSquare-module__darker.BingoSquare-module__isPotBoosterActive{background-color:var(--bingo-icon-unselected-gold)}.BingoSquare-module__field.BingoSquare-module__gold{background-color:unset}.BingoSquare-module__field.BingoSquare-module__gold.BingoSquare-module__isPotBoosterActive{background-color:var(--bingo-icon-unselected-dark)}.BingoSquare-module__field.BingoSquare-module__is9Fields{width:5px;height:5px}.BingoSquare-module__field.BingoSquare-module__is4x4{width:4px;height:4px}.BingoSquare-module__field.BingoSquare-module__isVertical{width:2px;height:2px}.BingoSquare-module__field.BingoSquare-module__isVertical.BingoSquare-module__is9Fields{width:4px;height:4px}.BingoSquare-module__field.BingoSquare-module__isVertical.BingoSquare-module__is4x4{width:3px;height:3px}.BingoSquare-module__isSmallSquare .BingoSquare-module__field:nth-last-child(-n+5){margin-bottom:0}@media(min-width: 768px){.BingoSquare-module__field{width:4px;height:4px}.BingoSquare-module__field.BingoSquare-module__is9Fields{width:7px;height:7px}.BingoSquare-module__field.BingoSquare-module__is4x4{width:5px;height:5px}}.BingoSquare-module__filled{background-color:var(--bingo-icon-selected)}.BingoSquare-module__filled.BingoSquare-module__darker{background-color:var(--bingo-icon-selected-dark)}.BingoSquare-module__filled.BingoSquare-module__darker.BingoSquare-module__isPotBoosterActive{background-color:var(--bingo-icon-selected)}.BingoSquare-module__filled.BingoSquare-module__gold{background-color:var(--color-gold)}.BingoSquare-module__filled.BingoSquare-module__gold.BingoSquare-module__isPotBoosterActive{background-color:var(--color-gold)}
.PrizePlan-module__wrapper{position:absolute;top:0;left:0;display:flex;flex-direction:column;align-items:flex-end;width:100vw;height:calc(var(--inner-height) - var(--top-bar-height));background-color:var(--darkblue-popup-background)}@media(min-width: 768px){.PrizePlan-module__wrapper{position:relative;gap:1.25em;align-items:center;width:42.5em;height:auto;max-height:calc(calc(var(--inner-height) - var(--top-bar-height)) - 6.25em);padding:0 .3125em 0 1.25em;border-radius:.5em}}.PrizePlan-module__outerButton{display:none}@media(min-width: 768px){.PrizePlan-module__outerButton{display:flex;margin:0 auto 1.25em}}.PrizePlan-module__innerButton{min-height:2.5em;margin:.625em}@media(min-width: 768px){.PrizePlan-module__innerButton{display:none}}.PrizePlan-module__scrollContainer{width:100%;max-height:80%}@media(min-width: 768px){.PrizePlan-module__scrollContainer{padding-right:.9375em}}.PrizePlan-module__title{color:var(--dark-text-color);font-size:1.25rem;line-height:1.625rem;color:var(--light-text-color);width:calc(100% - 1.25em);margin:0 .625em;font-weight:bold;line-height:1.5rem}@media(min-width: 768px){.PrizePlan-module__title{color:var(--dark-text-color);font-size:1.875rem;line-height:2.125rem;color:var(--light-text-color);width:100%;margin:2.5em 0 0;text-align:center}}.PrizePlan-module__infoContainer{display:flex;justify-content:space-between;width:calc(100% - 1.25em);margin:1.25em .625em 2.1875em}@media(min-width: 768px){.PrizePlan-module__infoContainer{width:32.25em;margin:1.875em auto 1.5625em}}.PrizePlan-module__infoBox{color:var(--dark-text-color);font-size:1rem;line-height:1.375rem;color:var(--light-text-color);display:flex;flex-direction:column;font-family:var(--root-font-family-secondary)}@media(min-width: 768px){.PrizePlan-module__infoBox{text-align:center}}.PrizePlan-module__bold{font-weight:bold}.PrizePlan-module__prizeContainer{width:100%}.PrizePlan-module__prizeBox{color:var(--dark-text-color);font-size:1rem;line-height:1.375rem;display:flex;align-items:center;justify-content:space-between;min-width:370px;margin:.25em 0;padding:.3125em .625em;background-color:var(--color-white);font-family:var(--root-font-family-secondary)}.PrizePlan-module__prizeBox.PrizePlan-module__isPotBoosterPurchaseView,.PrizePlan-module__prizeBox.PrizePlan-module__isPotBoosterActiveGameView{min-width:460px}.PrizePlan-module__prizeBox>span{font-weight:500}@media(min-width: 768px){.PrizePlan-module__prizeBox{padding:.3125em 3.125em}}.PrizePlan-module__prizeBox.PrizePlan-module__togo{margin-top:-0.9375em}.PrizePlan-module__header{background-color:rgba(0,0,0,0)}.PrizePlan-module__headerText{color:var(--dark-text-color);font-size:.875rem;line-height:1.25rem;color:var(--light-text-color);font-weight:bold;text-decoration:underline}.PrizePlan-module__iconWrapper{display:flex;align-items:center}.PrizePlan-module__item-0{flex:0 0 25%;white-space:nowrap;overflow:hidden;position:relative}.PrizePlan-module__item-0.PrizePlan-module__short>span{display:block;position:relative;max-width:46px;overflow:hidden}.PrizePlan-module__item-0.PrizePlan-module__short>span::after{content:"";position:absolute;top:0;right:0;width:15px;height:100%;background:linear-gradient(to right, rgba(0, 0, 0, 0), var(--prize-box-background, #fff) 90%);pointer-events:none}@media(min-width: 1181px){.PrizePlan-module__item-0.PrizePlan-module__short>span{max-width:100%}}@media(min-width: 768px){.PrizePlan-module__item-0{flex:1 0 30%}}.PrizePlan-module__item-1{flex:1 0 15%}@media(min-width: 768px){.PrizePlan-module__item-1{display:flex;justify-content:center}}.PrizePlan-module__item-2{flex:1 0 15%;justify-content:center;text-align:start}@media(min-width: 768px){.PrizePlan-module__item-2{text-align:center}}.PrizePlan-module__item-3{flex:1 0 25%;text-align:right}.PrizePlan-module__item-3.PrizePlan-module__isPotBoosterPurchaseView,.PrizePlan-module__item-3.PrizePlan-module__isPotBoosterActiveGameView{display:flex;align-items:center;justify-content:flex-end}.PrizePlan-module__jackpott{background-color:var(--bingo-dark-background);color:var(--color-gold)}.PrizePlan-module__jackpott>.PrizePlan-module__item-2{text-align:left}.PrizePlan-module__jackpott>.PrizePlan-module__item-3{text-align:right}.PrizePlan-module__rules{width:100%;margin:1.5625em 0;padding:0 .625em}@media(min-width: 768px){.PrizePlan-module__rules{padding:0}}.PrizePlan-module__subtitle{font-weight:bold}.PrizePlan-module__subtitle,.PrizePlan-module__content{color:var(--dark-text-color);font-size:1rem;line-height:1.375rem;color:var(--light-text-color);margin-bottom:.625em}.PrizePlan-module__gradient{position:absolute;bottom:0;width:100%;height:3.125em;background-image:linear-gradient(180deg, rgba(0, 62, 82, 0) 0%, var(--darkblue-popup-background) 100%)}@media(min-width: 768px){.PrizePlan-module__gradient{display:none}}.PrizePlan-module__rocketIcon{height:16px;margin-right:.375rem}.PrizePlan-module__rocketIcon svg{transform:translateY(-2px)}.PrizePlan-module__rocketIcon svg>*{fill:var(--dark-text-color)}.PrizePlan-module__rocketIcon.PrizePlan-module__isHidden{display:none}
.GameInfoBar-module__wrapper{position:relative;display:flex;align-items:center;justify-content:center;width:100%;height:1.625em;padding:0 .5em}.GameInfoBar-module__wrapper>*{z-index:2}@media(min-width: 768px){.GameInfoBar-module__wrapper{padding:0 1.25em}.GameInfoBar-module__wrapper.GameInfoBar-module__isLandscape{padding:0}}@media(min-width: 1181px){.GameInfoBar-module__wrapper{width:calc(100% - 17.5em);height:2.5em;margin-left:17.5em;padding:0 17.5em 0 0;background:rgba(0,0,0,.5)}.GameInfoBar-module__wrapper::after{content:none}}.GameInfoBar-module__innerWrapper{display:flex;align-items:flex-end;justify-content:space-evenly;width:100%;max-width:20em;height:100%}.GameInfoBar-module__innerWrapper>button{order:3;height:auto;padding-bottom:.125em;pointer-events:none}@media(min-width: 768px){.GameInfoBar-module__innerWrapper>button{order:unset;min-width:1.625rem;min-height:1.625rem;margin-right:1.25em}}@media(min-width: 1181px){.GameInfoBar-module__innerWrapper>button{margin:0;padding:0;pointer-events:all}}@media(min-width: 768px){.GameInfoBar-module__innerWrapper{align-items:center;max-width:40.625em}}@media(min-width: 1181px){.GameInfoBar-module__innerWrapper{max-width:56.25em}}.GameInfoBar-module__info{width:1.25rem;height:1.25rem;overflow:visible}@media(min-width: 768px){.GameInfoBar-module__info{width:1.625rem;height:1.625rem}}.GameInfoBar-module__column{display:none}.GameInfoBar-module__column.GameInfoBar-module__visibleInMobile{display:flex;flex-direction:column}@media(min-width: 768px){.GameInfoBar-module__column.GameInfoBar-module__visibleInMobile{flex-direction:row}}@media(min-width: 1181px){.GameInfoBar-module__column.GameInfoBar-module__visibleInMobile{flex-direction:column}}@media(min-width: 1400px){.GameInfoBar-module__column.GameInfoBar-module__visibleInMobile{flex-direction:row}}.GameInfoBar-module__column.GameInfoBar-module__firstColumn.GameInfoBar-module__isPotBoosterPurchaseView{position:relative;margin-left:24px}.GameInfoBar-module__column.GameInfoBar-module__firstColumn.GameInfoBar-module__isPotBoosterPurchaseView>span{text-align:start}.GameInfoBar-module__column.GameInfoBar-module__firstColumn.GameInfoBar-module__isPotBoosterPurchaseView>.GameInfoBar-module__bold{margin:0}.GameInfoBar-module__column.GameInfoBar-module__firstColumn.GameInfoBar-module__isPotBoosterPurchaseView>span:first-child{display:flex;align-items:center}@media(min-width: 768px){.GameInfoBar-module__column.GameInfoBar-module__firstColumn.GameInfoBar-module__isPotBoosterPurchaseView{margin-left:0}.GameInfoBar-module__column.GameInfoBar-module__firstColumn.GameInfoBar-module__isPotBoosterPurchaseView>.GameInfoBar-module__bold{margin:0 .625em 0 .3125em}.GameInfoBar-module__column.GameInfoBar-module__firstColumn.GameInfoBar-module__isPotBoosterPurchaseView>span{text-align:center}}.GameInfoBar-module__column.GameInfoBar-module__firstColumn.GameInfoBar-module__isPotBoosterActiveGameView,.GameInfoBar-module__column.GameInfoBar-module__firstColumn.GameInfoBar-module__isPotBoosterReplay{position:relative;margin-left:45px}.GameInfoBar-module__column.GameInfoBar-module__firstColumn.GameInfoBar-module__isPotBoosterActiveGameView>span,.GameInfoBar-module__column.GameInfoBar-module__firstColumn.GameInfoBar-module__isPotBoosterReplay>span{text-align:start}.GameInfoBar-module__column.GameInfoBar-module__firstColumn.GameInfoBar-module__isPotBoosterActiveGameView>.GameInfoBar-module__bold,.GameInfoBar-module__column.GameInfoBar-module__firstColumn.GameInfoBar-module__isPotBoosterReplay>.GameInfoBar-module__bold{margin:0}.GameInfoBar-module__column.GameInfoBar-module__firstColumn.GameInfoBar-module__isPotBoosterActiveGameView>span:first-child,.GameInfoBar-module__column.GameInfoBar-module__firstColumn.GameInfoBar-module__isPotBoosterReplay>span:first-child{display:flex;align-items:center}.GameInfoBar-module__column.GameInfoBar-module__firstColumn.GameInfoBar-module__isPotBoosterActiveGameView>*,.GameInfoBar-module__column.GameInfoBar-module__firstColumn.GameInfoBar-module__isPotBoosterReplay>*{color:var(--color-gold)}@media(min-width: 768px){.GameInfoBar-module__column.GameInfoBar-module__firstColumn.GameInfoBar-module__isPotBoosterActiveGameView,.GameInfoBar-module__column.GameInfoBar-module__firstColumn.GameInfoBar-module__isPotBoosterReplay{margin-left:0}.GameInfoBar-module__column.GameInfoBar-module__firstColumn.GameInfoBar-module__isPotBoosterActiveGameView>.GameInfoBar-module__bold,.GameInfoBar-module__column.GameInfoBar-module__firstColumn.GameInfoBar-module__isPotBoosterReplay>.GameInfoBar-module__bold{margin:0 .625em 0 .3125em}.GameInfoBar-module__column.GameInfoBar-module__firstColumn.GameInfoBar-module__isPotBoosterActiveGameView>span,.GameInfoBar-module__column.GameInfoBar-module__firstColumn.GameInfoBar-module__isPotBoosterReplay>span{text-align:center}}@media(min-width: 768px){.GameInfoBar-module__column.GameInfoBar-module__firstColumn{margin-right:1.25em}}.GameInfoBar-module__column>span{color:var(--dark-text-color);font-size:.625rem;line-height:.625rem;color:var(--light-text-color);font-family:var(--root-font-family-secondary);white-space:pre;text-align:center}.GameInfoBar-module__column>span.GameInfoBar-module__bold{margin:0 .625em 0 .3125em;font-weight:bold}.GameInfoBar-module__column>span.GameInfoBar-module__smallerMarginLeft{margin-left:.25em}@media(min-width: 768px){.GameInfoBar-module__column>span{color:var(--dark-text-color);font-size:1rem;line-height:1.375rem;color:var(--light-text-color)}}@media(min-width: 1181px){.GameInfoBar-module__column>span{line-height:1em}}@media(min-width: 1181px){.GameInfoBar-module__column{display:flex;flex-direction:column;text-align:center}}@media(min-width: 1400px){.GameInfoBar-module__column{flex-direction:row}}.GameInfoBar-module__gold{color:var(--color-gold) !important}.GameInfoBar-module__star{display:none}@media(min-width: 768px){.GameInfoBar-module__star{display:block;width:12px;margin:0 .1875em .1875em 0}}@media(min-width: 1181px){.GameInfoBar-module__star{display:none}}@media(min-width: 1400px){.GameInfoBar-module__star{display:block;max-height:14px}}.GameInfoBar-module__smaller,.GameInfoBar-module__smallest{display:none}@media(min-width: 1400px){.GameInfoBar-module__smaller,.GameInfoBar-module__smallest{display:block}}.GameInfoBar-module__smaller{width:.5em;margin:0 .125em .125em 0}.GameInfoBar-module__smallest{width:6px;margin-bottom:.21875em}.GameInfoBar-module__tutorialIcon{cursor:default}.GameInfoBar-module__tutorialIcon:hover{opacity:1;transition:none}.GameInfoBar-module__rocketIcon{display:flex;align-items:center;justify-content:center;position:absolute;bottom:10px;left:-24px;margin-right:.375rem;padding-right:20px}.GameInfoBar-module__rocketIcon>span{margin-right:.1875rem;font-weight:600;font-size:.75rem;transform:translateY(1px)}.GameInfoBar-module__rocketIcon svg{position:absolute;top:50%;right:0;transform:translateY(-50%)}.GameInfoBar-module__rocketIcon svg>*{fill:var(--light-text-color)}.GameInfoBar-module__rocketIcon.GameInfoBar-module__isPurchase svg>*{fill:var(--light-text-color)}.GameInfoBar-module__rocketIcon.GameInfoBar-module__isActiveGame,.GameInfoBar-module__rocketIcon.GameInfoBar-module__isPotBoosterReplay{right:100%;bottom:4px;left:auto}.GameInfoBar-module__rocketIcon.GameInfoBar-module__isActiveGame svg>*,.GameInfoBar-module__rocketIcon.GameInfoBar-module__isPotBoosterReplay svg>*{fill:var(--color-gold)}.GameInfoBar-module__rocketIcon.GameInfoBar-module__isHidden{display:none}@media(min-width: 768px){.GameInfoBar-module__rocketIcon{position:relative;bottom:unset;left:unset}.GameInfoBar-module__rocketIcon.GameInfoBar-module__isActiveGame,.GameInfoBar-module__rocketIcon.GameInfoBar-module__isPotBoosterReplay{right:unset;bottom:0;left:unset}}
.DragScroll-module__wrapper{z-index:1;position:relative;display:flex;align-items:center;width:100%;height:100%;padding:0;outline:none;overflow:hidden}.DragScroll-module__wrapper.DragScroll-module__isActive{visibility:hidden}.DragScroll-module__wrapper::after{content:"";z-index:5;position:absolute;top:0;left:0;display:block;width:100%;height:100%;visibility:hidden;cursor:grabbing}.DragScroll-module__wrapper.DragScroll-module__canScroll.DragScroll-module__isDragging::after{visibility:visible}@media(min-width: 1181px){.DragScroll-module__wrapper{align-items:flex-end}}.DragScroll-module__slider{outline:none;transform:translateZ(0);overflow-x:auto;overflow-y:hidden;scrollbar-width:none}.DragScroll-module__slider::-webkit-scrollbar{display:none}.DragScroll-module__canScroll .DragScroll-module__slider{cursor:grab}@media(min-width: 1181px){.DragScroll-module__slider{min-height:90%}}.DragScroll-module__inner{z-index:1;flex-shrink:0;width:100%}.DragScroll-module__scrollbar{position:absolute;right:2.5em;bottom:0;left:2.5em;display:none;height:.5em;background-color:var(--scroll-bar-track-color);border-radius:.375em;visibility:hidden;overflow:hidden}.DragScroll-module__scrollbar.DragScroll-module__isActive{visibility:visible}@media(min-width: 768px){.DragScroll-module__scrollbar{bottom:.625em;display:block}}@media(min-width: 1181px){.DragScroll-module__scrollbar{bottom:0}}.DragScroll-module__scrollbarThumb{position:absolute;top:0;left:0;width:10%;height:100%;background-color:var(--scroll-bar-thumb-color);border-radius:.375em;cursor:grab;will-change:transform}
.Header-module__wrapper{position:relative;display:flex;margin:0 0 .375em;padding:0 .375em}.Header-module__circle{position:relative;display:flex;flex:0 0 calc(20% - 0.125em);align-items:center;justify-content:center;margin:0 .0625em .125em;font-size:1em;text-align:center}.Header-module__text{display:flex;align-items:center;justify-content:center;width:1.625em;height:1.625em;background-color:var(--history-bingo-card-header-background-color);border-radius:50%;color:var(--color-white);font-weight:700;line-height:1;text-transform:uppercase}.Header-module__wrapper:not(.Header-module__isHistory) .Header-module__circle:nth-child(1) .Header-module__text{background-color:var(--bingo-card-b-background-color)}.Header-module__wrapper:not(.Header-module__isHistory) .Header-module__circle:nth-child(2) .Header-module__text{background-color:var(--bingo-card-i-background-color)}.Header-module__wrapper:not(.Header-module__isHistory) .Header-module__circle:nth-child(3) .Header-module__text{background-color:var(--bingo-card-n-background-color)}.Header-module__wrapper:not(.Header-module__isHistory) .Header-module__circle:nth-child(4) .Header-module__text{background-color:var(--bingo-card-g-background-color)}.Header-module__wrapper:not(.Header-module__isHistory) .Header-module__circle:nth-child(5) .Header-module__text{background-color:var(--bingo-card-o-background-color)}
.NumberBlock-module__number{position:relative;display:flex;flex:0 0 20%;align-items:center;justify-content:center;height:1.875em;margin:0;background-color:var(--bingo-card-number-background-color);color:var(--bingo-card-number-text-color);font-weight:500;font-family:var(--root-font-family-secondary);text-align:center}.NumberBlock-module__number.NumberBlock-module__isLongTicket{flex:0 0 11.11%;height:2.3125em}.NumberBlock-module__number.NumberBlock-module__isTinyTickets{flex:0 0 33.33%;height:3.4375em}.NumberBlock-module__number.NumberBlock-module__isTinyTickets::after{width:calc(100% + 0.25em);height:calc(100% + 0.25em);border:.25em solid var(--history-bingo-card-background-color)}.NumberBlock-module__number.NumberBlock-module__is4x4Tickets{flex:0 0 25%;height:3.125em}.NumberBlock-module__number.NumberBlock-module__is4x4Tickets.NumberBlock-module__isTallHistoryCard{height:1.875em}.NumberBlock-module__number.NumberBlock-module__is4x4Tickets.NumberBlock-module__isTallHistoryCard::after{width:calc(100% + 0.125em);height:calc(100% + 0.125em);border-width:.125em}.NumberBlock-module__number.NumberBlock-module__is4x4Tickets.NumberBlock-module__isLongHistoryCard{flex:0 0 12.6%;height:2.3125em}.NumberBlock-module__number.NumberBlock-module__is4x4Tickets.NumberBlock-module__isTallHistoryCard::after,.NumberBlock-module__number.NumberBlock-module__is4x4Tickets.NumberBlock-module__isLongHistoryCard::after{width:calc(100% + 0.125em);height:calc(100% + 0.125em);border-width:.125em}.NumberBlock-module__number::after{content:"";position:absolute;top:-0.0125em;right:-0.0625em;width:calc(100% + 0.125em);height:calc(100% + 0.125em);background-color:rgba(0,0,0,0);border:.125em solid var(--history-bingo-card-background-color);border-radius:inherit}.NumberBlock-module__number.NumberBlock-module__isBlank{visibility:hidden}.NumberBlock-module__number.NumberBlock-module__isAnimating::before{content:"";z-index:2;position:absolute;top:.3125em;width:1.25em;height:1.25em;border:.125em solid var(--theme-color-1);border-radius:100%;animation:NumberBlock-module__pulse 1.2s ease-out infinite}.NumberBlock-module__number.NumberBlock-module__isAnimating.NumberBlock-module__isLongTicket::before{top:.4375em;width:1.375em;height:1.375em}.NumberBlock-module__number.NumberBlock-module__isAnimating.NumberBlock-module__isTinyTickets::before{top:.75em;width:2em;height:2em}.NumberBlock-module__number.NumberBlock-module__isAnimating.NumberBlock-module__is4x4Tickets::before{top:.625em;width:2em;height:2em}.NumberBlock-module__number.NumberBlock-module__isHistory{background-color:var(--history-bingo-card-number-background-color);color:var(--history-bingo-card-number-color)}.NumberBlock-module__number.NumberBlock-module__isHistory.NumberBlock-module__isActive{background-color:var(--history-bingo-card-number-highlighted-color);color:var(--light-text-color)}@media(min-width: 1181px){.NumberBlock-module__number{pointer-events:inherit}}.NumberBlock-module__symbol{z-index:1;position:absolute;top:0;left:0;display:flex;align-items:center;justify-content:center;width:100%;height:100%;transform:scale(0);opacity:.75}.NumberBlock-module__symbol>svg{display:block;width:100%;height:100%}.NumberBlock-module__isActive .NumberBlock-module__symbol{transform:scale(1);transition:transform .3s 0s linear}.NumberBlock-module__isAutomarking .NumberBlock-module__symbol{transition:transform .3s .5s linear}.NumberBlock-module__isHistory .NumberBlock-module__symbol{display:none}.NumberBlock-module__text{z-index:2;position:relative;display:block;font-size:1.25em}.NumberBlock-module__text.NumberBlock-module__valueIsIcon{z-index:1;position:absolute;top:0;left:0;display:flex;align-items:center;justify-content:center;width:100%;height:100%}.NumberBlock-module__isTinyTickets .NumberBlock-module__text{font-size:2em}.NumberBlock-module__is4x4Tickets .NumberBlock-module__text{top:.125em;font-size:1.6875em}.NumberBlock-module__is4x4Tickets.NumberBlock-module__isTallHistoryCard .NumberBlock-module__text{top:.0625em;font-size:1em}.NumberBlock-module__is4x4Tickets.NumberBlock-module__isLongHistoryCard .NumberBlock-module__text{top:.0625em;font-size:1.25em}.NumberBlock-module__isDoubleAction .NumberBlock-module__text{position:absolute;width:42%;font-size:.875em}.NumberBlock-module__isDoubleAction .NumberBlock-module__text:not(:last-child){top:.1875em;left:.1875em}.NumberBlock-module__isDoubleAction .NumberBlock-module__text:last-child{top:unset;bottom:.0625em;right:.25em}.NumberBlock-module__isDoubleAction.NumberBlock-module__isTinyTickets .NumberBlock-module__text{font-size:1.625em}.NumberBlock-module__isDoubleAction.NumberBlock-module__is4x4Tickets .NumberBlock-module__text{font-size:1.375em}.NumberBlock-module__isDoubleAction.NumberBlock-module__isLongTicket .NumberBlock-module__text{font-size:1.0625em}.NumberBlock-module__divider{z-index:0;position:absolute;width:1.6875em;height:.125em;border:none;transform:rotate(135deg);background-color:#d4d4d4}.NumberBlock-module__isTinyTickets .NumberBlock-module__divider{width:3.125em;height:.1875em}.NumberBlock-module__is4x4Tickets .NumberBlock-module__divider{width:2.875em;height:.1875em}.NumberBlock-module__isLongTicket .NumberBlock-module__divider{width:2.0625em;height:.125em}@keyframes NumberBlock-module__pulse{0%{transform:scale(1);opacity:0}20%{transform:scale(1)}50%{opacity:1}80%{transform:scale(1.7)}100%{transform:scale(1.7);opacity:0}}
.Numbers-module__row{position:relative;display:flex;margin:0;padding:0 .375em}.Numbers-module__row:not(.Numbers-module__isLongTicket):not(.Numbers-module__isTinyTicketsHistory):nth-child(5n+1)>button:first-child,.Numbers-module__row.Numbers-module__isTallHistoryCard:nth-child(5n+1)>button:first-child{border-radius:8px 0 0}.Numbers-module__row:not(.Numbers-module__isLongTicket):not(.Numbers-module__isTinyTicketsHistory):nth-child(5n+1)>button:last-child,.Numbers-module__row.Numbers-module__isTallHistoryCard:nth-child(5n+1)>button:last-child{border-radius:0 8px 0 0}.Numbers-module__row:not(.Numbers-module__isLongTicket):not(.Numbers-module__isTinyTickets):not(.Numbers-module__isTinyTicketsHistory):nth-child(5n+5),.Numbers-module__row.Numbers-module__isTinyTickets.Numbers-module__isTallHistoryCard:nth-child(5n+5){margin-bottom:.375em}.Numbers-module__row:not(.Numbers-module__isLongTicket):not(.Numbers-module__isTinyTickets):not(.Numbers-module__isTinyTicketsHistory):nth-child(5n+5)>button:first-child,.Numbers-module__row.Numbers-module__isTinyTickets.Numbers-module__isTallHistoryCard:nth-child(5n+5)>button:first-child{border-radius:0 0 0 8px}.Numbers-module__row:not(.Numbers-module__isLongTicket):not(.Numbers-module__isTinyTickets):not(.Numbers-module__isTinyTicketsHistory):nth-child(5n+5)>button:last-child,.Numbers-module__row.Numbers-module__isTinyTickets.Numbers-module__isTallHistoryCard:nth-child(5n+5)>button:last-child{border-radius:0 0 8px}.Numbers-module__row.Numbers-module__isLongTicket{padding:0 .5em}.Numbers-module__row.Numbers-module__isLongTicket.Numbers-module__isLongTicketHistoryCard{padding:0}.Numbers-module__row.Numbers-module__isLongTicket:first-child>button:first-child{border-radius:5px 0 0}.Numbers-module__row.Numbers-module__isLongTicket:first-child>button:last-child{border-radius:0 5px 0 0}.Numbers-module__row.Numbers-module__isLongTicket:last-child{margin-bottom:.5em}.Numbers-module__row.Numbers-module__isLongTicket:last-child.Numbers-module__isLongTicketHistoryCard{margin-bottom:0}.Numbers-module__row.Numbers-module__isLongTicket:last-child>button:first-child{border-radius:0 0 0 5px}.Numbers-module__row.Numbers-module__isLongTicket:last-child>button:last-child{border-radius:0 0 5px}.Numbers-module__row.Numbers-module__isTinyTickets:not(.Numbers-module__isTinyTicketsHistory){padding:0 .75em}.Numbers-module__row.Numbers-module__isTinyTickets:not(.Numbers-module__isTinyTicketsHistory):not(.Numbers-module__is4x4Tickets):nth-child(3n+3)>button:first-child{border-radius:0 0 0 8px}.Numbers-module__row.Numbers-module__isTinyTickets:not(.Numbers-module__isTinyTicketsHistory):not(.Numbers-module__is4x4Tickets):nth-child(3n+3)>button:last-child{border-radius:0 0 8px}.Numbers-module__row.Numbers-module__isTinyTickets:not(.Numbers-module__isTinyTicketsHistory).Numbers-module__is4x4Tickets:nth-child(4n+4)>button:first-child{border-radius:0 0 0 8px}.Numbers-module__row.Numbers-module__isTinyTickets:not(.Numbers-module__isTinyTicketsHistory).Numbers-module__is4x4Tickets:nth-child(4n+4)>button:last-child{border-radius:0 0 8px}.Numbers-module__row.Numbers-module__isTinyTicketsHistory{padding:0 .125em}.Numbers-module__row.Numbers-module__isTinyTicketsHistory:first-child>button:first-child{border-radius:8px 0 0}.Numbers-module__row.Numbers-module__isTinyTicketsHistory:first-child>button:last-child{border-radius:0 8px 0 0}.Numbers-module__row.Numbers-module__isTinyTicketsHistory:nth-child(10)>button:first-child{border-radius:0 0 0 8px}.Numbers-module__row.Numbers-module__isTinyTicketsHistory:nth-child(10)>button:last-child{border-radius:0 0 8px}.Numbers-module__row.Numbers-module__isTinyTicketsHistory.Numbers-module__isLongTicketHistoryCard{padding:0 .25em 0 .0625em}.Numbers-module__row.Numbers-module__isTinyTicketsHistory.Numbers-module__isTallHistoryCard:last-child{margin:0}.Numbers-module__emptyBlockIcon{display:flex;align-items:center;justify-content:center;display:block;width:100%;height:100%;transform:scale(0.6)}.Numbers-module__emptyBlockImage{display:flex;align-items:center;justify-content:center;display:block;width:100%;height:100%}
.BingoCard-module__wrapper{font-size:70.45%;z-index:1;position:relative;width:13.75em;padding-bottom:2.25em;user-select:none}.BingoCard-module__wrapper.BingoCard-module__isDisabled{pointer-events:none}.BingoCard-module__wrapper.BingoCard-module__isLongTicket{width:30.25em}.BingoCard-module__wrapper.BingoCard-module__isTinyTickets{width:16.1875em}.BingoCard-module__wrapper.BingoCard-module__isTinyTickets.BingoCard-module__isTallHistoryCard{width:10.625em}.BingoCard-module__wrapper.BingoCard-module__isTinyTickets.BingoCard-module__isLongTicketHistoryCard{width:26.875em}.BingoCard-module__wrapper.BingoCard-module__isLongTicketHistoryCard{font-size:80%;padding-bottom:0}.BingoCard-module__wrapper.BingoCard-module__isSmall{font-size:25%}.BingoCard-module__wrapper.BingoCard-module__isSmallTinyTicket{font-size:45%}.BingoCard-module__wrapper.BingoCard-module__isSmallTinyTicket .BingoCard-module__badge{top:-0.1875em;left:-0.1875em;width:5em;height:5em}.BingoCard-module__wrapper.BingoCard-module__isMedium{font-size:48.9%}.BingoCard-module__wrapper.BingoCard-module__isLargeTinyTicket{font-size:100%}@media(min-width: 768px){.BingoCard-module__wrapper.BingoCard-module__isLargeTinyTicket{font-size:90%}}.BingoCard-module__wrapper.BingoCard-module__isLargeTinyTicket .BingoCard-module__badge{top:-0.21875em;left:-0.21875em;width:5em;height:5em}.BingoCard-module__wrapper.BingoCard-module__isLarge{font-size:100%}.BingoCard-module__wrapper.BingoCard-module__footerIsOnTop{padding-top:2.6875em;padding-bottom:0}.BingoCard-module__wrapper.BingoCard-module__footerIsOnTop.BingoCard-module__isTinyTickets{padding-top:4.125em}.BingoCard-module__wrapper.BingoCard-module__footerIsOnTop.BingoCard-module__isTinyTickets.BingoCard-module__isHistory{padding-top:0}.BingoCard-module__overlayButton{z-index:5;position:absolute;top:0;left:0;width:100%;height:100%;border-radius:4px}.BingoCard-module__canBePurchased:not(.BingoCard-module__isSelected) .BingoCard-module__overlayButton{background-color:rgba(var(--theme-color-1), 0.25)}.BingoCard-module__overlayButton.BingoCard-module__isLongTicket{border-radius:5px}.BingoCard-module__badge{z-index:10;position:absolute;top:-0.21875em;left:-0.21875em;width:5em;height:5em;background-repeat:no-repeat;background-position:center;background-size:cover;pointer-events:none}.BingoCard-module__badgeText{position:absolute;top:0;left:32.5%;display:block;width:4.4444444444em;color:var(--bingo-card-background-color);font-weight:700;font-size:1.125em;text-align:center;text-transform:uppercase;transform:rotate(-45deg) translate3d(-45%, -55%, 0)}.BingoCard-module__inner{padding:.5em 0 0;background-color:var(--bingo-card-background-color);border-radius:4px 4px 0 0;box-shadow:0 .5em 1.5em 0 var(--bingo-card-shadow);overflow:hidden}.BingoCard-module__isHistory .BingoCard-module__inner{background-color:var(--history-bingo-card-background-color);border-radius:4px}.BingoCard-module__footerIsOnTop .BingoCard-module__inner{padding:.5625em 0 0;border-radius:0 0 4px 4px}.BingoCard-module__isLongTicket .BingoCard-module__inner{border-radius:0 0 5px 5px}.BingoCard-module__isLongTicketHistoryCard .BingoCard-module__inner{padding:.0625em;border-radius:5px}.BingoCard-module__isTinyTickets .BingoCard-module__inner{padding:.75em 0}.BingoCard-module__isTinyTicketsHistory:not(.BingoCard-module__isLongTicketHistoryCard) .BingoCard-module__inner{padding:0 0 .1875em;border-radius:4px !important}.BingoCard-module__isTinyTicketsHistory.BingoCard-module__isTallHistoryCard .BingoCard-module__inner{padding-top:.0625em}.BingoCard-module__isTinyTicketsHistory.BingoCard-module__isLongTicketHistoryCard .BingoCard-module__inner{padding:0 0 .125em}.BingoCard-module__footer{z-index:6;position:absolute;bottom:1px;display:flex;align-items:center;justify-content:space-between;width:100%;height:2.25em;background-color:var(--bingo-card-footer-background-color);border-radius:0 0 4px 4px;color:var(--bingo-card-footer-text-color)}.BingoCard-module__isPurchased .BingoCard-module__footer{background-color:var(--bingo-card-footer-purchased-background-color)}.BingoCard-module__canBePurchased:not(.BingoCard-module__isSelected):not(.BingoCard-module__isPurchased) .BingoCard-module__footer{background-color:var(--bingo-card-footer-select-background-color)}.BingoCard-module__footer.BingoCard-module__isCloseToBingo{background-color:var(--bingo-card-footer-select-background-color)}.BingoCard-module__footer.BingoCard-module__footerIsOnTop{top:0;bottom:auto;border-radius:4px 4px 0 0}.BingoCard-module__footer.BingoCard-module__isTinyTickets{height:4.125em;pointer-events:none}.BingoCard-module__footer.BingoCard-module__isLongTicket{justify-content:center;height:2.75em;border-radius:5px 5px 0 0}@media(min-width: 1181px){.BingoCard-module__footer{box-shadow:0 .5em 1.5em 0 var(--bingo-card-shadow)}}.BingoCard-module__cardNumber,.BingoCard-module__footerText{margin:0;padding:0 .375em;color:currentcolor;font-weight:700;line-height:1.3}.BingoCard-module__cardNumber{font-size:1.75em;line-height:1}.BingoCard-module__footerText{font-size:1.125em}.BingoCard-module__footer.BingoCard-module__isLongTicket>.BingoCard-module__footerText{font-size:1.375em}.BingoCard-module__footer.BingoCard-module__isTinyTickets>.BingoCard-module__footerText{width:100%;font-size:1.625em;text-align:center}.BingoCard-module__numbers{min-height:9.75em}.BingoCard-module__numbers.BingoCard-module__isLongTicket{min-height:unset}
.TotalBallsDrawn-module__wrapper{display:flex;align-items:flex-start;color:var(--dark-text-color);font-size:1.875rem;font-family:var(--root-font-family-secondary)}.TotalBallsDrawn-module__wrapper>span{color:var(--dark-text-color);font-size:.75rem;line-height:1.25rem;font-weight:bold}@media(min-width: 768px){.TotalBallsDrawn-module__wrapper>span{color:var(--dark-text-color);font-size:1rem;line-height:1.375rem}}.TotalBallsDrawn-module__wrapper.TotalBallsDrawn-module__isWhite{color:var(--light-text-color)}.TotalBallsDrawn-module__wrapper.TotalBallsDrawn-module__isWhite span{color:var(--light-text-color)}@media(min-width: 768px){.TotalBallsDrawn-module__wrapper{font-size:2.5rem;line-height:2.1875rem}}@media(min-width: 1181px){.TotalBallsDrawn-module__wrapper{align-items:flex-end;margin-right:.3125em}}@media(min-width: 768px){.TotalBallsDrawn-module__currentNumber{margin-bottom:1.0625em}}.TotalBallsDrawn-module__totalNumber{margin-top:.75em}@media(min-width: 768px){.TotalBallsDrawn-module__totalNumber{margin-top:.8125em}}.TotalBallsDrawn-module__button{display:none}@media(min-width: 768px){.TotalBallsDrawn-module__button{position:relative;display:block;width:1.875em;height:3em;margin-left:.75em;border-radius:0}.TotalBallsDrawn-module__button.TotalBallsDrawn-module__isLongsTickets{width:3em;height:1.875em}.TotalBallsDrawn-module__button.TotalBallsDrawn-module__isTinyTickets{width:1.625em;height:1.625em;margin-top:.3125em}}@media(min-width: 1181px){.TotalBallsDrawn-module__button{width:1.625em;height:3.1875em}.TotalBallsDrawn-module__button.TotalBallsDrawn-module__isLongsTickets{width:3.1875em;height:1.625em;margin-bottom:.3125em;margin-left:.9375em}.TotalBallsDrawn-module__button.TotalBallsDrawn-module__isTinyTickets{height:1.625em}}.TotalBallsDrawn-module__icon{position:absolute;top:0;left:0;width:1.875em;min-width:1.875em;height:3em}@media(min-width: 768px){.TotalBallsDrawn-module__icon.TotalBallsDrawn-module__isLandscape{width:1.625em;min-width:1.625em;height:2.6875em}.TotalBallsDrawn-module__icon.TotalBallsDrawn-module__isTinyTickets{width:1.625em;min-width:1.625em;height:1.625em}.TotalBallsDrawn-module__icon.TotalBallsDrawn-module__isLongsTickets{left:100%;width:1.875em;min-width:1.875em;height:3em;transform:rotate(90deg);transform-origin:top left}}@media(min-width: 1181px){.TotalBallsDrawn-module__icon{width:1.625em;min-width:1.625em;height:3.1875em}.TotalBallsDrawn-module__icon.TotalBallsDrawn-module__isLongsTickets{width:1.625em;min-width:1.625em;height:3.1875em}}
.BingoBall-module__wrapper{position:relative;display:flex;align-items:center;justify-content:center;width:4.5em;height:4.5em;margin-left:.625em;background-repeat:no-repeat;background-size:contain}.BingoBall-module__wrapper .BingoBall-module__number{z-index:2;position:relative;color:var(--light-text-color);font-weight:bold;font-size:2.375em;line-height:2.375em;text-shadow:0 2px 4px rgba(0,0,0,.5)}@media(min-width: 768px){.BingoBall-module__wrapper .BingoBall-module__number{font-size:2.8125em;line-height:2.8125em}}.BingoBall-module__wrapper.BingoBall-module__isAbsolute{position:absolute}.BingoBall-module__wrapper::after{content:"";position:absolute;top:0;width:100%;height:100%;border-radius:100%;box-shadow:0 .125em .25em 0 rgba(255,255,255,.5)}@media(min-width: 1181px){.BingoBall-module__wrapper::after{box-shadow:0 .375em .375em 0 rgba(255,255,255,.5)}}.BingoBall-module__wrapper.BingoBall-module__isVertical{width:64px;height:64px}.BingoBall-module__wrapper.BingoBall-module__isVertical .BingoBall-module__number{font-size:28px;line-height:28px}@media(max-width: 374px){.BingoBall-module__wrapper.BingoBall-module__isVertical{width:45px;height:45px}.BingoBall-module__wrapper.BingoBall-module__isVertical .BingoBall-module__number{font-size:20px;line-height:20px}}.BingoBall-module__wrapper.BingoBall-module__isLarge{width:4.5em;height:4.5em;margin:0}.BingoBall-module__wrapper.BingoBall-module__isLarge .BingoBall-module__number{margin-bottom:0;font-size:2.375em;line-height:2.375em}@media(min-width: 768px){.BingoBall-module__wrapper.BingoBall-module__isLarge .BingoBall-module__number{font-size:3em;line-height:3em}}.BingoBall-module__wrapper.BingoBall-module__isLarge::after{width:98%;height:98%;box-shadow:0 .375em .375em 0 rgba(255,255,255,.3)}@media(min-width: 768px){.BingoBall-module__wrapper.BingoBall-module__isLarge{width:6.125em;height:6.125em}}@media(min-width: 768px){.BingoBall-module__wrapper{width:6.125em;height:6.125em;margin-left:0}}
.LastDrawnBalls-module__wrapper{position:relative;display:flex;width:13.125em;height:5.125em}.LastDrawnBalls-module__wrapper.LastDrawnBalls-module__isVertical{flex-direction:column;width:100%;height:230px;margin:20px 0 0 -8px}.LastDrawnBalls-module__wrapper.LastDrawnBalls-module__isVertical>div:first-child{width:100%;height:100%}@media(max-width: 374px){.LastDrawnBalls-module__wrapper.LastDrawnBalls-module__isVertical{height:170px}}@media(min-width: 768px){.LastDrawnBalls-module__wrapper{width:23.125em;height:7.1875em}.LastDrawnBalls-module__wrapper.LastDrawnBalls-module__isLongsTickets{width:24.25em}}@media(min-width: 1181px){.LastDrawnBalls-module__wrapper{width:16.875em;height:7.8125em}.LastDrawnBalls-module__wrapper.LastDrawnBalls-module__isLongsTickets{width:16.875em}}.LastDrawnBalls-module__drawnBallsWrapper{position:relative;display:flex;width:100%;padding-top:.1875em;overflow:hidden}@media(min-width: 768px){.LastDrawnBalls-module__drawnBallsWrapper{padding-left:.9375em}}.LastDrawnBalls-module__totalBallsWrapper{position:absolute;right:.1875em;bottom:0}.LastDrawnBalls-module__totalBallsWrapper.LastDrawnBalls-module__isVertical{left:0;margin-left:.625em}@media(max-width: 374px){.LastDrawnBalls-module__totalBallsWrapper{bottom:-0.3125em}}@media(min-width: 768px){.LastDrawnBalls-module__totalBallsWrapper{position:relative;top:.625em;right:0;display:flex;flex:1;align-items:flex-start;justify-content:flex-end;height:100%;margin:0 0 0 .75em}}@media(min-width: 1181px){.LastDrawnBalls-module__totalBallsWrapper{position:absolute;top:0;right:0;bottom:0;align-items:flex-end}}
.ListOfPrizes-module__wrapper{display:flex;gap:.25em;flex-direction:column;align-items:center;width:100%}@media(max-width: 767px){.ListOfPrizes-module__wrapper{height:1.875em}}.ListOfPrizes-module__prizeContainer{color:var(--dark-text-color);font-size:.75rem;line-height:1.25rem;position:relative;display:none;flex-direction:column;align-items:center;margin-bottom:.25em;border-radius:16px;color:var(--dark-text-color);font-weight:500;font-family:var(--root-font-family-secondary);transform:scaleX(1);opacity:0;transition:transform .3s ease;animation:ListOfPrizes-module__fade-in .3s ease forwards}.ListOfPrizes-module__prizeContainer .ListOfPrizes-module__flexRow{display:flex;justify-content:space-between;align-items:center;width:100%}.ListOfPrizes-module__prizeContainer.ListOfPrizes-module__isPotBoosterActiveGameView{color:var(--dark-text-color)}.ListOfPrizes-module__prizeContainer.ListOfPrizes-module__isActive{color:var(--bingo-light-background);transform:scaleX(1.05)}.ListOfPrizes-module__prizeContainer.ListOfPrizes-module__threeRows .ListOfPrizes-module__text{flex:1 0 50%}.ListOfPrizes-module__prizeContainer.ListOfPrizes-module__threeRows .ListOfPrizes-module__icon{flex:1}.ListOfPrizes-module__prizeContainer.ListOfPrizes-module__threeRows .ListOfPrizes-module__icon>div{margin:0 .0625em}@media(min-width: 768px){.ListOfPrizes-module__prizeContainer.ListOfPrizes-module__threeRows .ListOfPrizes-module__icon>div{margin:0 .125em}}.ListOfPrizes-module__prizeContainer.ListOfPrizes-module__threeRows .ListOfPrizes-module__prize{flex:0 0 35%}.ListOfPrizes-module__prizeContainer.ListOfPrizes-module__dark{color:var(--dark-text-color);font-size:.75rem;line-height:1.25rem;color:var(--light-text-color);display:flex;padding:0 .3125em}.ListOfPrizes-module__prizeContainer.ListOfPrizes-module__dark.ListOfPrizes-module__isPotBoosterActiveGameView{color:var(--color-gold)}@media(min-width: 768px){.ListOfPrizes-module__prizeContainer.ListOfPrizes-module__dark{color:var(--dark-text-color);font-size:.875rem;line-height:1.25rem;color:var(--light-text-color);padding:0 .3125em}}@media(min-width: 1181px){.ListOfPrizes-module__prizeContainer.ListOfPrizes-module__dark{padding:.5em .75em}.ListOfPrizes-module__prizeContainer.ListOfPrizes-module__dark .ListOfPrizes-module__text{transform:translateX(-5%);transition:transform .3s ease}.ListOfPrizes-module__prizeContainer.ListOfPrizes-module__dark .ListOfPrizes-module__prize{transform:translateX(5%);transition:transform .3s ease}}@media(min-width: 1181px){.ListOfPrizes-module__prizeContainer.ListOfPrizes-module__isReplay{display:flex}}@media(max-width: 767px){.ListOfPrizes-module__prizeContainer{justify-content:center;width:3.75em;height:2.125em}.ListOfPrizes-module__prizeContainer.ListOfPrizes-module__threeRows{width:6.25em}.ListOfPrizes-module__prizeContainer.ListOfPrizes-module__fourRows{width:7.8125em;height:2.65625em;transform:scale(0.8)}.ListOfPrizes-module__prizeContainer .ListOfPrizes-module__background .ListOfPrizes-module__flexRow{justify-content:center}.ListOfPrizes-module__prizeContainer .ListOfPrizes-module__background .ListOfPrizes-module__flexRow .ListOfPrizes-module__prize{display:none}.ListOfPrizes-module__prizeContainer .ListOfPrizes-module__background .ListOfPrizes-module__flexRow>.ListOfPrizes-module__text{display:none}.ListOfPrizes-module__prizeContainer .ListOfPrizes-module__background .ListOfPrizes-module__flexRow .ListOfPrizes-module__icon{margin-top:.0625em}.ListOfPrizes-module__prizeContainer.ListOfPrizes-module__isExpandedView{justify-content:center;width:12.5em}.ListOfPrizes-module__prizeContainer.ListOfPrizes-module__isExpandedView .ListOfPrizes-module__background .ListOfPrizes-module__flexRow>.ListOfPrizes-module__prize{display:block}.ListOfPrizes-module__prizeContainer.ListOfPrizes-module__isExpandedView .ListOfPrizes-module__background .ListOfPrizes-module__flexRow>.ListOfPrizes-module__text{display:flex}.ListOfPrizes-module__prizeContainer.ListOfPrizes-module__isVertical{width:40px;height:26px;min-height:26px}}@media(min-width: 768px){.ListOfPrizes-module__prizeContainer{color:var(--dark-text-color);font-size:.875rem;line-height:1.25rem;width:16.0714285714em;height:2.2857142857em;border-radius:16px}.ListOfPrizes-module__prizeContainer .ListOfPrizes-module__background .ListOfPrizes-module__flexRow{justify-content:center}.ListOfPrizes-module__prizeContainer .ListOfPrizes-module__background .ListOfPrizes-module__flexRow .ListOfPrizes-module__prize{display:block}.ListOfPrizes-module__prizeContainer .ListOfPrizes-module__background .ListOfPrizes-module__flexRow>.ListOfPrizes-module__text{display:flex}}@media(min-width: 1181px){.ListOfPrizes-module__prizeContainer{margin:.125em 0;padding:.5em .75em}.ListOfPrizes-module__prizeContainer.ListOfPrizes-module__isPotBoosterPurchaseView{position:relative;width:14.2857142857em;margin-right:28px;transform:translateX(10px)}}@media(min-width: 1181px)and (min-height: 768px){.ListOfPrizes-module__prizeContainer{display:flex}}.ListOfPrizes-module__background{position:absolute;width:100%;padding:.25em .5em;background-color:var(--bingo-light-background);border-radius:16px;transition:transform .3s ease}.ListOfPrizes-module__isPotBoosterActiveGameView .ListOfPrizes-module__background{background-color:var(--color-gold)}.ListOfPrizes-module__isActive .ListOfPrizes-module__background{background-color:var(--bingo-dark-background);padding:.375em .75em;transform:scaleX(1.05)}@media(max-width: 767px){.ListOfPrizes-module__isActive .ListOfPrizes-module__background{padding:.25em .5em}}.ListOfPrizes-module__text{flex:1 0 50%;white-space:nowrap;transition:transform .3s ease;overflow:hidden;position:relative}.ListOfPrizes-module__text.ListOfPrizes-module__short>span{display:block;overflow:hidden}.ListOfPrizes-module__text.ListOfPrizes-module__togo{padding-left:.375em}.ListOfPrizes-module__textFade::after{position:absolute;right:0;top:0;bottom:0;width:20px;content:"";background:linear-gradient(to right, rgba(255, 255, 255, 0) 0%, var(--bingo-light-background) 80%)}.ListOfPrizes-module__isPotBoosterActiveGameView .ListOfPrizes-module__textFade::after{background:linear-gradient(to right, rgba(255, 220, 146, 0) 0%, var(--color-gold) 80%)}.ListOfPrizes-module__dark .ListOfPrizes-module__textFade::after{background:linear-gradient(to right, rgba(3, 42, 61, 0) 0%, var(--bingo-dark-background) 80%)}.ListOfPrizes-module__icon{display:flex;flex:0 0 24px;justify-content:center}.ListOfPrizes-module__iconList{display:flex;flex:0 0 20px;justify-content:center}@media(min-width: 768px){.ListOfPrizes-module__iconList{flex:0 0 25px}}.ListOfPrizes-module__iconList>div{width:0;height:0;opacity:0}.ListOfPrizes-module__iconList>div:nth-child(1){animation-delay:1s}.ListOfPrizes-module__iconList>div:nth-child(2){animation-delay:2s}.ListOfPrizes-module__iconList>div:nth-child(3){animation-delay:3s}.ListOfPrizes-module__iconListThree>div{animation:ListOfPrizes-module__iconListThreeAnimation 3s linear infinite}.ListOfPrizes-module__iconListFour>div{animation:ListOfPrizes-module__iconListFourAnimation 4s linear infinite}@keyframes ListOfPrizes-module__iconListThreeAnimation{0%,33.333%{width:inherit;height:inherit;opacity:1}33.334%,100%{width:0;height:0;opacity:0}}@keyframes ListOfPrizes-module__iconListFourAnimation{0%,24.999%{width:inherit;height:inherit;opacity:1}25%,100%{width:0;height:0;opacity:0}}.ListOfPrizes-module__prize{flex:0 0 35%;text-align:right;transition:transform .3s ease}@keyframes ListOfPrizes-module__fade-in{0%{opacity:0}100%{opacity:1}}.ListOfPrizes-module__rocketIcon{position:absolute;right:-28px;width:20px;height:20px;margin-left:.5rem}.ListOfPrizes-module__rocketIcon>*{fill:var(--dark-text-color)}
.LayoutDefault-module__wrapper{display:flex;flex-shrink:0;width:100%;padding-left:1.5625em}@media(max-width: 767px){.LayoutDefault-module__wrapper.LayoutDefault-module__isHidden{display:none}}@media(min-width: 768px){.LayoutDefault-module__wrapper{padding-bottom:.9375em}}@media(min-width: 1181px){.LayoutDefault-module__wrapper{padding-left:0}.LayoutDefault-module__wrapper::before{content:"";display:block;flex-shrink:0;width:20em;height:100%;font-size:1rem}}.LayoutDefault-module__row{display:grid;grid-auto-flow:column;padding-right:2.5em}.LayoutDefault-module__row.LayoutDefault-module__isGrid{grid-template-rows:repeat(2, auto)}.LayoutDefault-module__item{margin:.625em 1.25em .625em 0}.LayoutDefault-module__isGrid .LayoutDefault-module__item{margin:.3125em .875em .3125em 0}.LayoutDefault-module__isGrid .LayoutDefault-module__item.LayoutDefault-module__isFirst{margin:0 .875em .3125em 0}.LayoutDefault-module__isList .LayoutDefault-module__item:last-child{margin-right:0}.LayoutDefault-module__scrollbar{right:1.25em;left:1.25em;font-size:1rem}@media(max-width: 767px){.LayoutDefault-module__scrollbar.LayoutDefault-module__isHidden{display:none}}@media(min-width: 1181px){.LayoutDefault-module__scrollbar{right:18.75em;left:20em}}.LayoutDefault-module__miniCard{position:absolute;top:0;left:0;display:none;width:calc(100vw - 256px);padding:10px 0 0 10px}@media(max-width: 767px){.LayoutDefault-module__miniCard.LayoutDefault-module__isVisible{display:block;font-size:calc((100vw - 256px)/12.5)}.LayoutDefault-module__miniCard.LayoutDefault-module__isVisible>div{max-width:calc(100% - 10px)}.LayoutDefault-module__miniCard.LayoutDefault-module__isVisible .LayoutDefault-module__prizes{margin-left:-8px}}@media(max-width: 374px){.LayoutDefault-module__miniCard.LayoutDefault-module__isVisible .LayoutDefault-module__card{display:none}}.LayoutDefault-module__prizes{width:40px;height:26px;border-radius:16px}
.LayoutDefaultSmall-module__wrapper{display:flex;flex-shrink:0;width:100%;padding-left:1.5625em}@media(max-width: 767px){.LayoutDefaultSmall-module__wrapper.LayoutDefaultSmall-module__isHidden{display:none}}@media(max-width: 767px){.LayoutDefaultSmall-module__wrapper{font-size:calc((var(--inner-height) - 247px)/100*2.5)}.LayoutDefaultSmall-module__wrapper.LayoutDefaultSmall-module__isActiveGame{font-size:calc((var(--inner-height) - 216px)/100*3)}.LayoutDefaultSmall-module__wrapper.LayoutDefaultSmall-module__isMenuExpanded{font-size:calc((var(--inner-height) - 346px)/100*3.2)}.LayoutDefaultSmall-module__wrapper.LayoutDefaultSmall-module__isOneTicket{font-size:calc((var(--inner-height) - 247px)/100*3.7)}.LayoutDefaultSmall-module__wrapper.LayoutDefaultSmall-module__isTinyTickets{font-size:calc((var(--inner-height) - 247px)/100*2.4)}.LayoutDefaultSmall-module__wrapper.LayoutDefaultSmall-module__isTinyTickets.LayoutDefaultSmall-module__isOneTicket{font-size:calc((var(--inner-height) - 247px)/100*3.5)}.LayoutDefaultSmall-module__wrapper.LayoutDefaultSmall-module__isTinyTickets.LayoutDefaultSmall-module__is4x4Tickets{font-size:calc((var(--inner-height) - 247px)/100*2.4*.88)}}@media(max-width: 374px){.LayoutDefaultSmall-module__wrapper{font-size:calc((var(--inner-height) - 263px)/100*3.1)}.LayoutDefaultSmall-module__wrapper.LayoutDefaultSmall-module__isActiveGame{font-size:calc((var(--inner-height) - 263px)/100*3.1)}.LayoutDefaultSmall-module__wrapper.LayoutDefaultSmall-module__isMenuExpanded{font-size:calc((var(--inner-height) - 263px)/100*3.1)}.LayoutDefaultSmall-module__wrapper.LayoutDefaultSmall-module__isOneTicket{font-size:calc((var(--inner-height) - 263px)/100*4.2)}.LayoutDefaultSmall-module__wrapper.LayoutDefaultSmall-module__isTinyTickets{font-size:calc((var(--inner-height) - 263px)/100*2.8)}.LayoutDefaultSmall-module__wrapper.LayoutDefaultSmall-module__isTinyTickets.LayoutDefaultSmall-module__isOneTicket{font-size:calc((var(--inner-height) - 247px)/100*3.2)}.LayoutDefaultSmall-module__wrapper.LayoutDefaultSmall-module__isTinyTickets.LayoutDefaultSmall-module__is4x4Tickets{font-size:calc((var(--inner-height) - 263px)/100*2.8*.88)}}@media(min-width: 768px){.LayoutDefaultSmall-module__wrapper{padding-bottom:.9375em;font-size:calc((var(--inner-height) - 426px)/100*3)}.LayoutDefaultSmall-module__wrapper.LayoutDefaultSmall-module__isLandscape{font-size:calc((var(--inner-height) - 242px)/100*3)}.LayoutDefaultSmall-module__wrapper.LayoutDefaultSmall-module__isOneTicket{font-size:calc((var(--inner-height) - 386px)/100*5.2)}.LayoutDefaultSmall-module__wrapper.LayoutDefaultSmall-module__isTinyTickets{font-size:calc((var(--inner-height) - 426px)/100*3)}.LayoutDefaultSmall-module__wrapper.LayoutDefaultSmall-module__isTinyTickets.LayoutDefaultSmall-module__isOneTicket{font-size:calc((var(--inner-height) - 386px)/100*5)}.LayoutDefaultSmall-module__wrapper.LayoutDefaultSmall-module__isTinyTickets.LayoutDefaultSmall-module__is4x4Tickets{font-size:calc((var(--inner-height) - 426px)/100*2.7*.88)}.LayoutDefaultSmall-module__wrapper.LayoutDefaultSmall-module__isTinyTickets.LayoutDefaultSmall-module__isLandscape:not(.LayoutDefaultSmall-module__isOneTicket){font-size:calc((var(--inner-height) - 242px)/100*2.7)}.LayoutDefaultSmall-module__wrapper.LayoutDefaultSmall-module__isTinyTickets.LayoutDefaultSmall-module__isLandscape:not(.LayoutDefaultSmall-module__isOneTicket).LayoutDefaultSmall-module__is4x4Tickets{font-size:calc((var(--inner-height) - 242px)/100*2.7*.88)}.LayoutDefaultSmall-module__wrapper.LayoutDefaultSmall-module__isGrid{font-size:calc((var(--inner-height) - 386px)/100*3)}}@media(min-width: 768px)and (min-width: 1181px){.LayoutDefaultSmall-module__wrapper.LayoutDefaultSmall-module__isGrid{font-size:calc((var(--inner-height) - 386px)/100*4.5)}}@media(min-width: 768px)and (min-width: 1181px)and (min-height: 1024px){.LayoutDefaultSmall-module__wrapper.LayoutDefaultSmall-module__isGrid{font-size:calc((var(--inner-height) - 386px)/100*3.5)}}@media(min-width: 768px){.LayoutDefaultSmall-module__wrapper.LayoutDefaultSmall-module__isGrid.LayoutDefaultSmall-module__isLandscape{font-size:calc((var(--inner-height) - 242px)/100*3)}}@media(min-width: 1181px){.LayoutDefaultSmall-module__wrapper{padding-top:.3125em;padding-left:0;font-size:calc((var(--inner-height) - 310px)/100*3)}}@media(min-width: 1181px)and (min-height: 1024px){.LayoutDefaultSmall-module__wrapper{font-size:calc((var(--inner-height) - 386px)/100*2.3)}}@media(min-width: 1181px){.LayoutDefaultSmall-module__wrapper.LayoutDefaultSmall-module__isOneTicket{font-size:calc((var(--inner-height) - 310px)/100*2)}}@media(min-width: 1181px){.LayoutDefaultSmall-module__wrapper.LayoutDefaultSmall-module__isTinyTickets{font-size:calc((var(--inner-height) - 310px)/100*2)}}@media(min-width: 1181px)and (min-height: 1024px){.LayoutDefaultSmall-module__wrapper.LayoutDefaultSmall-module__isTinyTickets{font-size:calc((var(--inner-height) - 386px)/100*1.6)}}@media(min-width: 1181px){.LayoutDefaultSmall-module__wrapper.LayoutDefaultSmall-module__isTinyTickets.LayoutDefaultSmall-module__isOneTicket{font-size:calc((var(--inner-height) - 310px)/100*2)}}@media(min-width: 1181px){.LayoutDefaultSmall-module__wrapper.LayoutDefaultSmall-module__isTinyTickets.LayoutDefaultSmall-module__is4x4Tickets{font-size:calc((var(--inner-height) - 310px)/100*2*.88)}}@media(min-width: 1181px)and (min-height: 1024px){.LayoutDefaultSmall-module__wrapper.LayoutDefaultSmall-module__isTinyTickets.LayoutDefaultSmall-module__is4x4Tickets{font-size:calc((var(--inner-height) - 310px)/100*1.5*.88)}}@media(min-width: 1181px){.LayoutDefaultSmall-module__wrapper::before{content:"";display:block;flex-shrink:0;width:20em;height:100%;font-size:1rem}}.LayoutDefaultSmall-module__innerWrapper{display:flex}.LayoutDefaultSmall-module__innerWrapper.LayoutDefaultSmall-module__isColumn{flex-direction:column}.LayoutDefaultSmall-module__firstRow{display:flex;flex-direction:row;padding-right:2.5em}.LayoutDefaultSmall-module__firstRow.LayoutDefaultSmall-module__isColumn{flex-direction:column;justify-content:unset;padding-right:0}.LayoutDefaultSmall-module__row{display:grid;grid-auto-flow:column;grid-template-rows:repeat(2, auto);padding-right:2.5em}.LayoutDefaultSmall-module__row.LayoutDefaultSmall-module__isGridSixRows{grid-template-rows:repeat(4, auto)}.LayoutDefaultSmall-module__row.LayoutDefaultSmall-module__isGrid{grid-template-rows:repeat(3, auto)}@media(max-width: 767px){.LayoutDefaultSmall-module__row{grid-template-rows:repeat(2, auto);transition:height 1s ease}}@media(max-width: 767px)and (min-height: 600px){.LayoutDefaultSmall-module__row.LayoutDefaultSmall-module__isActiveGame{grid-template-rows:repeat(2, auto)}}@media(max-width: 767px){.LayoutDefaultSmall-module__row.LayoutDefaultSmall-module__isMenuExpanded{grid-template-rows:repeat(2, auto)}}@media(max-width: 374px){.LayoutDefaultSmall-module__row{grid-template-rows:repeat(2, auto)}}@media(max-width: 374px)and (min-height: 600px){.LayoutDefaultSmall-module__row.LayoutDefaultSmall-module__isActiveGame{grid-template-rows:repeat(2, auto)}}@media(min-width: 768px){.LayoutDefaultSmall-module__row{grid-template-rows:repeat(2, auto)}}@media(min-width: 1181px){.LayoutDefaultSmall-module__row{grid-template-rows:repeat(2, auto)}}@media(min-width: 1181px)and (min-height: 1024px){.LayoutDefaultSmall-module__row{grid-template-rows:repeat(3, auto)}}@media(min-width: 1181px){.LayoutDefaultSmall-module__row.LayoutDefaultSmall-module__isGridSixRows{grid-template-rows:repeat(3, auto)}}@media(min-width: 1181px)and (min-height: 1024px){.LayoutDefaultSmall-module__row.LayoutDefaultSmall-module__isGridSixRows{grid-template-rows:repeat(4, auto)}}@media(min-width: 1181px){.LayoutDefaultSmall-module__row.LayoutDefaultSmall-module__isGrid{grid-template-rows:repeat(2, auto)}}@media(min-width: 1181px)and (min-height: 1024px){.LayoutDefaultSmall-module__row.LayoutDefaultSmall-module__isGrid{grid-template-rows:repeat(3, auto)}}@media(min-width: 1181px){.LayoutDefaultSmall-module__row.LayoutDefaultSmall-module__isTinyTickets{grid-template-rows:repeat(3, auto)}}@media(min-width: 1181px)and (min-height: 1024px){.LayoutDefaultSmall-module__row.LayoutDefaultSmall-module__isTinyTickets{grid-template-rows:repeat(4, auto)}}@media(min-width: 1181px)and (min-height: 1024px){.LayoutDefaultSmall-module__row{grid-template-rows:repeat(3, auto)}}.LayoutDefaultSmall-module__item{margin:.4375em .875em .4375em 0}.LayoutDefaultSmall-module__isGrid .LayoutDefaultSmall-module__item>div{font-size:60%}.LayoutDefaultSmall-module__isGridSixRows .LayoutDefaultSmall-module__item>div{font-size:46%}.LayoutDefaultSmall-module__isList .LayoutDefaultSmall-module__item:last-child{margin-right:0}.LayoutDefaultSmall-module__item.LayoutDefaultSmall-module__isHidden{display:none}@media(max-width: 767px){.LayoutDefaultSmall-module__item{margin:.25em .5em .25em 0}}.LayoutDefaultSmall-module__scrollbar{right:1.25em;left:1.25em;font-size:1rem}@media(max-width: 767px){.LayoutDefaultSmall-module__scrollbar.LayoutDefaultSmall-module__isHidden{display:none}}@media(min-width: 1181px){.LayoutDefaultSmall-module__scrollbar{right:18.75em;left:20em}}.LayoutDefaultSmall-module__miniCard{position:absolute;top:0;left:0;display:none;width:calc(100vw - 256px);padding:10px 0 0 10px}@media(max-width: 767px){.LayoutDefaultSmall-module__miniCard.LayoutDefaultSmall-module__isVisible{display:block;font-size:calc((100vw - 256px)/12.5)}.LayoutDefaultSmall-module__miniCard.LayoutDefaultSmall-module__isVisible>div{max-width:calc(100% - 10px)}.LayoutDefaultSmall-module__miniCard.LayoutDefaultSmall-module__isVisible .LayoutDefaultSmall-module__prizes{margin-left:-8px}}@media(max-width: 374px){.LayoutDefaultSmall-module__miniCard.LayoutDefaultSmall-module__isVisible .LayoutDefaultSmall-module__card{display:none}}.LayoutDefaultSmall-module__prizes{width:40px;height:26px;border-radius:16px}
.LayoutWithFooterScroll-module__wrapper{position:relative;display:flex;flex-direction:column;width:100%;height:100%;font-size:calc((var(--inner-height) - 426px)/100*2.8)}.LayoutWithFooterScroll-module__wrapper.LayoutWithFooterScroll-module__isLandscape{font-size:calc((var(--inner-height) - 242px)/100*2.8)}@media(min-width: 1181px){.LayoutWithFooterScroll-module__wrapper{padding-top:0;padding-bottom:1.5625em}}.LayoutWithFooterScroll-module__spacer{font-size:70.45%;position:absolute;top:0;left:0;width:15.625em;height:100%;pointer-events:none}.LayoutWithFooterScroll-module__topRowWrapper,.LayoutWithFooterScroll-module__footer{display:flex;grid-auto-flow:column;justify-content:start;padding-left:1.5625em}@media(min-width: 1181px){.LayoutWithFooterScroll-module__topRowWrapper,.LayoutWithFooterScroll-module__footer{padding-left:0}.LayoutWithFooterScroll-module__topRowWrapper::before,.LayoutWithFooterScroll-module__footer::before{content:"";display:table;flex:0 0 20em;flex-shrink:0;width:20em;height:100%;font-size:1rem}}.LayoutWithFooterScroll-module__topRow{display:flex;flex:1;grid-auto-flow:column;justify-content:start;margin-bottom:.625em;padding:.3125em 0;overflow:hidden}@media(min-width: 1181px){.LayoutWithFooterScroll-module__topRow{margin-bottom:1.875em}}.LayoutWithFooterScroll-module__footer{display:grid;padding-bottom:.3125em}.LayoutWithFooterScroll-module__item{position:relative}.LayoutWithFooterScroll-module__topRow .LayoutWithFooterScroll-module__item{margin-right:1.125em}.LayoutWithFooterScroll-module__footer .LayoutWithFooterScroll-module__item{margin-right:.75em}.LayoutWithFooterScroll-module__footer .LayoutWithFooterScroll-module__item:last-child{margin-right:0;padding-right:2.5em}.LayoutWithFooterScroll-module__scrollbar{right:1.25em;left:1.25em;font-size:1rem}@media(min-width: 1181px){.LayoutWithFooterScroll-module__scrollbar{right:18.75em;left:20em}}
.LayoutWithFooterScrollSmall-module__wrapper{position:relative;display:flex;flex-direction:column;width:100%;height:100%}@media(min-width: 768px){.LayoutWithFooterScrollSmall-module__wrapper{font-size:calc((var(--inner-height) - 426px)/100*3.2)}.LayoutWithFooterScrollSmall-module__wrapper.LayoutWithFooterScrollSmall-module__isLandscape{font-size:calc((var(--inner-height) - 242px)/100*3.3)}.LayoutWithFooterScrollSmall-module__wrapper.LayoutWithFooterScrollSmall-module__isOneTicket{font-size:calc((var(--inner-height) - 386px)/100*5)}}@media(min-width: 1181px){.LayoutWithFooterScrollSmall-module__wrapper{padding-top:1.25em;padding-bottom:0;font-size:calc((var(--inner-height) - 310px)/100*3.5)}.LayoutWithFooterScrollSmall-module__wrapper.LayoutWithFooterScrollSmall-module__isOneTicket{font-size:calc((var(--inner-height) - 310px)/100*3.5)}}.LayoutWithFooterScrollSmall-module__spacer{font-size:100%;position:absolute;top:0;left:0;width:15.625em;height:100%;pointer-events:none}@media(min-width: 768px){.LayoutWithFooterScrollSmall-module__spacer{font-size:90%}}.LayoutWithFooterScrollSmall-module__topRowWrapper,.LayoutWithFooterScrollSmall-module__footer{display:flex;grid-auto-flow:column;justify-content:start}@media(min-width: 1181px){.LayoutWithFooterScrollSmall-module__topRowWrapper,.LayoutWithFooterScrollSmall-module__footer{padding-left:0}.LayoutWithFooterScrollSmall-module__topRowWrapper::before,.LayoutWithFooterScrollSmall-module__footer::before{content:"";display:flex;flex:0 0 20em;flex-shrink:0;width:20em;height:100%;font-size:1rem}}.LayoutWithFooterScrollSmall-module__topRow{display:flex;flex:1;grid-auto-flow:column;align-items:flex-end;justify-content:start;padding:.3125em 0 .9375em 1.875em;overflow:hidden}@media(min-width: 1181px){.LayoutWithFooterScrollSmall-module__topRow{padding:.3125em 0 .9375em 1.25em}}.LayoutWithFooterScrollSmall-module__footer{display:grid;grid-template-rows:repeat(2, auto);padding-bottom:.3125em;padding-left:1.5625em;font-size:calc((var(--inner-height) - 310px)/100*3.1)}.LayoutWithFooterScrollSmall-module__isLandscape .LayoutWithFooterScrollSmall-module__footer{font-size:calc((var(--inner-height) - 242px)/100*3.1)}.LayoutWithFooterScrollSmall-module__footer::before{grid-row:span 2}@media(min-width: 1181px){.LayoutWithFooterScrollSmall-module__footer{font-size:calc((var(--inner-height) - 310px)/100*3)}.LayoutWithFooterScrollSmall-module__footer::after{content:"";display:table;flex:0 0 16.25em;flex-shrink:0;grid-row:span 2;width:16.25em;height:100%;font-size:1rem}}.LayoutWithFooterScrollSmall-module__item{position:relative}.LayoutWithFooterScrollSmall-module__topRow .LayoutWithFooterScrollSmall-module__item{margin-right:1.125em}.LayoutWithFooterScrollSmall-module__footer .LayoutWithFooterScrollSmall-module__item{margin-right:.75em;margin-bottom:.75em}.LayoutWithFooterScrollSmall-module__footer .LayoutWithFooterScrollSmall-module__item:last-child{margin-right:0;padding-right:2.5em}.LayoutWithFooterScrollSmall-module__scrollbar{right:1.25em;left:1.25em;font-size:1rem}@media(min-width: 1181px){.LayoutWithFooterScrollSmall-module__scrollbar{right:18.75em;left:20em}}
.LayoutLongDefault-module__wrapper{display:flex;flex-shrink:0;width:100%;padding-left:.625em}@media(min-width: 1181px){.LayoutLongDefault-module__wrapper{padding-top:1.25em}}@media(max-width: 767px){.LayoutLongDefault-module__wrapper.LayoutLongDefault-module__isHidden{display:none}}@media(max-width: 767px){.LayoutLongDefault-module__wrapper{font-size:min(max(3.05vw,10px),(var(--inner-height) - 346px)/100*4.3)}.LayoutLongDefault-module__wrapper.LayoutLongDefault-module__isActiveGame{font-size:min(max(3.05vw,10px),(var(--inner-height) - 216px)/100*3.8)}}@media(max-width: 767px)and (min-height: 600px){.LayoutLongDefault-module__wrapper.LayoutLongDefault-module__isActiveGame{font-size:min(max(3.05vw,10px),(var(--inner-height) - 216px)/100*2.65)}}@media(max-width: 767px){.LayoutLongDefault-module__wrapper.LayoutLongDefault-module__isMenuExpanded{font-size:min(max(3.05vw,10px),(var(--inner-height) - 346px)/100*4.3)}}@media(max-width: 767px){.LayoutLongDefault-module__wrapper.LayoutLongDefault-module__isOneOrTwoTickets{font-size:min(max(3.05vw,10px),(var(--inner-height) - 216px)/100*3.8)}.LayoutLongDefault-module__wrapper.LayoutLongDefault-module__isOneOrTwoTickets.LayoutLongDefault-module__isMenuExpanded{font-size:min(max(3.05vw,10px),(var(--inner-height) - 346px)/100*4.3)}}@media(max-width: 374px){.LayoutLongDefault-module__wrapper{font-size:min(max(3.05vw,1px),(var(--inner-height) - 263px)/100*4)}.LayoutLongDefault-module__wrapper.LayoutLongDefault-module__isActiveGame{font-size:min(max(3.05vw,1px),(var(--inner-height) - 263px)/100*3.8)}}@media(max-width: 374px)and (min-height: 600px){.LayoutLongDefault-module__wrapper.LayoutLongDefault-module__isActiveGame{font-size:min(max(3.05vw,1px),(var(--inner-height) - 263px)/100*2.7)}}@media(max-width: 374px){.LayoutLongDefault-module__wrapper.LayoutLongDefault-module__isOneOrTwoTickets{font-size:min(max(3.05vw,1px),(var(--inner-height) - 263px)/100*3.9)}}@media(min-width: 768px){.LayoutLongDefault-module__wrapper{padding-bottom:.9375em;padding-left:1.5625em}.LayoutLongDefault-module__wrapper.LayoutLongDefault-module__isLayoutIdTwo{font-size:min(max(2.08vw,10px),(var(--inner-height) - 426px)/100*2.7)}.LayoutLongDefault-module__wrapper.LayoutLongDefault-module__isLayoutIdTwo.LayoutLongDefault-module__isLandscape{font-size:calc((var(--inner-height) - 242px)/100*2.7)}}@media(min-width: 1181px){.LayoutLongDefault-module__wrapper{padding-left:0;font-size:calc((var(--inner-height) - 310px)/100*4)}.LayoutLongDefault-module__wrapper::before{content:"";display:block;flex-shrink:0;width:20em;height:100%;font-size:1rem}.LayoutLongDefault-module__wrapper.LayoutLongDefault-module__isLayoutIdTwo{font-size:calc((var(--inner-height) - 310px)/100*4)}}@media(min-width: 1181px)and (min-height: 730px){.LayoutLongDefault-module__wrapper.LayoutLongDefault-module__isLayoutIdTwo{font-size:calc((var(--inner-height) - 310px)/100*2.9)}}@media(min-width: 1181px)and (min-height: 730px){.LayoutLongDefault-module__wrapper{font-size:calc((var(--inner-height) - 310px)/100*2.9)}}@media(min-width: 1181px)and (min-height: 1024px){.LayoutLongDefault-module__wrapper{font-size:calc((var(--inner-height) - 310px)/100*2.1)}}.LayoutLongDefault-module__innerWrapper{display:flex}.LayoutLongDefault-module__innerWrapper.LayoutLongDefault-module__isColumn{flex-direction:column}.LayoutLongDefault-module__firstRow{display:flex;flex-direction:row;padding-right:2.5em}.LayoutLongDefault-module__firstRow.LayoutLongDefault-module__isColumn{flex-direction:column;justify-content:space-between;padding-right:0}.LayoutLongDefault-module__row{display:grid;grid-auto-flow:column;grid-template-rows:repeat(2, auto);padding-right:2.5em}.LayoutLongDefault-module__row.LayoutLongDefault-module__isGridSixRows{grid-template-rows:repeat(6, auto)}.LayoutLongDefault-module__row.LayoutLongDefault-module__isGrid{grid-template-rows:repeat(3, auto)}@media(max-width: 767px){.LayoutLongDefault-module__row{grid-template-rows:repeat(2, auto);transition:height 1s ease}}@media(max-width: 767px)and (min-height: 600px){.LayoutLongDefault-module__row.LayoutLongDefault-module__isActiveGame{grid-template-rows:repeat(3, auto)}}@media(max-width: 767px){.LayoutLongDefault-module__row.LayoutLongDefault-module__isMenuExpanded{grid-template-rows:repeat(2, auto)}}@media(max-width: 374px){.LayoutLongDefault-module__row{grid-template-rows:repeat(2, auto)}}@media(max-width: 374px)and (min-height: 600px){.LayoutLongDefault-module__row.LayoutLongDefault-module__isActiveGame{grid-template-rows:repeat(3, auto)}}@media(min-width: 768px){.LayoutLongDefault-module__row{grid-template-rows:repeat(3, auto)}}@media(min-width: 1181px){.LayoutLongDefault-module__row{grid-template-rows:repeat(2, auto)}.LayoutLongDefault-module__row.LayoutLongDefault-module__isGridSixRows{grid-template-rows:repeat(4, auto)}}@media(min-width: 1181px)and (min-height: 730px){.LayoutLongDefault-module__row.LayoutLongDefault-module__isGridSixRows{grid-template-rows:repeat(6, auto)}}@media(min-width: 1181px){.LayoutLongDefault-module__row.LayoutLongDefault-module__isGrid{grid-template-rows:repeat(2, auto)}}@media(min-width: 1181px)and (min-height: 730px){.LayoutLongDefault-module__row.LayoutLongDefault-module__isGrid{grid-template-rows:repeat(3, auto)}}@media(min-width: 1181px)and (min-height: 730px){.LayoutLongDefault-module__row{grid-template-rows:repeat(3, auto)}}@media(min-width: 1181px)and (min-height: 1024px){.LayoutLongDefault-module__row{grid-template-rows:repeat(4, auto)}}.LayoutLongDefault-module__item{margin:.4375em .875em .4375em 0}.LayoutLongDefault-module__isGrid .LayoutLongDefault-module__item>div{font-size:60%}.LayoutLongDefault-module__isGridSixRows .LayoutLongDefault-module__item>div{font-size:46%}.LayoutLongDefault-module__isList .LayoutLongDefault-module__item:last-child{margin-right:0}.LayoutLongDefault-module__item.LayoutLongDefault-module__isHidden{display:none}@media(max-width: 767px){.LayoutLongDefault-module__item{margin:.25em .5em .25em 0}}@media(max-width: 767px){.LayoutLongDefault-module__dragScrollWrapper{position:absolute;top:0}}@media(min-width: 1181px){.LayoutLongDefault-module__dragScrollWrapper{align-items:flex-start}}.LayoutLongDefault-module__scrollbar{right:1.25em;left:1.25em;font-size:1rem}@media(max-width: 767px){.LayoutLongDefault-module__scrollbar.LayoutLongDefault-module__isHidden{display:none}}@media(min-width: 1181px){.LayoutLongDefault-module__scrollbar{right:18.75em;left:20em}}.LayoutLongDefault-module__miniCard{position:absolute;top:0;left:0;display:none;width:calc(100vw - 266px);padding:10px 0 0 10px}@media(max-width: 767px){.LayoutLongDefault-module__miniCard.LayoutLongDefault-module__isVisible{display:block;font-size:calc((100vw - 266px)/22.02)}.LayoutLongDefault-module__miniCard.LayoutLongDefault-module__isVisible>div{max-width:calc(100% - 10px)}.LayoutLongDefault-module__miniCard.LayoutLongDefault-module__isVisible>.LayoutLongDefault-module__card>div{margin-right:10px}.LayoutLongDefault-module__miniCard.LayoutLongDefault-module__isVisible .LayoutLongDefault-module__prizes{margin-left:-8px}}@media(max-width: 374px){.LayoutLongDefault-module__miniCard.LayoutLongDefault-module__isVisible .LayoutLongDefault-module__card{display:none}}.LayoutLongDefault-module__prizes{width:40px;height:26px;border-radius:16px}
.Layout3Rows-module__wrapper{display:flex;flex-shrink:0;width:100%;padding-left:1.5625em}@media(min-width: 768px){.Layout3Rows-module__wrapper{padding-bottom:.9375em;font-size:calc((var(--inner-height) - 426px)/100*2.75)}.Layout3Rows-module__wrapper.Layout3Rows-module__is4x4Tickets{font-size:calc((var(--inner-height) - 426px)/100*2.75*.88)}.Layout3Rows-module__wrapper.Layout3Rows-module__isLandscape{font-size:calc((var(--inner-height) - 242px)/100*2.65)}.Layout3Rows-module__wrapper.Layout3Rows-module__isLandscape.Layout3Rows-module__is4x4Tickets{font-size:calc((var(--inner-height) - 242px)/100*2.65*.88)}.Layout3Rows-module__wrapper.Layout3Rows-module__isLandscape.Layout3Rows-module__isOneTicket{font-size:calc((var(--inner-height) - 386px)/100*5.5)}.Layout3Rows-module__wrapper.Layout3Rows-module__isOneTicket{font-size:calc((var(--inner-height) - 386px)/100*3.9)}}@media(min-width: 1181px){.Layout3Rows-module__wrapper{padding-top:.3125em;padding-left:0;font-size:calc((var(--inner-height) - 310px)/100*2.5)}.Layout3Rows-module__wrapper.Layout3Rows-module__is4x4Tickets{font-size:calc((var(--inner-height) - 310px)/100*2.5*.88)}.Layout3Rows-module__wrapper.Layout3Rows-module__isOneTicket{font-size:calc((var(--inner-height) - 310px)/100*3.5)}.Layout3Rows-module__wrapper::before{content:"";display:block;flex-shrink:0;width:20em;height:100%;font-size:1rem}}.Layout3Rows-module__row{display:grid;grid-auto-flow:column;grid-template-rows:repeat(3, auto);height:100%}@media(min-width: 1181px){.Layout3Rows-module__row{padding-right:15.625em}}.Layout3Rows-module__item{margin:.3125em .875em .3125em 0}.Layout3Rows-module__isList .Layout3Rows-module__item:last-child{margin-right:0}.Layout3Rows-module__scrollBarWrapper>div:first-child{height:100%}@media(min-width: 1181px){.Layout3Rows-module__scrollBarWrapper>div:first-child{height:auto}}.Layout3Rows-module__scrollbar{right:1.25em;left:1.25em;font-size:1rem}@media(min-width: 1181px){.Layout3Rows-module__scrollbar{right:18.75em;left:20em}}
.LayoutWithFooterScrollTiny-module__wrapper{position:relative;display:flex;flex-direction:column;width:100%;height:100%}@media(min-width: 768px){.LayoutWithFooterScrollTiny-module__wrapper{font-size:calc((var(--inner-height) - 426px)/100*2.8)}.LayoutWithFooterScrollTiny-module__wrapper.LayoutWithFooterScrollTiny-module__is4x4Tickets{font-size:calc((var(--inner-height) - 426px)/100*2.8*.88)}.LayoutWithFooterScrollTiny-module__wrapper.LayoutWithFooterScrollTiny-module__isLandscape{font-size:calc((var(--inner-height) - 242px)/100*3)}.LayoutWithFooterScrollTiny-module__wrapper.LayoutWithFooterScrollTiny-module__isLandscape.LayoutWithFooterScrollTiny-module__is4x4Tickets{font-size:calc((var(--inner-height) - 242px)/100*3*.88)}.LayoutWithFooterScrollTiny-module__wrapper.LayoutWithFooterScrollTiny-module__isLandscape.LayoutWithFooterScrollTiny-module__isOneTicket{font-size:calc((var(--inner-height) - 386px)/100*5.5)}.LayoutWithFooterScrollTiny-module__wrapper.LayoutWithFooterScrollTiny-module__isOneTicket{font-size:calc((var(--inner-height) - 386px)/100*4)}}@media(min-width: 1181px){.LayoutWithFooterScrollTiny-module__wrapper{padding-top:1.25em;padding-bottom:0;font-size:calc((var(--inner-height) - 310px)/100*3.1)}.LayoutWithFooterScrollTiny-module__wrapper.LayoutWithFooterScrollTiny-module__is4x4Tickets{font-size:calc((var(--inner-height) - 310px)/100*3.1*.88)}.LayoutWithFooterScrollTiny-module__wrapper.LayoutWithFooterScrollTiny-module__isOneTicket{font-size:calc((var(--inner-height) - 310px)/100*3.3)}}.LayoutWithFooterScrollTiny-module__spacer{font-size:100%;position:absolute;top:0;left:0;width:18.0625em;height:100%;pointer-events:none}@media(min-width: 768px){.LayoutWithFooterScrollTiny-module__spacer{font-size:90%}}.LayoutWithFooterScrollTiny-module__topRowWrapper,.LayoutWithFooterScrollTiny-module__footer{display:flex;grid-auto-flow:column;justify-content:start}@media(min-width: 1181px){.LayoutWithFooterScrollTiny-module__topRowWrapper,.LayoutWithFooterScrollTiny-module__footer{padding-left:0}.LayoutWithFooterScrollTiny-module__topRowWrapper::before,.LayoutWithFooterScrollTiny-module__footer::before{content:"";display:flex;flex:0 0 20em;flex-shrink:0;width:20em;height:100%;font-size:1rem}}.LayoutWithFooterScrollTiny-module__topRow{display:flex;flex:1;grid-auto-flow:column;align-items:flex-end;justify-content:start;padding:.3125em 0 .9375em 2.125em;overflow:hidden}@media(min-width: 1181px){.LayoutWithFooterScrollTiny-module__topRow{padding:.3125em 0 .9375em 1.5625em}}.LayoutWithFooterScrollTiny-module__footer{display:grid;grid-template-rows:repeat(2, auto);padding-bottom:.3125em;padding-left:1.5625em;font-size:calc((var(--inner-height) - 310px)/100*3.1)}.LayoutWithFooterScrollTiny-module__is4x4Tickets .LayoutWithFooterScrollTiny-module__footer{font-size:calc((var(--inner-height) - 310px)/100*3.1*.88)}.LayoutWithFooterScrollTiny-module__isLandscape .LayoutWithFooterScrollTiny-module__footer{font-size:calc((var(--inner-height) - 242px)/100*3.1)}.LayoutWithFooterScrollTiny-module__isLandscape.LayoutWithFooterScrollTiny-module__is4x4Tickets .LayoutWithFooterScrollTiny-module__footer{font-size:calc((var(--inner-height) - 242px)/100*3.1*.88)}.LayoutWithFooterScrollTiny-module__footer::before{grid-row:span 2}@media(min-width: 1181px){.LayoutWithFooterScrollTiny-module__footer{font-size:calc((var(--inner-height) - 310px)/100*3)}.LayoutWithFooterScrollTiny-module__is4x4Tickets .LayoutWithFooterScrollTiny-module__footer{font-size:calc((var(--inner-height) - 310px)/100*3*.88)}.LayoutWithFooterScrollTiny-module__footer::after{content:"";display:table;flex:0 0 16.25em;flex-shrink:0;grid-row:span 2;width:16.25em;height:100%;font-size:1rem}}.LayoutWithFooterScrollTiny-module__item{position:relative}.LayoutWithFooterScrollTiny-module__topRow .LayoutWithFooterScrollTiny-module__item{margin-right:1.125em}.LayoutWithFooterScrollTiny-module__footer .LayoutWithFooterScrollTiny-module__item{margin-right:.75em;margin-bottom:.75em}.LayoutWithFooterScrollTiny-module__footer .LayoutWithFooterScrollTiny-module__item:last-child{margin-right:0;padding-right:2.5em}.LayoutWithFooterScrollTiny-module__scrollbar{right:1.25em;left:1.25em;font-size:1rem}@media(min-width: 1181px){.LayoutWithFooterScrollTiny-module__scrollbar{right:18.75em;left:20em}}
.BingoCardsLayout-module__wrapper{height:100%}
.UserBingoCards-module__wrapper{position:relative;height:100%}
.PurchaseBingoCards-module__wrapper{position:relative;height:100%}.PurchaseBingoCards-module__reloadButton{position:absolute;top:-30px;left:20px;display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;background-color:var(--reload-button-background-color);border-radius:50%;z-index:2}.PurchaseBingoCards-module__reloadButton:active{transform:scale(0.9)}.PurchaseBingoCards-module__reloadButton>svg{position:relative;width:1.5rem;height:1.5rem;color:var(--reload-button-color)}@media(min-width: 768px){.PurchaseBingoCards-module__reloadButton{top:-30px;left:40px}}@media(min-width: 1024px){.PurchaseBingoCards-module__reloadButton{top:-34px;left:340px}}@media(min-width: 1181px){.PurchaseBingoCards-module__reloadButton{top:-40px;left:320px}}
.BingoPanel-module__wrapper{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;width:100%;height:calc(var(--inner-height) - var(--top-bar-height));max-height:100%;padding-top:3.125em;padding-bottom:8.5em;background-repeat:no-repeat;background-position:center;background-size:cover;transition:padding .3s ease}.BingoPanel-module__wrapper::before{content:"";position:absolute;top:0;left:0;width:100%;height:163px;background-image:linear-gradient(180deg, rgba(3, 42, 61, 0.25) 0%, rgba(1, 19, 28, 0.5) 43%, rgba(0, 0, 0, 0) 100%)}@media(max-width: 767px)and (max-width: 767px){.BingoPanel-module__wrapper.BingoPanel-module__isMenuExpanded{padding-bottom:15.3125em}}@media(max-width: 767px)and (max-width: 374px){.BingoPanel-module__wrapper.BingoPanel-module__isMenuExpanded{padding-bottom:10.625em}}@media(max-width: 374px){.BingoPanel-module__wrapper{padding-bottom:10.625em}}@media(min-width: 768px){.BingoPanel-module__wrapper{padding-top:5em;padding-bottom:17.1875em}.BingoPanel-module__wrapper::before{height:261px;background-image:linear-gradient(180deg, rgba(3, 42, 61, 0.25) 0%, rgba(1, 19, 28, 0.5) 35%, rgba(0, 0, 0, 0) 100%)}.BingoPanel-module__wrapper.BingoPanel-module__isLandscape{padding-top:4em;padding-bottom:9.1875em}.BingoPanel-module__wrapper.BingoPanel-module__isLandscape::before{height:4em;background-image:linear-gradient(180deg, rgba(3, 42, 61, 0.35) 0%, rgba(0, 0, 0, 0) 77%)}}@media(min-width: 1181px){.BingoPanel-module__wrapper{justify-content:flex-start;height:100%;padding-top:0;padding-bottom:0;background-position:left;transition:none}.BingoPanel-module__wrapper::before{content:none}}.BingoPanel-module__infoBar{width:100%}@media(max-width: 767px){.BingoPanel-module__infoBar.BingoPanel-module__isHidden{display:none}}@media(min-width: 768px){.BingoPanel-module__infoBar.BingoPanel-module__isLandscape{z-index:2;position:absolute;top:1.125em;right:10.625em;width:auto;max-width:40em}}.BingoPanel-module__logo{position:absolute;top:.0625em;width:17.625em;max-height:3.125em;object-fit:contain}@media(min-width: 1181px){.BingoPanel-module__logo.BingoPanel-module__minHeight{min-height:7.125em}}@media(max-width: 767px){.BingoPanel-module__logo.BingoPanel-module__isHidden{display:none}}@media(max-width: 374px){.BingoPanel-module__logo{top:.25em;width:15em}}@media(min-width: 768px){.BingoPanel-module__logo{top:.4375em;width:24.5em;max-height:4.25em}.BingoPanel-module__logo.BingoPanel-module__isLandscape{top:.3125em;left:7.5em;width:calc(100% - 900px);max-height:3.625em}}@media(min-width: 1181px){.BingoPanel-module__logo{position:relative;width:41.5em;max-height:7.5em}}.BingoPanel-module__cards{width:100%;height:100%}@media(max-width: 767px){.BingoPanel-module__cards{font-size:calc((var(--inner-height) - 247px)/100*2.9)}.BingoPanel-module__cards.BingoPanel-module__isMenuExpanded{font-size:calc((var(--inner-height) - 346px)/100*2.9)}.BingoPanel-module__cards.BingoPanel-module__isSideMenuOpen{position:absolute;top:.625em;left:.625em}}@media(max-width: 374px){.BingoPanel-module__cards{font-size:calc((var(--inner-height) - 263px)/100*2.75)}.BingoPanel-module__cards.BingoPanel-module__isMenuExpanded{font-size:calc((var(--inner-height) - 263px)/100*2.75)}}@media(min-width: 768px){.BingoPanel-module__cards{font-size:calc((var(--inner-height) - 426px)/100*2.85)}.BingoPanel-module__cards.BingoPanel-module__isLandscape{font-size:calc((var(--inner-height) - 242px)/100*2.7)}}@media(min-width: 1181px){.BingoPanel-module__cards{height:100%;margin-bottom:1.5625rem;font-size:calc((var(--inner-height) - 310px)/100*2.7)}}
.Leaderboard-module__wrapper{display:flex;flex-direction:column;align-items:flex-end;width:100%;font-family:var(--root-font-family-secondary)}@media(min-width: 768px){.Leaderboard-module__wrapper.Leaderboard-module__isLandscape{width:15.5em;min-width:15.5em}}@media(min-width: 1181px){.Leaderboard-module__wrapper{align-items:flex-start}}.Leaderboard-module__leaderboard{z-index:1;position:relative;width:100%;height:0;overflow:hidden;transition:min-height .3s ease}.Leaderboard-module__headerWrapper{width:100%}@media(min-width: 1181px){.Leaderboard-module__headerWrapper{padding:0 .9375em}}.Leaderboard-module__header{display:none}@media(min-width: 1181px){.Leaderboard-module__header{color:var(--dark-text-color);font-size:1.125rem;line-height:1.5rem;display:block}}.Leaderboard-module__user{color:var(--dark-text-color);font-size:.75rem;line-height:1.25rem;color:var(--light-text-color);position:absolute;display:flex;align-items:center;width:100%;margin-bottom:.3125em;padding:0 .4166666667em 0 .0833333333em;background-color:var(--leaderboard-background);border-radius:10px 0 0 10px}.Leaderboard-module__user.Leaderboard-module__currentUser{position:relative;margin:0;background-color:var(--leaderboard-background-current-user)}@media(min-width: 768px){.Leaderboard-module__user{color:var(--dark-text-color);font-size:1rem;line-height:1.375rem;color:var(--light-text-color);padding:0 .3125em 0 .1875em;line-height:1.5rem}}@media(min-width: 1181px){.Leaderboard-module__user{color:var(--dark-text-color);font-size:1rem;line-height:1.375rem;color:var(--light-text-color);width:15.5em;padding:.1875em .5em;border-radius:0 12.65px 12.65px 0}}.Leaderboard-module__username{max-width:4.6875em;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}@media(min-width: 768px){.Leaderboard-module__username{max-width:6.25em}}.Leaderboard-module__icon{width:18px;height:18px;margin-right:.25em}.Leaderboard-module__separator{width:calc(100% - 1px);margin:.5625em 0}@media(min-width: 768px){.Leaderboard-module__separator{width:14.875em;margin:.375em 0}}@media(min-width: 1181px){.Leaderboard-module__separator{width:15em;margin:.4375em 0}}.Leaderboard-module__ballsLeftWrapper{display:flex;flex:1;align-items:center;justify-content:flex-end;height:100%}.Leaderboard-module__ballsLeftWrapper>span{max-width:2.1875em;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}@media(min-width: 768px){.Leaderboard-module__ballsLeftWrapper>span{max-width:3.75em}}@media(min-width: 1181px){.Leaderboard-module__ballsLeftWrapper>span{max-width:5em}}.Leaderboard-module__bingoBall{width:.75em;height:.75em;margin-left:-0.3125em;background-color:var(--leaderboard-yellow-bingo-ball-icon);border:.75px solid var(--leaderboard-bingo-ball-border);border-radius:100%}.Leaderboard-module__bingoBall.Leaderboard-module__single{margin-left:.3125em;background-color:var(--leaderboard-green-bingo-ball-icon)}@media(min-width: 768px){.Leaderboard-module__bingoBall{width:.875em;height:.875em;border:.0625em solid var(--leaderboard-bingo-ball-border)}}
.GameLayout-module__wrapper{display:flex;width:100%;height:100%}.GameLayout-module__wrapper::before{content:"";z-index:-1;position:absolute;width:100%;height:100%;background-color:rgba(255,255,255,.5);background-image:linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 100%);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}@media(max-width: 767px){.GameLayout-module__wrapper.GameLayout-module__isSideMenuOpen::before{display:none;background-color:unset;background-image:unset;-webkit-backdrop-filter:unset;backdrop-filter:unset}.GameLayout-module__wrapper.GameLayout-module__isSideMenuOpen>*{display:none}}@media(min-width: 1181px){.GameLayout-module__wrapper{flex-direction:column}}.GameLayout-module__leftSection{position:relative;display:flex;margin-bottom:3.125em;flex:1;flex-direction:column;padding:.625em 0 0 0}@media(min-width: 768px){.GameLayout-module__leftSection.GameLayout-module__isLandscape{flex:0 0 21.6875em}}@media(min-width: 1181px){.GameLayout-module__leftSection{flex:0 0 auto}}.GameLayout-module__buyButtonContainer{position:absolute;bottom:.375em;left:.625rem;display:flex;flex-direction:column;width:12.5em}.GameLayout-module__buyButtonContainer>.GameLayout-module__buyButton{min-width:12.5em}@media(min-width: 768px){.GameLayout-module__buyButtonContainer>.GameLayout-module__buyButton{margin-bottom:.3125em}}.GameLayout-module__buyButtonContainer.GameLayout-module__isExpandedView{position:absolute;bottom:2.1875em;left:.625em;opacity:0;animation:GameLayout-module__fade-in .3s .2s forwards}@media(max-width: 767px){.GameLayout-module__buyButtonContainer.GameLayout-module__isExpandedView.GameLayout-module__hasBoughtCardsText{bottom:1.5625em}}.GameLayout-module__buyButtonContainer .GameLayout-module__bold{margin-right:.3125em;font-weight:bold}.GameLayout-module__buyButtonContainer .GameLayout-module__unBold{font-weight:normal}.GameLayout-module__buyButtonContainer .GameLayout-module__upcomingGame{display:none}.GameLayout-module__isExpandedView .GameLayout-module__buyButtonContainer .GameLayout-module__upcomingGame{display:block}@media(max-width: 374px){.GameLayout-module__buyButtonContainer .GameLayout-module__upcomingGame{display:block}}@media(min-width: 768px){.GameLayout-module__buyButtonContainer .GameLayout-module__upcomingGame{display:block;order:2;width:100px}}@media(min-width: 1181px){.GameLayout-module__buyButtonContainer .GameLayout-module__upcomingGame{order:3;width:100%}}.GameLayout-module__buyButtonContainer .GameLayout-module__boughtCardsText{color:var(--dark-text-color);font-size:.75rem;line-height:1.25rem;display:none;margin-bottom:0;font-weight:bold;font-family:var(--root-font-family-secondary)}.GameLayout-module__isExpandedView .GameLayout-module__buyButtonContainer .GameLayout-module__boughtCardsText{display:block}@media(max-width: 374px){.GameLayout-module__buyButtonContainer .GameLayout-module__boughtCardsText{color:var(--dark-text-color);font-size:.75rem;line-height:1.25rem;display:block;line-height:.875rem}}@media(min-width: 768px){.GameLayout-module__buyButtonContainer .GameLayout-module__boughtCardsText{color:var(--dark-text-color);font-size:.875rem;line-height:1.25rem;display:block;order:3;width:100%;margin-bottom:.625em}.GameLayout-module__buyButtonContainer .GameLayout-module__boughtCardsText.GameLayout-module__isLandscape{margin-bottom:0;line-height:.875rem}}@media(min-width: 1181px){.GameLayout-module__buyButtonContainer .GameLayout-module__boughtCardsText{order:2}}@media(max-width: 374px){.GameLayout-module__buyButtonContainer{position:absolute;bottom:.5rem;left:.625rem}.GameLayout-module__buyButtonContainer>.GameLayout-module__hasTextUnder{max-height:2.1875em}}@media(min-width: 768px){.GameLayout-module__buyButtonContainer{position:absolute;bottom:3.625em;left:1.25em;flex-direction:row;flex-wrap:wrap;width:23.4375em}.GameLayout-module__buyButtonContainer>.GameLayout-module__buyButton{margin-right:.625em;margin-bottom:.5em}.GameLayout-module__buyButtonContainer.GameLayout-module__isLandscape{bottom:1.625em;left:2.8125em}}@media(min-width: 1181px){.GameLayout-module__buyButtonContainer>.GameLayout-module__buyButton{width:13.5em}}@media(min-width: 1181px)and (max-height: 768px){.GameLayout-module__buyButtonContainer{position:initial;flex-direction:column;width:100%;padding:2.1875em 2em 0}.GameLayout-module__buyButtonContainer>.GameLayout-module__buyButton{margin-right:0;margin-bottom:.25em}}@media(min-width: 1181px)and (min-height: 768px){.GameLayout-module__buyButtonContainer{position:initial;flex-direction:column;width:100%;padding:1.5625em 2em 0}.GameLayout-module__buyButtonContainer>.GameLayout-module__buyButton{margin-right:0;margin-bottom:.125em}}@media(min-width: 1181px)and (min-height: 900px){.GameLayout-module__buyButtonContainer{padding:3.125em 2em 0}.GameLayout-module__buyButtonContainer>.GameLayout-module__buyButton{margin-bottom:.625em}}.GameLayout-module__prizes{position:absolute;top:3.75em;left:0;display:flex;justify-content:center;width:210px;padding:0 40px 0 80px}.GameLayout-module__prizes>.GameLayout-module__infoIcon{display:none}@media(max-width: 767px){.GameLayout-module__prizes.GameLayout-module__isSideMenuOpen{position:absolute;top:unset;bottom:.8125em;left:3.875em}}@media(max-width: 374px){.GameLayout-module__prizes.GameLayout-module__isSideMenuOpen{position:absolute;top:unset;bottom:-1.875em;left:.625em}}@media(max-width: 767px){.GameLayout-module__prizes.GameLayout-module__isExpandedView{position:initial;display:flex;align-items:flex-start;margin-top:.4375em;margin-left:0;padding:0}.GameLayout-module__prizes.GameLayout-module__isExpandedView>.GameLayout-module__infoIcon{display:block;width:1.625em;min-width:1.625em;height:1.625em;margin:0 .5em}.GameLayout-module__prizes.GameLayout-module__isExpandedView>.GameLayout-module__infoIcon>img{min-width:1.625em;height:1.625em}}@media(max-width: 374px){.GameLayout-module__prizes.GameLayout-module__isExpandedView{position:absolute;padding:0}.GameLayout-module__prizes.GameLayout-module__isExpandedView>.GameLayout-module__infoIcon{display:none}}@media(max-width: 374px){.GameLayout-module__prizes{top:4.0625em;width:210px;padding:0 40px 0 80px}}@media(min-width: 768px){.GameLayout-module__prizes{top:4.9375em;left:8.25em;width:14.0625em;padding:0}.GameLayout-module__prizes.GameLayout-module__isLongsTickets{left:9.5em}.GameLayout-module__prizes>.GameLayout-module__infoIcon{display:none}}@media(min-width: 1181px){.GameLayout-module__prizes{position:initial;width:100%;margin-top:2.1875em}.GameLayout-module__prizes.GameLayout-module__isLongsTickets{left:8.25em}}@media(min-width: 1181px)and (max-height: 768px){.GameLayout-module__prizes{margin-top:1.5625em}}@media(min-width: 1181px)and (min-height: 768px){.GameLayout-module__prizes{margin-top:1.5625em}}@media(min-width: 1181px)and (min-height: 900px){.GameLayout-module__prizes{margin-top:2.1875em}}.GameLayout-module__rightSection{display:flex;flex:0 0 8.9375em;flex-direction:column;align-items:flex-end;justify-content:space-between;padding:.625em 0 2.375em}.GameLayout-module__rightSection>.GameLayout-module__walletContainer{display:flex;justify-content:flex-end;width:100%}@media(max-width: 374px){.GameLayout-module__rightSection{flex:0 0 7.5em;justify-content:unset}}@media(min-width: 768px){.GameLayout-module__rightSection{flex:0 0 15.625em;padding:.625em 0 3.125em}.GameLayout-module__rightSection.GameLayout-module__isLandscape{position:relative;flex:1;flex-direction:row-reverse;align-items:flex-start}.GameLayout-module__rightSection.GameLayout-module__isLandscape>.GameLayout-module__walletContainer{justify-content:space-between;padding:0 .5em 0 2.8125em}}@media(min-width: 1181px){.GameLayout-module__rightSection>.GameLayout-module__walletContainer{display:none}}@media(min-width: 1181px)and (max-height: 768px){.GameLayout-module__rightSection{padding:1.875em 0 0}}@media(min-width: 1181px)and (min-height: 768px){.GameLayout-module__rightSection{padding:1.25em 0 0}}@media(min-width: 1181px)and (min-height: 900px){.GameLayout-module__rightSection{padding:1.875em 0 0}}.GameLayout-module__gameWallet{width:12.5em;padding-top:.1875em}.GameLayout-module__chatButton{height:2.5em;margin:.9375em .625em;border-radius:0}.GameLayout-module__chatButton>svg{width:2.375em}@media(max-width: 374px){.GameLayout-module__chatButton{margin:.625em .625em}}@media(min-width: 768px){.GameLayout-module__chatButton{height:3em}.GameLayout-module__chatButton>svg{width:2.875em}}@media(min-width: 768px)and (min-width: 768px){.GameLayout-module__chatButton.GameLayout-module__isLandscape{margin:.3125em .625em}}.GameLayout-module__chatIconWrapper{width:min-content;position:relative;display:inline-block}.GameLayout-module__chatIconWrapper>svg{width:2.375em}@media(min-width: 768px){.GameLayout-module__chatIconWrapper>svg{width:2.875em}}.GameLayout-module__newMessageIndicator{position:absolute;display:flex;align-items:center;justify-content:center;font-weight:bold;color:var(--theme-color-1);background-color:var(--color-white);border-radius:50%;font-size:.9rem;top:0;right:0;width:1rem;height:1rem}@keyframes GameLayout-module__fade-in{0%{opacity:0}100%{opacity:1}}
.BuyLotteryTicketButtons-module__wrapper{display:flex;justify-content:space-between;width:100%}@media(max-width: 767px){.BuyLotteryTicketButtons-module__wrapper.BuyLotteryTicketButtons-module__expanded{width:60%}}@media(min-width: 768px){.BuyLotteryTicketButtons-module__wrapper.BuyLotteryTicketButtons-module__expanded{flex-direction:column;align-items:start}}@media(min-width: 768px){.BuyLotteryTicketButtons-module__wrapper{flex-direction:column;align-items:center}}.BuyLotteryTicketButtons-module__title{display:none}@media(min-width: 1181px){.BuyLotteryTicketButtons-module__title{color:var(--dark-text-color);font-size:1.25rem;line-height:1.625rem;display:block;margin-bottom:.5em;font-family:var(--root-font-family-secondary)}}.BuyLotteryTicketButtons-module__firstSection,.BuyLotteryTicketButtons-module__secondSection{display:flex}@media(max-width: 767px){.BuyLotteryTicketButtons-module__secondSection{display:none}}@media(max-width: 374px){.BuyLotteryTicketButtons-module__secondSection{display:none}}.BuyLotteryTicketButtons-module__payButton{color:var(--dark-text-color);font-size:1rem;line-height:1.375rem;display:flex;align-items:center;justify-content:center;text-align:center;width:3em;height:3em;margin:0 .1875em;line-height:1;background-color:var(--background-color-predefined-values-button);border-radius:8px;color:var(--text-color-predefined-values-button);font-weight:bold;font-family:var(--root-font-family-secondary)}.BuyLotteryTicketButtons-module__payButton:disabled{opacity:.6}@media(max-width: 374px){.BuyLotteryTicketButtons-module__payButton{width:2.8571428571em;height:2.8571428571em;margin:0 .3125em;font-size:.875rem}}@media(min-width: 768px){.BuyLotteryTicketButtons-module__payButton{margin:.25em}}@media(min-width: 1181px){.BuyLotteryTicketButtons-module__payButton{width:4em;height:4em}}.BuyLotteryTicketButtons-module__payButton.BuyLotteryTicketButtons-module__payButtonWrapper{flex-direction:column}.BuyLotteryTicketButtons-module__predefinedButtonAmount{color:var(--dark-text-color);font-size:1rem;line-height:1.375rem;color:var(--light-text-color);font-weight:bold}.BuyLotteryTicketButtons-module__displayWrapper{background-color:var(--background-color-display-box);display:flex;flex-direction:column;color:var(--text-color-display-box)}.BuyLotteryTicketButtons-module__minusButton,.BuyLotteryTicketButtons-module__plusButton{background-color:var(--background-color-plus-and-minus-buttons);color:var(--text-color-plus-and-minus-buttons)}.BuyLotteryTicketButtons-module__maxButtonText,.BuyLotteryTicketButtons-module__suffix{font-size:.6em;font-weight:bold;text-transform:uppercase;opacity:.5}
.PurchaseLayout-module__wrapper{display:flex;flex-direction:column;width:100vw;height:100%;padding-top:.625em;background-color:rgba(255,255,255,.5);background-image:linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 100%);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}@media(min-width: 1181px){.PurchaseLayout-module__wrapper{width:17.5em;height:calc(calc(var(--inner-height) - var(--top-bar-height)) - 4.125em);max-height:100%;padding-top:0}}.PurchaseLayout-module__bannerWrapper{display:flex;align-items:flex-start;height:3.75em;padding-left:.625em}@media(max-width: 374px){.PurchaseLayout-module__bannerWrapper{position:absolute;top:.625em;right:0;width:8.9375em;padding-left:0}}@media(min-width: 768px){.PurchaseLayout-module__bannerWrapper{position:absolute;top:1.875em;right:0;flex-direction:column;align-items:flex-end;order:2;height:auto}.PurchaseLayout-module__bannerWrapper.PurchaseLayout-module__isLandscape{width:calc(100% - 12.875em);padding:0;top:1.25em}.PurchaseLayout-module__bannerWrapper.PurchaseLayout-module__isLandscape>div{max-width:100%}}@media(min-width: 768px){.PurchaseLayout-module__bannerWrapper.PurchaseLayout-module__expanded{top:unset}.PurchaseLayout-module__bannerWrapper.PurchaseLayout-module__expanded.PurchaseLayout-module__isLandscape{will-change:transform,opacity;width:calc(100% - 12.875em);padding:0;top:unset}.PurchaseLayout-module__bannerWrapper.PurchaseLayout-module__expanded.PurchaseLayout-module__isLandscape>div{max-width:100%}}@media(min-width: 1181px){.PurchaseLayout-module__bannerWrapper{position:initial;top:0;align-items:center;justify-content:flex-start;order:1;padding-left:0}}@media(min-width: 1181px)and (max-height: 768px){.PurchaseLayout-module__bannerWrapper{flex:0 0 12.5em;justify-content:flex-start}}@media(min-width: 1181px)and (min-height: 768px){.PurchaseLayout-module__bannerWrapper{flex:0 0 26.25em}}@media(min-width: 1181px)and (min-height: 900px){.PurchaseLayout-module__bannerWrapper{flex:0 0 26.875em}}@media(min-width: 1181px)and (max-height: 768px){.PurchaseLayout-module__prizeWrapper{display:none}}@media(min-width: 1181px)and (min-height: 768px){.PurchaseLayout-module__prizeWrapper{order:1;margin:1.25em 0}}@media(min-width: 1181px)and (min-height: 900px){.PurchaseLayout-module__prizeWrapper{margin:1.875em 0 2.8125em}}.PurchaseLayout-module__purchaseButtonsWrapper{display:flex;flex-direction:column;padding:0 .625em;will-change:transform,opacity}@media(max-width: 767px){.PurchaseLayout-module__purchaseButtonsWrapper.PurchaseLayout-module__expanded{flex-direction:row;align-items:center}}@media(min-width: 768px){.PurchaseLayout-module__purchaseButtonsWrapper.PurchaseLayout-module__expanded{width:15em;justify-content:center;align-items:center;gap:.625em}.PurchaseLayout-module__purchaseButtonsWrapper.PurchaseLayout-module__expanded.PurchaseLayout-module__isLandscape{flex-direction:row;align-items:flex-end;justify-content:space-between;width:calc(100% - 25em);padding:0 calc(100% / 2 - 31.875em) 1.25em .3125em}}@media(min-width: 768px){.PurchaseLayout-module__purchaseButtonsWrapper{flex:1;align-items:flex-start;order:1;padding:0 1.25em}.PurchaseLayout-module__purchaseButtonsWrapper.PurchaseLayout-module__isLandscape{flex-direction:row;align-items:flex-end;justify-content:space-between;width:calc(100% - 15.375em);padding:0 calc(100% / 2 - 31.875em) 1.25em .3125em}}@media(min-width: 1181px){.PurchaseLayout-module__purchaseButtonsWrapper{align-items:center}}@media(min-width: 1181px)and (max-height: 768px){.PurchaseLayout-module__purchaseButtonsWrapper{padding-top:1.5625em}}@media(min-width: 768px){.PurchaseLayout-module__ticketButtonsWrapper{padding-left:.9375em}}@media(min-width: 1181px){.PurchaseLayout-module__ticketButtonsWrapper{padding-left:0}}.PurchaseLayout-module__payButton{width:12.5em}@media(max-width: 374px){.PurchaseLayout-module__payButton{width:auto;padding:0 1.25em;font-size:.875rem;line-height:1.375rem}}@media(min-width: 1181px){.PurchaseLayout-module__payButton{width:13.125em;margin-top:.625em}}@media(min-width: 768px){.PurchaseLayout-module__payButton.PurchaseLayout-module__expanded.PurchaseLayout-module__isLandscape{width:18.75em}}.PurchaseLayout-module__bold{margin-right:.25em;font-weight:bold}.PurchaseLayout-module__unBold{font-weight:normal}.PurchaseLayout-module__innerWrapper{display:flex;align-items:flex-end;justify-content:space-between;padding-top:.9375em}@media(max-width: 374px){.PurchaseLayout-module__innerWrapper{padding-top:.625em}}@media(min-width: 768px){.PurchaseLayout-module__innerWrapper{width:100%;padding:1.25em 0 0}.PurchaseLayout-module__innerWrapper.PurchaseLayout-module__isLandscape{position:relative;flex-direction:column-reverse;align-items:flex-start;justify-content:space-between;width:22.875em;height:100%;padding:.625em 0 .125em}}@media(min-width: 1181px){.PurchaseLayout-module__innerWrapper{justify-content:center}}@media(min-width: 1181px)and (min-height: 768px){.PurchaseLayout-module__innerWrapper{padding-top:.625em}}@media(min-width: 1181px)and (min-height: 900px){.PurchaseLayout-module__innerWrapper{padding-top:.9375em}}.PurchaseLayout-module__gameWalletAndChatWrapper{position:relative;display:flex;justify-content:flex-end;width:8.75em}@media(max-width: 767px){.PurchaseLayout-module__gameWalletAndChatWrapper.PurchaseLayout-module__expanded{width:100%;border-top:2px solid rgba(0,123,255,.2);padding:.625em .625em 0;margin-top:.625em;justify-content:space-between}.PurchaseLayout-module__gameWalletAndChatWrapper.PurchaseLayout-module__expanded>.PurchaseLayout-module__gameWallet{position:initial;width:60%}}@media(min-width: 768px){.PurchaseLayout-module__gameWalletAndChatWrapper.PurchaseLayout-module__expanded{position:absolute;bottom:1.25em;right:1.25em;flex-direction:row;align-items:flex-end;order:2;height:auto}.PurchaseLayout-module__gameWalletAndChatWrapper.PurchaseLayout-module__expanded.PurchaseLayout-module__isLandscape{width:21.25em;padding:0;bottom:5em;right:calc(50% - 15em)}.PurchaseLayout-module__gameWalletAndChatWrapper.PurchaseLayout-module__expanded.PurchaseLayout-module__isLandscape>div{max-width:100%}}.PurchaseLayout-module__gameWalletAndChatWrapper.PurchaseLayout-module__isNotLoggedIn{justify-content:flex-end}@media(max-width: 767px){.PurchaseLayout-module__gameWalletAndChatWrapper>.PurchaseLayout-module__gameWallet{position:absolute;top:-3.9375em;left:-2.4375em;width:11.1875em}}@media(max-width: 374px){.PurchaseLayout-module__gameWalletAndChatWrapper>.PurchaseLayout-module__gameWallet{position:relative;top:1.5em;left:0;flex:1;width:auto}}@media(min-width: 768px){.PurchaseLayout-module__gameWalletAndChatWrapper>.PurchaseLayout-module__gameWallet{width:13.625em;padding-top:.25em}.PurchaseLayout-module__isLandscape .PurchaseLayout-module__gameWalletAndChatWrapper>.PurchaseLayout-module__gameWallet{width:12.5em}}@media(max-width: 374px){.PurchaseLayout-module__gameWalletAndChatWrapper{justify-content:space-between;width:8.3125em}}@media(min-width: 768px){.PurchaseLayout-module__gameWalletAndChatWrapper{justify-content:space-between;width:18.125em}.PurchaseLayout-module__gameWalletAndChatWrapper.PurchaseLayout-module__isLandscape{width:21.6875em}}.PurchaseLayout-module__chatIconButton{height:2.125em;border-radius:0}@media(max-width: 374px){.PurchaseLayout-module__chatIconButton{margin-top:.1875em}}@media(min-width: 768px){.PurchaseLayout-module__chatIconButton{height:3em}}.PurchaseLayout-module__chatIconWrapper{width:min-content;position:relative;display:inline-block}.PurchaseLayout-module__chatIcon{width:2em;height:2em}@media(min-width: 768px){.PurchaseLayout-module__chatIcon{width:2.875em;height:2.875em;margin-top:-0.125em}}.PurchaseLayout-module__newMessageIndicator{position:absolute;display:flex;align-items:center;justify-content:center;font-weight:bold;color:var(--theme-color-1);background-color:var(--color-white);border-radius:50%;font-size:.9rem;top:0;right:0;width:1rem;height:1rem}.PurchaseLayout-module__smallBanner{position:absolute;bottom:.625em;left:13.125em}.PurchaseLayout-module__closeButton{position:absolute;bottom:15.3125em;display:flex;align-items:flex-end;justify-content:center;width:100vw;height:calc(calc(var(--inner-height) - var(--top-bar-height)) - 15.3125em);padding:1.25em;background-color:var(--modal-background-color)}@media(max-width: 374px){.PurchaseLayout-module__closeButton{bottom:10.625em;height:calc(calc(var(--inner-height) - var(--top-bar-height)) - 10.625em)}}@media(min-width: 768px){.PurchaseLayout-module__closeButton{bottom:17.1875em;height:calc(calc(var(--inner-height) - var(--top-bar-height)) - 17.1875em)}.PurchaseLayout-module__closeButton.PurchaseLayout-module__isLandscape{bottom:9.1875em;height:calc(
        calc(var(--inner-height) - var(--top-bar-height)) - 9.1875em
      )}.PurchaseLayout-module__closeButton.PurchaseLayout-module__isExpanded{bottom:13.125em;height:calc(
        calc(var(--inner-height) - var(--top-bar-height)) - 13.125em
      )}}@media(min-width: 1181px){.PurchaseLayout-module__closeButton{bottom:0;left:17.5em;align-items:center;justify-content:flex-start;width:calc(100vw - 17.5em);height:100%}}.PurchaseLayout-module__upcomingRoundsTitle{position:absolute;bottom:14.6875em;text-align:center;width:100%;font-size:1.1em;font-weight:bold;color:var(--light-text-color)}@media(max-width: 374px){.PurchaseLayout-module__upcomingRoundsTitle{bottom:10em}}@media(min-width: 768px){.PurchaseLayout-module__upcomingRoundsTitle{bottom:16.5625em}.PurchaseLayout-module__upcomingRoundsTitle.PurchaseLayout-module__isLandscape{bottom:12.5em}}@media(min-width: 1181px){.PurchaseLayout-module__upcomingRoundsTitle{display:none}}.PurchaseLayout-module__crossWrapper{display:flex;align-items:center;justify-content:center;width:2.5em;height:2.5em;background-color:var(--modal-button-background-color);border-radius:50%}.PurchaseLayout-module__crossWrapper.PurchaseLayout-module__isUpcoming{position:absolute;bottom:2.5em}.PurchaseLayout-module__crossIcon{position:relative;width:.9375em;fill:var(--modal-button-text-color)}.PurchaseLayout-module__bonus{position:absolute;left:13.875em;width:5.3125em;margin:0}.PurchaseLayout-module__bonus.PurchaseLayout-module__isLandscape{position:absolute;right:-14.375em;bottom:-0.5em}@media(max-width: 374px){.PurchaseLayout-module__bonus{display:none}}@media(min-width: 768px){.PurchaseLayout-module__bonus{position:relative;left:unset;width:12.5em;height:3em}}@media(min-width: 1181px)and (max-height: 768px){.PurchaseLayout-module__bonus{display:block;height:fit-content;margin:1.5em auto 0}}@media(min-width: 1181px)and (min-height: 768px){.PurchaseLayout-module__bonus{display:none}}@media(min-width: 1181px)and (min-height: 900px){.PurchaseLayout-module__bonus{display:block;height:fit-content;margin:1.5em auto 0}}.PurchaseLayout-module__accordionWrapper{display:flex;flex-direction:column;overflow-y:auto;overflow-x:hidden;margin-top:-0.625em}@media(min-width: 1181px){.PurchaseLayout-module__accordionWrapper{margin-top:0;gap:.125em}}.PurchaseLayout-module__headerText{font-weight:bold;width:100%;font-size:1.1em;text-align:center;color:var(--theme-color-1)}.PurchaseLayout-module__accordionItem{width:100%;transition:all .2s}.PurchaseLayout-module__accordionItem.PurchaseLayout-module__expanded .PurchaseLayout-module__accordionHeader{background-color:var(--theme-color-1);color:var(--light-text-color)}.PurchaseLayout-module__accordionHeader{width:100%;display:flex;align-items:center;justify-content:space-between;background:rgba(255,255,255,.6);border:none;padding:1em;cursor:pointer;font-size:1rem}.PurchaseLayout-module__gameInfo{display:flex;flex-direction:column;justify-content:space-between;width:100%;align-items:center}.PurchaseLayout-module__headerTopRow{display:flex;justify-content:space-between;width:100%;gap:.625em}@media(min-width: 1181px){.PurchaseLayout-module__headerTopRow{gap:0}}.PurchaseLayout-module__headerBottomRow{display:flex;justify-content:space-between;width:100%}.PurchaseLayout-module__gameName{font-weight:bold;font-size:1em;white-space:nowrap}.PurchaseLayout-module__gameTime,.PurchaseLayout-module__cardsBought,.PurchaseLayout-module__cardPrice{font-size:.9em;margin-bottom:.0625em;white-space:nowrap}.PurchaseLayout-module__accordionContent{padding:0 1em 1em 1em;overflow:hidden}.PurchaseLayout-module__accordionTabRow{display:flex;flex-direction:row;overflow-x:auto;gap:.125em;background:rgba(0,0,0,0);scrollbar-width:thin;scrollbar-color:var(--theme-color-1) rgba(0,0,0,0)}.PurchaseLayout-module__accordionTab{width:100%;background:rgba(255,255,255,.6);border:none;padding:.5em .75em;display:flex;flex-direction:column;align-items:flex-start;font-size:.95em;cursor:pointer;transition:background-color .25s ease,color .25s ease}.PurchaseLayout-module__accordionTab.PurchaseLayout-module__expanded{background-color:var(--theme-color-1);color:var(--light-text-color)}.PurchaseLayout-module__accordionContentMobile{width:100%;padding-top:.625em;will-change:transform,opacity}@keyframes PurchaseLayout-module__fadeSlideIn{from{opacity:0;transform:translatex(36px)}to{opacity:1;transform:translatex(0)}}@keyframes PurchaseLayout-module__slideDown{from{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}
.BonusDisplay-module__wrapper{position:relative;width:100%}.BonusDisplay-module__wrapper.BonusDisplay-module__isReceipt{margin-top:.375em;padding-top:.75em}.BonusDisplay-module__bonusText{color:var(--dark-text-color);font-size:.875rem;line-height:1.25rem;margin-bottom:.625rem;line-height:1rem}.BonusDisplay-module__bonusText.BonusDisplay-module__smallerMargin{margin-bottom:.125rem}.BonusDisplay-module__bonusText.BonusDisplay-module__largerMargin{display:flex;width:fit-content;margin:0 auto .9375rem;line-height:.9375rem}.BonusDisplay-module__bonusText.BonusDisplay-module__largerMargin>b{line-height:.9375rem}.BonusDisplay-module__background{position:relative;width:100%;height:1.5em;background-color:var(--bonus-bar-color-bottom);border-radius:24px;overflow:hidden}.BonusDisplay-module__overlay,.BonusDisplay-module__sum{position:absolute;left:0;max-width:100%;height:100%;border-radius:0 24px 24px 0}.BonusDisplay-module__overlay{background-color:var(--bonus-bar-middle)}.BonusDisplay-module__overlay.BonusDisplay-module__bonusAchieved:not(.BonusDisplay-module__isReceipt){background-color:var(--bonus-green-bar-confirmation)}.BonusDisplay-module__overlay.BonusDisplay-module__isReceipt{background-color:var(--bonus-bar-top)}.BonusDisplay-module__sum{background-color:var(--bonus-bar-top)}.BonusDisplay-module__dashedLines{position:absolute;top:0;height:1.5em}.BonusDisplay-module__starWrapper{display:flex;align-items:center;justify-content:center;position:absolute;top:20px;left:3px;display:block}.BonusDisplay-module__star{width:12px}.BonusDisplay-module__coin{display:flex;align-items:center;justify-content:center;position:absolute}.BonusDisplay-module__coin>div{display:flex;align-items:center;justify-content:center;position:relative}.BonusDisplay-module__coin>div>.BonusDisplay-module__coinIcon{width:100%}.BonusDisplay-module__coin.BonusDisplay-module__first{top:28px;right:-4px;width:14px;height:14px}.BonusDisplay-module__coin.BonusDisplay-module__second{top:31px;right:0;width:20px;height:19px}.BonusDisplay-module__coin.BonusDisplay-module__third{top:40px;right:-13px;width:32px;height:31px}.BonusDisplay-module__coin::after{content:"";position:absolute;width:92%;height:96%;border-radius:100%;box-shadow:0 3px 3px 0 rgba(131,99,4,.5)}.BonusDisplay-module__coin.BonusDisplay-module__bonusIsReached::after{height:92%;box-shadow:0 3px 3px 0 rgba(131,99,4,.3)}.BonusDisplay-module__totalBonusText{color:var(--dark-text-color);font-size:.75rem;line-height:1.25rem;margin:2px 0 0;font-weight:bold;line-height:1.25rem;text-align:right}.BonusDisplay-module__block{height:20px}.BonusDisplay-module__bonusAchievedText{color:var(--dark-text-color);font-size:.75rem;line-height:1.25rem;position:relative;width:100%;height:100%;margin:0;color:var(--light-text-color);font-weight:bold;line-height:24px;text-align:center;opacity:0}.BonusDisplay-module__buttonWrapper{display:flex;justify-content:space-between;width:100%;margin-top:20px}
.ConfirmPurchase-module__spinnerModal{height:16.5625em}.ConfirmPurchase-module__table{display:flex;flex-direction:column;padding-top:1.875em}.ConfirmPurchase-module__row{display:flex;justify-content:space-between;margin-bottom:.625em;padding:0 .3125em}.ConfirmPurchase-module__row.ConfirmPurchase-module__lastElement{margin-bottom:1.1875rem}.ConfirmPurchase-module__th,.ConfirmPurchase-module__td{color:var(--dark-text-color);font-size:1.25rem;line-height:1.625rem;margin-bottom:0}.ConfirmPurchase-module__th{font-weight:700}.ConfirmPurchase-module__td{text-align:right}.ConfirmPurchase-module__voucherText{color:var(--dark-text-color);font-size:1rem;line-height:1.375rem}.ConfirmPurchase-module__button{margin:0 .3125em;font-weight:600}
.PurchaseReceipt-module__table{display:flex;flex-direction:column;padding-top:1.25em}.PurchaseReceipt-module__row{display:flex;flex-direction:column;margin-bottom:.75em;padding:0 .3125em}.PurchaseReceipt-module__row:last-child{margin-bottom:0}.PurchaseReceipt-module__th,.PurchaseReceipt-module__td{color:var(--dark-text-color);font-size:1.25rem;line-height:1.625rem;margin-bottom:0}.PurchaseReceipt-module__th{font-weight:700}.PurchaseReceipt-module__button{margin:0 .3125em;font-weight:600}.PurchaseReceipt-module__text{color:var(--dark-text-color);font-size:1.25rem;line-height:1.625rem;padding-top:1.5em;font-weight:700}.PurchaseReceipt-module__text.PurchaseReceipt-module__hasBonusDisplay{margin-bottom:-0.3125em;padding-top:.5em}
.IncuffientFunds-module__table{display:flex;flex-direction:column;padding-top:1.875em}.IncuffientFunds-module__row{display:flex;justify-content:space-between;margin-bottom:.625em;padding:0 .3125em}.IncuffientFunds-module__row:last-child{margin-bottom:0}.IncuffientFunds-module__th,.IncuffientFunds-module__td{color:var(--dark-text-color);font-size:1.25rem;line-height:1.625rem;margin-bottom:0}.IncuffientFunds-module__th{font-weight:700}.IncuffientFunds-module__td{text-align:right}.IncuffientFunds-module__button{margin:0 .3125em;font-weight:600}
.GameInfoPanel-module__wrapper{z-index:8;position:absolute;bottom:0;display:flex;flex-direction:column;width:100%}@media(max-width: 767px)and (max-width: 767px){.GameInfoPanel-module__wrapper.GameInfoPanel-module__isExpanded{height:15.3125em;transition:height .3s ease}}@media(max-width: 767px)and (max-width: 374px){.GameInfoPanel-module__wrapper.GameInfoPanel-module__isExpanded{height:10.625em}}@media(max-width: 767px){.GameInfoPanel-module__wrapper{height:8.5em;transition:height .3s ease}}@media(max-width: 374px){.GameInfoPanel-module__wrapper{height:10.625em}}@media(min-width: 768px){.GameInfoPanel-module__wrapper{height:17.1875em}.GameInfoPanel-module__wrapper.GameInfoPanel-module__isLandscape{height:9.1875em}.GameInfoPanel-module__wrapper.GameInfoPanel-module__isLandscape.GameInfoPanel-module__isPrePurchaseExpanded{height:13.125em}}@media(min-width: 1181px){.GameInfoPanel-module__wrapper{top:4.125em;width:17.5em;height:calc(calc(var(--inner-height) - var(--top-bar-height)) - 4.125em);max-height:100%;padding-top:0}}.GameInfoPanel-module__expandedButton{display:none}@media(max-width: 767px){.GameInfoPanel-module__expandedButton.GameInfoPanel-module__isVisible{position:absolute;display:flex;align-items:center;justify-content:center;width:3em;height:1.25em;margin:-1.25em 0 0 calc(100% - 3.625em);background:rgba(255,255,255,.5);border-radius:.25em .25em 0 0}.GameInfoPanel-module__expandedButton.GameInfoPanel-module__isVisible>svg{width:.6875em;transform:rotate(-90deg);transition:all .3s ease-out}.GameInfoPanel-module__expandedButton.GameInfoPanel-module__isVisible.GameInfoPanel-module__isExpanded>svg{transform:rotate(-270deg);transition:all .3s ease-out}}@media(max-width: 374px){.GameInfoPanel-module__expandedButton{display:none !important}}@media(min-width: 768px){.GameInfoPanel-module__expandedButton.GameInfoPanel-module__isVisible{display:none}}.GameInfoPanel-module__overlay{display:none}.GameInfoPanel-module__overlay.GameInfoPanel-module__isVisible{position:absolute;display:block;width:100%;height:100%;background-image:linear-gradient(180deg, rgba(0, 78, 97, 0) 0%, var(--modal-background-color) 100%)}
.ToggleButton-module__wrapper{position:absolute;top:0;bottom:0;left:0;display:none;align-items:flex-end;justify-content:flex-end;width:3.4375em;padding-top:4em;padding-bottom:3.4375em;background-image:linear-gradient(270deg, rgba(3, 42, 61, 0.25) 0%, rgba(3, 42, 61, 0) 50%);color:var(--color-white);transform:translateX(-100%);pointer-events:none}.ToggleButton-module__wrapper.ToggleButton-module__isActive{display:flex}@media(min-width: 1181px){.ToggleButton-module__wrapper{display:flex;align-items:flex-start}}.ToggleButton-module__button{display:flex;align-items:center;justify-content:center;width:1.25em;height:3.375em;background:rgba(255,255,255,.5);border-radius:4px 0 0 4px;pointer-events:all}.ToggleButton-module__button>svg{position:relative;left:1px;transform:rotate(180deg)}.ToggleButton-module__isActive .ToggleButton-module__button>svg{transform:rotate(0deg)}
.Avatar-module__wrapper{position:relative;flex:0 0 1.625em;width:1.625em;height:1.625em;border-radius:50%;overflow:hidden}.Avatar-module__wrapper.Avatar-module__isChatBubble{display:flex;align-items:center;justify-content:center;background-color:rgba(0,0,0,0);border-radius:0}.Avatar-module__image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.Avatar-module__isChatBubble .Avatar-module__image{position:relative;width:26px;height:26px;object-fit:contain}.Avatar-module__svgImage{width:100%;height:100%;display:block}
.UserList-module__wrapper{z-index:2;position:absolute;top:0;left:0;display:flex;flex-direction:column;width:100%;height:100%;margin:0;padding:4.75em 0em 1.5em 0em;background-color:var(--chat-background-color)}.UserList-module__scroll{display:flex;flex-direction:column;flex-wrap:wrap;align-items:flex-start;justify-content:flex-start}.UserList-module__itemWrapper{display:flex;align-items:center;justify-content:space-between;width:100%;margin-bottom:.5em;padding:.125em .25em}.UserList-module__itemWrapper.UserList-module__blocked{opacity:.5}.UserList-module__itemWrapper:hover{background-color:var(--chat-background-blue)}.UserList-module__item{display:flex;position:relative;align-items:center}.UserList-module__item:hover{opacity:.75}.UserList-module__item.UserList-module__blocked{text-decoration:line-through}.UserList-module__avatar{margin:0 .25em}.UserList-module__name{color:var(--dark-text-color);font-size:.875rem;line-height:1.25rem;font-weight:700;margin-right:.25em}.UserList-module__name.UserList-module__blocked{text-decoration:line-through}.UserList-module__blockUserIcon{width:.75em;height:.75em;opacity:.1;margin-right:.125em}.UserList-module__blockUserIcon.UserList-module__blocked{opacity:1;width:.875em;height:.875em}.UserList-module__blockUserIcon:hover{opacity:1;width:.875em;height:.875em}.UserList-module__blockUserIcon:hover.UserList-module__blocked{opacity:.1}
.GroupChatHeader-module__wrapper{z-index:3;position:relative;display:flex;justify-content:flex-end;padding:.75em .75em 0 .3125em}.GroupChatHeader-module__wrapper.GroupChatHeader-module__hasAdmin{justify-content:space-between}.GroupChatHeader-module__admin{display:flex;align-items:flex-end}.GroupChatHeader-module__chathostImgWrapper{width:1.625em;height:1.625em;margin-right:.25em;border-radius:100%;overflow:hidden}.GroupChatHeader-module__chathostImgWrapper>img{width:100%;height:100%;object-fit:cover}.GroupChatHeader-module__adminInfo{max-width:9.375em;text-overflow:ellipsis;overflow:hidden}@media(min-width: 768px){.GroupChatHeader-module__adminInfo{max-width:10.625em}}.GroupChatHeader-module__adminAvatar{margin-right:.25em}.GroupChatHeader-module__adminLabel{color:var(--dark-text-color);font-size:.75rem;line-height:1.25rem;font-weight:700}.GroupChatHeader-module__adminName{color:var(--dark-text-color);font-size:.875rem;line-height:1.25rem;font-weight:400}.GroupChatHeader-module__usersButton{display:flex;align-items:flex-end;justify-content:center;white-space:pre}.GroupChatHeader-module__userIcon{display:block;width:1.25em;height:1.5em;margin:0 0 .1875em .25em;stroke:var(--dark-text-color)}.GroupChatHeader-module__userCount{color:var(--dark-text-color);font-size:.875rem;line-height:1.25rem}.GroupChatHeader-module__button{margin:0 .3125em;font-weight:600}.GroupChatHeader-module__reqText>p{color:var(--dark-text-color);font-size:1.25rem;line-height:1.625rem;margin:.625rem 0 0;font-family:var(--root-font-family-secondary)}.GroupChatHeader-module__reqUser{font-weight:700}
.PrivateChatHeader-module__wrapper{z-index:3;position:relative;display:flex;justify-content:space-between;padding:0 .75em}.PrivateChatHeader-module__user{display:flex;align-items:flex-start}.PrivateChatHeader-module__userAvatar{margin-right:.25em}.PrivateChatHeader-module__userLabel{color:var(--dark-text-color);font-size:.75rem;line-height:1.25rem;font-weight:700;line-height:1.2}.PrivateChatHeader-module__userName{color:var(--dark-text-color);font-size:.875rem;line-height:1.25rem;font-weight:400;line-height:1.2}.PrivateChatHeader-module__button{color:var(--dark-text-color);font-size:.75rem;line-height:1.25rem;display:flex;align-items:center;justify-content:center;font-weight:700}.PrivateChatHeader-module__icon{display:flex;align-items:center;justify-content:center;width:2.5em;height:2.5em;margin-left:.5em;background-color:var(--color-white);border-radius:50%}.PrivateChatHeader-module__icon>svg{display:block;width:.8333333333em;height:.8333333333em}
.EmojiKeyboard-module__wrapper{display:flex;width:100%;font-family:"Helvetica Neue",Arial,Helvetica,Geneva,sans-serif;pointer-events:none}.EmojiKeyboard-module__emojis{position:absolute;right:.75em;bottom:5.5em;left:.75em;display:flex;max-height:calc(100% - 7em);background:var(--color-white);border-radius:.25em;pointer-events:all;overflow:hidden}.EmojiKeyboard-module__scroll{padding:.75em}.EmojiKeyboard-module__list{display:flex;flex-wrap:wrap}.EmojiKeyboard-module__emoji,.EmojiKeyboard-module__button{font-size:1.625em}.EmojiKeyboard-module__button{margin-bottom:.1538461538em;pointer-events:all}.EmojiKeyboard-module__button:disabled{opacity:.5;cursor:default}.EmojiKeyboard-module__emoji{display:flex;flex:0 0 calc(14.2857142857%);justify-content:center;padding:.125em;border-radius:.25em;overflow:hidden}.EmojiKeyboard-module__emoji:hover{background-color:rgba(0,0,0,.05)}.EmojiKeyboard-module__emoji:disabled{opacity:.5}
.InputField-module__form{display:flex;flex-wrap:wrap;align-items:center;min-height:fit-content;min-height:-webkit-fit-content;margin:0;padding:0 .75em .75em .75em}.InputField-module__spinner{position:absolute;top:50%;right:16px;transform:translateY(-50%)}.InputField-module__loginChatButton{color:var(--dark-text-color);font-size:.875rem;line-height:1.25rem;display:flex;align-items:center;justify-content:center;z-index:2;position:absolute;bottom:0;left:.75em;width:calc(100% - 4.125em);height:3.375em;font-weight:bold;text-decoration:underline}.InputField-module__inputWrapper{display:flex;flex:1;align-items:center;margin-right:.75em}.InputField-module__input{flex:1;height:3em;padding:0 .625em;background-color:var(--color-white);border:0 none;border-radius:.5em;color:var(--chat-text-color);outline:0 none;transition:opacity 350ms;width:100%}.InputField-module__input.InputField-module__isDisabled{opacity:.5}@media(max-width: 767px){.InputField-module__input{width:calc(100% - 1.5em)}}.InputField-module__button{display:block;flex-shrink:0;width:1.5em;height:1.5em;margin-left:.75em}.InputField-module__button:disabled{opacity:.5;cursor:default}.InputField-module__icon{position:relative;transform:rotate(90deg);fill:var(--chat-text-color)}
.MessageList-module__wrapper{z-index:1;position:relative;display:flex;flex:1;flex-direction:column;background-color:var(--chat-background-color);overflow:hidden}.MessageList-module__scroll{display:flex;flex-direction:column;height:100%;margin-right:.375em;padding:0 .375em 0 .75em}.MessageList-module__list{display:flex;flex:1;flex-direction:column;justify-content:flex-end;padding-top:.75em}.MessageList-module__message{display:flex;align-items:flex-end;min-height:fit-content;min-height:-webkit-fit-content;margin-bottom:.75em}.MessageList-module__message.MessageList-module__isBlacklistedMessage{font-style:italic}.MessageList-module__message.MessageList-module__isMine{flex-direction:row-reverse}.MessageList-module__message.MessageList-module__isSysMsg{font-style:italic}.MessageList-module__chathostImgWrapper{width:1.625em;min-width:1.625rem;height:1.625em;min-height:1.625rem;border-radius:100%;overflow:hidden}.MessageList-module__chathostImgWrapper>img{width:100%;height:100%;object-fit:cover}.MessageList-module__avatar{margin-right:.25em;margin-bottom:.1875em}.MessageList-module__isMine .MessageList-module__avatar{margin-right:0;margin-left:.25em}.MessageList-module__text{margin:0;padding:.375em;background-color:var(--color-white);border-radius:.5em;color:var(--chat-text-color);word-break:break-word}.MessageList-module__isMine .MessageList-module__text{background-color:var(--chat-background-blue)}.MessageList-module__isMine .MessageList-module__text,.MessageList-module__isAdmin .MessageList-module__text{color:var(--color-white)}.MessageList-module__isAdmin .MessageList-module__text{background-color:var(--chat-text-color)}.MessageList-module__isPrivate:not(.MessageList-module__isPrivateAdminChat) .MessageList-module__text{background-color:var(--chat-text-color)}.MessageList-module__sysText{margin:0;background-color:var(--chat-background-color);word-break:break-word}.MessageList-module__pinnedMessagesContainer{padding:8px;border-bottom:1px dashed #7cb7d0}.MessageList-module__pinnedMessage{display:flex;align-items:flex-end;margin:0;margin-bottom:6px;padding:4px;border-radius:4px;background-color:var(--chat-background-color)}.MessageList-module__pinnedMessage:last-child{margin-bottom:0}.MessageList-module__pinnedIndicator{width:24px;height:24px;min-width:24px;min-height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;background-color:var(--chat-text-color);margin:0 .25em 0 0}.MessageList-module__pinnedIndicator .MessageList-module__pinIcon{width:14px;height:14px;position:relative;left:0;top:0}.MessageList-module__pinnedText{padding:.375em;word-break:break-word;background-color:var(--chat-text-color);color:var(--color-white);border-radius:.5em;margin:0}
.RoomList-module__wrapper{position:absolute;bottom:7.5em;left:0;width:2.125em;transform:translate3d(50%, 0, 0);transition:transform 500ms}.RoomList-module__wrapper.RoomList-module__isVisible{transform:translate3d(-100%, 0, 0)}@media(min-width: 1181px){.RoomList-module__wrapper{bottom:4.25em}}.RoomList-module__tab{position:relative;display:flex;align-items:center;justify-content:center;width:2.125em;height:2.125em;margin-top:1.125em;background:var(--color-white);border-radius:.25em 0 0 .25em;box-shadow:-2px 6px 8px rgba(3,42,61,.15)}.RoomList-module__tab.RoomList-module__isActive{background:var(--chat-tab-highlight-color)}.RoomList-module__notice{color:var(--dark-text-color);font-size:.75rem;line-height:1.25rem;position:absolute;top:0;left:0;display:flex;align-items:center;justify-content:center;width:1.5em;height:1.5em;background-color:var(--chat-notice-background-color);border-radius:50%;color:var(--chat-notice-text-color);font-weight:700;transform:translate3d(-50%, -50%, 0)}
.MiniGamesList-module__wrapper{display:flex;flex-direction:column;height:100vh;width:100%;padding-bottom:1em}@media(min-width: 1181px){.MiniGamesList-module__wrapper{height:calc(100vh - var(--desktop-top-banner-height) - 1.5em)}}.MiniGamesList-module__container{padding:16px;overflow:auto}.MiniGamesList-module__heading{margin-bottom:20px;font-size:18px;font-weight:600;text-align:center}.MiniGamesList-module__noGames{color:#888;text-align:center;padding:24px 0}.MiniGamesList-module__gameGrid{display:grid;grid-template-columns:1fr 1fr;justify-content:center;gap:12px}.MiniGamesList-module__gameCard{background:none;border:none;padding:0;margin:0;cursor:pointer;width:100%;transition:transform .2s;max-width:140px;max-height:100px}.MiniGamesList-module__gameCard:hover{transform:scale(1.03)}.MiniGamesList-module__gameCard:focus{outline:none}.MiniGamesList-module__imageContainer{position:relative;width:100%;height:80px;border-radius:8px;overflow:hidden;box-shadow:0 2px 4px rgba(0,0,0,.1)}.MiniGamesList-module__thumbnail{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.MiniGamesList-module__placeholderImage{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;background-color:#e9ecef;color:#495057;font-size:32px;font-weight:700}.MiniGamesList-module__tagContainer{position:absolute;top:4px;left:4px;display:flex;flex-wrap:wrap;gap:4px;width:100%;z-index:1}.MiniGamesList-module__tag{font-size:12px;background-color:#003e52;color:#fff;padding:1px 8px;border-radius:4px;display:inline-block;font-weight:500}.MiniGamesList-module__wagesContainer{position:absolute;bottom:4px;right:4px;display:flex;align-items:center;gap:4px;font-size:12px;color:#495057}.MiniGamesList-module__wager{font-size:12px;background-color:#003e52;color:#fff;padding:1px 8px;border-radius:4px;display:inline-block;font-weight:500}.MiniGamesList-module__gameWrapper{width:100%;display:flex;flex-direction:column;align-items:center;box-sizing:border-box}.MiniGamesList-module__gameContainer{width:100%;position:relative;overflow:hidden}.MiniGamesList-module__gameFrame{position:absolute;top:0;left:0;width:100%;height:100%;border:none}.MiniGamesList-module__closeButton{margin-top:16px;background-color:rgba(0,0,0,0);color:#00516b;border:none;cursor:pointer;font-weight:bold;text-decoration:underline}.MiniGamesList-module__closeButton span{display:flex;align-items:center;justify-content:center;gap:8px}.MiniGamesList-module__closeButton .MiniGamesList-module__closeIcon{width:16px;height:16px;fill:currentColor}.MiniGamesList-module__closeButton:hover{background-color:rgba(0,0,0,0);opacity:.8;transition:opacity .2s ease-in}
.Chat-module__wrapper{z-index:12;position:absolute;top:0;right:0;bottom:0;display:flex;flex-direction:column;width:16em;height:100%;padding-top:0;padding-bottom:2.75em;background-color:var(--chat-background-color);color:var(--chat-text-color);transform:translate3d(100%, 0, 0);transition:transform 350ms}.Chat-module__wrapper.Chat-module__isExpanded{transform:translate3d(0, 0, 0);transition:width 350ms,transform 350ms}.Chat-module__wrapper.Chat-module__isMinigamesTab{width:calc(100vw - 2.75em);transition:width 350ms,transform 350ms}@media(max-width: 374px){.Chat-module__wrapper{width:15.75em}}@media(min-width: 768px){.Chat-module__wrapper{width:17.5em}.Chat-module__wrapper.Chat-module__isMinigamesTab{width:27.5em;transition:width 350ms,transform 350ms}}@media(min-width: 1181px){.Chat-module__wrapper{top:4.125em;height:calc(100% - 4.125em);padding-bottom:0}}.Chat-module__bingoRoomsButton{display:flex;justify-content:space-between;width:100%;height:2.5em;background-color:var(--theme-color-1);transition:transform .3s ease 0s,background-color .3s ease 0s}.Chat-module__bingoRoomsButton .Chat-module__chatIcon{width:0;margin-right:.875em}.Chat-module__bingoRoomsButton>button{color:var(--dark-text-color);font-size:1.125rem;line-height:1.5rem;color:var(--light-text-color);text-decoration:none}.Chat-module__bingoRoomsButton>button>span{opacity:1;transition:opacity .3s ease .3s}.Chat-module__bingoRoomsButton>button .Chat-module__arrow{width:.625em;margin-right:.75em;transform:rotate(90deg);stroke:var(--light-text-color);stroke-width:3px;transition:transform .3s ease}.Chat-module__bingoRoomsButton>button .Chat-module__isHidden{width:0;opacity:0;transition:opacity 0s ease 0s}.Chat-module__bingoRoomsButton.Chat-module__isDisplayingBingoRooms{background-color:var(--theme-color-2);position:absolute;bottom:0;width:100%;transition:transform .3s ease .3s,background-color .3s ease .3s}.Chat-module__bingoRoomsButton.Chat-module__isDisplayingBingoRooms .Chat-module__chatIcon{width:1.625em}.Chat-module__bingoRoomsButton.Chat-module__isDisplayingBingoRooms>button{color:var(--dark-text-color);font-size:1.125rem;line-height:1.5rem}.Chat-module__bingoRoomsButton.Chat-module__isDisplayingBingoRooms>button>.Chat-module__arrow{transform:rotate(270deg);stroke:var(--dark-text-color)}.Chat-module__content{position:relative;display:flex;flex:1;flex-direction:column;opacity:1;overflow:hidden;transition:opacity .3s ease .3s}.Chat-module__content.Chat-module__isHidden{opacity:0;pointer-events:none;transition:opacity .3s ease}.Chat-module__bingoRoomsContent{margin:0;opacity:1;transition:opacity .3s ease .3s}.Chat-module__bingoRoomsContent.Chat-module__isHidden{opacity:0;pointer-events:none;transition:opacity .3s ease}.Chat-module__scrollable{height:calc(var(--inner-height) - 8.5625em);margin:-2.5em 0 0;background-color:var(--color-white)}
@media(min-width: 768px){.PrivateChatReqModal-module__reqModal>div>div{min-width:22.1875rem;padding:1.875rem .9375rem}}.PrivateChatReqModal-module__button{margin:0 .3125em;font-weight:600;white-space:nowrap}.PrivateChatReqModal-module__reqText>p{color:var(--dark-text-color);font-size:1.25rem;line-height:1.625rem;margin:.625rem 0 0;font-family:var(--root-font-family-secondary)}.PrivateChatReqModal-module__reqUser{font-weight:700}
@media(min-width: 768px){.PrivateChatUserBlockModal-module__reqModal>div>div{min-width:22.1875rem;padding:1.875rem .9375rem}}.PrivateChatUserBlockModal-module__button{margin:0 .3125em;font-weight:600;white-space:nowrap}.PrivateChatUserBlockModal-module__reqText>p{color:var(--dark-text-color);font-size:1.25rem;line-height:1.625rem;margin:.625rem 0 0;font-family:var(--root-font-family-secondary)}.PrivateChatUserBlockModal-module__reqUser{font-weight:700}
.History-module__wrapper{z-index:9;position:absolute;top:0;right:0;bottom:0;display:flex;display:none;flex-direction:column;width:35em;height:100%;padding-top:0;padding-right:17.5em;background-color:var(--history-background-color);transform:translate3d(100%, 0, 0);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);transition:transform 350ms}.History-module__wrapper.History-module__isChatExpanded{transform:translate3d(21.875em, 0, 0)}.History-module__wrapper.History-module__isVisible{transform:translate3d(17.5em, 0, 0)}.History-module__wrapper.History-module__isVisible.History-module__isChatExpanded{transform:translate3d(0, 0, 0)}.History-module__wrapper.History-module__isTinyTickets:not(.History-module__isTinyButTall){top:unset;bottom:0;height:31.25em}.History-module__wrapper.History-module__isLongsTicket{top:auto;width:fit-content;height:25.5em}.History-module__wrapper.History-module__isLongsTicket.History-module__isChatExpanded{transform:translate3d(31.5em, 0, 0)}.History-module__wrapper.History-module__isLongsTicket.History-module__isVisible{transform:translate3d(17.5em, 0, 0)}.History-module__wrapper.History-module__isLongsTicket.History-module__isVisible.History-module__isChatExpanded{transform:translate3d(0, 0, 0)}@media(min-width: 1181px){.History-module__wrapper.History-module__isLongsTicket{top:auto;height:25.5em}}@media(min-width: 768px){.History-module__wrapper{display:block}}@media(min-width: 1181px){.History-module__wrapper{top:6.625em;height:calc(100% - 6.625em)}}.History-module__content{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;padding:1.875em;font-size:1em;overflow:hidden}.History-module__isLongsTicket .History-module__content{justify-content:unset;height:25.5em;padding-top:1.25em}.History-module__isTinyTickets .History-module__content{font-size:.6875em}.History-module__closeButton{width:2.5em;min-width:2.5em;height:2.5em;min-height:2.5em;border-radius:50%;padding:0;margin-bottom:1.25em}
.ScoreboardModal-module__content{position:relative;display:flex;flex-direction:column;align-items:flex-end;width:100vw;height:calc(var(--inner-height) - var(--top-bar-height));max-height:100%;background-color:var(--darkblue-popup-background)}@media(min-width: 768px){.ScoreboardModal-module__content{align-items:center;width:42.5em;height:auto;min-height:15.625em;max-height:calc(calc(var(--inner-height) - var(--top-bar-height)) - 7.5em);padding:1.25em .625em;border-radius:.5em}}@media(min-width: 1181px){.ScoreboardModal-module__content{width:37.5em}}.ScoreboardModal-module__closeButton{margin:1.875em auto}@media(min-width: 768px){.ScoreboardModal-module__closeButton{margin:0 0 .625em}}.ScoreboardModal-module__inner{padding:1.25em 0 0}@media(min-width: 768px){.ScoreboardModal-module__inner{padding:1.25em .625em 2.5em}}.ScoreboardModal-module__title{color:var(--dark-text-color);font-size:1.25rem;line-height:1.625rem;color:var(--light-text-color);width:calc(100% - 1.25em);margin:0 .5em 1em;font-weight:bold;line-height:1.5rem}@media(min-width: 768px){.ScoreboardModal-module__title{color:var(--dark-text-color);font-size:1.875rem;line-height:2.125rem;color:var(--light-text-color);width:100%;margin:0 0 1em;text-align:center}}.ScoreboardModal-module__scrollbars{width:100%;margin-bottom:20px}.ScoreboardModal-module__table{width:100%;margin:auto;color:var(--theme-color-1);font-family:var(--root-font-family-secondary)}.ScoreboardModal-module__table tr{vertical-align:middle !important}.ScoreboardModal-module__table tr th{padding-bottom:.75em}.ScoreboardModal-module__table tr td{color:var(--dark-text-color);font-size:1rem;line-height:1.375rem;max-width:8.75em;padding:.3125em 0;background-color:var(--color-white);font-weight:500;text-overflow:ellipsis;overflow:hidden}@media(min-width: 768px){.ScoreboardModal-module__table tr td{max-width:unset}}.ScoreboardModal-module__table tr th,.ScoreboardModal-module__table tr td{white-space:nowrap;text-align:left;vertical-align:middle !important}.ScoreboardModal-module__table tr th:nth-child(1),.ScoreboardModal-module__table tr td:nth-child(1){padding-right:1em;padding-left:.625em;max-width:12.5em}@media(min-width: 768px){.ScoreboardModal-module__table tr th:nth-child(1),.ScoreboardModal-module__table tr td:nth-child(1){padding-left:1em}}.ScoreboardModal-module__table tr th:nth-child(2),.ScoreboardModal-module__table tr th:nth-child(3),.ScoreboardModal-module__table tr td:nth-child(2),.ScoreboardModal-module__table tr td:nth-child(3){padding-right:.75em}@media(min-width: 768px){.ScoreboardModal-module__table tr th:nth-child(2),.ScoreboardModal-module__table tr th:nth-child(3),.ScoreboardModal-module__table tr td:nth-child(2),.ScoreboardModal-module__table tr td:nth-child(3){padding-right:1.875em}}@media(min-width: 1181px){.ScoreboardModal-module__table tr th:nth-child(2),.ScoreboardModal-module__table tr th:nth-child(3),.ScoreboardModal-module__table tr td:nth-child(2),.ScoreboardModal-module__table tr td:nth-child(3){padding-right:2.5em}}.ScoreboardModal-module__table tr th:nth-child(2),.ScoreboardModal-module__table tr td:nth-child(2){width:1.5em}.ScoreboardModal-module__table tr th:nth-child(4),.ScoreboardModal-module__table tr td:nth-child(4){padding-right:.75em}@media(min-width: 1181px){.ScoreboardModal-module__table tr th:nth-child(4),.ScoreboardModal-module__table tr td:nth-child(4){padding-right:2.5em}}.ScoreboardModal-module__table tr th:nth-child(5),.ScoreboardModal-module__table tr td:nth-child(5){padding-right:.625em}@media(min-width: 768px){.ScoreboardModal-module__table tr th:nth-child(5),.ScoreboardModal-module__table tr td:nth-child(5){padding-right:1em}}.ScoreboardModal-module__table tr.ScoreboardModal-module__isJackpot td{background-color:var(--bingo-dark-background);border-top:.25em solid var(--darkblue-popup-background);color:var(--color-gold)}.ScoreboardModal-module__table tr.ScoreboardModal-module__isFirstRowOfType td{border-top:.25em solid var(--darkblue-popup-background)}.ScoreboardModal-module__header{color:var(--dark-text-color);font-size:.875rem;line-height:1.25rem;color:var(--light-text-color);font-weight:bold;text-decoration:underline}.ScoreboardModal-module__icon{display:block;width:1.5em}.ScoreboardModal-module__icon>svg{display:block;width:100%;fill:var(--theme-color-1)}.ScoreboardModal-module__isJackpot .ScoreboardModal-module__icon>svg{fill:var(--color-gold)}.ScoreboardModal-module__rocketIcon{height:10px;margin-right:6px;transform:translateY(-5px);overflow:visible}.ScoreboardModal-module__rocketIcon>*{fill:var(--dark-text-color)}
.BingoRiveAnimation-module__wrapper{position:relative;display:flex;flex-direction:column;width:100%;height:100%}.BingoRiveAnimation-module__header{position:relative;width:100%;height:60%;margin-top:3.625em;font-size:2vw}@media(min-width: 768px){.BingoRiveAnimation-module__header{font-size:1.25vw}}@media(min-width: 1181px){.BingoRiveAnimation-module__header{font-size:1em}}.BingoRiveAnimation-module__text{position:relative;display:flex;flex-direction:column;text-align:center;opacity:1}.BingoRiveAnimation-module__title{color:var(--dark-text-color);font-size:1.5rem;line-height:1.875rem;margin-top:-3.625em;margin-bottom:1.25em;color:var(--color-gold);text-transform:uppercase}.BingoRiveAnimation-module__list{display:flex;flex-direction:column;width:100%;max-width:18.125em;max-height:22.8125em;margin:0 auto}.BingoRiveAnimation-module__item{display:flex;flex:1;justify-content:space-between;margin-bottom:.625em}.BingoRiveAnimation-module__name,.BingoRiveAnimation-module__sum{color:var(--dark-text-color);font-size:1.25rem;line-height:1.625rem;color:var(--light-text-color);margin-bottom:0}.BingoRiveAnimation-module__name{font-weight:700}.BingoRiveAnimation-module__scroll{z-index:3;padding-right:.625em}
.BingoPrizeNotification-module__wrapper{display:flex;align-items:center;justify-content:center;width:100%;height:100%}.BingoPrizeNotification-module__overlayButton{z-index:2;position:absolute;top:0;left:0;width:100%;height:100%}
.GameErrorModal-module__smallerMargins>div>div{width:23.125em;padding:1.875em 2.1875em}
.Dialogue-module__wrapper{display:flex;align-items:flex-start;width:fit-content;padding:1.25em}.Dialogue-module__dialogueBox{display:flex;align-items:center;justify-content:center;flex-direction:column;position:relative;width:14.375em;padding:1em;background-color:var(--tutorial-dialogue-background);border-radius:4px;color:var(--dark-text-color);font-family:var(--root-font-family-secondary)}.Dialogue-module__dialogueBox>p{text-align:center}.Dialogue-module__arrowIcon{position:absolute;top:-9px;fill:var(--tutorial-dialogue-background)}.Dialogue-module__arrowIcon.Dialogue-module__hasBottomArrow{top:unset;bottom:-9px;transform:rotate(180deg)}.Dialogue-module__arrowIcon.Dialogue-module__hasLeftPositionedArrow{left:25px}.Dialogue-module__arrowIcon.Dialogue-module__hasRightPositionedArrow{right:20px}.Dialogue-module__arrowIcon.Dialogue-module__hasFarRightPositionedArrow{right:14px}.Dialogue-module__arrowIcon.Dialogue-module__hasMiddleLeftPositionedArrow{left:50px}.Dialogue-module__icon{height:1.125em;margin:0 .75em;stroke:var(--dark-text-color);stroke-width:3px}.Dialogue-module__nextButton{white-space:pre}.Dialogue-module__closeButton{margin:0 .75em}.Dialogue-module__transition{transform:translateY(-10px);opacity:0;animation:Dialogue-module__slide-up .3s .4s ease-out forwards}.Dialogue-module__transition.Dialogue-module__isReversed{transform:translateY(10px);animation:Dialogue-module__slide-down .3s .4s ease-out forwards}.Dialogue-module__transition.Dialogue-module__isDelayed{animation:Dialogue-module__slide-up .3s .6s ease-out forwards}.Dialogue-module__transition.Dialogue-module__isDelayed.Dialogue-module__isReversed{animation:Dialogue-module__slide-down .3s .6s ease-out forwards}@keyframes Dialogue-module__slide-up{0%{transform:translateY(10px);opacity:0}100%{transform:translateY(0);opacity:1}}@keyframes Dialogue-module__slide-down{0%{transform:translateY(-10px);opacity:0}100%{transform:translateY(0);opacity:1}}
.Step1Deposit-module__wrapper{position:fixed;opacity:0;animation:Step1Deposit-module__fade-in .3s .3s ease-in forwards}@media(min-width: 1181px){.Step1Deposit-module__wrapper{animation:Step1Deposit-module__fade-in .3s 0s ease-in forwards}}.Step1Deposit-module__dialogue{margin-top:-1em;margin-left:-4.5625em}@media(min-width: 768px){.Step1Deposit-module__dialogue{margin-top:-1.3125em;margin-left:-2.875em}}@media(min-width: 1181px){.Step1Deposit-module__dialogue{margin-top:-0.3125em;margin-left:7.1875em}}@keyframes Step1Deposit-module__fade-in{0%{opacity:0}100%{opacity:1}}
.Step2Settings-module__wrapper{position:fixed;padding-top:.9375em;opacity:0;animation:Step2Settings-module__fade-in .3s 0s ease-in forwards}@media(min-width: 1181px){.Step2Settings-module__wrapper{padding:.5em}}.Step2Settings-module__settingsText{color:var(--dark-text-color);font-size:1.25rem;line-height:1.625rem;color:var(--light-text-color)}@media(min-width: 1181px){.Step2Settings-module__settingsText{display:none}}.Step2Settings-module__cogwheel{display:none;width:1.5em;fill:var(--menu-icon-white)}@media(min-width: 1181px){.Step2Settings-module__cogwheel{display:block}}.Step2Settings-module__dialogue{margin-top:calc(-100% + -0.8125em);margin-left:-5.8125em}.Step2Settings-module__dialogue>div>p{margin-bottom:0}@media(min-width: 768px){.Step2Settings-module__dialogue{margin-top:calc(-100% + -0.625em);margin-left:-5.6875em}}@media(min-width: 1181px){.Step2Settings-module__dialogue{margin-top:-0.375em;margin-left:-7.75em}}@keyframes Step2Settings-module__fade-in{0%{opacity:0}100%{opacity:1}}
.Step3Sound-module__wrapper{position:fixed;padding-top:.9375em;animation:Step3Sound-module__fade-in .3s 0s ease-in forwards}@media(min-width: 1181px){.Step3Sound-module__wrapper{padding:.5em}}.Step3Sound-module__soundAndText{color:var(--dark-text-color);font-size:.75rem;line-height:1.25rem;display:flex;align-items:center;max-height:23px;color:var(--menu-icon-white);font-weight:bold;font-family:var(--root-font-family-secondary)}.Step3Sound-module__soundAndText .Step3Sound-module__menuSoundIcon{width:32px;margin:-0.625em .625em 0 0;fill:var(--menu-icon-white)}@media(min-width: 1181px){.Step3Sound-module__soundAndText{display:none}}.Step3Sound-module__soundIcon{display:none;width:1.5em;fill:var(--menu-icon-white)}@media(min-width: 1181px){.Step3Sound-module__soundIcon{display:block}}.Step3Sound-module__dialogue{position:fixed;margin-left:-5.8125em}@media(min-width: 768px){.Step3Sound-module__dialogue{margin-left:-5.4375em}.Step3Sound-module__dialogue>button{margin-top:-2.5em}}@media(min-width: 1181px){.Step3Sound-module__dialogue{margin-top:1.625em;margin-left:-7.3125em}.Step3Sound-module__dialogue>button{margin-top:0}}@keyframes Step3Sound-module__fade-in{0%{opacity:0}100%{opacity:1}}
.Step4CurrentGame-module__wrapper{position:fixed;left:0;width:100%;opacity:0;animation:Step4CurrentGame-module__fade-in .3s .3s ease-in forwards}@media(min-width: 1181px){.Step4CurrentGame-module__wrapper{animation:Step4CurrentGame-module__fade-in .3s 0s ease-in forwards}}.Step4CurrentGame-module__gameInfoBarWrapper{position:relative}@media(min-width: 1181px){.Step4CurrentGame-module__chatExpanded{clip-path:inset(0 280px 0 0)}}.Step4CurrentGame-module__dialogue{margin-top:-0.125em}@media(min-width: 1181px){.Step4CurrentGame-module__dialogue{margin-top:-0.3125em}}@keyframes Step4CurrentGame-module__fade-in{0%{opacity:0}100%{opacity:1}}
.Step5ViewChat-module__wrapper{position:fixed;opacity:0;animation:Step5ViewChat-module__fade-in .3s 0s ease-in forwards}.Step5ViewChat-module__chatIconWrapper{position:relative;width:min-content}.Step5ViewChat-module__chatIcon{width:2em;height:2em}@media(min-width: 768px){.Step5ViewChat-module__chatIcon{margin-top:-0.125em}}.Step5ViewChat-module__chatIconActiveGame{width:2.375em;height:2.375em}.Step5ViewChat-module__chatIcon,.Step5ViewChat-module__chatIconActiveGame{filter:invert(100%) sepia(100%) saturate(0%) hue-rotate(0deg) brightness(100%) contrast(100%)}@media(min-width: 768px){.Step5ViewChat-module__chatIcon,.Step5ViewChat-module__chatIconActiveGame{width:2.875em;height:2.875em}}@keyframes Step5ViewChat-module__fade-in{0%{opacity:0}100%{opacity:1}}
.Tutorial-module__wrapper{z-index:12;position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:var(--tutorial-background-color);animation:Tutorial-module__fade-in .3s 0s ease-in forwards}.Tutorial-module__modal{width:100%;padding:1.875em 1.25em;background-color:var(--tutorial-popup-background);border-radius:.5em;color:var(--dark-text-color);font-family:var(--root-font-family-secondary);text-align:center;box-shadow:0 .75em 2em 0 rgba(0,38,50,.5)}.Tutorial-module__modal>h3{margin:0 0 .625rem}.Tutorial-module__modal>p{margin:0 0 1.875rem}@media(min-width: 355px){.Tutorial-module__modal{width:22.1875em}}.Tutorial-module__buttonWrapper{display:flex;justify-content:center;margin:.875rem 0 0}.Tutorial-module__buttonWrapper>button{margin:0 .375rem}@keyframes Tutorial-module__fade-in{0%{opacity:0}100%{opacity:1}}
.PotBoosterAnimation-module__wrapper{width:100%;height:100%;line-height:0}
.PotBoosterNotification-module__wrapper{display:flex;align-items:center;justify-content:center;width:100%;height:100%}.PotBoosterNotification-module__overlayButton{z-index:2;position:absolute;top:0;left:0;width:100%;height:100%}
.App-module__wrapper{position:relative;display:flex;width:100%;max-width:100vw;height:calc(var(--inner-height) - var(--top-bar-height));max-height:-webkit-fill-available;background-color:var(--theme-color-2);overflow:hidden}.App-module__innerWrapper{position:relative;display:flex;flex-direction:column;width:100%;max-width:100vw;height:calc(var(--inner-height) - var(--top-bar-height));max-height:-webkit-fill-available;background-color:var(--theme-color-2);overflow:hidden;animation-name:App-module__fade-in;animation-duration:.5s}.App-module__dev{color:#000;font-size:30px}.App-module__doNotSupportLandscape{display:none}@media(orientation: landscape){.App-module__doNotSupportLandscape{z-index:11;position:absolute;display:flex;align-items:center;justify-content:center;width:100vw;height:calc(var(--inner-height) - var(--top-bar-height));background:var(--modal-background-color);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.App-module__doNotSupportLandscape>div{padding:1.875em 2.5em;background-color:var(--light-popup-background);border-radius:.5em;color:var(--modal-text-color);font-family:var(--root-font-family-secondary);text-align:center;box-shadow:0 .75em 2em 0 rgba(0,38,50,.5)}}.App-module__doNotSupportIE{z-index:11;position:absolute;display:flex;align-items:center;justify-content:center;width:100vw;height:calc(var(--inner-height) - var(--top-bar-height));background:var(--modal-background-color);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.App-module__doNotSupportIE>div{display:flex;flex-direction:column;align-items:center;padding:1.875em 2.5em;background-color:var(--light-popup-background);border-radius:.5em;color:var(--modal-text-color);font-family:var(--root-font-family-secondary);text-align:center;box-shadow:0 .75em 2em 0 rgba(0,38,50,.5)}.App-module__doNotSupportIE>div>button{width:60px;padding:10px;background-color:#003e52;border-radius:10px;color:#fff}@keyframes App-module__fade-in{0%{opacity:0}100%{opacity:1}}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

#rsbingoclient{--color-black: #333;--color-white: #fff;--color-primary: #6b5271;--color-secondary: #ef6b56;--color-tertiary: #f0dca2;--app-color: #333;--app-background-color: #fff;--screen-mobile-portrait: 428px;--screen-mobile-landscape: 667px;--screen-tablet-portrait: 768px;--screen-tablet-landscape: 1024px;--screen-desktop: 1181px;--screen-desktop-large: 1400px;--chat-width: 17.5em}#rsbingoclient{font-weight:var(--root-font-weight);font-size:var(--root-font-size);font-family:var(--root-font-family);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,.h1,.h1-xl,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6{margin:0;font-weight:700}h1,.h1{font-size:3rem;margin:0}.h1-xl{font-size:4.5rem;margin:0}h2,.h2{font-size:2rem;line-height:2.5rem;margin:0}h3,.h3{font-size:1.5rem;line-height:2rem;margin:0}h4,.h4,h5,.h5,h6,.h6{font-size:1rem;line-height:1.5rem;margin:0}p{margin:0 0 1rem;color:var(--dark-text-color);font-size:1rem;line-height:1.375rem}small,.small{font-size:.75rem;line-height:1rem}#rsbingoclient{box-sizing:border-box}*,*::before,*::after{box-sizing:inherit}a{color:inherit;text-decoration:none}a:hover{text-decoration:underline}ul{margin:0;padding:0;list-style-position:inside}img{max-width:100%}button{display:block;margin:0;padding:0;background-color:rgba(0,0,0,0);border:0;border-radius:0;color:inherit;cursor:pointer}button:focus{outline:none}.screen-reader-text{position:absolute;width:1px;height:1px;margin:-1px;padding:0;border:0;word-wrap:normal !important;clip:rect(1px, 1px, 1px, 1px);clip-path:inset(50%);overflow:hidden}

/*# sourceMappingURL=main.css.map*/