@import url(https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@300;400;600;700;900&family=Source+Serif+Pro:wght@400;600;700&display=swap);.Loading{-webkit-box-orient:horizontal;-ms-flex-direction:row;flex-direction:row;position:fixed;top:0;left:0;width:100%;height:100%;overflow:hidden;background:#dcebf5;z-index:100000}.Loading,.Loading .circle-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-direction:normal;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.Loading .circle-container{-webkit-box-orient:vertical;-ms-flex-direction:column;flex-direction:column;padding:6rem 2.5rem;border-radius:.25rem;background:#fff;-webkit-box-shadow:4px 4px 8px -1px #9f9f9f,-4px 4px 8px -1px #9f9f9f;box-shadow:4px 4px 8px -1px #9f9f9f,-4px 4px 8px -1px #9f9f9f}@media (max-width:767px){.Loading .circle-container{width:75%;padding:5rem 0}}.Loading .circle-container .main-logo{width:24.75rem}@media (max-width:1089px){.Loading .circle-container .main-logo{width:20rem}}@media (max-width:767px){.Loading .circle-container .main-logo{width:80%}}.Loading .circle-container .loader{width:6rem;height:6rem;margin-top:3.5rem}@media (max-width:1089px){.Loading .circle-container .loader{width:5rem;height:5rem}}@media (max-width:767px){.Loading .circle-container .loader{width:4rem;height:4rem}}@media (max-width:474px){.Loading .circle-container .loader{width:3rem;height:3rem}}.Loading .circle-container .loader hr{border:0;margin:0;width:2.25rem;height:2.25rem;position:absolute;border-radius:50%;-webkit-animation:spin 2s ease infinite;animation:spin 2s ease infinite}@media (max-width:1089px){.Loading .circle-container .loader hr{width:2rem;height:2rem}}@media (max-width:767px){.Loading .circle-container .loader hr{width:1.6rem;height:1.6rem}}@media (max-width:474px){.Loading .circle-container .loader hr{width:1.2rem;height:1.2rem}}.Loading .circle-container .loader :first-child{background:#cecece;-webkit-animation-delay:-1.5s;animation-delay:-1.5s}.Loading .circle-container .loader :nth-child(2){background:#b20f54;-webkit-animation-delay:-1s;animation-delay:-1s}.Loading .circle-container .loader :nth-child(3){background:#ededed;-webkit-animation-delay:-.5s;animation-delay:-.5s}.Loading .circle-container .loader :last-child{background:#e8b46a}@-webkit-keyframes spin{0%,to{-webkit-transform:translate(0);transform:translate(0)}25%{-webkit-transform:translate(160%);transform:translate(160%)}50%{-webkit-transform:translate(160%,160%);transform:translate(160%,160%)}75%{-webkit-transform:translateY(160%);transform:translateY(160%)}}@keyframes spin{0%,to{-webkit-transform:translate(0);transform:translate(0)}25%{-webkit-transform:translate(160%);transform:translate(160%)}50%{-webkit-transform:translate(160%,160%);transform:translate(160%,160%)}75%{-webkit-transform:translateY(160%);transform:translateY(160%)}}.notify-container{width:19.6rem;background:#ededed;border:2px solid #fff;border-radius:.25rem;-webkit-animation:fadeIn 1s ease,fadeInDown 1s ease-in-out;animation:fadeIn 1s ease,fadeInDown 1s ease-in-out}@media (max-width:767px){.notify-container{width:100%}}.notify-container .content-wrapper{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.notify-container .content-wrapper,.notify-container .content-wrapper .icon-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.notify-container .content-wrapper .icon-wrapper{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:2.2rem;height:2.2rem;border-radius:.15rem;margin-right:.8rem}.notify-container .content-wrapper .icon-wrapper.success{background:#00a75d}.notify-container .content-wrapper .icon-wrapper.presentational{background:#e8b46a}.notify-container .content-wrapper .icon-wrapper.failure{background:#b21754}.notify-container .content-wrapper .icon-wrapper img{width:1.1rem}.notify-container .content-wrapper .text-wrapper,.notify-container .content-wrapper p{-webkit-box-flex:12;-ms-flex:12 1;flex:12 1;font-size:.8rem;font-weight:300;margin:0}.notify-container .content-wrapper .close-notify{width:.55rem;height:.55rem;margin:0 .75rem}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.ExternalLink{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;padding-left:1.15rem;cursor:pointer}.ExternalLink:hover span{color:#b20f54}@media (max-width:1089px){.ExternalLink:hover span{color:#000}}.ExternalLink:hover .icon-gold{opacity:0}@media (max-width:1089px){.ExternalLink:hover .icon-gold{opacity:1}}.ExternalLink:hover .icon-red{left:.3rem;opacity:1}@media (max-width:1089px){.ExternalLink:hover .icon-red{left:0;opacity:0}}.ExternalLink.copytext{padding-left:0;border-bottom:1px solid #e8b46a}.ExternalLink.copytext:after{content:"";display:block;position:absolute;width:0;bottom:-1px;height:1px;left:0;background-color:#b20f54;-webkit-transition:width .2s ease-in 0s;transition:width .2s ease-in 0s}.ExternalLink.copytext:hover:after{width:100%}@media (max-width:1089px){.ExternalLink.copytext:hover:after{width:0}}.ExternalLink.no-underline{background:none!important}.ExternalLink.no-arrow{padding-left:0}.ExternalLink img{position:absolute;top:50%;left:0;width:.75rem;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.ExternalLink img.icon-red{opacity:0;-webkit-transition:left .1s ease-in-out 0s;transition:left .1s ease-in-out 0s}.ExternalLink span{font-weight:700}.DepositPopup{position:relative;width:100%;height:100%}.DepositPopup .deposit-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:absolute;width:100%;height:100%;-webkit-transition:-webkit-transform .5s linear;transition:-webkit-transform .5s linear;transition:transform .5s linear;transition:transform .5s linear,-webkit-transform .5s linear}.DepositPopup .deposit-content .PopupChildren{width:35rem;max-height:95%;overflow-y:auto}@media (max-width:1089px){.DepositPopup .deposit-content .PopupChildren{width:32.4rem}}@media (max-width:767px){.DepositPopup .deposit-content .PopupChildren{width:100%;max-width:100%;height:100%;max-height:unset}}.DepositPopup .deposit-content .PopupChildren::-webkit-scrollbar{width:0}.DepositPopup .deposit-content .PopupChildren .content-wrapper{padding:2rem}@media (max-width:1089px){.DepositPopup .deposit-content .PopupChildren .content-wrapper{padding:2rem 1rem}}.DepositPopup .deposit-content .PopupChildren .content-wrapper .heading-1{margin-bottom:1rem;text-align:center}.DepositPopup .deposit-content .PopupChildren .content-wrapper .gold-line{height:1px;background:#e8b46a}.DepositPopup .deposit-content .PopupChildren .content-wrapper .section-wrapper .section.deposit-credit-card-information{margin-top:.8rem}.LoginPopup{width:25rem;padding:3rem 2rem 2.25rem}@media (max-width:767px){.LoginPopup{width:100%;padding:2rem 1rem 1.5rem}}.LoginPopup .InputWithIcon:first-of-type{margin-bottom:1rem}.LoginPopup .InputWithIcon.error .input{border-color:#e7343f}.LoginPopup .InputWithIcon .input-error{display:none}.LoginPopup .input-error{margin-top:0;margin-bottom:.25rem}.LoginPopup button{width:100%;margin-bottom:1.25rem}.LoginPopup .bottom-text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-top:2rem}@media (max-width:1089px){.LoginPopup .bottom-text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:1.5rem}}@media (max-width:767px){.LoginPopup .bottom-text{margin-top:1rem}}.LoginPopup .bottom-text.desktop div:hover span{color:#000}.LoginPopup .bottom-text div{cursor:pointer}@media (max-width:1089px){.LoginPopup .bottom-text div:first-of-type{margin-bottom:.5rem}}.LoginPopup .bottom-text div span{color:#878787}.PopupChildren{border-radius:5px;background:#fff;overflow:hidden}@media (max-width:767px){.PopupChildren{max-width:90%;margin-right:-1px}}.PopupChildren .popup-title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:relative;height:4rem;background:#e8b46a;padding:0 4rem}@media (max-width:767px){.PopupChildren .popup-title{height:3.5rem;text-align:center;padding:0 2.75rem}}.PopupChildren .popup-title span{font-family:"Source Serif Pro",serif;font-size:1.5rem;font-weight:600}@media (max-width:767px){.PopupChildren .popup-title span{font-size:1.2rem}}.PopupChildren .popup-title img{width:1.25rem;-webkit-filter:brightness(0) invert(1);filter:brightness(0) invert(1);cursor:pointer}@media (max-width:767px){.PopupChildren .popup-title img{width:1rem}}.PopupChildren .popup-title .back-icon{position:absolute;top:50%;left:1.5rem;-webkit-transform:translateY(-50%) rotate(180deg);transform:translateY(-50%) rotate(180deg)}.PopupChildren .popup-title .close-icon{position:absolute;top:50%;right:1.5rem;-webkit-transform:translateY(-50%);transform:translateY(-50%);-webkit-transition:-webkit-transform .2s linear;transition:-webkit-transform .2s linear;transition:transform .2s linear;transition:transform .2s linear,-webkit-transform .2s linear}.PopupChildren .popup-title .close-icon:hover{-webkit-transform:translateY(-50%) rotate(90deg);transform:translateY(-50%) rotate(90deg)}@media (max-width:1089px){.PopupChildren .popup-title .close-icon:hover{-webkit-transform:translateY(-50%);transform:translateY(-50%)}}@media (min-width:767px){.PopupChildren.aml-popup{max-width:767px}}@media (max-width:474px){.PopupChildren.aml-popup .popup-title{height:auto;min-height:3.5rem;padding:.25rem}}.PopupChildren.close-hidden .close-icon{display:none}.InputWithIcon{position:relative}.InputWithIcon label{display:block;height:.9rem;line-height:.9rem;color:#878787;font-size:.8rem;font-weight:400;opacity:0}.InputWithIcon label.visible{opacity:1}.InputWithIcon input{padding-left:2.5rem;padding-right:.75rem}.InputWithIcon input.with-right-icon{padding-right:3.75rem}.InputWithIcon input.with-right-text{padding-right:6.5rem}.InputWithIcon input.without-left-icon{padding-left:.75rem}.InputWithIcon img{width:1rem;height:1rem}.InputWithIcon .left-icon{position:absolute;top:.875rem;left:.75rem}.InputWithIcon .left-icon.with-label{top:1.775rem}.InputWithIcon .right-icon-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:absolute;top:0;right:0;width:3rem;height:2.75rem;border-left:1px solid #c1c1c1}.InputWithIcon .right-icon-wrapper.with-cursor{cursor:pointer}.InputWithIcon .right-icon-wrapper.with-label{position:absolute;top:.9rem;right:0}.InputWithIcon .right-text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:absolute;top:0;right:0;width:5.75rem;height:2.75rem;color:#878787;font-size:.9rem}.InputWithIcon .right-text.with-label{position:absolute;top:.9rem;right:0}.Checkbox{position:relative;padding-left:1.75rem;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer}.Checkbox input{position:absolute;top:0;left:0;width:0;height:0;opacity:0;cursor:pointer}.Checkbox input:checked~.checkmark{border-color:#e8b46a;background:#e8b46a}.Checkbox input:checked~.checkmark:after{display:block}.Checkbox .section-wrapper{display:inline-block;vertical-align:top;width:calc(100% - 1.75rem)}.Checkbox .section-wrapper span{display:block;font-size:.8rem}.Checkbox .translation{width:calc(100% - 1.75rem);font-size:.8rem}.Checkbox .checkmark{position:absolute;top:0;left:0;width:1.2rem;height:1.2rem;border:1px solid #c1c1c1;border-radius:5px;background:#ededed}.Checkbox .checkmark:after{position:absolute;left:.35rem;top:.1rem;content:"";display:none;width:.25rem;height:.5rem;border:solid #fff;border-width:0 .2rem .2rem 0;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.Checkbox.disabled .checkmark{border:1px solid #ededed}.Checkbox.disabled *{color:#9f9f9f}.StrapiSection{position:relative}.StrapiSection:hover>.Tooltip{display:block}.ResetPasswordPopup{position:relative;width:100%;height:100%}.ResetPasswordPopup .reset-password-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:absolute;top:50%;left:0;width:100%;-webkit-transition:-webkit-transform .5s linear;transition:-webkit-transform .5s linear;transition:transform .5s linear;transition:transform .5s linear,-webkit-transform .5s linear}.ResetPasswordPopup .reset-password-content .PopupChildren{width:25rem}@media (max-width:767px){.ResetPasswordPopup .reset-password-content .PopupChildren{width:18.7rem;max-width:95%}}.ResetPasswordPopup .reset-password-content .PopupChildren .main-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:2rem}@media (max-width:767px){.ResetPasswordPopup .reset-password-content .PopupChildren .main-content{padding:2rem 1rem}}.ResetPasswordPopup .reset-password-content .PopupChildren .main-content .main-title{margin-bottom:1rem;font-family:"Source Serif Pro",serif;font-size:2.25rem;text-align:center}@media (max-width:767px){.ResetPasswordPopup .reset-password-content .PopupChildren .main-content .main-title{font-size:1.5rem}}.ResetPasswordPopup .reset-password-content .PopupChildren .main-content .main-text{margin-bottom:1rem;font-weight:300;text-align:center}@media (max-width:767px){.ResetPasswordPopup .reset-password-content .PopupChildren .main-content .main-text{font-size:.8rem}}.ResetPasswordPopup .reset-password-content .PopupChildren .main-content .InputWithIcon{width:100%}@media (max-width:767px){.ResetPasswordPopup .reset-password-content .PopupChildren .main-content .InputWithIcon input{font-size:.8rem}}.ResetPasswordPopup .reset-password-content .PopupChildren .main-content button{width:100%;margin-top:.5rem}.ResetPasswordPopup .reset-password-content .PopupChildren .main-content .resend-email{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;margin-top:1rem}.ResetPasswordPopup .reset-password-content .PopupChildren .main-content .resend-email.desktop span:hover{color:#000}.ResetPasswordPopup .reset-password-content .PopupChildren .main-content .resend-email span{color:#878787;cursor:pointer}.Loader{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.5);z-index:10000}.SectionPopup{width:25rem;padding:2rem;overflow-y:auto;max-height:80vh}@media (max-width:767px){.SectionPopup{width:100%;padding:1.5rem;max-height:70vh}}.SectionPopup.bonus-conditions{width:40rem}@media (max-width:767px){.SectionPopup.bonus-conditions{width:auto}}.deposit-content.bonus-offers .bonus-code{margin-top:1rem}.deposit-content.bonus-offers .without-bonus{width:19rem;margin:1.5rem 0}@media (max-width:1089px){.deposit-content.bonus-offers .without-bonus{width:100%}}.deposit-content.bonus-offers .select-bonus{margin:1.5rem 0;font-size:1.1rem}.bonus-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;padding-bottom:1.75rem;border-top:0}.bonus-item~.bonus-item{padding-top:1.75rem;border-top:1px solid #b1b1b1}@media (max-width:767px){.bonus-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}}.bonus-item>.img-wrapper{display:block;min-width:7.5rem;height:7.5rem;background-color:#ededed;margin-right:1rem}@media (max-width:767px){.bonus-item>.img-wrapper{margin-right:1.25rem}}.bonus-item>.img-wrapper img{width:7.5rem;height:7.5rem;-o-object-fit:cover;object-fit:cover}.bonus-item>.content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-direction:column;flex-direction:column}.bonus-item>.content h5{color:#000}@media (max-width:1089px){.bonus-item>.content h5{font-size:1rem}}.bonus-item>.content h2{font-size:1rem;font-weight:700}.bonus-item>.content p{font-size:.8rem}.bonus-item>.content a,.bonus-item>.content span{font-size:16px}.bonus-item>.content .text{text-overflow:ellipsis;overflow:hidden;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical}@media (max-width:767px){.bonus-item>.content .text{-webkit-line-clamp:3}}.bonus-item>.content .more-details{font-weight:700;color:#e8b46a;cursor:pointer}.bonus-item>.content button{height:2rem;padding:.5rem 1.45rem;margin-top:.75rem}@media (max-width:767px){.bonus-item>.content button{width:100%}}.BonusWagerRequirementsPopup{width:25rem;max-width:25rem;padding:2rem;overflow-y:auto;max-height:80vh}@media (max-width:767px){.BonusWagerRequirementsPopup{width:auto;padding:1.7rem 1rem;max-height:70vh}}.BonusWagerRequirementsPopup .content-container{text-align:center;padding:0 .85rem}.BonusWagerRequirementsPopup .content-container h2{font-family:"Source Serif Pro",serif;font-size:2.25rem}@media (max-width:767px){.BonusWagerRequirementsPopup .content-container h2{font-size:1.8rem}}.deposit-content.payment-methods .payment-method-option~.payment-method-option{margin-top:.5rem}.deposit-content.payment-methods .additional-processing-fees{margin-top:-15px;font-size:14px}@media (max-width:767px){.deposit-content.payment-methods .additional-processing-fees{font-size:12px}}.PaymentMethod{margin:.8rem 0 1.25rem}.PaymentMethod .method-type-container{display:-webkit-box;display:-ms-flexbox;display:flex;height:4rem;padding:.85rem 1.7rem .85rem 1.3rem;background-color:#fff;border:1px solid #c1c1c1;border-radius:5px;-webkit-box-shadow:0 3px 6px rgba(0,0,0,.1607843137254902);box-shadow:0 3px 6px rgba(0,0,0,.1607843137254902)}@media (max-width:767px){.PaymentMethod .method-type-container{padding:.85rem .75rem}}.PaymentMethod .method-type-container.desktop:hover{border-color:#000;cursor:pointer}.PaymentMethod .method-type-container .type-images{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.PaymentMethod .method-type-container .type-images>img{max-width:8rem;max-height:2.25rem;margin-right:1.5rem}@media (max-width:767px){.PaymentMethod .method-type-container .type-images>img{margin-right:1rem}}.PaymentMethod .method-type-container .type-images .LogoVisa{height:1rem}.PaymentMethod .method-type-container .type-images .LogoPostFinanceEFinance2,.PaymentMethod .method-type-container .type-images .LogoPostFinancePay{height:100%}.PaymentMethod .method-type-container .type-description{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.PaymentMethod .method-type-container .type-description>span{font-size:1rem;font-weight:600}@media (max-width:767px){.PaymentMethod .method-type-container .type-description>span{font-size:.8rem}}.PaymentMethod .saved-methods-container .method-saved{display:-webkit-box;display:-ms-flexbox;display:flex;min-height:4rem;margin-top:.7rem;padding:.7rem 1.05rem .8rem 1.3rem;background-color:#fff;border:1px solid #e8b46a;border-radius:5px}@media (max-width:767px){.PaymentMethod .saved-methods-container .method-saved{padding:.45rem .75rem .55rem;border:1px solid #c1c1c1}}.PaymentMethod .saved-methods-container .method-saved.desktop:hover{cursor:pointer}.PaymentMethod .saved-methods-container .method-saved>*{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.PaymentMethod .saved-methods-container .method-saved .saved-image{width:10.85rem;padding-top:.25rem}@media (max-width:767px){.PaymentMethod .saved-methods-container .method-saved .saved-image{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:3.6rem}}.PaymentMethod .saved-methods-container .method-saved .saved-image>img{height:2.25rem}@media (max-width:767px){.PaymentMethod .saved-methods-container .method-saved .saved-image>img{height:auto;max-width:100%}}.PaymentMethod .saved-methods-container .method-saved .saved-image .LogoVisa{height:1rem}.PaymentMethod .saved-methods-container .method-saved .saved-payment-data{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap}@media (max-width:767px){.PaymentMethod .saved-methods-container .method-saved .saved-payment-data{margin:0 .5rem}}.PaymentMethod .saved-methods-container .method-saved .saved-payment-data>span{display:block;font-size:.8rem;font-weight:300}.PaymentMethod .saved-methods-container .method-saved .saved-payment-data>span:first-of-type{font-weight:600}.PaymentMethod .saved-methods-container .method-saved .saved-delete{justify-self:flex-end;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}@media (max-width:767px){.PaymentMethod .saved-methods-container .method-saved .saved-delete{-webkit-box-align:center;-ms-flex-align:center;align-items:center}}.PaymentMethod .saved-methods-container .method-saved .saved-delete>div{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media (max-width:767px){.PaymentMethod .saved-methods-container .method-saved .saved-delete>div{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column}}.PaymentMethod .saved-methods-container .method-saved .saved-delete>div.desktop:hover{cursor:pointer}.PaymentMethod .saved-methods-container .method-saved .saved-delete>div>img{height:.775rem}.PaymentMethod .saved-methods-container .method-saved .saved-delete>div>span{font-size:.8rem;color:#878787;margin-left:.425rem}@media (max-width:767px){.PaymentMethod .saved-methods-container .method-saved .saved-delete>div>span{margin-left:0}}.payment-method-option{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;height:2.5rem;border:1px solid #e8b46a;border-radius:.25rem;padding:0 2.2rem 0 .85rem;cursor:pointer}.payment-method-option img{width:1.25rem;height:1.25rem}.payment-method-option span{font-weight:300}.deposit-content.details .InputWithIcon label{color:#000}.deposit-content.details .InputWithIcon.payment-amount{margin-bottom:1rem}.deposit-content.details .InputWithIcon.payment-amount .with-right-text{padding-right:3.5rem}.deposit-content.details .InputWithIcon.payment-amount .right-text{width:3.5rem;top:1.4rem}.deposit-content.details .InputWithIcon.payment-amount .above{font-size:.9rem;margin-bottom:.5rem}.deposit-content.details .InputWithIcon.payment-amount .left-icon{top:2.4rem}.deposit-content.details .Checkbox{display:inline-block;margin-bottom:2rem}.deposit-content.details .button{width:100%;margin-top:2rem}.DepositIFrame.hide{display:none}.label-title{font-size:16px}.DepositData .bold{font-weight:700}.DepositData>div{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;min-height:1.9rem;border-bottom:1px solid #ededed}.DepositData>div>span{font-size:.9rem;color:#878787}.DepositData>div>div{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.DepositData>div>div>span{font-size:1rem;color:#878787}.DepositData>div>div>span:first-of-type{margin-right:.2rem}.DepositData .headline{min-height:1.6rem}.DepositData .headline>span{-ms-flex-item-align:start;align-self:flex-start;font-size:.8rem;color:#000;line-height:1rem}.DepositData .bonus-money{border-bottom:1px solid #e8b46a}.DepositData .total{border-bottom:none}.DepositData .total>img{height:1rem;margin-right:.5rem}.DepositData .total>div>span{font-size:1rem;color:#000}.deposit-content.message .content-wrapper{padding:2rem}@media (max-width:1089px){.deposit-content.message .content-wrapper{padding:2rem 1rem}}.DepositFailure,.DepositPending,.DepositSuccess,.SaveMethodFailed,.SaveMethodSuccess{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.DepositFailure img,.DepositPending img,.DepositSuccess img,.SaveMethodFailed img,.SaveMethodSuccess img{height:5.6rem;margin-bottom:1rem}@media (max-width:474px){.DepositFailure img,.DepositPending img,.DepositSuccess img,.SaveMethodFailed img,.SaveMethodSuccess img{height:3rem}}.DepositFailure .heading-1,.DepositPending .heading-1,.DepositSuccess .heading-1,.SaveMethodFailed .heading-1,.SaveMethodSuccess .heading-1{font-family:"Source Serif Pro",serif;font-size:2.25rem;text-align:center}@media (max-width:474px){.DepositFailure .heading-1,.DepositPending .heading-1,.DepositSuccess .heading-1,.SaveMethodFailed .heading-1,.SaveMethodSuccess .heading-1{font-size:1.5rem}}.DepositFailure .paragraph,.DepositPending .paragraph,.DepositSuccess .paragraph,.SaveMethodFailed .paragraph,.SaveMethodSuccess .paragraph{margin-top:1rem;margin-bottom:1.5rem;font-weight:300;font-size:1rem;text-align:center}@media (max-width:474px){.DepositFailure .paragraph,.DepositPending .paragraph,.DepositSuccess .paragraph,.SaveMethodFailed .paragraph,.SaveMethodSuccess .paragraph{font-size:.8rem}}.flickity-slider .Game{margin-top:15px}@media (max-width:1089px){.flickity-slider .Game{margin-top:unset}}.Game{width:100%;height:100%;-webkit-transform:scale(1);transform:scale(1)}.Game .inner-wrapper{position:relative}.Game .DynamicThumbnail,.Game .inner-wrapper{width:100%;height:100%;border-radius:5px;overflow:hidden}.Game .DynamicThumbnail{position:absolute;top:0;left:0;z-index:2}.Game .Badge{top:-15px;position:fixed;z-index:5}@media (max-width:767px){.Game .Badge .container{font-size:12px;line-height:12px}}@media (max-width:474px){.Game .Badge .container{font-size:10px;line-height:10px}}.Game .Badge .container>:nth-child(2){font-weight:700}.Game.with-mobile-overlay{-webkit-transform:unset;transform:unset}.Game.with-hover:hover .Badge{opacity:0}.Game.with-hover:hover .game-overlay{-webkit-transform:translateY(-100%);transform:translateY(-100%)}.Game.with-hover:hover .cms-tooltip{display:block}.Game .game-img{display:block;width:100%;height:100%;z-index:1}.Game .game-img-not-found{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.Game .game-overlay{position:absolute;top:100%;left:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%;height:100%;padding:0 .5rem;background:rgba(232,180,106,.9);z-index:2;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}@media (max-width:1089px){.Game .game-overlay{position:fixed;top:0;left:0;width:100%;height:100%;padding:0;z-index:100}}.Game .game-overlay .game-name{margin-bottom:1rem;color:#fff;font-weight:700;text-align:center}.Game .game-overlay .buttons-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.Game .game-overlay .buttons-wrapper .button{border:1px solid #fff;font-size:1rem}@media (max-width:1089px){.Game .game-overlay .buttons-wrapper .button{width:14.2rem!important;height:2.3rem!important}}.Game .game-overlay .buttons-wrapper .button.red{width:9.95rem;height:2.35rem}.Game .game-overlay .buttons-wrapper .button.gold{width:8.6rem;margin-top:.5rem;height:2rem}.Game .game-overlay .buttons-wrapper .button.gold.desktop:hover{background:#fff;color:#b20f54}.Game .game-overlay .min-max{margin-top:1.25rem}.Game .cooloff-overlay{position:absolute;top:0;left:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%;height:100%;background:rgba(52,52,52,.8588235294117647)}.Game .cooloff-overlay span,.Game .cooloff-overlay time{color:#fff}.Game .cooloff-overlay .main-text{color:#e8b46a;font-size:1.25rem;font-weight:700}@media (max-width:767px){.Game .cooloff-overlay .main-text{font-size:1rem}}.Game .cooloff-overlay .icon{width:2.05rem}@media (max-width:767px){.Game .cooloff-overlay .icon{width:1.75rem}}@media (max-width:767px){.Game .cooloff-overlay .inline-block span,.Game .cooloff-overlay .inline-block time{font-size:.8rem}}.Game .game-tag{position:absolute;top:-.3rem;left:-.2rem;z-index:4}@media (max-width:767px){.Game .game-tag{top:-.15rem;left:-.1rem}}.Game .game-tag img{display:block;width:5.95rem}@media (max-width:1089px){.Game .game-tag img{width:4.55rem}}@media (max-width:767px){.Game .game-tag img{width:3.5rem}}.Game .game-tag span{position:absolute;top:.75rem;left:.6rem;-webkit-transform:rotate(-37.5deg);transform:rotate(-37.5deg);font-family:Source Sans Pro,sans-serif;font-size:1.25rem;font-weight:900;text-transform:uppercase;text-shadow:1px 1px 1px #fff}@media (max-width:1089px){.Game .game-tag span{top:.6rem;left:.45rem}}@media (max-width:767px){.Game .game-tag span{top:.45rem;left:.35rem}}@media (max-width:1089px){.Game .game-tag span{font-size:.9rem}}@media (max-width:767px){.Game .game-tag span{font-size:.7rem}}.PromotionGames .promotion-game{display:inline-block;width:calc(25% - .3rem);margin:.5rem .4rem 2.5rem 0;background:unset!important}@media (max-width:767px){.PromotionGames .promotion-game{width:calc(50% - .25rem);margin-right:.5rem;margin-bottom:.8rem}.PromotionGames .promotion-game:nth-of-type(2n){margin-right:0}.PromotionGames .promotion-game:last-of-type{margin-bottom:3.4rem}}.PromotionGames .promotion-game:nth-of-type(4n){margin-right:0}.PromotionGames .promotion-game:hover{color:unset!important;background:unset!important}.PromotionGames .promotion-game .game-img{height:100%}.PromotionGames .promotion-game .game-overlay .game-name{font-size:.8rem;margin-bottom:.75rem}.PromotionGames .promotion-game .game-overlay .buttons-wrapper .button{font-size:.8rem}.PromotionGames .promotion-game .game-overlay .buttons-wrapper .button.red{width:9rem}.PromotionGames .promotion-game .game-overlay .buttons-wrapper .button.gold{width:7.5rem}.PromotionGames .promotion-game .game-overlay .min-max{font-size:.7rem;font-weight:400;margin-top:.75rem}.GameCategory{margin-bottom:1.6rem}.GameCategory .game-category-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.GameCategory .title{font-weight:700;font-family:Source Sans Pro,sans-serif;font-size:1rem}.GameCategory .title img{width:20px;margin-right:5px;line-height:20px}.GameCategory .PromotionGames .promotion-game{margin-bottom:0}@media (max-width:767px){.GameCategory .PromotionGames .promotion-game:last-of-type{margin-bottom:0}}.GameCategory .content-bottom{margin-top:1.6rem;text-align:center}@media (max-width:474px){.GameCategory .content-bottom{margin-top:.8rem}}.ShowMore.solid,.ShowMore.text-only{cursor:pointer;font-size:.8rem;font-weight:700}.ShowMore.solid{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:2rem;min-width:6.75rem;border-radius:.25rem;padding:0 1.6rem;background-color:#b20f54}.ShowMore.solid:hover{background-color:#8e0841}.ShowMore.solid span{color:#fff}.ShowMore.text-only{color:#b20f54}.ShowMore.text-only:hover{color:#8e0841}.ShowMore.text-only span{text-decoration:underline;text-underline-position:under}.GamesGrid{position:relative}.GamesGrid.with-banners .game-wrapper:first-of-type,.GamesGrid.with-banners .game-wrapper:nth-of-type(4){margin-left:664px}.GamesGrid.with-banners .game-wrapper:nth-of-type(5){margin-right:20px}.GamesGrid.with-banners .game-wrapper:nth-of-type(3){margin-right:0}.GamesGrid.with-banners .game-wrapper:nth-of-type(5n+5){margin-right:20px}.GamesGrid.with-banners .game-wrapper:nth-of-type(5n+6){margin-right:0}@media (max-width:1670px){.GamesGrid.with-banners .game-wrapper:nth-of-type(2){margin-right:0}.GamesGrid.with-banners .game-wrapper:nth-of-type(3){margin-left:664px}.GamesGrid.with-banners .game-wrapper:nth-of-type(4){margin-left:20px}.GamesGrid.with-banners .game-wrapper:nth-of-type(5n+6),.GamesGrid.with-banners .game-wrapper:nth-of-type(6){margin-right:20px}.GamesGrid.with-banners .game-wrapper:nth-of-type(4n+4){margin-right:0}}@media (max-width:1350px){.GamesGrid.with-banners .game-wrapper:first-of-type{margin-right:0}.GamesGrid.with-banners .game-wrapper:nth-of-type(2){margin-left:664px}.GamesGrid.with-banners .game-wrapper:nth-of-type(3),.GamesGrid.with-banners .game-wrapper:nth-of-type(4){margin-left:0}.GamesGrid.with-banners .game-wrapper:nth-of-type(3n+3),.GamesGrid.with-banners .game-wrapper:nth-of-type(4n+4){margin-right:20px}.GamesGrid.with-banners .game-wrapper:nth-of-type(3n+2){margin-right:0}}@media (max-width:1089px){.GamesGrid.with-banners .game-wrapper:first-of-type,.GamesGrid.with-banners .game-wrapper:nth-of-type(3){margin-left:522px}.GamesGrid.with-banners .game-wrapper:nth-of-type(2){margin-left:20px;margin-right:0!important}.GamesGrid.with-banners .game-wrapper:nth-of-type(3n-1){margin-right:20px}.GamesGrid.with-banners .game-wrapper:nth-of-type(4n+4){margin-right:0}}@media (max-width:1050px){.GamesGrid.with-banners .game-wrapper:nth-of-type(2){margin-left:522px}.GamesGrid.with-banners .game-wrapper:nth-of-type(3){margin-left:0}.GamesGrid.with-banners .game-wrapper:nth-of-type(3n-1){margin-right:0!important}.GamesGrid.with-banners .game-wrapper:nth-of-type(3n+3){margin-right:20px!important}}@media (max-width:767px){.GamesGrid.with-banners .game-wrapper:nth-of-type(3n+1),.GamesGrid.with-banners .game-wrapper:nth-of-type(3n+2){margin-left:0!important;margin-right:10px!important}.GamesGrid.with-banners .game-wrapper:nth-of-type(3n+3){margin-right:0!important}}@media (max-width:600px){.GamesGrid.with-banners .game-wrapper:nth-of-type(2n+2){margin-left:0!important;margin-right:0!important}.GamesGrid.with-banners .game-wrapper:nth-of-type(odd){margin-left:0!important;margin-right:10px!important}}.GamesGrid .banners-wrapper{position:absolute;top:0;left:0;width:644px;border-radius:5px;overflow:hidden}@media (max-width:1089px){.GamesGrid .banners-wrapper{width:502px}}@media (max-width:767px){.GamesGrid .banners-wrapper{position:relative;width:100%;margin-bottom:10px}}.GamesGrid .banners-wrapper .banner-bg{height:580px}@media (max-width:1089px){.GamesGrid .banners-wrapper .banner-bg{height:452px}}@media (max-width:767px){.GamesGrid .banners-wrapper .banner-bg{height:460px}}@media (max-width:600px){.GamesGrid .banners-wrapper .banner-bg{height:305px}}@media (max-width:385px){.GamesGrid .banners-wrapper .banner-bg{height:275px}}@media (max-width:350px){.GamesGrid .banners-wrapper .banner-bg{height:79.84vw}}.GamesGrid .game-wrapper{position:relative;display:inline-block;vertical-align:top;width:calc(20% - 16px);height:280px;margin-right:20px;margin-bottom:20px}.GamesGrid .game-wrapper:nth-of-type(5n+5){margin-right:0}@media (max-width:1670px){.GamesGrid .game-wrapper{width:calc(25% - 15px)}.GamesGrid .game-wrapper:nth-of-type(5n+5){margin-right:20px}.GamesGrid .game-wrapper:nth-of-type(4n+4){margin-right:0}}@media (max-width:1350px){.GamesGrid .game-wrapper{width:calc(33.33% - 13.33px)}.GamesGrid .game-wrapper:nth-of-type(4n+4){margin-right:20px}.GamesGrid .game-wrapper:nth-of-type(3n+3){margin-right:0}}@media (max-width:1089px){.GamesGrid .game-wrapper{width:calc(25% - 15px);height:216px}.GamesGrid .game-wrapper:nth-of-type(4n+4){margin-right:0}.GamesGrid .game-wrapper:nth-of-type(3n+3):not(:nth-of-type(4n+4)){margin-right:20px}}@media (max-width:1050px){.GamesGrid .game-wrapper{width:calc(33.33% - 13.33px)}.GamesGrid .game-wrapper:nth-of-type(3n+3),.GamesGrid .game-wrapper:nth-of-type(3n+3):not(:nth-of-type(4n+4)){margin-right:0}.GamesGrid .game-wrapper:nth-of-type(4n+4):not(:nth-of-type(3n+3)){margin-right:20px}}@media (max-width:767px){.GamesGrid .game-wrapper{width:calc(33.33% - 6.67px);height:166px;margin-right:10px;margin-bottom:10px;padding:5px;-webkit-box-sizing:border-box;box-sizing:border-box}.GamesGrid .game-wrapper:nth-of-type(4n+4):not(:nth-of-type(3n+3)),.GamesGrid .game-wrapper:nth-of-type(5n+5){margin-right:10px}}@media (max-width:600px){.GamesGrid .game-wrapper{width:calc(50% - 5px)}.GamesGrid .game-wrapper:nth-of-type(2n+2){margin-right:0!important}.GamesGrid .game-wrapper:nth-of-type(3n+3):not(:nth-of-type(2n+2)){margin-right:10px!important}}@media (max-width:385px){.GamesGrid .game-wrapper{height:149px}}@media (max-width:350px){.GamesGrid .game-wrapper{height:42.57vw}}.GameBanners{width:100%}.GameBanners .gameBannersCarousel{display:-webkit-box;display:-ms-flexbox;display:flex;overflow:scroll;cursor:-webkit-grab;cursor:grab;scrollbar-width:none;-ms-overflow-style:none}.GameBanners .gameBannersCarousel::-webkit-scrollbar{display:none}.GameBanners .gameBannersCarousel.grabbing{cursor:-webkit-grabbing;cursor:grabbing}.GameBanners .mediacard{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;width:100%;position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none}.GameBanners .mediacard .banner-bg{display:block;width:100%}.GameBanners .mediacard .banner-content{position:absolute;left:0;bottom:0;width:100%;height:4.85rem;padding:1.15rem 1.2rem 1rem 2rem;background:rgba(0,0,0,.7)}@media (max-width:1089px){.GameBanners .mediacard .banner-content{height:5.3rem;padding:.6rem .9rem}}@media (max-width:767px){.GameBanners .mediacard .banner-content{height:4.7rem;padding:.4rem .75rem}}.GameBanners .mediacard .banner-content>div{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;height:100%}@media (max-width:1089px){.GameBanners .mediacard .banner-content>div{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.GameBanners .mediacard .banner-content>div p{-webkit-box-flex:12;-ms-flex:12 1;flex:12 1;color:#fff;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}@media (max-width:1089px){.GameBanners .mediacard .banner-content>div p{-webkit-line-clamp:1}}.GameBanners .mediacard .banner-content>div a{background-image:none;pointer-events:all}.GameBanners .bullet-navigation{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;position:absolute;bottom:5rem;line-height:unset;padding-bottom:1rem;padding-left:2rem;text-align:left}@media (max-width:1089px){.GameBanners .bullet-navigation{padding-left:1rem}}.GameBanners .bullet-navigation button{width:.5rem;height:.5rem;margin:0 .5rem 0 0;background:#333;border:1px solid #fff;border-radius:50%;opacity:1;cursor:pointer}.GameBanners .bullet-navigation button.active{background:#e8b46a}.read-more{position:relative;-webkit-transition:max-height .4s linear;transition:max-height .4s linear;overflow:hidden}.read-more>div:nth-last-of-type(2){margin-bottom:2.5rem}.read-more .gradient-box{position:absolute;left:0;bottom:0;width:100%;background:-webkit-gradient(linear,left top,left bottom,from(hsla(0,0%,100%,0)),color-stop(74%,#fff));background:linear-gradient(180deg,hsla(0,0%,100%,0),#fff 74%);-webkit-transition:height .4s linear;transition:height .4s linear}.read-more .button{position:absolute;left:50%;bottom:0;width:8.6rem;height:2rem;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.read-more .button>.translation{white-space:nowrap}.ChangeLocale{max-width:25rem;padding:2rem;text-align:center;font-weight:300}@media (max-width:767px){.ChangeLocale{padding:1.7rem 1rem}}.ChangeLocale .choice{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-top:2rem}@media (max-width:474px){.ChangeLocale .choice{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column}}.ChangeLocale .choice>button{width:47.5%;font-weight:400}@media (max-width:474px){.ChangeLocale .choice>button{width:inherit;margin-bottom:1rem}}.BonusClaimError,.BonusClaimSuccess{width:35rem}.BonusClaimError .popup-content,.BonusClaimSuccess .popup-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:2.3rem 4.75rem 4.5rem;overflow-y:auto;max-height:80vh}@media (max-width:767px){.BonusClaimError .popup-content,.BonusClaimSuccess .popup-content{padding:2rem 1rem 3rem;max-height:70vh}}.BonusClaimError .popup-content .icon,.BonusClaimSuccess .popup-content .icon{width:5.6rem;height:5.6rem}.BonusClaimError .popup-content h1.translation,.BonusClaimSuccess .popup-content h1.translation{margin-top:.75rem;margin-bottom:1rem;text-align:center}.BonusClaimError .popup-content .button,.BonusClaimSuccess .popup-content .button{margin-top:2rem;padding:.55rem 3.5rem;font-weight:700;white-space:nowrap}@media (max-width:767px){.BonusClaimError .popup-content .button,.BonusClaimSuccess .popup-content .button{font-weight:400;padding-top:.8rem;padding-bottom:.8rem}}@media (max-width:474px){.BonusClaimError .popup-content .button,.BonusClaimSuccess .popup-content .button{width:100%}}.BonusToAccept{width:35rem}.BonusToAccept .popup-content{padding:2.3rem 4.75rem 4.5rem;overflow-y:auto;max-height:80vh}@media (max-width:767px){.BonusToAccept .popup-content{padding:2rem 1rem 3.3rem;max-height:80vh}}.BonusToAccept .popup-content .image{width:100%;height:12.5rem;-o-object-fit:cover;object-fit:cover}.BonusToAccept .popup-content .description-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0 3.25rem}@media (max-width:474px){.BonusToAccept .popup-content .description-container{padding:initial}}.BonusToAccept .popup-content .section-wrapper{margin-top:2rem;margin-bottom:1.2rem}.BonusToAccept .popup-content .accept-button{padding:.55rem 55;font-weight:700;white-space:nowrap}@media (max-width:767px){.BonusToAccept .popup-content .accept-button{font-weight:400}}@media (max-width:474px){.BonusToAccept .popup-content .accept-button{width:100%}}.BonusToAccept .popup-content .decline-text{margin-top:.8rem;margin-bottom:2.7rem}.BonusToAccept .popup-content .decline-text:hover{cursor:pointer}.BonusToAccept .popup-content .global-terms{text-align:center;margin-top:.8rem}.BlogPostCard .mediacard p p,.bonus-item .content .text p p,.BonusCard .bonus-text p p,.ExpandableQuestion p p,.GameBanners .banner-content p p,.page p p,.PromotionCard .description-content p p,.SectionPopup p p,.section p p,.SpecificPromotion .promotion-text p p{display:inline}.BlogPostCard .mediacard li p,.bonus-item .content .text li p,.BonusCard .bonus-text li p,.ExpandableQuestion li p,.GameBanners .banner-content li p,.page li p,.PromotionCard .description-content li p,.section li p,.SectionPopup li p,.SpecificPromotion .promotion-text li p{margin-top:0}@media (max-width:767px){.BlogPostCard .mediacard li p,.bonus-item .content .text li p,.BonusCard .bonus-text li p,.ExpandableQuestion li p,.GameBanners .banner-content li p,.page li p,.PromotionCard .description-content li p,.section li p,.SectionPopup li p,.SpecificPromotion .promotion-text li p{font-size:unset}}.BlogPostCard .mediacard h3 li,.BlogPostCard .mediacard h4 li,.BlogPostCard .mediacard h5 li,.BlogPostCard .mediacard h6 li,.bonus-item .content .text h3 li,.bonus-item .content .text h4 li,.bonus-item .content .text h5 li,.bonus-item .content .text h6 li,.BonusCard .bonus-text h3 li,.BonusCard .bonus-text h4 li,.BonusCard .bonus-text h5 li,.BonusCard .bonus-text h6 li,.ExpandableQuestion h3 li,.ExpandableQuestion h4 li,.ExpandableQuestion h5 li,.ExpandableQuestion h6 li,.GameBanners .banner-content h3 li,.GameBanners .banner-content h4 li,.GameBanners .banner-content h5 li,.GameBanners .banner-content h6 li,.page h3 li,.page h4 li,.page h5 li,.page h6 li,.PromotionCard .description-content h3 li,.PromotionCard .description-content h4 li,.PromotionCard .description-content h5 li,.PromotionCard .description-content h6 li,.section h3 li,.section h4 li,.section h5 li,.section h6 li,.SectionPopup h3 li,.SectionPopup h4 li,.SectionPopup h5 li,.SectionPopup h6 li,.SpecificPromotion .promotion-text h3 li,.SpecificPromotion .promotion-text h4 li,.SpecificPromotion .promotion-text h5 li,.SpecificPromotion .promotion-text h6 li{font-weight:700}.BlogPostCard .mediacard a,.bonus-item .content .text a,.BonusCard .bonus-text a,.ExpandableQuestion a,.GameBanners .banner-content a,.page a,.PromotionCard .description-content a,.section a,.SectionPopup a,.SpecificPromotion .promotion-text a{color:#000;font-weight:700;background-image:-webkit-gradient(linear,left top,left bottom,from(#000),to(#000)),-webkit-gradient(linear,left top,left bottom,from(#e8b46a),to(#e8b46a)),-webkit-gradient(linear,left top,left bottom,from(#b20f54),to(#b20f54));background-image:linear-gradient(#000,#000),linear-gradient(#e8b46a,#e8b46a),linear-gradient(#b20f54,#b20f54);background-size:20px 2px,100% 2px,0 2px;background-position:-20px 100%,100% 100%,0 100%;background-repeat:no-repeat;-webkit-transition:background-size .2s linear,color .2s linear;transition:background-size .2s linear,color .2s linear}.BlogPostCard .mediacard a:hover,.bonus-item .content .text a:hover,.BonusCard .bonus-text a:hover,.ExpandableQuestion a:hover,.GameBanners .banner-content a:hover,.page a:hover,.PromotionCard .description-content a:hover,.section a:hover,.SectionPopup a:hover,.SpecificPromotion .promotion-text a:hover{color:#b20f54;background-size:20px 2px,0 2px,100% 2px;background-position:calc(100% + 20px) 100%,100% 100%,0 100%}.BlogPostCard .mediacard a.no-underline,.bonus-item .content .text a.no-underline,.BonusCard .bonus-text a.no-underline,.ExpandableQuestion a.no-underline,.GameBanners .banner-content a.no-underline,.page a.no-underline,.PromotionCard .description-content a.no-underline,.section a.no-underline,.SectionPopup a.no-underline,.SpecificPromotion .promotion-text a.no-underline{background:none!important}.BlogPostCard .mediacard figure.table,.bonus-item .content .text figure.table,.BonusCard .bonus-text figure.table,.ExpandableQuestion figure.table,.GameBanners .banner-content figure.table,.page figure.table,.PromotionCard .description-content figure.table,.section figure.table,.SectionPopup figure.table,.SpecificPromotion .promotion-text figure.table{margin:0 auto}.BlogPostCard .mediacard figure.table table,.bonus-item .content .text figure.table table,.BonusCard .bonus-text figure.table table,.ExpandableQuestion figure.table table,.GameBanners .banner-content figure.table table,.page figure.table table,.PromotionCard .description-content figure.table table,.section figure.table table,.SectionPopup figure.table table,.SpecificPromotion .promotion-text figure.table table{width:100%;border-collapse:collapse;border-spacing:0}.BlogPostCard .mediacard figure.table table thead tr,.bonus-item .content .text figure.table table thead tr,.BonusCard .bonus-text figure.table table thead tr,.ExpandableQuestion figure.table table thead tr,.GameBanners .banner-content figure.table table thead tr,.page figure.table table thead tr,.PromotionCard .description-content figure.table table thead tr,.section figure.table table thead tr,.SectionPopup figure.table table thead tr,.SpecificPromotion .promotion-text figure.table table thead tr{border-bottom:2px solid #000}.BlogPostCard .mediacard figure.table table thead tr th,.bonus-item .content .text figure.table table thead tr th,.BonusCard .bonus-text figure.table table thead tr th,.ExpandableQuestion figure.table table thead tr th,.GameBanners .banner-content figure.table table thead tr th,.page figure.table table thead tr th,.PromotionCard .description-content figure.table table thead tr th,.section figure.table table thead tr th,.SectionPopup figure.table table thead tr th,.SpecificPromotion .promotion-text figure.table table thead tr th{padding-bottom:.5rem;color:#000;font-size:.9rem}.BlogPostCard .mediacard figure.table table tbody tr,.bonus-item .content .text figure.table table tbody tr,.BonusCard .bonus-text figure.table table tbody tr,.ExpandableQuestion figure.table table tbody tr,.GameBanners .banner-content figure.table table tbody tr,.page figure.table table tbody tr,.PromotionCard .description-content figure.table table tbody tr,.section figure.table table tbody tr,.SectionPopup figure.table table tbody tr,.SpecificPromotion .promotion-text figure.table table tbody tr{border-bottom:1px solid #ededed}.BlogPostCard .mediacard figure.table table tbody tr:last-of-type,.bonus-item .content .text figure.table table tbody tr:last-of-type,.BonusCard .bonus-text figure.table table tbody tr:last-of-type,.ExpandableQuestion figure.table table tbody tr:last-of-type,.GameBanners .banner-content figure.table table tbody tr:last-of-type,.page figure.table table tbody tr:last-of-type,.PromotionCard .description-content figure.table table tbody tr:last-of-type,.section figure.table table tbody tr:last-of-type,.SectionPopup figure.table table tbody tr:last-of-type,.SpecificPromotion .promotion-text figure.table table tbody tr:last-of-type{border-bottom:0}.BlogPostCard .mediacard figure.table table tbody tr td,.bonus-item .content .text figure.table table tbody tr td,.BonusCard .bonus-text figure.table table tbody tr td,.ExpandableQuestion figure.table table tbody tr td,.GameBanners .banner-content figure.table table tbody tr td,.page figure.table table tbody tr td,.PromotionCard .description-content figure.table table tbody tr td,.section figure.table table tbody tr td,.SectionPopup figure.table table tbody tr td,.SpecificPromotion .promotion-text figure.table table tbody tr td{padding:.75rem 0}.BlogPostCard .mediacard figure.image,.bonus-item .content .text figure.image,.BonusCard .bonus-text figure.image,.ExpandableQuestion figure.image,.GameBanners .banner-content figure.image,.page figure.image,.PromotionCard .description-content figure.image,.section figure.image,.SectionPopup figure.image,.SpecificPromotion .promotion-text figure.image{-webkit-margin-start:0;margin-inline-start:0;-webkit-margin-end:0;margin-inline-end:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.BlogPostCard .mediacard figure.image.image-style-align-right,.bonus-item .content .text figure.image.image-style-align-right,.BonusCard .bonus-text figure.image.image-style-align-right,.ExpandableQuestion figure.image.image-style-align-right,.GameBanners .banner-content figure.image.image-style-align-right,.page figure.image.image-style-align-right,.PromotionCard .description-content figure.image.image-style-align-right,.section figure.image.image-style-align-right,.SectionPopup figure.image.image-style-align-right,.SpecificPromotion .promotion-text figure.image.image-style-align-right{float:right;margin:1em 0 1em 1em}.BlogPostCard .mediacard figure.image.image-style-align-left,.bonus-item .content .text figure.image.image-style-align-left,.BonusCard .bonus-text figure.image.image-style-align-left,.ExpandableQuestion figure.image.image-style-align-left,.GameBanners .banner-content figure.image.image-style-align-left,.page figure.image.image-style-align-left,.PromotionCard .description-content figure.image.image-style-align-left,.section figure.image.image-style-align-left,.SectionPopup figure.image.image-style-align-left,.SpecificPromotion .promotion-text figure.image.image-style-align-left{float:left;margin:1em 1em 1em 0}.BlogPostCard .mediacard figure.image img,.bonus-item .content .text figure.image img,.BonusCard .bonus-text figure.image img,.ExpandableQuestion figure.image img,.GameBanners .banner-content figure.image img,.page figure.image img,.PromotionCard .description-content figure.image img,.section figure.image img,.SectionPopup figure.image img,.SpecificPromotion .promotion-text figure.image img{max-width:100%}.BlogPostCard .mediacard figure.image figcaption,.bonus-item .content .text figure.image figcaption,.BonusCard .bonus-text figure.image figcaption,.ExpandableQuestion figure.image figcaption,.GameBanners .banner-content figure.image figcaption,.page figure.image figcaption,.PromotionCard .description-content figure.image figcaption,.section figure.image figcaption,.SectionPopup figure.image figcaption,.SpecificPromotion .promotion-text figure.image figcaption{text-align:center}strong{font-weight:700}.button{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-radius:5px;-webkit-transition:all .3s ease-in;transition:all .3s ease-in;font-weight:600;cursor:pointer}.button.small{height:2.2rem;min-width:5rem;padding:0 1.5rem;font-size:.8rem}.button.medium{height:2.25rem;min-width:6.6rem;padding:0 1.5rem;font-size:1rem}.button.large{height:2.75rem;min-width:8.5rem;padding:0 3rem;font-size:1rem}.button:disabled{background:#ededed!important;color:#878787!important;cursor:not-allowed!important}.button.contained{background:#000;color:#fff}.button.contained.gold{background:#e8b46a;color:#fff}.button.contained.gold:not(:disabled):hover{background:#d59f53}@media (max-width:1089px){.button.contained.gold:not(:disabled):hover{background:#e8b46a}}.button.contained.gold:not(:disabled):focus{background:#f8c57b}.button.contained.red{background:#b20f54;color:#fff}.button.contained.red:not(:disabled):hover{background:#8e0841;color:#fff}@media (max-width:1089px){.button.contained.red:not(:disabled):hover{background:#b20f54;color:#fff}}.button.contained.red:not(:disabled):focus{background:#cb286d}@media (max-width:474px){.button.contained.red.register-btn{min-height:2.75rem;height:auto}}.button.contained.green{background:#00a75d;color:#fff}.button.contained.green:not(:disabled):hover{background:#009347}@media (max-width:1089px){.button.contained.green:not(:disabled):hover{background:#00a75d}}.button.contained.green:not(:disabled):focus{background:#00c36c}.button.transparent{background:transparent}.button.transparent.white{color:#fff;border:2px solid #fff}.button.transparent.white:not(:disabled):hover{background:#fff;color:#000}@media (max-width:1089px){.button.transparent.white:not(:disabled):hover{background:#fff}}.button.transparent.white:not(:disabled):focus{background:#fff}.button.outlined{background:#fff;border:1px solid #000;color:#000}.button.outlined.green{background:#fff;border:1px solid #00a75d;color:#00a75d}.button.outlined.green:disabled{background:#fff!important;border:1px solid #878787}.button.outlined.green:not(:disabled):hover{background:#00a75d;color:#fff}.button.outlined.gold{background:#fff;border:1px solid #e8b46a;color:#000}.button.outlined.gold:disabled{background:#fff!important;border:1px solid #878787}.button.outlined.gold:not(:disabled):hover{background:rgba(232,180,106,.1)}.button.outlined.gold:not(:disabled):focus{background:rgba(232,180,106,.2)}.button.outlined.red{background:#fff;border:1px solid #b20f54;color:#b20f54}.button.outlined.red:disabled{background:#fff!important;border:1px solid #878787}.button.outlined.red:not(:disabled):hover{background:rgba(178,15,84,.1);color:#fff}.button.outlined.red:not(:disabled):focus{background:rgba(178,15,84,.2)}.GeneralInput input,.input,.textarea{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;width:100%;height:2.75rem;padding:0 .75rem;border-radius:5px;border:1px solid #c1c1c1;background:#ededed;color:#000;font-size:1.1rem;font-weight:400}.GeneralInput input::-webkit-input-placeholder,.input::-webkit-input-placeholder,.textarea::-webkit-input-placeholder{color:#878787;font-size:.9rem}.GeneralInput input::-moz-placeholder,.input::-moz-placeholder,.textarea::-moz-placeholder{color:#878787;font-size:.9rem}.GeneralInput input:-ms-input-placeholder,.input:-ms-input-placeholder,.textarea:-ms-input-placeholder{color:#878787;font-size:.9rem}.GeneralInput input::-ms-input-placeholder,.input::-ms-input-placeholder,.textarea::-ms-input-placeholder{color:#878787;font-size:.9rem}.GeneralInput input::placeholder,.input::placeholder,.textarea::placeholder{color:#878787;font-size:.9rem}.GeneralInput input.error,.input.error,.textarea.error{border:2px solid #e7343f}.input-error{min-height:.9rem;line-height:.9rem}.input-error a,.input-error h1,.input-error h2,.input-error h3,.input-error h4,.input-error h5,.input-error h6,.input-error p,.input-error span{color:#e7343f;font-size:.8rem;font-weight:700;margin:0}.input-error .icon{max-width:.5rem;max-height:.5rem;margin-right:.15rem}.heading-1{color:#000;font-family:"Source Serif Pro",serif;font-size:2.25rem;font-weight:400}@media (max-width:767px){.heading-1{font-size:1.5rem}}.heading-2{color:#000;font-size:1.75rem;font-weight:300}@media (max-width:767px){.heading-2{font-size:1rem}}.heading-3{color:#b20f54;font-size:1.4rem;font-weight:700}@media (max-width:767px){.heading-3{font-size:.9rem}}.heading-4{color:#b20f54;font-size:1.1rem;font-weight:700}@media (max-width:767px){.heading-4{font-size:.9rem}}.heading-5{color:#878787;font-weight:700}@media (max-width:767px){.heading-5{font-size:.9rem}}.heading-6{color:#000;font-size:.8rem;font-weight:700}@media (max-width:767px){.heading-6{font-size:.7rem}}.paragraph{color:#000;font-weight:300;margin-top:.5rem}@media (max-width:767px){.paragraph{font-size:.8rem}}.paragraph.small{font-size:.8rem}@media (max-width:767px){.paragraph.small{font-size:.7rem}}.link{color:#000;font-weight:700;background-image:-webkit-gradient(linear,left top,left bottom,from(#000),to(#000)),-webkit-gradient(linear,left top,left bottom,from(#e8b46a),to(#e8b46a)),-webkit-gradient(linear,left top,left bottom,from(#b20f54),to(#b20f54));background-image:linear-gradient(#000,#000),linear-gradient(#e8b46a,#e8b46a),linear-gradient(#b20f54,#b20f54);background-size:20px 2px,100% 2px,0 2px;background-position:-20px 100%,100% 100%,0 100%;background-repeat:no-repeat;-webkit-transition:background-size .2s linear,color .2s linear;transition:background-size .2s linear,color .2s linear}.link:hover{color:#b20f54;background-size:20px 2px,0 2px,100% 2px;background-position:calc(100% + 20px) 100%,100% 100%,0 100%}.link.no-underline{background:none!important}.content-block{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}@media (max-width:1089px){.content-block{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.content-block>div{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-item-align:stretch;-ms-grid-row-align:stretch;align-self:stretch;width:calc(100% - 27.1rem)}@media (max-width:1089px){.content-block>div{width:100%}}.content-block>div.align-content-center{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.content-block>div.text-align-left{text-align:left}.content-block>div.text-align-center{text-align:center}.content-block>div.text-align-right{text-align:right}.content-block>div.text-align-justify{text-align:justify}.content-block img{width:24.6rem;height:24.6rem}@media (max-width:1089px){.content-block img{width:100%;height:auto;margin:1rem 0}}@media (max-width:767px){.content-block img{margin:.5rem 0}}.content-block-small{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;max-width:50rem;margin:0 auto}@media (max-width:1089px){.content-block-small{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;max-width:unset}}.content-block-small>img{width:12.2rem;height:7.7rem;margin-right:2rem}@media (max-width:1089px){.content-block-small>img{width:100%;height:auto;margin-bottom:1rem;margin-right:0}}.noselect{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.StaticPage .main-children{margin:2rem 7rem}@media (max-width:1089px){.StaticPage .main-children{margin:1.5rem}}@media (max-width:767px){.StaticPage .main-children{margin:.8rem}}.StaticPage .page{max-width:950px;margin:0 auto}.games-grid-wrapper{width:1640px;margin:2.55rem auto 6.4rem}@media (max-width:1670px){.games-grid-wrapper{width:1308px}}@media (max-width:1350px){.games-grid-wrapper{width:976px}}@media (max-width:1089px){.games-grid-wrapper{width:1024px;margin-top:1rem;margin-bottom:1rem}}@media (max-width:1050px){.games-grid-wrapper{width:763px}}@media (max-width:767px){.games-grid-wrapper{width:578px;margin-top:.85rem;margin-bottom:2.5rem}}@media (max-width:600px){.games-grid-wrapper{width:382px}}@media (max-width:385px){.games-grid-wrapper{width:344px}}@media (max-width:350px){.games-grid-wrapper{max-width:100%}}.opened .overlay-sidebar{position:fixed;top:0;left:0;height:100%;z-index:-1}.cms-tooltip{display:none;position:absolute;width:12px;height:12px;margin:0;padding:0}@media (max-width:1089px){.cms-tooltip{display:none!important}}.cms-tooltip img{display:block;width:100%!important;height:100%!important;background:#fff}html{scroll-behavior:smooth;width:100%;font-size:20px;font-family:Source Sans Pro,sans-serif}@media (max-width:395px){html{font-size:19px}}@media (max-width:375px){html{font-size:18px}}@media (max-width:355px){html{font-size:17px}}@media (max-width:335px){html{font-size:16px}}body{position:relative;overflow-x:hidden!important;height:100%;margin:0;padding:0;background:#fff}body *{-webkit-box-sizing:border-box;box-sizing:border-box}body.sticky #root{padding-top:11.75rem}@media (max-width:1089px){body.sticky #root{padding-top:9.35rem}}@media (max-width:989px){body.sticky #root{padding-top:5.15rem}}@media (max-width:767px){body.sticky #root{padding-top:8.05rem}}body.sticky .notification-container-top-right{top:1rem}body.sticky .notification-container-mobile-top{top:1rem!important}@media (max-width:989px){body.sticky.authenticated #root{padding-top:7.7rem}}@media (max-width:767px){body.sticky.authenticated #root{padding-top:8.05rem}}body.sticky.authenticated .notification-container-top-right{top:1rem}body.sticky.authenticated .notification-container-mobile-top{top:1rem!important}body.sticky.authenticated.with-top-warning #root{padding-top:13.5rem}@media (max-width:1089px){body.sticky.authenticated.with-top-warning #root{padding-top:11.1rem}}@media (max-width:989px){body.sticky.authenticated.with-top-warning #root{padding-top:9.45rem}}@media (max-width:767px){body.sticky.authenticated.with-top-warning #root{padding-top:10.45rem}}body.sticky.authenticated.with-top-warning .notification-container-top-right{top:1rem}body.sticky.authenticated.with-top-warning .notification-container-mobile-top{top:1rem!important}body.sticky.with-top-warning #root{padding-top:13.5rem}@media (max-width:1089px){body.sticky.with-top-warning #root{padding-top:11.1rem}}@media (max-width:989px){body.sticky.with-top-warning #root{padding-top:6.9rem}}@media (max-width:767px){body.sticky.with-top-warning #root{padding-top:10.45rem}}body.sticky.with-top-warning .notification-container-top-right{top:1rem}body.sticky.with-top-warning .notification-container-mobile-top{top:1rem!important}body.sticky.is-registration #root{padding-top:8.2rem}@media (max-width:1089px){body.sticky.is-registration #root{padding-top:5.8rem}}@media (max-width:989px){body.sticky.is-registration #root{padding-top:5.15rem}}@media (max-width:767px){body.sticky.is-registration #root{padding-top:8.05rem}}body.sticky.is-registration .notification-container-top-right{top:1rem}body.sticky.is-registration .notification-container-mobile-top{top:1rem!important}body.sticky.is-registration.with-top-warning #root{padding-top:9.95rem}@media (max-width:1089px){body.sticky.is-registration.with-top-warning #root{padding-top:7.55rem}}@media (max-width:989px){body.sticky.is-registration.with-top-warning #root{padding-top:6.9rem}}@media (max-width:767px){body.sticky.is-registration.with-top-warning #root{padding-top:10.45rem}}body.sticky.is-registration.with-top-warning .notification-container-top-right{top:1rem}body.sticky.is-registration.with-top-warning .notification-container-mobile-top{top:1rem!important}button,input,select,textarea{font-family:inherit;font-size:100%;padding:0;margin:0;border:none;outline:none}button{background:none}button *{pointer-events:none}input::-webkit-inner-spin-button,input::-webkit-outer-spin-button{-webkit-appearance:none}input[type=number]{-moz-appearance:textfield}@supports (-webkit-overflow-scrolling:touch){input{font-size:16px;border-radius:0;opacity:1}}h1,h2,h3,h4,h5,h6,li,ol,p,ul{margin:0;padding:0}a{color:inherit;text-decoration:none}iframe{border:none}div,iframe{outline:none}@media (max-width:1089px){a,button,div{cursor:auto;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent}}h1{color:#000;font-family:"Source Serif Pro",serif;font-size:2.25rem;font-weight:400}@media (max-width:767px){h1{font-size:1.5rem}}h2{color:#000;font-size:1.75rem;font-weight:300}@media (max-width:767px){h2{font-size:1rem}}h3{color:#b20f54;font-size:1.4rem;font-weight:700}@media (max-width:767px){h3{font-size:.9rem}}h4{color:#b20f54;font-size:1.1rem;font-weight:700}@media (max-width:767px){h4{font-size:.9rem}}h5{color:#878787;font-weight:700}@media (max-width:767px){h5{font-size:.9rem}}h6{color:#000;font-size:.8rem;font-weight:700}@media (max-width:767px){h6{font-size:.7rem}}p{color:#000;font-weight:300;margin-top:.5rem}@media (max-width:767px){p{font-size:.8rem}}p.small{font-size:.8rem}@media (max-width:767px){p.small{font-size:.7rem}}ol{margin-top:.5rem;padding-left:21px}ol ol{margin-top:0}ol li{font-weight:300}ol li::marker{color:#e8b46a;font-weight:700}ol li ol{padding-left:0;counter-reset:list}ol li ol li{list-style:none}ol li ol li:before{color:#e8b46a;font-weight:700;content:counter(list,lower-alpha) ") ";counter-increment:list}ol li ul,ul{padding-left:21px}ul ol{margin-top:0}ul li{font-weight:300}@media (max-width:767px){ul li{font-size:.8rem}}ul li::marker{color:#e8b46a;font-weight:700}ul li ul{padding-left:21px}ul li ul li::marker{color:#000}ul li ol{padding-left:21px}ul.with-checkmarks{list-style:none}ul.with-checkmarks li:before{content:"";display:inline-block;vertical-align:middle;width:2.15rem;height:2.15rem;margin:.5rem 1rem .5rem 0;background-image:url(https://storage.googleapis.com/gg-strapi/checkmark_gold_723d193bea/checkmark-gold.svg_checkmark_gold_723d193bea.svg);background-repeat:no-repeat;background-size:100% 100%}#launcher{display:none}#webWidget{z-index:1202!important}@media screen and (max-width:474px){.SicBoLastResults .pg-result-wrapper:nth-of-type(n+5){display:none}}@media screen and (max-width:767px){.SicBoLastResults .pg-result-wrapper:nth-of-type(n+6){display:none}}@media screen and (max-width:989px){.SicBoLastResults .pg-result-wrapper:nth-of-type(n+7){display:none}}@media screen and (max-width:1089px){.SicBoLastResults .pg-result-wrapper:nth-of-type(n+8){display:none}}@media screen and (max-width:767px){.BlackJackAvailableSeats .seat-list-item{width:20px;height:20px}}@media screen and (min-width:474px){.RouletteLastResults .pg-result-wrapper .pg-result{width:26px;height:22px}}@media screen and (max-width:320px){.RouletteLastResults .pg-result-wrapper:nth-of-type(n+6){display:none}}@media screen and (max-width:474px){.RouletteLastResults .pg-result-wrapper:nth-of-type(n+7){display:none}}@media screen and (max-width:767px){.RouletteLastResults .pg-result-wrapper:nth-of-type(n+6){display:none}}@media screen and (max-width:989px){.RouletteLastResults .pg-result-wrapper:nth-of-type(n+7){display:none}}@media screen and (max-width:1089px){.RouletteLastResults .pg-result-wrapper:nth-of-type(n+8){display:none}}@media screen and (max-width:989px){.PragmaticBoomCityResults .result-container .boom-city-result-bg{width:45px;height:18px}}@media screen and (max-width:320px){.PragmaticBoomCityResults .result-container:nth-of-type(n+3){display:none}}@media screen and (max-width:474px){.PragmaticBoomCityResults .result-container:nth-of-type(n+4){display:none}}@media screen and (max-width:767px){.PragmaticBoomCityResults .result-container:nth-of-type(n+4){display:none}}@media screen and (max-width:989px){.PragmaticBoomCityResults .result-container:nth-of-type(n+3){display:none}}@media screen and (max-width:1089px){.PragmaticBoomCityResults .result-container:nth-of-type(n+4){display:none}}