.modal-container{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;width:100%}.modal-container.right{align-items:flex-end}.modal-container.left{align-items:flex-start}.modal-container .modal-inner{align-items:stretch;background-color:#07182a;display:flex;flex-direction:column;height:100%;width:100%}.modal-container .modal-inner.w80{width:80%}@media(min-width:768px){.modal-container .modal-inner{border:.125rem solid #00bf70;border-radius:.375rem;box-shadow:0 0 1rem 0 rgba(0,191,112,.4);max-height:45rem;max-width:51.25rem}.modal-container .modal-inner:has(.terms,.privacyPolicy,.bonusPolicy,.cookiePolicyPage){max-height:35.25rem;max-width:48rem}}@media only screen and (max-width:960px)and (orientation:landscape){.modal-container .modal-inner{border:0;border-radius:0;box-shadow:none;max-width:100%}}.modal-container .modal-header{align-items:center;backdrop-filter:blur(.5rem);background-color:#07182a;border-bottom:.125rem solid #00bf70;display:flex;gap:.5rem;justify-content:space-between;padding:.8125rem 1rem}.modal-container .modal-header .modal-title{color:#fff;flex:1;font-size:1.25rem;font-weight:800;line-height:1.75rem;margin:0;text-align:center}.modal-container .modal-header .modal-close{cursor:pointer}.modal-container .modal-header .modal-close img{filter:drop-shadow(0 0 1rem rgba(0,191,112,.4));height:1.5rem;width:auto}.modal-container .modal-header .modal-back{cursor:pointer}.modal-container .modal-header .modal-back img{height:1.5rem;width:auto}.modal-container .modal-back{cursor:pointer}.modal-container .modal-back img{height:1.5rem;width:auto}.modal-container .modal-body{box-sizing:border-box;flex-grow:1;height:100%;justify-content:center;overflow-x:hidden;overflow-y:auto;position:relative}.modal-container .modal-footer{border-top:1px solid #e5e5e5;bottom:0;padding:1rem}.modal-container .modal-footer .modal-btn-set{display:flex;flex-direction:row-reverse;justify-content:space-between}.modal-container .modal-content{height:calc(100% - 24px);margin:1.5rem 2rem 0;padding-bottom:2rem}@media(min-width:768px){.modal-container .modal-content{margin:1.5rem 1.5rem 0;padding-bottom:1.5rem}}.modal-container .modal-content .errorWrapper{padding:0;width:auto}.modal-container ::-webkit-scrollbar{width:.125rem}.modal-container ::-webkit-scrollbar-track{background:transparent}.modal-container ::-webkit-scrollbar-thumb{background-color:#fff;border-radius:.375rem}.modal-fade-container{align-items:center;display:flex;height:100%;justify-content:center;outline:none;width:100%}.icon-wrapper{display:flex;position:relative}.badge-icon{height:.875rem;position:absolute;right:-.5rem;top:-.25rem;width:.875rem}.autosize-container{height:100%;width:100%}.modalMarkupV3Container{background-color:rgba(7,24,42,.9);height:100%;left:0;overflow:hidden;padding:.3125rem;position:absolute;top:0;width:100%}@media(min-width:1024px){.modalMarkupV3Container{align-items:center;border:.125rem solid #00bf70;border-radius:.375rem;box-shadow:0 0 1rem 0 rgba(0,191,112,.4);display:flex;height:auto;justify-content:center;position:relative;width:auto}}.modalMarkupV3Wrapper{background-color:#07182a;height:100%;overflow:auto;position:relative;width:100%}.no-animation{padding:0}@media(min-width:1024px){.no-animation{border-radius:.375rem}}.modal-animation{animation:o-rotate-360 8s linear infinite;height:100%;left:0;position:absolute;top:0;width:100%}.modal-animation span{display:block;height:100%;position:relative;transform:translate(-50%,-50%);width:100%}.modal-animation span:after{content:"";display:block;height:100%;left:100%;position:absolute;width:100%}.modal-animation span:first-child{background:#70daf4}.modal-animation span:first-child:after{background:#00bf70}.modal-animation span:last-child{background:#fff00d}.modal-animation span:last-child:after{background:#07182a}@keyframes o-rotate-360{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.modalMarkupV3{align-items:center;display:flex;height:100%;justify-content:center;width:100%}.modalMarkupV3 .modalMarkupV3Header{align-items:center;backdrop-filter:blur(.5rem);border-bottom:.125rem solid #00bf70;color:#fff;display:flex;font-size:1.25rem;font-weight:800;justify-content:space-between;line-height:1.75rem;margin:0;padding:.8125rem 1rem;text-align:center;width:100%}.modalMarkupV3 .modalMarkupV3Header .modalMarkupV3Close{cursor:pointer}.modalMarkupV3 .modalMarkupV3Header .modalMarkupV3Close img{filter:drop-shadow(0 0 1rem rgba(0,191,112,.4));height:1.5rem;width:auto}.modalMarkupV3 .modalMarkupV3Header .modal-back{cursor:pointer}.modalMarkupV3 .modalMarkupV3Header .modal-back img{height:1.5rem;width:auto}.modalMarkupV3 .modalMarkupV3Header .modal-back.is-hidden{padding-left:1.5rem}.modalMarkupV3 .modalMarkupV3Header .modal-back.is-hidden img{display:none}.modalMarkupV3.register-modal .modalMarkupV3Header{display:inherit}.modalMarkupV3.register-modal .modalMarkupV3Header .modalMarkupV3Close{position:absolute;right:1rem;top:50%;transform:translateY(-50%)}.modalMarkupV3.register-modal .modalMarkupV3Header .modal-back{left:1rem;position:absolute;top:50%;transform:translateY(-50%)}.modalMarkupV3 .modalMarkupV3Content{display:flex;flex-direction:column;height:calc(100% - 3.5rem);overflow-y:auto}.modalMarkupV3 .modalMarkupV3Content ::-webkit-scrollbar,.modalMarkupV3 .modalMarkupV3Content::-webkit-scrollbar{height:0;width:.375rem}.modalMarkupV3 .modalMarkupV3Content ::-webkit-scrollbar-track,.modalMarkupV3 .modalMarkupV3Content::-webkit-scrollbar-track{background:transparent}.modalMarkupV3 .modalMarkupV3Content ::-webkit-scrollbar-thumb,.modalMarkupV3 .modalMarkupV3Content::-webkit-scrollbar-thumb{background-color:hsla(0,0%,100%,.2);border-radius:.1875rem}.modalMarkupV3 .modalMarkupV3Btns{align-items:center;display:flex;flex-direction:column}.modalMarkupV3 .modalMarkupV3Btns button:first-child{margin-bottom:1rem}.modalMarkupV3.contentSelfScroll .modalMarkupV3Wrapper{display:flex;flex-direction:column}.modalMarkupV3.contentSelfScroll .modalMarkupV3Wrapper .modalMarkupV3Content{display:flex;flex-direction:column;flex-grow:1;overflow:auto}.modalMarkupV3 .fullHeightContent{height:100%;overflow:auto}.modalMarkupV3 .modalMarkupV3Footer{background:#07182a;bottom:0;box-shadow:0 0 .25rem 0 rgba(2,11,35,.2);display:flex;flex-direction:row;left:0;padding:.5rem;position:absolute;width:100%}html.desktop .modalMarkupV3 .modalMarkupV3Wrapper{height:auto;max-height:90vh;overflow:hidden;width:48rem}.suspense-wrapper-modals{background-color:#07182a;min-height:31.25rem}.register-v2 .modalMarkupV3Header{display:inherit}.register-v2 .modalMarkupV3Header .modalMarkupV3Close{position:absolute;right:1rem;top:50%;transform:translateY(-50%)}.register-v2 .modalMarkupV3Header .modal-back{left:1rem;position:absolute;top:50%;transform:translateY(-50%)}.kycBlockModal .modalMarkupV3Header{justify-content:center}html.desktop .modalMarkupV3.dynamic-modal-wrapper .modalMarkupV3Wrapper{height:45rem;width:48rem}.instant-bonus-game-container .game-thumb-tags{padding:0 1.25rem;position:unset;z-index:1}.instant-bonus-game-thumb{border-radius:.375rem;overflow:hidden;position:relative;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:100%}.instant-bonus-game-tags{display:flex}.instant-bonus-game-tags .instant-bonus-tag{margin:0}.instant-bonus-game-tags .instant-bonus-tag:first-child{border-radius:.5rem 0 0 .5rem}.instant-bonus-game-tags .instant-bonus-tag:last-child{border-radius:0 .5rem .5rem 0}.instant-bonus-game-tags .instant-bonus-tag .instant-bonus-icon{margin-left:0}@media(min-width:850px){.instant-bonus-game-tags{justify-content:center}}.instant-bonus-game-thumb-ratio-wrapper{height:13.625rem}@media(min-width:850px){.instant-bonus-game-thumb-ratio-wrapper{height:23.25rem}}.instant-bonus-game-thumb-container{background:#07182a;user-drag:none;height:inherit}.instant-bonus-game-thumb-container .instant-bonus-game-container{display:flex;flex-direction:column;height:100%;justify-content:space-between;padding-bottom:1rem}.instant-bonus-game-thumb-container .instant-bonus-game-img{border:.125rem solid #fd35af;border-radius:.375rem;box-sizing:border-box;height:5.5rem;width:auto}.instant-bonus-game-thumb-container .instant-bonus-game-thumb-img{height:100%;position:absolute;top:0;width:100%}.instant-bonus-game-thumb-info{display:flex;flex-direction:row;justify-content:space-between;padding:1.5rem 1.5rem .75rem;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:100%;-webkit-tap-highlight-color:rgba(0,0,0,0)}.instant-bonus-game-thumb-info .instant-bonus-game-thumb-info-left-section{display:flex;flex-direction:column}.instant-bonus-game-thumb-jackpot{background-color:rgba(8,15,59,.7);border-radius:.25rem;box-sizing:border-box;color:#fcad6d;font-size:.875rem;font-weight:400;margin-bottom:.25rem;padding:2% 10%}.instant-bonus-game-thumb-name{color:#fff;font-size:1rem;font-weight:900;line-height:1.5rem;margin:1rem 0 .125rem}.instant-bonus-game-thumb-vendor{color:#fff00d;font-size:.875rem;font-weight:600;line-height:1.375rem;margin:0}.instant-bonus-game-thumb-img{-o-object-fit:cover;object-fit:cover;transition:all .3s ease}.instant-bonus-game-wrapper{cursor:pointer;position:relative}@media(min-width:850px){.instant-bonus-game-wrapper .instant-bonus-game-thumb-info{justify-content:center;z-index:1}}.instant-bonus-game-wrapper .instant-bonus-game-thumb-play{display:none}.instant-bonus-game-wrapper .instant-bonus-game-bottom-container{pointer-events:unset;text-align:center;z-index:1}.instant-bonus-game-wrapper .instant-bonus-game-bottom-container .instant-bonus-game__divider{background-color:rgba(112,218,244,.1);height:.125rem;margin:0 1.5rem .75rem}.instant-bonus-game-wrapper .instant-bonus-game-bottom-container .game-thumb-tags{display:block;font-size:.875rem;font-weight:600;height:3.875rem;line-height:1.375rem;overflow:hidden;pointer-events:unset}.instant-bonus-game-wrapper .instant-bonus-game-bottom-container .game-thumb-tag{background-color:#fff00d;border-radius:.5rem;color:#07182a;flex-basis:calc(33% - 0.5rem);font-size:.75rem;font-weight:900;line-height:1.5rem;margin-left:.25rem;margin-right:.25rem;padding:0 .5rem;text-transform:uppercase}.instant-bonus-game-wrapper .game-thumb-tags_center .game-thumb-tag{margin-top:1rem}.instant-bonus-tag{align-items:center;background-color:#00bf70;border-radius:.5rem;color:#fff;cursor:pointer;display:inline-flex;font-size:.75rem;font-weight:900;line-height:1.5rem;margin:0 .25rem .5rem;padding:0 .25rem 0 .3125rem;text-transform:uppercase}@media(min-width:850px){.instant-bonus-tag{flex-basis:unset}}.instant-bonus-tag.red{padding:0 .5rem}.instant-bonus-tag.yellow{background-color:#fff00d;color:#07182a;padding:0 .5rem}.instant-bonus-tag.white{background:#fff;color:#07182a}html.desktop .instant-bonus-game-thumb-container .instant-bonus-game-container{background:#07182a;padding-bottom:0}html.desktop .instant-bonus-game-thumb-container:not(.game-thumb-default):after{background:linear-gradient(180deg,rgba(7,24,42,0) 64.58%,rgba(7,24,42,.8));bottom:0;content:"";height:100%;left:0;position:absolute;right:0;z-index:0}html.desktop .game-thumb-tags{padding:0 .5rem}html.desktop .instant-bonus-game-thumb-info{padding:.75rem}html.desktop .instant-bonus-game-info{align-items:center;display:flex;justify-content:center;margin-bottom:.875rem}html.desktop .instant-bonus-game-info .instant-bonus-game-thumb-name,html.desktop .instant-bonus-game-info .instant-bonus-game-thumb-vendor{font-size:1rem;font-weight:900;margin:0 .25rem}.instant-bonus-purchased{margin:0 auto 1rem;width:100%}.instant-bonus-purchased .purchased-heading{color:#fff;font-size:1.25rem;font-weight:900;line-height:1.75rem;text-align:center}.instant-bonus-purchased .purchased-heading.heading-top{margin-bottom:1rem}.instant-bonus-purchased .purchased-heading.heading-bottom{margin-top:1.5rem}.instant-bonus-purchased .instant-bonus-purchased-item{align-items:center;background-color:#0d4b46;border-radius:.375rem;color:#fff;display:flex;font-size:1rem;font-weight:900;padding:1.125rem 1rem}.instant-bonus-purchased .instant-bonus-purchased-item:not(:last-child){margin-bottom:.5rem}.instant-bonus-purchased .instant-bonus-purchased-item .bonus-rounds{flex:1}.instant-bonus-purchased .instant-bonus-purchased-item .bonus-rounds :first-child{line-height:1.5rem}.instant-bonus-purchased .instant-bonus-purchased-item .bonus-rounds :last-child{color:#fff;font-size:.75rem;font-weight:600;line-height:1.25rem}.instant-bonus-purchased .instant-bonus-purchased-item .bonus-rounds-count{align-items:center;background-color:#fff00d;border-radius:1rem;color:#07182a;display:flex;font-size:1rem;font-weight:900;height:2.5rem;justify-content:center;margin:0 .5rem;padding:0 .75rem}.instant-bonus-purchased .instant-bonus-purchased-item .bonus-play a{border-radius:.375rem;color:#fff}.instant-bonus-purchased .instant-bonus-purchased-item .bonus-play a,.instant-bonus-purchased .instant-bonus-purchased-item .bonus-play span{align-items:center;background-color:#00bf70;box-shadow:0 0 1rem rgba(0,191,112,.4);display:flex;font-size:1rem;font-weight:900;justify-content:center;line-height:1.5rem;padding:.75rem 1rem}.instant-bonus-purchased .instant-bonus-purchased-item .bonus-play span{border:0;border-radius:.375rem;color:hsla(0,0%,100%,.5);cursor:not-allowed}.instant-bonus-tooltip{background-color:#00766c;border-radius:.375rem;color:#fff;font-family:League Spartan,"sans-serif";font-size:.75rem;font-weight:600;line-height:1.25rem;padding:1rem}.instant-bonus-tooltip .MuiTooltip-arrow{color:#00766c}.rhino-tooltip{background-color:#393939;border-radius:.375rem;color:#fff;font-family:Open Sans,sans-serif;font-size:.75rem;font-weight:600;line-height:1.25rem;padding:1rem}.rhino-tooltip .MuiTooltip-arrow{color:#393939}.rhino-tooltip.MuiTooltip-tooltip{max-width:19.375rem}.bet-selector{background-color:#0d4b46;border-radius:.375rem;display:flex;flex-direction:column;padding:.5rem 1rem 1rem;width:100%}.bet-selector .instant-bonus-buy-btn div{font-size:.875rem;font-weight:600;line-height:1.375rem}.bet-selector .MuiFormControl-root{padding:.5rem .5rem 1rem}.bet-selector .MuiTextField-root .MuiInputBase-root{background-color:transparent}.bet-selector .MuiIconButton-root{margin:0}.bet-selector .button-selector{box-shadow:0 0 1rem rgba(0,191,112,.4);width:100%}.bet-selector .amount-input-field input{font-size:1.5rem;font-weight:600;line-height:1.5rem;padding:0;text-align:center}.bet-selector .amount-input-field .MuiOutlinedInput-notchedOutline{border:transparent}.bet-selector .amount-input-field .MuiOutlinedInput-adornedEnd,.bet-selector .amount-input-field .MuiOutlinedInput-adornedStart{height:2.5rem}.muiButtonBase{border-radius:.75rem;font-size:.875rem;font-weight:700;padding:.75rem 1rem}.muiButtonEndIcon{margin-left:.5rem}.muiButtonContainedPrimary{background:#00bf70;border:.125rem solid hsla(0,0%,100%,.2);border-radius:.375rem;box-shadow:none;color:#fff;font-family:League Spartan,"sans-serif";font-size:1rem;font-weight:800;line-height:1.25rem;padding:.5rem 1rem;transition:none}.muiButtonContainedPrimary,.muiButtonContainedPrimary.btn-sm{box-shadow:0 0 1rem rgba(0,191,112,.4);text-shadow:0 0 1rem hsla(0,0%,100%,.4)}.muiButtonContainedPrimary.btn-sm{font-size:.75rem;font-weight:900;line-height:1.5rem}.muiButtonContainedPrimary.width-shadow,.muiButtonContainedPrimary:hover{box-shadow:0 0 1rem rgba(0,191,112,.4);text-shadow:0 0 1rem hsla(0,0%,100%,.4)}.muiButtonContainedPrimary:hover{background-color:#00d67d}.muiButtonContainedPrimary:active{background:#00a863;box-shadow:0 0 1rem rgba(0,191,112,.4);color:#fff;text-shadow:0 0 1rem hsla(0,0%,100%,.4)}.muiButtonContainedPrimary:disabled{background-color:#00bf70;box-shadow:none;color:hsla(0,0%,100%,.6);text-shadow:none}.muiButtonContainedPrimary.inverted{background:#fff;box-shadow:0 0 1rem rgba(0,191,112,.4);color:#00bf70;text-shadow:0 0 1rem hsla(0,0%,100%,.4)}.muiButtonContainedSecondary{background:#fd35af;background-color:#fd35af;border:0;border-radius:.375rem;box-shadow:none;box-shadow:0 0 1rem rgba(253,53,175,.8);box-shadow:0 0 1rem 0 rgba(253,53,175,.8);color:#fff;font-size:1rem;font-weight:800;line-height:1.25rem;margin:0;overflow:hidden;padding:.75rem 1.25rem;position:relative;text-decoration:none;text-shadow:0 0 1rem hsla(0,0%,100%,.4);transition:none;z-index:0}.muiButtonContainedSecondary.btn-sm{font-size:.75rem;font-weight:900;line-height:1.5rem}.muiButtonContainedSecondary.btn-sm,.muiButtonContainedSecondary:hover{box-shadow:0 0 1rem rgba(253,53,175,.8);text-shadow:0 0 1rem hsla(0,0%,100%,.4)}.muiButtonContainedSecondary:hover{background:#fd53bb}.muiButtonContainedSecondary:active{background:rgba(253,53,175,.8);box-shadow:0 0 1rem rgba(253,53,175,.8);color:#fff;outline:0;text-shadow:0 0 1rem hsla(0,0%,100%,.4)}.muiButtonContainedSecondary:disabled{background-color:#fd35af;box-shadow:none;color:hsla(0,0%,100%,.6);text-shadow:none}.muiButtonContainedSecondary:before{animation:rotate 5s linear infinite;background-color:#fd35af;background-image:conic-gradient(from 0 at 50% 50%,hsla(0,0%,100%,.5) 0deg,hsla(0,0%,100%,0) 60deg,hsla(0,0%,100%,0) 310deg,hsla(0,0%,100%,.5) 1turn);background-position:0 0;background-repeat:no-repeat;content:"";height:800%;left:-150%;position:absolute;top:-350%;width:400%;z-index:-2}.muiButtonContainedSecondary:after{background-color:#fd35af;border-radius:.375rem;content:"";height:calc(100% - .25rem);left:.125rem;position:absolute;top:.125rem;width:calc(100% - .25rem);z-index:-1}.muiButtonContainedSecondary:hover:after{background-color:rgba(253,53,175,.8)}.MuiButton-label{align-items:inherit;display:inherit;justify-content:inherit;width:100%}.btn-dropdown-wrapper{display:inline-block}.btn-dropdown-wrapper .muiButtonBase{background-color:rgba(112,218,244,.1);border-radius:1rem;font-size:.75rem;font-weight:900;line-height:1.5rem;margin:0 .5rem .5rem 0;padding:.5rem 1rem}.btn-dropdown-wrapper .muiButtonBase:hover{background-color:rgba(112,218,244,.2)}.btn-dropdown-wrapper .MuiButton-label{color:#07182a}.btn-dropdown-wrapper .MuiButton-label svg{fill:#07182a;margin-left:.5rem}.btn-dropdown-wrapper .MuiButton-label svg path{fill:#07182a}.btn-dropdown-wrapper .btn-dropdown{z-index:2}.btn-dropdown-wrapper .MuiPaper-rounded{border-radius:1rem}.btn-dropdown-wrapper .btn-dropdown-items{min-width:20rem;padding:.75rem 0}input::-webkit-inner-spin-button,input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}.MuiInputBase-input{height:1.5rem;outline:none}.MuiInputBase-input.Mui-disabled{color:hsla(0,0%,100%,.6)}.MuiOutlinedInput-root{background-color:hsla(0,0%,100%,.1);border:.125rem solid hsla(0,0%,100%,.2);border-radius:.375rem;color:#fff;font-size:1rem;font-weight:600;height:3.5rem;line-height:1.5rem;padding-right:0}.MuiOutlinedInput-root.Mui-focused{background-color:hsla(0,0%,100%,.1);border:.125rem solid #00bf70;border-radius:.375rem}.MuiOutlinedInput-root.Mui-focused input:-webkit-autofill{-webkit-box-shadow:inset 0 0 0 1000px transparent}.MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline{border-width:0}.MuiOutlinedInput-root.Mui-error{border:.125rem solid #d32f2f}.MuiOutlinedInput-root.Mui-error .MuiOutlinedInput-notchedOutline{border:0;top:0}.MuiFormLabel-root{color:hsla(0,0%,100%,.7);line-height:1.5rem;transform:translate(1rem,1rem) scale(1);z-index:1}.MuiFormLabel-root.Mui-error,.MuiFormLabel-root.Mui-focused{color:#fff}.MuiInputLabel-outlined.MuiInputLabel-shrink{transform:translate(1rem,.625rem) scale(.75)}.MuiOutlinedInput-notchedOutline legend{height:0;width:0}.MuiTextField-root .MuiInputBase-input{padding:1.25rem 1rem 0}.MuiTextField-root .MuiOutlinedInput-notchedOutline{border:0;padding:0 1rem;top:0}.MuiTextField-root .MuiOutlinedInput-notchedOutline span{padding:0}.MuiTextField-root .MuiFormHelperText-root.Mui-error{margin:.25rem 1rem 0}.password-button{color:hsla(0,0%,100%,.8);font-size:.75rem;font-weight:600;line-height:1.25rem;text-decoration:underline}.MuiIconButton-root:hover{background-color:transparent}.loader{align-items:center;bottom:0;display:flex;justify-content:center;left:0;right:0;top:0}.loader,.loader.loader-absolute{position:absolute}.loader.page-preloader .spinnerContainer,.loader.page-preloader .spinnerContainerV2{position:relative}.loader.page-preloader .spinnerContainer .loadingSpinner,.loader.page-preloader .spinnerContainerV2 .loadingSpinner{left:calc(50vw - 1.25rem);position:absolute}.amount-selector-top{display:flex;flex-direction:column}.amount-selector-top .amount-input-field.MuiTextField-root .MuiInputBase-input.MuiOutlinedInput-input{color:#fff;font-size:1.5rem;font-weight:800;height:1.75rem;line-height:1.75rem;padding:0;text-align:center}.amount-selector-top .amount-input-field.MuiTextField-root .MuiInputBase-input.MuiOutlinedInput-input:focus{background-color:transparent}.amount-selector-top .amount-input-field .MuiOutlinedInput-notchedOutline{border:transparent}.amount-selector-top .amount-input-field .MuiOutlinedInput-adornedEnd,.amount-selector-top .amount-input-field .MuiOutlinedInput-adornedStart,.amount-selector-top .amount-input-field .MuiOutlinedInput-root{padding:0}.amount-selector-top .amount-input-field .MuiOutlinedInput-root .MuiInputAdornment-root{margin:0}.amount-selector-bottom .MuiInputAdornment-root{background-color:hsla(0,0%,100%,.1);border-radius:.375rem;height:2.5rem;max-height:2.5rem;padding:.5rem}.amount-selector-bottom .MuiInputAdornment-root.MuiInputAdornment-positionStart{margin-right:0}.amount-selector-bottom .MuiInputAdornment-root.MuiInputAdornment-positionEnd{margin-left:0}.amount-selector-bottom .MuiInputBase-input{background-color:transparent;border-radius:0}.buttonDisabled{cursor:not-allowed}.buttonDisabled path,.buttonDisabled rect{fill:#868686}@keyframes spinner{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.spinnerContainer,.spinnerContainerV2{align-items:center;display:flex;height:100%;justify-content:center;padding:1.5625rem;position:relative;width:100%}.spinnerContainer .loadingSpinner,.spinnerContainerV2 .loadingSpinner{animation:spinner 1.5s linear infinite;animation-play-state:inherit;border-radius:50%;height:2.5rem;left:calc(50% - 1.25rem);position:absolute;top:calc(50% - 1.25rem);width:2.5rem;will-change:transform}.spinnerContainer .loadingSpinner{border:.3125rem solid #fff00d;border-bottom-color:#fd35af}.spinnerContainerV2 .loadingSpinner{border:.125rem solid #fd35af;border-top-color:transparent}.instant-bonus-modal-container{border:0;border-radius:0}.instant-bonus-details-modal .modalMarkupV3Wrapper{border-radius:0}.instant-bonus-details-modal .modalMarkupV3Header{border-top-left-radius:0;border-top-right-radius:0}.instant-bonus-details-modal .modalMarkupV3Content{background-color:#07182a;color:#fff;padding:2rem 1.5rem}.instant-bonus-details-modal .modalMarkupV3Content h1{line-height:2.5rem;margin:0 0 1.5rem;text-align:center}.instant-bonus-details-modal .modalMarkupV3Content .instant-bonus-game-image-wrapper{align-items:center;display:flex;justify-content:center;margin-bottom:1.5rem}.instant-bonus-details-modal .modalMarkupV3Content .instant-bonus-game-image-wrapper .instant-bonus-game-image{border:.125rem solid #fd35af;border-radius:.375rem;box-sizing:border-box;height:15rem;max-width:12.1875rem}.instant-bonus-details-modal .modalMarkupV3Content .instant-bonus-game-image-wrapper .instant-bonus-game-image .instant-bonus-game-thumb-ratio-wrapper{height:100%}.instant-bonus-details-modal .modalMarkupV3Content .instant-bonus-game-image-wrapper .instant-bonus-game-image .game-thumb-img{height:15rem}.instant-bonus-details-modal .modalMarkupV3Content .instant-bonus-game-image-wrapper .absolute{position:absolute;right:1rem;top:1rem}.instant-bonus-details-modal .instant-bonus-tags{align-items:center;display:block;flex-wrap:wrap;justify-content:center;margin-left:auto;margin-right:auto;text-align:center}.instant-bonus-details-modal .bet-selector{margin:0 auto 1.5rem}.instant-bonus-details-modal .bet-selector .Mui-disabled{background:#00bf70;border:.125rem solid hsla(0,0%,100%,.2);border-radius:.375rem;box-shadow:none;box-shadow:0 0 1rem rgba(0,191,112,.4);color:#fff;font-family:League Spartan,"sans-serif";font-size:1rem;font-weight:800;line-height:1.25rem;padding:.5rem 1rem;text-shadow:0 0 1rem hsla(0,0%,100%,.4);transition:none}.instant-bonus-details-modal .bet-selector .Mui-disabled.btn-sm{font-size:.75rem;font-weight:900;line-height:1.5rem}.instant-bonus-details-modal .bet-selector .Mui-disabled.btn-sm,.instant-bonus-details-modal .bet-selector .Mui-disabled.width-shadow,.instant-bonus-details-modal .bet-selector .Mui-disabled:hover{box-shadow:0 0 1rem rgba(0,191,112,.4);text-shadow:0 0 1rem hsla(0,0%,100%,.4)}.instant-bonus-details-modal .bet-selector .Mui-disabled:hover{background-color:#00d67d}.instant-bonus-details-modal .bet-selector .Mui-disabled:active{background:#00a863;box-shadow:0 0 1rem rgba(0,191,112,.4);color:#fff;text-shadow:0 0 1rem hsla(0,0%,100%,.4)}.instant-bonus-details-modal .bet-selector .Mui-disabled:disabled{background-color:#00bf70;box-shadow:none;color:hsla(0,0%,100%,.6);text-shadow:none}.instant-bonus-details-modal .bet-selector .Mui-disabled.inverted{background:#fff;box-shadow:0 0 1rem rgba(0,191,112,.4);color:#00bf70;text-shadow:0 0 1rem hsla(0,0%,100%,.4)}.desktop .instant-bonus-modal-container{border-radius:.375rem}.desktop .instant-bonus-details-modal.modalMarkupV3 .modalMarkupV3Wrapper{max-height:42.875rem;max-width:30rem;overflow:hidden}.desktop .instant-bonus-details-modal .modalMarkupV3Content{padding:1.5rem 1.5rem 1rem}.desktop .instant-bonus-details-modal .instant-bonus-tags{max-width:30rem}.page-review{background-color:#07182a}@media(min-width:2048px){.page-review .category-nav{border-radius:0}}@media(min-width:850px){.page-review .category-nav .category-nav-bar{padding:0}}@media(min-width:2048px){.page-review .category-nav .category-nav-bar{margin:0 auto;max-width:110rem}}.page-review .content-container{margin-bottom:0}.page-review .content-container .static-page-section{border-bottom:0}.page-review h1{color:#fff;font-size:1.5rem;font-weight:800;line-height:1.75rem;margin:0 0 .5rem}.page-review h2,.page-review h3,.page-review h4,.page-review h5,.page-review h6{color:#fff;font-size:1.25rem;font-weight:800;line-height:1.5rem;margin:0 0 .5rem}.page-review .static-page-image-list h1,.page-review .static-page-image-list h2,.page-review .static-page-image-list h3,.page-review .static-page-image-list h4,.page-review .static-page-image-list h5,.page-review .static-page-image-list h6,.page-review .static-page-testimonials h1,.page-review .static-page-testimonials h2,.page-review .static-page-testimonials h3,.page-review .static-page-testimonials h4,.page-review .static-page-testimonials h5,.page-review .static-page-testimonials h6,.page-review .static-page-video-container h1,.page-review .static-page-video-container h2,.page-review .static-page-video-container h3,.page-review .static-page-video-container h4,.page-review .static-page-video-container h5,.page-review .static-page-video-container h6{color:#fff;font-size:1.5rem;font-weight:900;line-height:2rem;margin:0 0 .5rem}.page-review .static-page-image-container h1,.page-review .static-page-image-container h2,.page-review .static-page-image-container h3,.page-review .static-page-image-container h4,.page-review .static-page-image-container h5,.page-review .static-page-image-container h6{margin-bottom:1rem}.page-review .static-page-image-list .static-page-seo-body{margin-bottom:2rem}.page-review span p{font-size:1rem;font-weight:600;line-height:1.5rem;margin:0 0 .5rem}.page-review p{margin:0}.page-review ol,.page-review p,.page-review ul{font-size:.875rem;font-weight:600;line-height:1.375rem}.page-review .static-page-paragraph.oversized{padding:1.5rem 6.7%}@media(min-width:2048px){.page-review .static-page-paragraph.oversized{padding:1.5rem 5rem}}.page-review .static-page-paragraph.normal{padding:.5rem 6.7%}@media(min-width:2048px){.page-review .static-page-paragraph.normal{padding:.5rem 5rem}}.page-review .static-page-paragraph .static-page-seo-body{padding:0}.page-review .static-page-faqs-container,.page-review .static-page-image-container,.page-review .static-page-image-list,.page-review .static-page-list,.page-review .static-page-table-container,.page-review .static-page-video-container{padding:1.5rem 6.7%}@media(min-width:2048px){.page-review .static-page-faqs-container,.page-review .static-page-image-container,.page-review .static-page-image-list,.page-review .static-page-list,.page-review .static-page-table-container,.page-review .static-page-video-container{padding:1.5rem 5rem}}.page-review .static-page-faqs-container .static-page-seo-body,.page-review .static-page-image-container .static-page-seo-body,.page-review .static-page-image-list .static-page-seo-body,.page-review .static-page-list .static-page-seo-body,.page-review .static-page-table-container .static-page-seo-body,.page-review .static-page-video-container .static-page-seo-body{padding:0}.page-review .static-page-game-list{background-color:#fff;padding:1.5rem 0}.page-review .static-page-game-list .static-page-seo-body{padding:0 6.7%}@media(min-width:2048px){.page-review .static-page-game-list .static-page-seo-body{padding:0 5rem}}.page-review .static-page-game-list .game-category .game-category-container{min-height:auto}.page-review .static-page-game-list .link-as-btn{margin:0 6.7%}@media(min-width:2048px){.page-review .static-page-game-list .link-as-btn{margin:0 5rem}}.page-review .static-page-game-list .game-category{padding:0}.page-review .static-page-game-list .swiper-scroll .game-thumb{margin-bottom:0}.page-review .static-page-game-list .swiper-scroll .game-thumb:first-child{margin-left:6.7%}@media(min-width:2048px){.page-review .static-page-game-list .swiper-scroll .game-thumb:first-child{margin-left:5rem}}.page-review .static-page-game-list .swiper-scroll .game-thumb .game-thumb-vendor{color:#0d4b46;font-size:.75rem;font-weight:600;line-height:1.25rem;margin-top:.5rem;text-align:center}.page-review .static-page-game-list .game-thumb-name{font-size:.875rem;font-weight:600;line-height:1.25rem}.page-review .static-page-seo-body{display:flex;flex-direction:column;margin:0 0 1rem;padding:0 6.7%}@media(min-width:2048px){.page-review .static-page-seo-body{padding:0 5rem}}.page-review .promo-banner .promo-hero-container{align-items:center;display:flex;justify-content:center;min-height:25rem}.page-review .promo-banner .promo-content{max-width:20.9375rem;padding:0}.page-review .promo-banner .promo-banner-header *{color:#fff;font-size:2rem;font-weight:900;line-height:2.5rem;margin:0;text-align:center}.page-review .promo-banner .promo-banner-subline{margin-bottom:0;padding:0}.page-review .promo-banner .promo-banner-subline *{font-size:1rem;font-weight:600;line-height:1.5rem;margin:.5rem 0 0}.page-review .promo-banner .promo-hero-btn{margin:1rem 0 .5rem}.page-review .link-as-btn{background:#00bf70;border:.125rem solid hsla(0,0%,100%,.2);border-radius:.375rem;box-shadow:none;color:#fff;font-family:League Spartan,"sans-serif";font-size:1rem;font-weight:800;height:inherit;letter-spacing:.03rem;line-height:1.25rem;margin:1rem 0 0;padding:.75rem 1.25rem;text-transform:uppercase;transition:none;width:inherit}.page-review .link-as-btn,.page-review .link-as-btn.btn-sm{box-shadow:0 0 1rem rgba(0,191,112,.4);font-size:.75rem;text-shadow:0 0 1rem hsla(0,0%,100%,.4)}.page-review .link-as-btn.btn-sm{font-weight:900;line-height:1.5rem}.page-review .link-as-btn.width-shadow,.page-review .link-as-btn:active,.page-review .link-as-btn:hover{box-shadow:0 0 1rem rgba(0,191,112,.4);text-shadow:0 0 1rem hsla(0,0%,100%,.4)}.page-review .link-as-btn:active{background:#00a863;color:#fff}.page-review .link-as-btn:disabled{background-color:#00bf70;box-shadow:none;color:hsla(0,0%,100%,.6);text-shadow:none}.page-review .link-as-btn.inverted{background:#fff;box-shadow:0 0 1rem rgba(0,191,112,.4);color:#00bf70;text-shadow:0 0 1rem hsla(0,0%,100%,.4)}.page-review .link-as-btn:hover{background-color:#00d67d}.page-review .link-as-btn.secondary{background:#fd35af;background-color:#fd35af;border:0;border-radius:.375rem;box-shadow:none;box-shadow:0 0 1rem rgba(253,53,175,.8);box-shadow:0 0 1rem 0 rgba(253,53,175,.8);color:#fff;font-size:1rem;font-size:.875rem;font-weight:800;line-height:1.25rem;margin:0;overflow:hidden;padding:.125rem;position:relative;text-decoration:none;text-shadow:0 0 1rem hsla(0,0%,100%,.4);transition:none;z-index:0}.page-review .link-as-btn.secondary.btn-sm{box-shadow:0 0 1rem rgba(253,53,175,.8);font-size:.75rem;font-weight:900;line-height:1.5rem;text-shadow:0 0 1rem hsla(0,0%,100%,.4)}.page-review .link-as-btn.secondary:hover{background:#fd53bb;box-shadow:0 0 1rem rgba(253,53,175,.8);text-shadow:0 0 1rem hsla(0,0%,100%,.4)}.page-review .link-as-btn.secondary:active{background:rgba(253,53,175,.8);box-shadow:0 0 1rem rgba(253,53,175,.8);color:#fff;outline:0;text-shadow:0 0 1rem hsla(0,0%,100%,.4)}.page-review .link-as-btn.secondary:disabled{background-color:#fd35af;box-shadow:none;color:hsla(0,0%,100%,.6);text-shadow:none}.page-review .link-as-btn.secondary:before{animation:rotate 5s linear infinite;background-color:#fd35af;background-image:conic-gradient(from 0 at 50% 50%,hsla(0,0%,100%,.5) 0deg,hsla(0,0%,100%,0) 60deg,hsla(0,0%,100%,0) 310deg,hsla(0,0%,100%,.5) 1turn);background-position:0 0;background-repeat:no-repeat;content:"";height:800%;left:-150%;position:absolute;top:-350%;width:400%;z-index:-2}.page-review .link-as-btn.secondary:after{background-color:#fd35af;border-radius:.375rem;content:"";height:calc(100% - .25rem);left:.125rem;position:absolute;top:.125rem;width:calc(100% - .25rem);z-index:-1}.page-review .link-as-btn.secondary:hover:after{background-color:rgba(253,53,175,.8)}.page-review .static-page-faqs-container,.page-review .static-page-game-list,.page-review .static-page-image-list,.page-review .static-page-paragraph,.page-review .static-page-table-container,.page-review .static-page-video-container{text-align:center}.page-review .static-page-paragraph ol,.page-review .static-page-paragraph ul{text-align:left}.page-review .static-page-image-container{background-color:#fff;display:flex;flex-direction:column}.page-review .static-page-image-container .static-page-seo-body{padding:0}.page-review .static-page-image-container .static-page-seo-body span p{font-size:.875rem;font-weight:600;line-height:1.375rem}.page-review .static-page-image-container .static-page-image-component{display:flex;flex-direction:column;max-width:24rem}.page-review .static-page-image-container .static-page-image-component.static-page-full-width-img{margin:0;max-width:100%}.page-review .static-page-image-container .static-page-image-component img{border-radius:.375rem;height:100%;max-width:100%}.page-review .static-page-image-container .static-page-image-component .static-page-image-btn-container{display:flex;flex-wrap:wrap}.page-review .static-page-image-container .static-page-image-component a{margin:1rem 1rem 0 0}.page-review .static-page-image-container .static-page-image-component a:last-child{margin:1rem 0 0}.page-review .static-page-image-container .static-page-image-component a{background:#00bf70;border:.125rem solid hsla(0,0%,100%,.2);border-radius:.375rem;border-radius:1rem;box-shadow:none;box-shadow:0 0 1rem rgba(0,191,112,.4);color:#fff;font-family:League Spartan,"sans-serif";font-size:1rem;font-size:.75rem;font-weight:800;letter-spacing:.03rem;line-height:1.25rem;padding:.75rem 1.25rem;text-shadow:0 0 1rem hsla(0,0%,100%,.4);text-transform:uppercase;transition:none}.page-review .static-page-image-container .static-page-image-component a.btn-sm{box-shadow:0 0 1rem rgba(0,191,112,.4);font-size:.75rem;font-weight:900;line-height:1.5rem;text-shadow:0 0 1rem hsla(0,0%,100%,.4)}.page-review .static-page-image-container .static-page-image-component a.width-shadow{box-shadow:0 0 1rem rgba(0,191,112,.4);text-shadow:0 0 1rem hsla(0,0%,100%,.4)}.page-review .static-page-image-container .static-page-image-component a:hover{background-color:#00d67d;box-shadow:0 0 1rem rgba(0,191,112,.4);text-shadow:0 0 1rem hsla(0,0%,100%,.4)}.page-review .static-page-image-container .static-page-image-component a:active{background:#00a863;box-shadow:0 0 1rem rgba(0,191,112,.4);color:#fff;text-shadow:0 0 1rem hsla(0,0%,100%,.4)}.page-review .static-page-image-container .static-page-image-component a:disabled{background-color:#00bf70;box-shadow:none;color:hsla(0,0%,100%,.6);text-shadow:none}.page-review .static-page-image-container .static-page-image-component a.inverted{background:#fff;box-shadow:0 0 1rem rgba(0,191,112,.4);color:#00bf70;text-shadow:0 0 1rem hsla(0,0%,100%,.4)}.page-review .static-page-faqs-container{background-color:#07182a}.page-review .static-page-faqs-container .link-as-btn{background-color:hsla(0,0%,100%,.1);box-shadow:none;color:#fff;font-size:1rem;height:3rem;letter-spacing:inherit;margin:0;text-transform:inherit;width:100%}.page-review .static-page-faqs-container .static-page-seo-body{margin:0 0 1.5rem}.page-review .static-page-faqs-container .static-page-seo-body span p{margin:0}.page-review .static-page-faqs-container .faqs-body{margin:0 0 1.5rem;padding:0;row-gap:.5rem}.page-review .static-page-faqs-container .faqs-body .MuiAccordion-root{margin-bottom:0}.page-review .static-page-faqs-container .faqs-body .MuiAccordionSummary-content p{font-size:1rem;font-weight:600;line-height:1.5rem}.page-review .static-page-faqs-container .faqs-body .MuiAccordionSummary-content h3{font-size:1rem;font-weight:600;line-height:1.5rem;margin:0}.page-review .static-page-list{background-color:#fff}.page-review .static-page-list .static-page-seo-body{margin:0 0 .5rem}.page-review .static-page-list .static-page-list-item{margin:0 0 1rem}.page-review .static-page-list .static-page-list-item:last-child{margin:0}.page-review .static-page-list .static-page-list-item .MuiListItem-gutters{padding:0}.page-review .static-page-list .static-page-list-item .MuiListItemIcon-root{margin:0 1rem 0 0;min-width:auto}.page-review .static-page-list .static-page-list-item .static-page-list-icon{height:2.5rem;width:auto}.page-review .static-page-list .static-page-list-item .unordered-list-icon{align-items:center;background-color:#fff00d;border-radius:.375rem;color:#a44bc9;display:flex;font-size:1.25rem;font-weight:900;height:2.5rem;justify-content:center;line-height:1.75rem;margin:0 1rem 0 0;min-width:2.5rem}.page-review .static-page-list .static-page-list-item .MuiListItemText-root{margin:0}.page-review .static-page-list .static-page-list-item .MuiTypography-body1{font-size:.875rem;font-weight:600;line-height:1.375rem}.page-review .static-page-list .link-as-btn{box-shadow:0 .25rem 0 0 #992e22}.page-review .static-page-image-list-body{align-items:center;display:flex;flex-direction:column;margin-bottom:1rem}.page-review .static-page-image-list-images{display:flex;flex-wrap:wrap}.page-review .static-page-image-list-images img{height:3rem;margin:0 .5rem 1rem;width:auto}.page-review .game-thumb-name{margin:0}.page-review .game-list-cta{display:flex;justify-content:flex-end;padding:0 6.7%}@media(min-width:2048px){.page-review .game-list-cta{padding:0 5rem}}.page-review .game-list-cta a{font-size:1rem;font-weight:600;line-height:1.5rem}.page-review .game-category-header{padding:0}.page-review .videoSection{margin:0;min-width:12.5rem;padding:0}.page-review .videoSection .videoSection_iframe-container{background:transparent;margin:inherit}.page-review .videoSection .videoSection_iframe-container .videoSection__preview img{border-radius:.375rem}.page-review .static-page-table-container .staticContentTable{background:#07182a;border:.125rem solid #00bf70;border-collapse:collapse;display:table;margin:0;overflow:hidden;padding:.3125rem}.page-review .static-page-table-container .staticContentTable .tableHeader{background:#00bf70;display:table-header-group;padding:0 .75rem}.page-review .static-page-table-container .staticContentTable .headerRow{display:table-row}.page-review .static-page-table-container .staticContentTable .tableBody{background-color:#07182a;border:.375rem solid #00bf70;border-top:0;box-sizing:border-box;display:table-row-group}.page-review .static-page-table-container .staticContentTable .tableRow{border-bottom:0;display:table-row;height:auto;padding:0 .75rem}.page-review .static-page-table-container .staticContentTable .tableRow td{border-bottom:.125rem solid hsla(0,0%,100%,.1);border-right:.125rem solid hsla(0,0%,100%,.1);box-sizing:border-box;display:table-cell;flex-wrap:wrap;font-size:.875rem;font-weight:600;height:auto;line-height:1.375rem;overflow:hidden;padding:.75rem .625rem;text-align:center;vertical-align:middle}.page-review .static-page-table-container .staticContentTable .tableRow td:first-child span{background:#00bf70;border-radius:.375rem;color:#fff;font-size:.875rem;font-weight:600;line-height:1.125rem;padding:.1875rem .5rem;text-align:center;vertical-align:middle}.page-review .static-page-table-container .staticContentTable .tableRow td:last-child{border-right:0}.page-review .static-page-table-container .staticContentTable .tableRow:last-child{border-radius:0 0 .5rem .5rem;padding-bottom:.75rem}.page-review .static-page-table-container .staticContentTable .tableRow:last-child td{border-bottom:0}.page-review .static-page-table-container .staticContentTable .headerTitle,.page-review .static-page-table-container .staticContentTable .th{border-left:.125rem solid hsla(0,0%,100%,.1);border-right:.125rem solid hsla(0,0%,100%,.1);color:#fff;display:table-cell;font-size:1rem;font-weight:600;line-height:1.5rem;padding:1rem .5rem;text-align:center;vertical-align:middle}.page-review .static-page-table-container .staticContentTable .headerTitle:first-of-type,.page-review .static-page-table-container .staticContentTable .th:first-of-type{border-left:unset}.page-review .static-page-table-container .staticContentTable .headerTitle:last-of-type,.page-review .static-page-table-container .staticContentTable .th:last-of-type{border-right:unset}.page-review .static-page-table-container .staticContentTable .tr{padding:.75rem .625rem}.page-review .static-page-table-container .staticContentTable .tr span{max-width:none}@media(orientation:portrait){html.mobile .page-review .static-page-table-container .staticContentTable.responsiveMobileViewRows{background:transparent;border:0;border-radius:0;display:block;margin:0;padding:0}html.mobile .page-review .static-page-table-container .staticContentTable.responsiveMobileViewRows thead.tableHeader{display:none}html.mobile .page-review .static-page-table-container .staticContentTable.responsiveMobileViewRows tbody.tableBody{background:unset;border:0;display:flex;flex-direction:column;gap:.5rem;padding:0}html.mobile .page-review .static-page-table-container .staticContentTable.responsiveMobileViewRows tr.tableRow{border:.25rem solid #00bf70;border-radius:.375rem;display:flex;flex-direction:column;overflow:hidden;padding:0}html.mobile .page-review .static-page-table-container .staticContentTable.responsiveMobileViewRows td.table-row-cell{background:linear-gradient(90deg,#00bf70 50%,#07182a 0);border:0;display:flex;padding:0}html.mobile .page-review .static-page-table-container .staticContentTable.responsiveMobileViewRows td.table-row-cell:before{border-bottom:.125rem solid hsla(0,0%,100%,.2);color:#fff;content:attr(data-label);flex:50%;font-size:1rem;font-weight:600;line-height:1.5rem;padding:.3125rem .5rem;text-align:center}html.mobile .page-review .static-page-table-container .staticContentTable.responsiveMobileViewRows td.table-row-cell .table-row-cell-element{align-items:center;border-bottom:.125rem solid #364452;display:flex;flex:50%;justify-content:center;padding:.3125rem .5rem}html.mobile .page-review .static-page-table-container .staticContentTable.responsiveMobileViewRows td.table-row-cell span{color:#fff;font-size:.875rem;font-weight:600;line-height:1.375rem}html.mobile .page-review .static-page-table-container .staticContentTable.responsiveMobileViewRows td.table-row-cell:first-child{border-top-left-radius:0}html.mobile .page-review .static-page-table-container .staticContentTable.responsiveMobileViewRows td.table-row-cell:last-child{border-top-right-radius:0}html.mobile .page-review .static-page-table-container .staticContentTable.responsiveMobileViewRows td.table-row-cell:last-child .table-row-cell-element,html.mobile .page-review .static-page-table-container .staticContentTable.responsiveMobileViewRows td.table-row-cell:last-child:before{border-bottom:0}html.mobile .page-review .static-page-table-container .staticContentTable.responsiveMobileViewRows tr.tableRow td.table-row-cell:first-child span{background:#00bf70;border-radius:.375rem;color:#fff;font-size:.875rem;font-weight:600;line-height:1.375rem;padding:0 .5rem}}.page-review .faqs-body{text-align:left}.page-review .faqs-body .faq-accordion{background-color:#07182a;border:.125rem solid hsla(0,0%,100%,.2);border-radius:.375rem;padding:1rem}.page-review .faqs-body .MuiAccordionSummary-content{margin-right:.25rem}.page-review .static-page-usp{background-color:#00766c;overflow:hidden;padding:1.5rem 0;text-align:center}.page-review .static-page-usp .link-as-btn{margin:0 6.7%}@media(min-width:2048px){.page-review .static-page-usp .link-as-btn{margin:0 5rem}}.page-review .static-page-usp .static-page-usp-body{margin:0 0 .5rem;padding:0 6.7%}@media(min-width:2048px){.page-review .static-page-usp .static-page-usp-body{padding:0 5rem}}.page-review .static-page-usp h1,.page-review .static-page-usp h2,.page-review .static-page-usp h3,.page-review .static-page-usp h4,.page-review .static-page-usp h5,.page-review .static-page-usp h6{color:#fff;font-size:1.5rem;font-weight:900;line-height:2rem;margin:0 0 .5rem}.page-review .static-page-usp p p,.page-review .static-page-usp span p{color:#fff}.page-review .static-page-usp .usp-item-container{display:flex;flex-direction:column;height:100%;width:100vw}.page-review .static-page-usp .usp-item-container .usp-item-content{background-color:#07182a;border-radius:.375rem;display:flex;flex-direction:column;height:100%;justify-content:center;margin:0 6.7%;padding:1.5rem 0}@media(min-width:2048px){.page-review .static-page-usp .usp-item-container .usp-item-content{margin:0 5rem}}.page-review .static-page-usp .usp-item-container .usp-item-icon{height:5rem;margin:0 0 .5rem;width:auto}.page-review .static-page-usp .usp-item-container .usp-item-title{color:#07182a;font-size:1.25rem;font-weight:900;line-height:1.75rem;margin:0 0 .5rem}.page-review .static-page-usp .usp-item-container .usp-item-subtitle{color:#fff;font-size:.875rem;font-weight:600;line-height:1.375rem;margin:0}.page-review .static-page-usp .swiper-container .static-page-usp-items-slider{display:flex;margin:0 0 1rem}.page-review .static-page-usp .swiper-pagination{background-color:#07182a;border-radius:1.5rem;display:inline-flex;justify-content:center;min-width:6.25rem;padding:.5rem}.page-review .static-page-usp .swiper-pagination .swiper-pagination-bullet{background-color:hsla(0,0%,100%,.5);border-radius:.375rem;display:inline-block;height:.5rem;margin-right:.5rem;width:.5rem}.page-review .static-page-usp .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{background-color:#fff}.page-review .static-page-usp .swiper-pagination .swiper-pagination-bullet:last-child{margin-right:0}.page-review .static-page-usp.v1{padding:1.5rem 0}.page-review .static-page-usp.v1 h1,.page-review .static-page-usp.v1 h2,.page-review .static-page-usp.v1 h3,.page-review .static-page-usp.v1 h4,.page-review .static-page-usp.v1 h5,.page-review .static-page-usp.v1 p,.page-review .static-page-usp.v1 span{color:#fff}.page-review .static-page-usp.v1 .static-page-usp-body{margin:0 0 1rem}.page-review .static-page-usp.v1 .usp-item-container .usp-item-content{background-color:#07182a;border-radius:.375rem;justify-content:flex-start;padding:1.5rem}.page-review .static-page-usp.v1 .swiper-container .static-page-usp-items-slider{margin:0 0 1.5rem}.page-review .static-page-usp.v1 .swiper-pagination-bullet{background-color:hsla(0,0%,100%,.2)}.page-review .static-page-usp.v1 .swiper-pagination-bullet.swiper-pagination-bullet-active{background-color:#fff}.page-review .static-page-line-cta{align-items:center;background:#00766c;border-radius:.375rem;box-shadow:0 0 .5rem 0 rgba(0,0,0,.17);color:#fff;display:flex;flex-direction:column;margin:1.5rem 6.7%;padding:1.5rem;text-align:center}@media(min-width:2048px){.page-review .static-page-line-cta{margin:1.5rem 5rem}}.page-review .static-page-line-cta span{font-size:1.25rem;font-weight:900;line-height:1.75rem;margin:0;text-align:center}.page-review .static-page-line-cta a{background-color:#00bf70;border-radius:1.25rem;box-shadow:0 .25rem 0 #992e22;color:#fff;font-size:1rem;font-weight:900;letter-spacing:.04rem;line-height:1.5rem;margin:1rem 0 0;padding:.75rem 1rem;text-transform:uppercase}.page-review .static-page-line-cta a:hover{background-color:#00d67d}.page-review .static-page-testimonials{display:flex;flex-direction:column;overflow:hidden;padding:1.5rem 0;text-align:center}.page-review .static-page-testimonials .static-page-testimonials-body{padding:0 6.7%}@media(min-width:2048px){.page-review .static-page-testimonials .static-page-testimonials-body{padding:0 5rem}}.page-review .static-page-testimonials .static-page-testimonials-body h2{background:radial-gradient(100% 5568.89% at 0 0,#544bc9 0,#a44bc9 100%),#544bc9;-webkit-background-clip:text;background-clip:text;color:transparent;font-size:2rem;font-weight:900;line-height:2.5rem;margin:0 0 .5rem}.page-review .static-page-testimonials .static-page-testimonials-body span p{font-size:1rem;font-weight:600;line-height:1.5rem;margin:0 0 .5rem}.page-review .static-page-testimonials .static-page-testimonials-items-slider,.page-review .static-page-testimonials .static-page-testimonials-items-slider .swiper-slide{display:flex}.page-review .static-page-testimonials .testimonials-item-wrapper{display:flex;width:100vw}.page-review .static-page-testimonials .testimonials-item-wrapper .testimonials-item-container{margin-right:.9375rem;padding:1.75rem 6.7%;position:relative;width:100vw}@media(min-width:2048px){.page-review .static-page-testimonials .testimonials-item-wrapper .testimonials-item-container{padding:1.75rem 5rem}}.page-review .static-page-testimonials .testimonials-item-wrapper .testimonials-item-content{background:#00766c;border-radius:.375rem;color:#fff;height:100%;padding:2rem;text-align:left;z-index:1}.page-review .static-page-testimonials .testimonials-item-wrapper .testimonials-content p{font-size:1rem;font-weight:900;line-height:1.5rem;margin:0 0 .625rem}.page-review .static-page-testimonials .testimonials-item-wrapper .testimonials-author{font-size:.75rem;font-weight:900;letter-spacing:.03rem;line-height:1.5rem;margin:0;text-transform:uppercase}.page-review .static-page-testimonials .testimonials-item-wrapper .item-quote-end,.page-review .static-page-testimonials .testimonials-item-wrapper .item-quote-start{height:5rem;position:absolute;width:auto;z-index:-1}.page-review .static-page-testimonials .testimonials-item-wrapper .item-quote-start{left:2.75rem;top:0}.page-review .static-page-testimonials .testimonials-item-wrapper .item-quote-end{bottom:0;right:2.75rem}.page-review .static-page-testimonials .swiper-pagination{background-color:#07182a;border-radius:1.5rem;bottom:1.25rem;-moz-column-gap:.5rem;column-gap:.5rem;display:inline-flex;justify-content:center;padding:.5rem;position:relative;z-index:1}.page-review .static-page-testimonials .swiper-pagination .swiper-pagination-bullet{background-color:hsla(0,0%,100%,.5);border-radius:.375rem;height:.5rem;width:.5rem}.page-review .static-page-testimonials .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{background-color:#fff}html.desktop .page-review .promo-content{max-width:38.4375rem}html.desktop .page-review .promo-banner-header *{font-size:2.5rem;font-weight:900;line-height:3rem}html.desktop .page-review .promo-banner-subline *{font-size:1.25rem;font-weight:600;line-height:1.75rem}html.desktop .page-review .static-page-faqs-container,html.desktop .page-review .static-page-image-container,html.desktop .page-review .static-page-image-list,html.desktop .page-review .static-page-list,html.desktop .page-review .static-page-table-container,html.desktop .page-review .static-page-video-container{padding:2.5rem 6.7%}@media(min-width:2048px){html.desktop .page-review .static-page-faqs-container,html.desktop .page-review .static-page-image-container,html.desktop .page-review .static-page-image-list,html.desktop .page-review .static-page-list,html.desktop .page-review .static-page-table-container,html.desktop .page-review .static-page-video-container{padding:2.5rem 5rem}}html.desktop .page-review .static-page-paragraph.oversized{padding:2.5rem 6.7%}@media(min-width:2048px){html.desktop .page-review .static-page-paragraph.oversized{padding:2.5rem 5rem}}html.desktop .page-review h1{font-size:2rem;font-weight:800;line-height:2.25rem}html.desktop .page-review h2,html.desktop .page-review h3,html.desktop .page-review h4,html.desktop .page-review h5,html.desktop .page-review h6{font-size:1.5rem;font-weight:800;line-height:1.75rem}html.desktop .page-review .static-page-image-list h1,html.desktop .page-review .static-page-image-list h2,html.desktop .page-review .static-page-image-list h3,html.desktop .page-review .static-page-image-list h4,html.desktop .page-review .static-page-image-list h5,html.desktop .page-review .static-page-image-list h6,html.desktop .page-review .static-page-testimonials h1,html.desktop .page-review .static-page-testimonials h2,html.desktop .page-review .static-page-testimonials h3,html.desktop .page-review .static-page-testimonials h4,html.desktop .page-review .static-page-testimonials h5,html.desktop .page-review .static-page-testimonials h6,html.desktop .page-review .static-page-video-container h1,html.desktop .page-review .static-page-video-container h2,html.desktop .page-review .static-page-video-container h3,html.desktop .page-review .static-page-video-container h4,html.desktop .page-review .static-page-video-container h5,html.desktop .page-review .static-page-video-container h6{font-size:2rem;font-weight:900;line-height:2.5rem}html.desktop .page-review .static-page-image-list .faqs-body,html.desktop .page-review .static-page-testimonials .faqs-body,html.desktop .page-review .static-page-video-container .faqs-body{max-width:40rem}html.desktop .page-review .static-page-faqs-container{margin:0 auto;max-width:40rem}html.desktop .page-review .static-page-faqs-container .static-page-seo-body span p{margin:0}html.desktop .page-review .static-page-faqs-container .link-as-btn{width:inherit}html.desktop .page-review .static-page-faqs-container .faqs-body h3{font-size:1rem;font-weight:600;margin:0}html.desktop .page-review span p{font-size:1.25rem;font-weight:600;line-height:1.75rem}html.desktop .page-review ol,html.desktop .page-review p,html.desktop .page-review ul{font-size:1rem;font-weight:600;line-height:1.5rem}html.desktop .page-review .static-page-game-list{padding:2.5rem 6.7%}@media(min-width:2048px){html.desktop .page-review .static-page-game-list{padding:2.5rem 5rem}}html.desktop .page-review .static-page-game-list .static-page-seo-body{padding:0}html.desktop .page-review .static-page-game-list .link-as-btn{margin:0}html.desktop .page-review .static-page-game-list .swiper-scroll{padding:0}html.desktop .page-review .static-page-game-list .swiper-scroll .game-thumb{margin-bottom:0}html.desktop .page-review .static-page-game-list .swiper-scroll .game-thumb:first-child{margin-left:0}html.desktop .page-review .static-page-game-list .swiper-scroll .game-thumb-vendor{font-size:.875rem;font-weight:600;line-height:1.375rem}html.desktop .page-review .static-page-game-list .game-category .game-category-container{margin:0}html.desktop .page-review .static-page-image-container{flex-direction:row;position:relative}html.desktop .page-review .static-page-image-container .static-page-seo-body{flex:1;padding:0 1.5rem 0 0}html.desktop .page-review .static-page-image-container h1,html.desktop .page-review .static-page-image-container h2,html.desktop .page-review .static-page-image-container h3,html.desktop .page-review .static-page-image-container h4,html.desktop .page-review .static-page-image-container h5,html.desktop .page-review .static-page-image-container h6{left:0;margin:2.5rem 0 1rem;padding:0 6.7%;position:absolute;top:0;width:100%}@media(min-width:2048px){html.desktop .page-review .static-page-image-container h1,html.desktop .page-review .static-page-image-container h2,html.desktop .page-review .static-page-image-container h3,html.desktop .page-review .static-page-image-container h4,html.desktop .page-review .static-page-image-container h5,html.desktop .page-review .static-page-image-container h6{padding:0 5rem}}html.desktop .page-review .static-page-image-container span p{font-size:1rem;font-weight:600;line-height:1.5rem}html.desktop .page-review .static-page-image-container span p:first-child{margin-top:3.125rem}html.desktop .page-review .static-page-image-container .static-page-image-component{margin:3rem 0 0}html.desktop .page-review .static-page-image-container .static-page-image-component.static-page-full-width-img{margin:0}html.desktop .page-review .static-page-list .static-page-list-item .MuiTypography-body1{font-size:1rem;font-weight:600;line-height:1.5rem}html.desktop .page-review .static-page-usp{padding:2.5rem 6.7% 1rem}@media(min-width:2048px){html.desktop .page-review .static-page-usp{padding:2.5rem 5rem 1rem}}html.desktop .page-review .static-page-usp .link-as-btn{margin:0}html.desktop .page-review .static-page-usp.v1{padding:2.5rem 6.7% 1rem}@media(min-width:2048px){html.desktop .page-review .static-page-usp.v1{padding:2.5rem 5rem 1rem}}html.desktop .page-review .static-page-usp h1,html.desktop .page-review .static-page-usp h2,html.desktop .page-review .static-page-usp h3,html.desktop .page-review .static-page-usp h4,html.desktop .page-review .static-page-usp h5,html.desktop .page-review .static-page-usp h6{font-size:2rem;font-weight:900;line-height:2.5rem}html.desktop .page-review .static-page-usp .static-page-seo-body,html.desktop .page-review .static-page-usp .static-page-usp-body,html.desktop .page-review .static-page-usp .usp-items{padding:0}html.desktop .page-review .static-page-usp .usp-items{display:flex;flex-wrap:wrap;text-align:center}html.desktop .page-review .static-page-usp .usp-items .usp-item{flex-basis:calc(33.33333% - 1.16667rem);margin:0 .75rem 1.5rem;max-width:20.4375rem}html.desktop .page-review .static-page-usp .usp-items .usp-item-container{max-width:20.4375rem}html.desktop .page-review .static-page-usp .usp-items .usp-item-content{margin:0}html.desktop .page-review .static-page-testimonials{padding:2.5rem 0}html.desktop .page-review .static-page-testimonials .swiper-pagination{margin-top:1rem}html.desktop .page-review .static-page-testimonials .testimonials-item-wrapper .testimonials-item-container{padding-left:6.5rem;padding-right:6.5rem;width:46.25rem}html.desktop .page-review .static-page-testimonials .testimonials-item-wrapper .item-quote-start{left:0;top:0}html.desktop .page-review .static-page-testimonials .testimonials-item-wrapper .item-quote-end{bottom:0;right:0}html.desktop .page-review .static-page-testimonials .testimonials-content p{font-size:1.25rem;font-weight:900;line-height:1.75rem}html.desktop .page-review .static-page-testimonials .testimonials-author{font-size:1rem;font-weight:900;line-height:1.5rem}html.desktop .page-review .static-page-line-cta{flex-direction:row;justify-content:space-between;margin:1.5rem auto;max-width:50.9375rem;padding:1.5rem}html.desktop .page-review .static-page-line-cta span{flex:1;font-size:1.5rem;font-weight:900;line-height:2rem;margin:0 1rem 0 0;text-align:center}html.desktop .page-review .static-page-line-cta a{background:#fd35af;background-color:#fd35af;border:0;border-radius:.375rem;box-shadow:none;box-shadow:0 0 1rem rgba(253,53,175,.8);box-shadow:0 0 1rem 0 rgba(253,53,175,.8);color:#fff;font-size:1rem;font-weight:800;line-height:1.25rem;margin:0;overflow:hidden;padding:.75rem 1.25rem;position:relative;text-decoration:none;text-shadow:0 0 1rem hsla(0,0%,100%,.4);transition:none;width:-moz-max-content;width:max-content;z-index:0}html.desktop .page-review .static-page-line-cta a.btn-sm{box-shadow:0 0 1rem rgba(253,53,175,.8);font-size:.75rem;font-weight:900;line-height:1.5rem;text-shadow:0 0 1rem hsla(0,0%,100%,.4)}html.desktop .page-review .static-page-line-cta a:hover{background:#fd53bb;box-shadow:0 0 1rem rgba(253,53,175,.8);text-shadow:0 0 1rem hsla(0,0%,100%,.4)}html.desktop .page-review .static-page-line-cta a:active{background:rgba(253,53,175,.8);box-shadow:0 0 1rem rgba(253,53,175,.8);color:#fff;outline:0;text-shadow:0 0 1rem hsla(0,0%,100%,.4)}html.desktop .page-review .static-page-line-cta a:disabled{background-color:#fd35af;box-shadow:none;color:hsla(0,0%,100%,.6);text-shadow:none}@keyframes rotate{to{transform:rotate(1turn)}}html.desktop .page-review .static-page-line-cta a:before{animation:rotate 5s linear infinite;background-color:#fd35af;background-image:conic-gradient(from 0 at 50% 50%,hsla(0,0%,100%,.5) 0deg,hsla(0,0%,100%,0) 60deg,hsla(0,0%,100%,0) 310deg,hsla(0,0%,100%,.5) 1turn);background-position:0 0;background-repeat:no-repeat;content:"";height:800%;left:-150%;position:absolute;top:-350%;width:400%;z-index:-2}html.desktop .page-review .static-page-line-cta a:after{background-color:#fd35af;border-radius:.375rem;content:"";height:calc(100% - .25rem);left:.125rem;position:absolute;top:.125rem;width:calc(100% - .25rem);z-index:-1}html.desktop .page-review .static-page-line-cta a:hover:after{background-color:rgba(253,53,175,.8)}.page-review .tncModalContent{font-size:.875rem;font-weight:600;line-height:1.375rem;padding:1.5rem}.page-review .tncModalContent ol,.page-review .tncModalContent ul{padding:0 0 0 1.5rem}.page-review .promo-banner .promo-content,.page-review .static-page-section .promo-content{width:100%}.page-review .promo-banner .promo-content .promo-preview,.page-review .static-page-section .promo-content .promo-preview{align-items:inherit}.page-review .promo-banner .promo-banner-header .left *,.page-review .static-page-section .promo-banner-header .left *{text-align:left}.page-review .promo-banner .promo-banner-header .center *,.page-review .static-page-section .promo-banner-header .center *{text-align:center}.page-review .promo-banner .promo-banner-header .right *,.page-review .static-page-section .promo-banner-header .right *{text-align:right}.page-review .promo-banner .left .promo-banner-subline *,.page-review .static-page-section .left .promo-banner-subline *{text-align:left}.page-review .promo-banner .center .promo-banner-subline *,.page-review .static-page-section .center .promo-banner-subline *{text-align:center}.page-review .promo-banner .right .promo-banner-subline *,.page-review .static-page-section .right .promo-banner-subline *{text-align:right}.page-review .promo-banner .left,.page-review .static-page-section .left{text-align:left}.page-review .promo-banner .left button .MuiButton-label,.page-review .static-page-section .left button .MuiButton-label{color:#fff}.page-review .promo-banner .center,.page-review .static-page-section .center{text-align:center}.page-review .promo-banner .center button .MuiButton-label,.page-review .static-page-section .center button .MuiButton-label{color:#fff}.page-review .promo-banner .right,.page-review .static-page-section .right{text-align:right}.page-review .promo-banner .right button .MuiButton-label,.page-review .static-page-section .right button .MuiButton-label{color:#fff}.page-review .promo-banner .static-page-image-component .left .static-page-image-btn-container,.page-review .static-page-section .static-page-image-component .left .static-page-image-btn-container{justify-content:left}.page-review .promo-banner .static-page-image-component .center .static-page-image-btn-container,.page-review .static-page-section .static-page-image-component .center .static-page-image-btn-container{justify-content:center}.page-review .promo-banner .static-page-image-component .right .static-page-image-btn-container,.page-review .static-page-section .static-page-image-component .right .static-page-image-btn-container{justify-content:right}.page-review .static-page-section .static-page-usp .left{text-align:left}.page-review .static-page-section .static-page-usp .center{text-align:center}.page-review .static-page-section .static-page-usp .right{text-align:right}.page-review .static-page-section .static-page-image-list .left .static-page-image-list-images,.page-review .static-page-section .static-page-image-list .left .testimonials-item-wrapper,.page-review .static-page-section .static-page-image-list .left .usp-items,.page-review .static-page-section .static-page-testimonials .left .static-page-image-list-images,.page-review .static-page-section .static-page-testimonials .left .testimonials-item-wrapper,.page-review .static-page-section .static-page-testimonials .left .usp-items,.page-review .static-page-section .static-page-usp .left .static-page-image-list-images,.page-review .static-page-section .static-page-usp .left .testimonials-item-wrapper,.page-review .static-page-section .static-page-usp .left .usp-items{justify-content:left}.page-review .static-page-section .static-page-image-list .center .static-page-image-list-images,.page-review .static-page-section .static-page-image-list .center .testimonials-item-wrapper,.page-review .static-page-section .static-page-image-list .center .usp-items,.page-review .static-page-section .static-page-testimonials .center .static-page-image-list-images,.page-review .static-page-section .static-page-testimonials .center .testimonials-item-wrapper,.page-review .static-page-section .static-page-testimonials .center .usp-items,.page-review .static-page-section .static-page-usp .center .static-page-image-list-images,.page-review .static-page-section .static-page-usp .center .testimonials-item-wrapper,.page-review .static-page-section .static-page-usp .center .usp-items{justify-content:center}.page-review .static-page-section .static-page-image-list .right .static-page-image-list-images,.page-review .static-page-section .static-page-image-list .right .testimonials-item-wrapper,.page-review .static-page-section .static-page-image-list .right .usp-items,.page-review .static-page-section .static-page-testimonials .right .static-page-image-list-images,.page-review .static-page-section .static-page-testimonials .right .testimonials-item-wrapper,.page-review .static-page-section .static-page-testimonials .right .usp-items,.page-review .static-page-section .static-page-usp .right .static-page-image-list-images,.page-review .static-page-section .static-page-usp .right .testimonials-item-wrapper,.page-review .static-page-section .static-page-usp .right .usp-items{justify-content:right}.page-review .static-page-faqs-container .static-page-seo-body .center .faqs-body,.page-review .static-page-faqs-container .static-page-seo-body .center span p,.page-review .static-page-image-list .static-page-seo-body .center .faqs-body,.page-review .static-page-image-list .static-page-seo-body .center span p,.page-review .static-page-testimonials .static-page-seo-body .center .faqs-body,.page-review .static-page-testimonials .static-page-seo-body .center span p,.page-review .static-page-video-container .static-page-seo-body .center .faqs-body,.page-review .static-page-video-container .static-page-seo-body .center span p{margin:0 auto;max-width:40rem}.page-review .static-page-section .static-page-video-container .left{display:flex;justify-content:left}.page-review .static-page-section .static-page-video-container .center{display:flex;justify-content:center}.page-review .static-page-section .static-page-video-container .center div{width:100%}.page-review .static-page-section .static-page-video-container .right{display:flex;justify-content:right}html.desktop .page-review .static-page-section .static-page-section-container{max-width:unset}html.desktop .page-review .static-page-section .static-page-video-container .center div{width:40rem}.page-review .static-page-table-container .left{display:flex;justify-content:left}.page-review .static-page-table-container .center{display:flex;justify-content:center}.page-review .static-page-table-container .center .staticContentTable{width:100%}.page-review .static-page-table-container .right{display:flex;justify-content:right}.page-review html.desktop .left .static-page-line-cta{align-items:center;flex-direction:row-reverse;justify-content:space-between;text-align:right}.page-review html.desktop .left .static-page-line-cta .right{margin:0 1.5rem}.page-review html.desktop .left .static-page-line-cta .left{margin:0 0 0 1rem}.page-review html.desktop .left .static-page-image-container{flex-direction:row-reverse}.page-review html.desktop .left .static-page-image-container .static-page-seo-body{padding:0}.page-review html.desktop .left .static-page-image-container .static-page-image-component{margin-right:1.5rem}.page-review html.desktop .center .static-page-line-cta{align-items:center;flex-direction:column;text-align:center}.page-review html.desktop .center .static-page-line-cta a{margin-top:1rem}.page-review html.desktop .center .static-page-image-container{align-items:center;flex-direction:column}.page-review html.desktop .right .static-page-line-cta{align-items:center;flex-direction:row;justify-content:space-between;text-align:left}.page-review html.desktop .right .static-page-line-cta .left{margin:0 1.5rem}.page-review html.desktop .right .static-page-line-cta .right{margin:0 0 0 1rem}.page-review html.desktop .right .static-page-image-container{flex-direction:row}.page-review .static-page-faqs-container{display:flex;flex-direction:column;min-width:100%}.page-review .static-page-faqs-container .center .faqs-body,.page-review .static-page-faqs-container .left .faqs-body,.page-review .static-page-faqs-container .right .faqs-body{max-width:40rem}.page-review .static-page-faqs-container .left .faqs-body{justify-content:flex-start}.page-review .static-page-faqs-container .center .faqs-body{justify-self:center}.page-review .static-page-faqs-container .right .faqs-body{justify-self:flex-end}html.desktop .page-review .static-page-faqs-container .center .faqs-body,html.desktop .page-review .static-page-faqs-container .left .faqs-body,html.desktop .page-review .static-page-faqs-container .right .faqs-body{width:100%}.page-review .static-page-list-component .left{align-items:flex-start;display:flex;flex-direction:column}.page-review .static-page-list-component .center{align-items:center;display:flex;flex-direction:column}.page-review .static-page-list-component .right{align-items:flex-end;display:flex;flex-direction:column}@media(orientation:portrait){html.mobile .page-review.game-review .static-page-section .static-page-video-container .videoSection{height:auto;width:100%}}.balance-component-wrapper{display:flex;flex-direction:column}.balance-component-wrapper .balance-view{align-self:stretch;background-color:hsla(0,0%,100%,.05);border-radius:.375rem .375rem 0 0;display:flex;flex-direction:column;justify-content:center;padding:1rem}@media(min-width:768px){.balance-component-wrapper .balance-view{border-radius:.375rem 0 0 .375rem}}.balance-component-wrapper .balance-view .balance-view-label{color:#fff;font-size:.75rem;font-weight:600;line-height:1.25rem}.balance-component-wrapper .balance-view .balance-view-value{color:#fff;font-size:2rem;font-weight:800;line-height:2rem}.balance-component-wrapper .balance-view .bonus-view-total-amount{color:#fff;font-size:.875rem;font-weight:600;line-height:1.375rem}.balance-component-wrapper .balanceDivider{background:hsla(0,0%,100%,.1);height:.125rem;width:100%}@media(min-width:768px){.balance-component-wrapper .balanceDivider{height:100%;width:.125rem}}.balance-component-wrapper .balance-add-button{align-self:stretch;background-color:hsla(0,0%,100%,.05);border-radius:0 0 .375rem .375rem;display:flex;flex:1 0 0;flex-direction:column;justify-content:center;padding:1rem}@media(min-width:768px){.balance-component-wrapper .balance-add-button{border-radius:0 .375rem .375rem 0}}.balance-component-wrapper .balance-add-button .MuiButtonBase-root{flex-wrap:wrap}.balance-component-wrapper .balance-add-button .MuiButtonBase-root .icon-wrapper img{height:1.5rem;width:auto}.balance-component-wrapper .balance-add-button .MuiButtonBase-root .MuiButton-label{white-space:nowrap;width:auto}@media(min-width:768px){.balance-component-wrapper{flex-direction:row}}.promotions-card-terms{margin-bottom:2rem;padding:.3125rem 0}.promotions-card-terms .staticContentTable{width:70%}.promotions-card-terms.content-container .content-types{padding-left:0;padding-right:0}.promotions-card-terms.content-container .static-terms-content .content-types-terms{padding:0}.promotions-card-terms ol,.promotions-card-terms ul{padding-left:0}.promotions-card-terms ol li,.promotions-card-terms ul li{line-height:1.375rem;list-style-position:inside}html.desktop .promotions-card-terms{padding:.4375rem 0}