
*,:after,:before {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x: ;
    --tw-pan-y: ;
    --tw-pinch-zoom: ;
    --tw-scroll-snap-strictness: proximity;
    --tw-gradient-from-position: ;
    --tw-gradient-via-position: ;
    --tw-gradient-to-position: ;
    --tw-ordinal: ;
    --tw-slashed-zero: ;
    --tw-numeric-figure: ;
    --tw-numeric-spacing: ;
    --tw-numeric-fraction: ;
    --tw-ring-inset: ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgba(59,130,246,.5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur: ;
    --tw-brightness: ;
    --tw-contrast: ;
    --tw-grayscale: ;
    --tw-hue-rotate: ;
    --tw-invert: ;
    --tw-saturate: ;
    --tw-sepia: ;
    --tw-drop-shadow: ;
    --tw-backdrop-blur: ;
    --tw-backdrop-brightness: ;
    --tw-backdrop-contrast: ;
    --tw-backdrop-grayscale: ;
    --tw-backdrop-hue-rotate: ;
    --tw-backdrop-invert: ;
    --tw-backdrop-opacity: ;
    --tw-backdrop-saturate: ;
    --tw-backdrop-sepia: ;
}

::backdrop {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x: ;
    --tw-pan-y: ;
    --tw-pinch-zoom: ;
    --tw-scroll-snap-strictness: proximity;
    --tw-gradient-from-position: ;
    --tw-gradient-via-position: ;
    --tw-gradient-to-position: ;
    --tw-ordinal: ;
    --tw-slashed-zero: ;
    --tw-numeric-figure: ;
    --tw-numeric-spacing: ;
    --tw-numeric-fraction: ;
    --tw-ring-inset: ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgba(59,130,246,.5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur: ;
    --tw-brightness: ;
    --tw-contrast: ;
    --tw-grayscale: ;
    --tw-hue-rotate: ;
    --tw-invert: ;
    --tw-saturate: ;
    --tw-sepia: ;
    --tw-drop-shadow: ;
    --tw-backdrop-blur: ;
    --tw-backdrop-brightness: ;
    --tw-backdrop-contrast: ;
    --tw-backdrop-grayscale: ;
    --tw-backdrop-hue-rotate: ;
    --tw-backdrop-invert: ;
    --tw-backdrop-opacity: ;
    --tw-backdrop-saturate: ;
    --tw-backdrop-sepia: ;
}

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

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

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

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

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

.visible {
    visibility: visible
}

.static {
    position: static
}

.fixed {
    position: fixed
}

.absolute {
    position: absolute
}

.relative {
    position: relative
}

.sticky {
    position: sticky
}

.inset-0 {
    inset: 0
}

.bottom-4 {
    bottom: 1rem
}

.left-0 {
    left: 0
}

.right-0 {
    right: 0
}

.right-4 {
    right: 1rem
}

.top-0 {
    top: 0
}

.top-4 {
    top: 1rem
}

.z-10 {
    z-index: 10
}

.z-50 {
    z-index: 50
}

.col-span-2 {
    grid-column: span 2/span 2
}

.col-span-3 {
    grid-column: span 3/span 3
}

.m-auto {
    margin: auto
}

.mb-0 {
    margin-bottom: 0
}

.mb-2 {
    margin-bottom: .5rem
}

.mb-4 {
    margin-bottom: 1rem
}

.ml-1 {
    margin-left: .25rem
}

.ml-3 {
    margin-left: .75rem
}

.mr-1 {
    margin-right: .25rem
}

.mr-2 {
    margin-right: .5rem
}

.mt-4 {
    margin-top: 1rem
}

.mt-\[-10px\] {
    margin-top: -10px
}

.block {
    display: block
}

.inline-block {
    display: inline-block
}

.flex {
    display: flex
}

.table {
    display: table
}

.grid {
    display: grid
}

.hidden {
    display: none
}

.h-3 {
    height: .75rem
}

.h-6 {
    height: 1.5rem
}

.h-96 {
    height: 24rem
}

.h-\[175px\] {
    height: 175px
}

.h-\[300px\] {
    height: 300px
}

.h-\[450px\] {
    height: 450px
}

.h-full {
    height: 100%
}

.max-h-\[90\%\] {
    max-height: 90%
}

.max-h-full {
    max-height: 100%
}

.w-3 {
    width: .75rem
}

.w-6 {
    width: 1.5rem
}

.w-\[175px\] {
    width: 175px
}

.w-full {
    width: 100%
}

.max-w-\[90\%\] {
    max-width: 90%
}

.max-w-full {
    max-width: 100%
}

.flex-shrink-0 {
    flex-shrink: 0
}

.transform {
    transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.cursor-pointer {
    cursor: pointer
}

.grid-cols-1 {
    grid-template-columns: repeat(1,minmax(0,1fr))
}

.grid-cols-5 {
    grid-template-columns: repeat(5,minmax(0,1fr))
}

.grid-rows-2 {
    grid-template-rows: repeat(2,minmax(0,1fr))
}

.flex-col {
    flex-direction: column
}

.flex-wrap {
    flex-wrap: wrap
}

.items-start {
    align-items: flex-start
}

.items-center {
    align-items: center
}

.justify-center {
    justify-content: center
}

.gap-4 {
    gap: 1rem
}

.space-x-2>:not([hidden])~:not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(.5rem * var(--tw-space-x-reverse));
    margin-left: calc(.5rem * calc(1 - var(--tw-space-x-reverse)))
}

.overflow-hidden {
    overflow: hidden
}

.overflow-y-auto {
    overflow-y: auto
}

.rounded-\[8px\] {
    border-radius: 8px
}

.rounded-full {
    border-radius: 9999px
}

.rounded-md {
    border-radius: .375rem
}

.border {
    border-width: 1px
}

.border-\[0px\] {
    border-width: 0
}

.border-\[1px\] {
    border-width: 1px
}

.border-b-\[1px\] {
    border-bottom-width: 1px
}

.border-\[\#222222\] {
    --tw-border-opacity: 1;
    border-color: rgb(34 34 34/var(--tw-border-opacity))
}

.border-b-\[\#222222\] {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(34 34 34/var(--tw-border-opacity))
}

.bg-\[\#151515\] {
    --tw-bg-opacity: 1;
    background-color: rgb(21 21 21/var(--tw-bg-opacity))
}

.bg-black {
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0/var(--tw-bg-opacity))
}

.bg-gray-300 {
    --tw-bg-opacity: 1;
    background-color: rgb(209 213 219/var(--tw-bg-opacity))
}

.bg-gray-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(107 114 128/var(--tw-bg-opacity))
}

.bg-opacity-75 {
    --tw-bg-opacity: 0.75
}

.object-contain {
    -o-object-fit: contain;
    object-fit: contain
}

.object-cover {
    -o-object-fit: cover;
    object-fit: cover
}

.object-center {
    -o-object-position: center;
    object-position: center
}

.p-0 {
    padding: 0
}

.p-4 {
    padding: 1rem
}

.p-6 {
    padding: 1.5rem
}

.px-2 {
    padding-left: .5rem;
    padding-right: .5rem
}

.px-4 {
    padding-left: 1rem;
    padding-right: 1rem
}

.py-2 {
    padding-top: .5rem;
    padding-bottom: .5rem
}

.py-3 {
    padding-top: .75rem;
    padding-bottom: .75rem
}

.pt-\[56\.25\%\] {
    padding-top: 56.25%
}

.text-left {
    text-align: left
}

.text-center {
    text-align: center
}

.align-middle {
    vertical-align: middle
}

.text-2xl {
    
    line-height: 2rem
}

.text-\[16px\] {
    
}

.text-\[24px\] {
    
}

.text-base {
    
    line-height: 1.5rem
}

.text-lg {
    
    line-height: 1.75rem
}

.text-sm {
    
    line-height: 1.25rem
}

.text-xl {
    
    line-height: 1.75rem
}

.text-xs {
    
    line-height: 1rem
}

.font-bold {
    font-weight: 700
}

.font-light {
    font-weight: 300
}

.font-normal {
    font-weight: 400
}

.font-semibold {
    font-weight: 600
}

.uppercase {
    text-transform: uppercase
}

.italic {
    font-style: italic
}

.leading-\[24px\] {
    line-height: 24px
}

.leading-\[32px\] {
    line-height: 32px
}

.text-accent {
    --tw-text-opacity: 1;
    color: rgb(255 68 0/var(--tw-text-opacity))
}

.text-gray-200 {
    --tw-text-opacity: 1;
    color: rgb(229 231 235/var(--tw-text-opacity))
}

.text-gray-500 {
    --tw-text-opacity: 1;
    color: rgb(107 114 128/var(--tw-text-opacity))
}

.text-gray-600 {
    --tw-text-opacity: 1;
    color: rgb(75 85 99/var(--tw-text-opacity))
}

.text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255/var(--tw-text-opacity))
}

.underline {
    text-decoration-line: underline
}

.underline-offset-2 {
    text-underline-offset: 2px
}

.shadow-md {
    --tw-shadow: 0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1);
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color),0 2px 4px -2px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}

.blur {
    --tw-blur: blur(8px)
}

.blur,.filter {
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)
}

.transition-opacity {
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: .15s
}

.transition-transform {
    transition-property: transform;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: .15s
}

.duration-200 {
    transition-duration: .2s
}

.duration-300 {
    transition-duration: .3s
}

.ease-in-out {
    transition-timing-function: cubic-bezier(.4,0,.2,1)
}

body,html {
    scroll-behavior: smooth;
    padding: 0;
    margin: 0;
    font-family: Roboto;
    font-weight: 400;
    background-color: #090909;
    color: #aaa;
    
    line-height: 13px
}

* {
    -webkit-tap-highlight-color: transparent
}

@media screen and (max-width: 576px) {
    body {
        padding-bottom:95px
    }
}

button {
    font-family: Roboto;
    font-weight: 400;
    color: #aaa;
    border: 0;
    display: flex;
    align-items: center
}


@media screen and (max-width: 576px) {
    .vm-footer {
        bottom:76px!important
    }
}

.react-datepicker button {
    background-color: transparent!important
}

.CustomHTMLRenderer .table {
    width: 100%!important;
    display: block
}

.CustomHTMLRenderer img {
    margin-bottom: 1rem;
    border-radius: 6px
}

.CustomHTMLRenderer .image {
    margin: auto;
    display: flex;
    align-items: center;
    vertical-align: middle
}

.CustomHTMLRenderer .image-style-block-align-left {
    margin: 0
}

.CustomHTMLRenderer .image-style-block-align-right {
    float: right;
    margin: 0
}

.CustomHTMLRenderer .image-style-align-left {
    float: left;
    margin-right: 15px;
    width: 50%;
    margin-top: 8px
}

.CustomHTMLRenderer .image-style-align-right {
    float: right;
    margin-left: 15px;
    width: 50%;
    margin-top: 8px
}

@media(max-width: 768px) {
    .CustomHTMLRenderer .image-style-align-left,.CustomHTMLRenderer .image-style-align-right {
        float:none
    }

    .CustomHTMLRenderer figure {
        width: 100%!important;
        overflow-x: scroll
    }

    .CustomHTMLRenderer img {
        width: 100%!important
    }
}

.CustomHTMLRenderer h1 {
    margin-top: 1rem;
    margin-bottom: 1rem;
    
    line-height: 2rem;
    font-weight: 700
}

@media(min-width: 768px) {
    .CustomHTMLRenderer h1 {
        font-size:1.875rem;
        line-height: 2.25rem
    }
}

.CustomHTMLRenderer h2 {
    margin-top: 1rem;
    margin-bottom: 1rem;
    
    line-height: 1.75rem;
    font-weight: 700
}

@media(min-width: 768px) {
    .CustomHTMLRenderer h2 {
        font-size:1.5rem;
        line-height: 2rem
    }
}

.CustomHTMLRenderer h3 {
    margin-top: 1rem;
    margin-bottom: 1rem;
    
    line-height: 1.75rem;
    font-weight: 700
}

@media(min-width: 768px) {
    .CustomHTMLRenderer h3 {
        font-size:1.25rem;
        line-height: 1.75rem
    }
}

.CustomHTMLRenderer h4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
    
    line-height: 1.5rem;
    font-weight: 700
}

@media(min-width: 768px) {
    .CustomHTMLRenderer h4 {
        font-size:1.125rem;
        line-height: 1.75rem
    }
}

.CustomHTMLRenderer h5 {
    margin-top: 1rem;
    margin-bottom: 1rem;
    
    line-height: 1.25rem;
    font-weight: 700
}

@media(min-width: 768px) {
    .CustomHTMLRenderer h5 {
        font-size:1rem;
        line-height: 1.5rem
    }
}

.CustomHTMLRenderer p {
    margin-bottom: 15px
}

.CustomHTMLRenderer ol {
    list-style: auto inside
}

.zoom-hover {
    overflow: hidden
}

.zoom-hover img {
    transition: transform .3s ease;
    transform-origin: center
}

.zoom-hover img:hover {
    transform: scale(1.1)
}

.hover\:scale-110:hover {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
    transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.hover\:cursor-zoom-in:hover {
    cursor: zoom-in
}

.hover\:cursor-zoom-out:hover {
    cursor: zoom-out
}

.hover\:bg-gray-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(156 163 175/var(--tw-bg-opacity))
}

.hover\:underline:hover {
    text-decoration-line: underline
}

.focus\:outline-none:focus {
    outline: 2px solid transparent;
    outline-offset: 2px
}

@media(min-width: 640px) {
    .sm\:hover\:scale-\[102\%\]:hover {
        --tw-scale-x:102%;
        --tw-scale-y: 102%;
        transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
    }
}

@media(min-width: 768px) {
    .md\:relative {
        position:relative
    }

    .md\:w-\[350px\] {
        width: 350px
    }

    .md\:grid-cols-5 {
        grid-template-columns: repeat(5,minmax(0,1fr))
    }

    .md\:pl-1 {
        padding-left: .25rem
    }

    .md\:pr-1 {
        padding-right: .25rem
    }

    .md\:text-sm {
        
        line-height: 1.25rem
    }

    .md\:text-gray-500 {
        --tw-text-opacity: 1;
        color: rgb(107 114 128/var(--tw-text-opacity))
    }
}

@media(min-width: 1024px) {
    .lg\:w-1\/2 {
        width:50%
    }
}

.search_input__bNbIk {
    width: 100%;
    margin-bottom: 5px!important
}

.search_input__bNbIk .MuiInputLabel-root {
    color: #fff!important
}

.search_input__bNbIk .MuiFilledInput-root {
    border-radius: 8px
}

.search_input__bNbIk .MuiFilledInput-root:after,.search_input__bNbIk .MuiFilledInput-root:before,.search_input__bNbIk .MuiFilledInput-root:focus,.search_input__bNbIk .MuiFilledInput-root:hover {
    border-bottom: 0!important
}

.search_input__bNbIk .MuiFilledInput-input {
    color: #fff!important;
    background-color: #151515!important;
    border-radius: 8px;
    border: 1px solid #222;
    font-weight: 500
}

.search_input__bNbIk .MuiOutlinedInput-input {
    border-radius: 8px;
    color: #fff!important
}

.search_input__bNbIk .MuiFormHelperText-root {
    color: #aaa!important
}

.search_input__bNbIk .Mui-error {
    color: #ee4f5c!important
}

.search_input__bNbIk .MuiFilledInput-input.Mui-disabled {
    -webkit-text-fill-color: hsla(0,0%,100%,.5)
}

.search_label__9Lpz_ {
    color: #aaa!important
}

.search_select__fXze3 .MuiSelect-select {
    padding-top: 5px!important;
    padding-bottom: 3px!important;
    color: #aaa!important
}

.search_select__fXze3 .Mui-focused,.search_select__fXze3 .MuiSelect-icon {
    color: #aaa!important
}

.search_select__fXze3.search_languageDropdown__yfknG .MuiOutlinedInput-notchedOutline {
    border: 0!important
}

.search_select__fXze3.search_languageDropdown__yfknG .MuiOutlinedInput-input {
    padding: 0 42px 0 0!important;
    text-overflow: unset!important
}

.search_select__fXze3.search_padded__s9DmY .MuiSelect-select {
    padding-top: 15px!important;
    padding-bottom: 13px!important
}

.search_autoComplete__wxAxB {
    color: #fff
}

.search_autoComplete__wxAxB .MuiInputLabel-root {
    color: #aaa
}

.search_autoComplete__wxAxB .MuiOutlinedInput-notchedOutline {
    border-color: #222
}

.search_autoComplete__wxAxB .MuiOutlinedInput-root .MuiAutocomplete-input,.search_autoComplete__wxAxB .MuiSvgIcon-root {
    color: #aaa
}

.search_autoComplete__wxAxB .MuiFormHelperText-root {
    color: #ee4f5c;
    font-weight: 700
}

.search_autoComplete__wxAxB .Mui-error .MuiOutlinedInput-notchedOutline {
    border-color: #ee4f5c!important
}

.search_autoComplete__wxAxB .Mui-focused .MuiOutlinedInput-notchedOutline {
    border-width: 1px!important
}

.search_autoComplete__wxAxB:hover .MuiOutlinedInput-notchedOutline {
    border-color: #222
}

.search_autoComplete__wxAxB:hover .Mui-error .MuiOutlinedInput-notchedOutline {
    border-color: #ee4f5c
}

.search_button__SYOZc {
    color: #fff!important;
    font-weight: 700!important
}

.search_button__SYOZc,.search_button__SYOZc:hover {
    background: #cf3744!important
}

.search_button__SYOZc img,.search_button__SYOZc svg {
    width: 20px;
    margin-right: 10px
}

.search_button__SYOZc.search_twitterLogin__6Ee79 {
    background: #1da1f2!important
}

.search_button__SYOZc.search_twitchLogin__iLxzv {
    background: #9146ff!important
}

.search_button__SYOZc.search_riotLogin__SjW2N {
    background: #be363a!important
}

.search_guidelink__SnTd0,.search_newsItemlink__QxBLE {
    background-color: transparent!important;
    padding: 0!important;
    text-transform: inherit!important;
    
    letter-spacing: inherit!important;
    min-width: auto!important;
    border-radius: 0!important
}

.search_guidelink__SnTd0:hover,.search_newsItemlink__QxBLE:hover {
    background-color: transparent!important
}

.lightMode .search_input__bNbIk .MuiInputLabel-root {
    color: #6f6f6f!important
}

.lightMode .search_input__bNbIk .MuiFilledInput-root:after,.lightMode .search_input__bNbIk .MuiFilledInput-root:before,.lightMode .search_input__bNbIk .MuiFilledInput-root:focus,.lightMode .search_input__bNbIk .MuiFilledInput-root:hover {
    border-bottom: 0!important
}

.lightMode .search_input__bNbIk .MuiFilledInput-input {
    color: #262626!important;
    background-color: #fafafa!important;
    border: 1px solid #cacaca
}

.lightMode .search_input__bNbIk .MuiOutlinedInput-input {
    color: #262626!important
}

.lightMode .search_input__bNbIk .MuiOutlinedInput-input::-moz-placeholder {
    color: #6f6f6f!important;
    font-weight: 400;
    opacity: 1
}

.lightMode .search_input__bNbIk .MuiOutlinedInput-input::placeholder {
    color: #6f6f6f!important;
    font-weight: 400;
    opacity: 1
}

.lightMode .search_input__bNbIk .Mui-error {
    color: #ee4f5c!important
}

.lightMode .search_select__fXze3 .Mui-focused,.lightMode .search_select__fXze3 .MuiSelect-icon,.lightMode .search_select__fXze3 .MuiSelect-select {
    color: #6f6f6f!important
}

.lightMode .search_label__9Lpz_,.lightMode .search_label__9Lpz_ .Mui-focused {
    color: #6f6f6f!important
}

.lightMode .search_autoComplete__wxAxB {
    color: #fff
}

.lightMode .search_autoComplete__wxAxB .MuiInputLabel-root {
    color: #6f6f6f
}

.lightMode .search_autoComplete__wxAxB .MuiOutlinedInput-notchedOutline {
    border-color: #cacaca
}

.lightMode .search_autoComplete__wxAxB .MuiOutlinedInput-root .MuiAutocomplete-input,.lightMode .search_autoComplete__wxAxB .MuiSvgIcon-root {
    color: #6f6f6f
}

.lightMode .search_autoComplete__wxAxB .MuiFormHelperText-root {
    color: #ee4f5c;
    font-weight: 700
}

.lightMode .search_autoComplete__wxAxB .Mui-error .MuiOutlinedInput-notchedOutline {
    border-color: #ee4f5c!important
}

.lightMode .search_autoComplete__wxAxB:hover .MuiOutlinedInput-notchedOutline {
    border-color: #cacaca
}

.lightMode .search_autoComplete__wxAxB:hover .Mui-error .MuiOutlinedInput-notchedOutline {
    border-color: #ee4f5c!important
}

.search_backgroundTakeover__78aD8 {
    background-repeat: no-repeat;
    z-index: 1;
    cursor: pointer;
    position: fixed;
    top: 0
}

@media screen and (max-width: 1220px) {
    .search_backgroundTakeover__78aD8 {
        display:none
    }
}

.search_backgroundTakeover__78aD8.search_desktopBackground__qOdjE {
    height: 1000px;
    width: 1900px
}

@media screen and (max-width: 1536px) {
    .search_backgroundTakeover__78aD8.search_desktopBackground__qOdjE {
        display:none
    }
}

.search_backgroundTakeover__78aD8.search_laptopBackground__fDH9B {
    height: 600px;
    width: 1536px
}

@media screen and (min-width: 1536px) {
    .search_backgroundTakeover__78aD8.search_laptopBackground__fDH9B {
        display:none
    }
}

.search_container__YiXeU {
    width: 1220px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    background-color: #090909;
    padding: 0 5px;
    cursor: auto;
    position: relative;
    z-index: 2
}

@media screen and (max-width: 1536px) {
    .search_container__YiXeU {
        width:1200px;
        padding: 0 5px
    }
}

@media screen and (max-width: 576px) {
    .search_container__YiXeU {
        width:100%;
        padding: 0;
        margin-bottom: 0
    }

    .search_container__YiXeU main {
        flex-direction: column;
        justify-content: center;
        padding: 0 10px
    }
}

.search_column__1W0hF {
    border: 1px solid #222;
    border-radius: 8px;
    margin-bottom: 15px
}

.search_column__1W0hF .search_columnBody__1RiDI {
    padding: 5px;
    border-top: 1px solid #222
}

.search_fullColumn__ARG9v {
    width: 100%
}

.search_middleColumn__sLEyp {
    width: 750px;
    margin: 0 15px
}

.search_middleColumn__sLEyp.search_twoColumnLayout__31BFO {
    width: 1015px;
    margin-left: 0
}

@media screen and (max-width: 576px) {
    .search_middleColumn__sLEyp,.search_middleColumn__sLEyp.search_twoColumnLayout__31BFO {
        width:100%;
        margin: 0 0 15px
    }

    .search_middleColumn__sLEyp>div:last-child {
        margin-bottom: 0
    }
}

.search_leftColumn__9fGLG,.search_rightColumn__N0Pey {
    width: 220px
}

@media screen and (max-width: 576px) {
    .search_leftColumn__9fGLG,.search_rightColumn__N0Pey {
        width:100%
    }

    .search_leftColumn__9fGLG {
        display: none
    }
}

.search_singleColumn__fvIJY {
    width: 100%
}

.search_mainHeader__b_TOi {
    
    font-weight: 700;
    padding-top: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #222;
    display: flex
}

@media screen and (max-width: 576px) {
    .search_mainHeader__b_TOi {
        border-bottom:0;
        margin-bottom: 0;
        padding: 10px
    }
}

.search_mainHeader__b_TOi .search_gift__wGY11 {
    margin-left: 10px
}

.search_mainHeader__b_TOi .search_gift__wGY11 svg {
    color: #fff;
    cursor: pointer
}

.search_mainHeader__b_TOi .search_gift__wGY11 .search_giftBoxOpen__plU7S {
    background: #fff;
    border-radius: 12px;
    position: absolute;
    top: 28px;
    left: -105px;
    z-index: 1;
    width: 230px;
    padding: 20px 40px;
    display: flex;
    flex-direction: column;
    color: #aaa;
    justify-content: center;
    
    font-weight: 700;
    text-align: center
}

.search_mainHeader__b_TOi .search_gift__wGY11 .search_giftBoxOpen__plU7S .search_logoHolder__0HYFF {
    background-color: #151515;
    display: flex;
    padding: 10px;
    border-radius: 8px;
    justify-content: center;
    margin-bottom: 10px
}

.search_mainHeader__b_TOi .search_gift__wGY11 .search_giftBoxOpen__plU7S .search_button__SYOZc {
    margin-top: 10px
}

.search_mainHeader__b_TOi svg {
    height: 20px
}

.search_mainHeader__b_TOi svg.search_keyhole__tkhfj,.search_mainHeader__b_TOi svg.search_search__6bE8t {
    color: #fff;
    cursor: pointer
}

.search_mainHeader__b_TOi svg.search_search__6bE8t {
    margin: 0 10px
}

.search_mainHeader__b_TOi svg.search_profile__r_ojd {
    margin-right: 10px
}

.search_mainHeader__b_TOi .search_notifications__sIukc {
    display: inline-block;
    margin-right: 15px;
    cursor: pointer
}

.search_mainHeader__b_TOi .search_notifications__sIukc svg {
    color: #fff
}

.search_mainHeader__b_TOi .search_viewAllNotifications__StS8O {
    background-color: #cf3744
}

.search_mainHeader__b_TOi .search_logo___4l57 {
    flex: 4;
    display: flex;
    align-items: center
}

.search_mainHeader__b_TOi .search_logo___4l57 a {
    display: flex;
    align-items: center
}

.search_mainHeader__b_TOi .search_logo___4l57 a img {
    height: 22px
}

.search_mainHeader__b_TOi .search_logo___4l57 a .search_logoImage__WtgEf {
    margin-right: 5px
}

.search_mainHeader__b_TOi .search_logo___4l57 a .search_logoImage__WtgEf img {
    max-width: 55px!important;
    height: 40px
}

@media screen and (max-width: 576px) {
    .search_mainHeader__b_TOi .search_logo___4l57 a .search_logoText__JG8PQ {
        display:none
    }
}

.search_mainHeader__b_TOi .search_icons__WoavK {
    flex: 5;
    display: flex;
    align-items: center;
    
    font-weight: 400;
    justify-content: flex-end
}

.search_mainHeader__b_TOi .search_icons__WoavK .search_displayMode__2v71d {
    display: flex;
    align-items: center
}

.search_mainHeader__b_TOi .search_icons__WoavK .search_displayMode__2v71d button {
    background-color: transparent;
    font-size: 10px;
    cursor: pointer
}

.search_mainHeader__b_TOi .search_icons__WoavK .search_displayMode__2v71d button svg {
    margin-right: 5px
}

@media screen and (max-width: 576px) {
    .search_mainHeader__b_TOi .search_icons__WoavK .search_login__TQsPa,.search_mainHeader__b_TOi .search_icons__WoavK .search_logout__oz_Pi,.search_mainHeader__b_TOi .search_icons__WoavK .search_profile__r_ojd {
        display:none
    }
}

.search_mainHeader__b_TOi .search_mobileMenuIcon__f_I_h {
    align-items: center;
    display: flex
}

.search_mainHeader__b_TOi .search_mobileMenuIcon__f_I_h svg {
    color: #fff
}

@media screen and (min-width: 576px) {
    .search_mainHeader__b_TOi .search_mobileMenuIcon__f_I_h {
        display:none
    }
}

.search_mainHeader__b_TOi .search_gamesNavBar__vLtPS {
    flex: 13;
    display: flex;
    font-size: 16px;
    font-weight: 700
}

.search_mainHeader__b_TOi .search_gamesNavBar__vLtPS ul {
    display: flex;
    margin: 0
}

.search_mainHeader__b_TOi .search_gamesNavBar__vLtPS ul li {
    display: flex;
    align-items: center;
    margin-right: 5px
}

.search_mainHeader__b_TOi .search_gamesNavBar__vLtPS ul li:last-child {
    margin-right: 0
}

.search_mainHeader__b_TOi .search_gamesNavBar__vLtPS ul li a {
    color: #aaa;
    text-decoration: none;
    display: flex;
    align-items: center;
    transition: all .4s ease;
    padding: 10px 15px
}

.search_mainHeader__b_TOi .search_gamesNavBar__vLtPS ul li a svg {
    margin-right: 5px;
    width: 20px;
    height: 20px
}

.search_mainHeader__b_TOi .search_gamesNavBar__vLtPS ul li a.search_selected__y4VaL,.search_mainHeader__b_TOi .search_gamesNavBar__vLtPS ul li a:hover {
    background-color: #cf3744!important;
    color: #fff;
    border-radius: 100px
}

@media screen and (max-width: 576px) {
    .search_mainHeader__b_TOi .search_gamesNavBar__vLtPS {
        display:none
    }
}

.search_mainMenu__Kvxfr {
    font-size: 16px;
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 20px
}

.search_mainMenu__Kvxfr ul {
    display: flex;
    margin: 0
}

.search_mainMenu__Kvxfr ul li {
    display: flex;
    align-items: center;
    margin-right: 40px
}

.search_mainMenu__Kvxfr ul li:last-child {
    margin-right: 0
}

.search_mainMenu__Kvxfr ul li a {
    color: #aaa;
    text-decoration: none;
    display: flex;
    align-items: center;
    transition: all .4s ease
}

.search_mainMenu__Kvxfr ul li a svg {
    margin-right: 5px;
    width: 20px;
    height: 20px
}

.search_mainMenu__Kvxfr ul li a.search_selected__y4VaL {
    color: #ee4f5c
}

.search_mainMenu__Kvxfr ul li a:hover {
    color: #ee4f5c;
    text-decoration: none
}

@media screen and (max-width: 576px) {
    .search_mainMenu__Kvxfr {
        display:none
    }
}

.search_footer__CU04k {
    border-top: 1px solid #222;
    margin-top: 30px;
    padding-top: 30px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 30px
}

@media screen and (max-width: 576px) {
    .search_footer__CU04k {
        border-top:0;
        padding-top: 10px;
        margin-top: 0;
        margin-bottom: 0;
        padding-bottom: 40px
    }
}

.search_footer__CU04k .search_logoImage__WtgEf {
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
    align-items: center
}

.search_footer__CU04k .search_logoImage__WtgEf img {
    width: 40px;
    height: 40px
}

@media screen and (max-width: 576px) {
    .search_footer__CU04k .search_linksHolder__0bASa {
        display:flex;
        flex-direction: row;
        justify-content: space-around;
        align-items: flex-start
    }
}

.search_footer__CU04k .search_linksHolder__0bASa .search_links__JC6i1 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px
}

@media screen and (max-width: 576px) {
    .search_footer__CU04k .search_linksHolder__0bASa .search_links__JC6i1 {
        flex-direction:column
    }
}

.search_footer__CU04k .search_linksHolder__0bASa .search_links__JC6i1 .search_section___h5Cq {
    margin-right: 25px;
    font-weight: 700;
    color: #fff
}

@media screen and (max-width: 576px) {
    .search_footer__CU04k .search_linksHolder__0bASa .search_links__JC6i1 .search_section___h5Cq {
        margin-right:0;
        margin-bottom: 5px
    }
}

.search_footer__CU04k .search_linksHolder__0bASa .search_links__JC6i1 a {
    color: #848484;
    text-decoration: none;
    margin-right: 10px;
    font-size: 12px
}

@media screen and (max-width: 576px) {
    .search_footer__CU04k .search_linksHolder__0bASa .search_links__JC6i1 a {
        margin-right:0;
        margin-bottom: 2px
    }
}

.search_footer__CU04k .search_linksHolder__0bASa .search_links__JC6i1 .search_pmLink___MDGr {
    visibility: hidden;
    color: #848484;
    text-decoration: none;
    font-size: 12px;
    padding: 0;
    text-transform: capitalize;
    font-weight: 400;
    min-width: 0;
    cursor: pointer;
    background: 0 0;
    border: none
}

@media screen and (max-width: 576px) {
    .search_footer__CU04k .search_linksHolder__0bASa .search_links__JC6i1 .search_pmLink___MDGr {
        margin-right:0;
        margin-bottom: 2px
    }
}

.search_footer__CU04k .search_socialLinks__23Bpg {
    display: flex;
    justify-content: center;
    margin: 5px 0 15px
}

.search_footer__CU04k .search_socialLinks__23Bpg a {
    color: #fff;
    margin-right: 15px
}

.search_footer__CU04k .search_socialLinks__23Bpg a svg {
    transition: all .4s ease;
    height: 20px
}

.search_footer__CU04k .search_socialLinks__23Bpg a.search_twitter__3X7Ma:hover svg {
    color: #1da1f2
}

.search_footer__CU04k .search_socialLinks__23Bpg a.search_youtube__T6bDD:hover svg {
    color: #fe0000
}

.search_footer__CU04k .search_socialLinks__23Bpg a.search_facebook___G8fg:hover svg {
    color: #036ce4
}

.search_footer__CU04k .search_socialLinks__23Bpg a.search_instagram__7HVz_:hover svg {
    color: #f00075
}

.search_footer__CU04k .search_socialLinks__23Bpg a.search_tiktok__5uE2z:hover svg {
    color: #fe2c55
}

.search_footer__CU04k .search_socialLinks__23Bpg a.search_discord__wg7AJ:hover svg {
    color: #5865f2
}

.search_footer__CU04k .search_footerText__RfKj2 {
    display: flex;
    justify-content: center;
    text-align: center;
    color: #aaa;
    font-size: 10px
}

.search_footerMenu__Dz3K0 {
    display: none
}

.search_footerMenu__Dz3K0 ul {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    flex: 1
}

.search_footerMenu__Dz3K0 ul li a {
    padding: 20px 0;
    display: flex;
    flex-direction: column;
    color: #aaa
}

.search_footerMenu__Dz3K0 ul li a svg {
    height: 18px
}

.search_footerMenu__Dz3K0 ul li a span {
    font-size: 10px;
    display: inline-block;
    margin-top: 5px;
    font-weight: 700
}

.search_footerMenu__Dz3K0 ul li.search_selected__y4VaL a {
    color: #ee4f5c
}

@media screen and (max-width: 576px) {
    .search_footerMenu__Dz3K0 {
        display:flex;
        position: fixed;
        bottom: 0;
        width: 100%;
        z-index: 999;
        background: transparent linear-gradient(180deg,#171717,#000) 0 0 no-repeat padding-box
    }

    .search_loginButtonDesktop__X_Xvc {
        display: none!important
    }
}

.lightMode .search_container__YiXeU {
    background-color: #dadadc
}

.lightMode .search_column__1W0hF {
    border: 1px solid #cacaca;
    background-color: #eaeaea
}

.lightMode .search_column__1W0hF .search_columnBody__1RiDI {
    border-top: 1px solid #cacaca
}

.lightMode .search_mainHeader__b_TOi {
    border-bottom: 1px solid #cacaca
}

@media screen and (max-width: 576px) {
    .lightMode .search_mainHeader__b_TOi {
        border-bottom:0
    }
}

.lightMode .search_mainHeader__b_TOi .search_gift__wGY11 svg {
    color: #464646;
    cursor: pointer
}

.lightMode .search_mainHeader__b_TOi .search_gift__wGY11 .search_giftBoxOpen__plU7S {
    background: #151515;
    color: #6f6f6f
}

.lightMode .search_mainHeader__b_TOi .search_gift__wGY11 .search_giftBoxOpen__plU7S .search_logoHolder__0HYFF {
    background-color: #292929
}

.lightMode .search_mainHeader__b_TOi svg {
    color: #767676
}

.lightMode .search_mainHeader__b_TOi svg.search_keyhole__tkhfj,.lightMode .search_mainHeader__b_TOi svg.search_search__6bE8t {
    color: #464646
}

.lightMode .search_mainHeader__b_TOi .search_icons__WoavK .search_displayMode__2v71d button {
    color: #767676
}

.lightMode .search_mainHeader__b_TOi .search_notifications__sIukc svg {
    color: #464646
}

.lightMode .search_mainHeader__b_TOi .search_gamesNavBar__vLtPS ul li a {
    color: #6f6f6f
}

.lightMode .search_mainHeader__b_TOi .search_gamesNavBar__vLtPS ul li a.search_selected__y4VaL,.lightMode .search_mainHeader__b_TOi .search_gamesNavBar__vLtPS ul li a:hover {
    background-color: #cf3744!important;
    color: #fff!important
}

@media screen and (max-width: 576px) {
    .lightMode .search_mainHeader__b_TOi .search_gamesNavBar__vLtPS {
        display:none
    }
}

.lightMode .search_mainMenu__Kvxfr ul li a {
    color: #6f6f6f
}

.lightMode .search_mainMenu__Kvxfr ul li a.search_selected__y4VaL {
    color: #ee4f5c
}

.lightMode .search_mainMenu__Kvxfr ul li a:hover {
    color: #ee4f5c;
    text-decoration: none
}

@media screen and (max-width: 576px) {
    .lightMode .search_mainMenu__Kvxfr {
        display:none
    }
}

.lightMode .search_footer__CU04k {
    border-color: #cacaca
}

.lightMode .search_footer__CU04k .search_links__JC6i1 .search_section___h5Cq {
    color: #464646
}

.lightMode .search_footer__CU04k .search_links__JC6i1 a {
    color: #848484
}

.lightMode .search_footer__CU04k .search_socialLinks__23Bpg a {
    color: #464646
}

.lightMode .search_footer__CU04k .search_footerText__RfKj2 {
    color: #848484
}

@media screen and (max-width: 576px) {
    .lightMode .search_footerMenu__Dz3K0 {
        background:transparent linear-gradient(0deg,#ededed,#fff) 0 0 no-repeat padding-box
    }
}

.search_liveCircle__lnPzR {
    border-radius: 50%;
    background: #ff5252;
    box-shadow: 0 0 0 0 #ff5252;
    height: 8px;
    width: 8px;
    transform: scale(1);
    animation: search_pulse-red__1_DgO 2s infinite;
    display: inline-block
}

@keyframes search_pulse-red__1_DgO {
    0% {
        transform: scale(.65);
        box-shadow: 0 0 0 0 rgba(255,82,82,.7)
    }

    70% {
        transform: scale(.5);
        box-shadow: 0 0 0 5px transparent
    }

    to {
        transform: scale(.65);
        box-shadow: 0 0 0 0 transparent
    }
}

.search_closeModal__24Hqi {
    background: #292929;
    color: #fff;
    border-radius: 20px;
    padding: 5px 10px;
    font-size: 20px;
    position: absolute;
    right: -20px;
    top: -15px;
    cursor: pointer
}

.search_backgroundOverlay__38elw {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.45);
    border-radius: 8px;
    z-index: 1;
    top: 0;
    left: 0
}

.search_subMenu__pniCl {
    border-bottom: 1px solid #222;
    align-items: stretch
}

@media screen and (max-width: 576px) {
    .search_subMenu__pniCl {
        display:flex;
        align-items: center
    }
}

.search_subMenu__pniCl ul {
    display: flex;
    flex-direction: row;
    flex: 1;
    grid-gap: 40px;
    justify-content: center
}

@media screen and (max-width: 576px) {
    .search_subMenu__pniCl ul li {
        display:none
    }
}

.search_subMenu__pniCl ul li a {
    padding: 10px 0;
    text-transform: uppercase;
    font-weight: 700;
    display: block;
    color: #aaa
}

.search_subMenu__pniCl ul li.search_selected__y4VaL,.search_subMenu__pniCl ul li:hover {
    border-bottom: 2px solid #ee4f5c
}

.search_subMenu__pniCl ul li.search_selected__y4VaL a,.search_subMenu__pniCl ul li:hover a {
    color: #fff
}

@media screen and (max-width: 576px) {
    .search_subMenu__pniCl ul li.search_selected__y4VaL {
        display:block
    }
}

.search_subMenu__pniCl .search_expandMobileMenu__KS1xi {
    padding: 10px;
    border-left: 1px solid #222;
    position: relative
}

.search_subMenu__pniCl .search_expandMobileMenu__KS1xi svg {
    color: #fff;
    width: 15px;
    height: 15px
}

@media screen and (min-width: 768px) {
    .search_subMenu__pniCl .search_expandMobileMenu__KS1xi {
        display:none
    }
}

.search_subMenu__pniCl .search_mobileDropdown__6ql5B {
    position: absolute;
    top: 35px;
    right: 0;
    background: #151515;
    padding: 10px;
    display: flex;
    flex-direction: column;
    text-align: center;
    grid-gap: 5px;
    border: 1px solid #222;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    z-index: 50;
    width: 120px
}

.search_subMenu__pniCl .search_mobileDropdown__6ql5B li {
    display: block
}

@media screen and (max-width: 576px) {
    .search_subMenu__pniCl .search_mobileDropdown__6ql5B li.search_selected__y4VaL {
        display:none
    }
}

.search_flag__j5ooW {
    width: 20px!important;
    height: 15px!important
}

.search_viewMore__Xqb_K {
    display: flex;
    justify-content: center;
    flex: 1;
    margin-top: 5px
}

.search_center__sCvhW {
    text-align: center
}

.search_left__3f7zk {
    text-align: left
}

.search_right__CztL_ {
    text-align: right
}

@keyframes search_placeHolderShimmer__ikz_Y {
    0% {
        background-position: -468px 0
    }

    to {
        background-position: 468px 0
    }
}

.search_animated-background__11SOH {
    background: #f6f6f6;
    background: linear-gradient(90deg,#f6f6f6 8%,#f0f0f0 18%,#f6f6f6 33%);
    background-size: 800px 104px
}

.search_animated-background-dark__5CeQQ,.search_animated-background__11SOH {
    animation-duration: 1.25s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: search_placeHolderShimmer__ikz_Y;
    animation-timing-function: linear;
    height: 96px;
    position: relative
}

.search_animated-background-dark__5CeQQ {
    background: #151515;
    background: linear-gradient(90deg,#151515 8%,#171717 18%,#151515 33%);
    background-size: 800px 104px
}

.search_commentLoggedOut__SFLK9 {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    flex-direction: column;
    text-align: center
}

.search_commentLoggedOut__SFLK9>span {
    display: inline-block;
    margin-bottom: 10px;
    font-weight: 500
}

.search_tableHeader__jeIGB {
    display: flex;
    background-color: #151515;
    border-bottom: 1px solid #222;
    border-radius: 8px 8px 0 0;
    text-transform: uppercase;
    font-weight: 700
}

.search_tableHeader__jeIGB>div {
    padding: 10px 5px;
    flex: 1;
    justify-content: center;
    text-align: center;
    display: flex;
    align-items: center;
    cursor: default;
    word-break: break-word
}

.search_tableHeader__jeIGB>div.search_sortable___WAp4 {
    cursor: pointer
}

.search_tableHeader__jeIGB>div.search_left__3f7zk {
    justify-content: flex-start
}

.search_tableHeader__jeIGB>div svg {
    display: inline-block;
    margin-left: 4px;
    width: 13px;
    height: 13px
}

.search_tableRow__EUXFS {
    display: flex;
    background-color: #151515;
    border-bottom: 1px solid #222;
    font-weight: 700
}

.search_tableRow__EUXFS:last-child {
    border-radius: 0 0 8px 8px
}

.search_tableRow__EUXFS>a {
    display: flex;
    flex: 1;
    color: #aaa;
    transition: background-color .4s ease
}

.search_tableRow__EUXFS>a:hover {
    background-color: #1e1e1e
}

.search_tableRow__EUXFS>a:hover div span {
    transition: background-color .4s ease;
    background-color: #151515
}

.search_tableRow__EUXFS>a div {
    padding: 5px
}

.search_tableRow__EUXFS>a div span {
    background-color: #292929;
    padding: 5px 10px;
    border-radius: 8px
}

.search_tableRow__EUXFS>div {
    flex: 1;
    justify-content: center;
    display: flex;
    align-items: center;
    padding: 5px
}

.search_tableRow__EUXFS>div a {
    display: flex;
    flex: 1;
    color: #aaa
}

.search_tableRow__EUXFS>div>span {
    background-color: #292929;
    padding: 5px 10px;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center
}

.search_tableRow__EUXFS>div>span small {
    font-size: 10px
}

.search_tableRow__EUXFS>div.search_left__3f7zk {
    justify-content: flex-start
}

.search_tableRow__EUXFS>div.search_agent__r7WxP {
    padding: 0 0 0 10px;
    grid-gap: 5px;
    display: flex
}

.search_tableRow__EUXFS>div.search_agent__r7WxP span {
    border-radius: 0
}

.search_paging__MMCXS {
    display: flex;
    justify-content: center;
    grid-gap: 5px;
    margin: 5px 10px 10px
}

.search_paging__MMCXS li {
    background-color: #151515;
    border-radius: 8px;
    padding: 10px;
    font-weight: 500;
    cursor: pointer
}

.search_paging__MMCXS li:hover {
    background-color: #1e1e1e
}

.search_paging__MMCXS li.search_selected__y4VaL {
    background-color: #cf3744;
    color: #fff
}

.search_loadingOverlay__IDh9F {
    position: absolute;
    background-color: hsla(0,0%,52%,.5);
    width: 100%;
    height: 100%;
    border-radius: 8px;
    z-index: 2;
    top: 0;
    left: 0
}

.search_commentError__ys0O7 {
    margin-right: 10px
}

.search_commentError__ys0O7 .search_errorMessage__yNm_Q {
    padding: 0 5px;
    border-radius: 8px;
    align-items: center
}

.search_commentError__ys0O7 .search_errorMessage__yNm_Q .MuiAlert-icon {
    margin-right: 5px
}

.search_placementsAd__s0xke {
    margin-bottom: 15px;
    display: flex;
    justify-content: center
}

.search_placementsAd__s0xke.search_outLeft__LP4S1 {
    position: fixed;
    top: 125px;
    left: calc(((100vw - 1280px)/2 - 160px)/2)
}

@media screen and (max-width: 1640px) {
    .search_placementsAd__s0xke.search_outLeft__LP4S1 {
        display:none
    }
}

.search_placementsAd__s0xke.search_outRight__zK3UW {
    position: fixed;
    top: 125px;
    right: calc(((100vw - 1280px)/2 - 160px)/2)
}

@media screen and (max-width: 1640px) {
    .search_placementsAd__s0xke.search_outRight__zK3UW {
        display:none
    }
}

.search_placementsAd__s0xke.search_desktop__f1aiw {
    display: flex;
    align-items: center
}

@media screen and (max-width: 576px) {
    .search_placementsAd__s0xke.search_desktop__f1aiw {
        display:none
    }
}

@media screen and (min-width: 768px) {
    .search_placementsAd__s0xke.search_mobile__nlX8g {
        display:none
    }
}

.search_placementsAd__s0xke.search_stickyMobile__9jcEV,.search_placementsAd__s0xke:last-child {
    margin-bottom: 0
}

.search_placementsAd__s0xke.search_skyscraperRightColumn__SyUXA {
    display: none
}

@media screen and (max-width: 1640px) {
    .search_placementsAd__s0xke.search_skyscraperRightColumn__SyUXA {
        display:block
    }
}

.search_placementsAd__s0xke.search_matchesList__1oPoT,.search_placementsAd__s0xke.search_teamsList__KAhur,.search_placementsAd__s0xke.search_topicsList__ErMIj {
    margin: 5px 0
}

.search_floatingVideo__Cj0Sa {
    width: 250px;
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 10
}

@media screen and (max-width: 1800px) {
    .search_floatingVideo__Cj0Sa {
        display:none
    }
}

.search_mobileMenu__LlnCX {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 999;
    background: #323232;
    top: 0;
    left: 0
}

.search_mobileMenu__LlnCX ul {
    display: flex;
    flex: 1;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.search_mobileMenu__LlnCX ul li {
    text-align: center;
    margin-bottom: 30px
}

.search_mobileMenu__LlnCX ul li:last-child {
    margin-bottom: 0
}

.search_mobileMenu__LlnCX ul li a,.search_mobileMenu__LlnCX ul li span {
    color: #cdcdcd;
    font-size: 18px;
    line-height: 18px;
    font-weight: 700
}

.search_mobileMenu__LlnCX ul li a svg,.search_mobileMenu__LlnCX ul li span svg {
    width: 15px;
    height: 15px
}

.search_mobileMenu__LlnCX ul li a.search_selected__y4VaL,.search_mobileMenu__LlnCX ul li a:hover,.search_mobileMenu__LlnCX ul li span.search_selected__y4VaL,.search_mobileMenu__LlnCX ul li span:hover {
    color: #ee4f5c
}

.search_mobileMenu__LlnCX ul li>ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 20px 0 20px 60px;
    position: relative
}

.search_mobileMenu__LlnCX ul li>ul li {
    position: relative;
    margin-bottom: 30px
}

.search_mobileMenu__LlnCX ul li>ul li:last-child {
    margin-bottom: 0
}

.search_mobileMenu__LlnCX ul li>ul li a {
    color: #cdcdcd;
    font-size: 18px;
    line-height: 18px;
    font-weight: 400
}

.search_mobileMenu__LlnCX ul li>ul li a svg {
    width: 15px;
    height: 15px
}

.search_mobileMenu__LlnCX .search_close__oOx_5 {
    right: 20px;
    top: 20px;
    position: absolute;
    background-color: #1e1e1e;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    align-items: center;
    justify-content: center;
    display: flex;
    color: #fff;
    font-weight: 500
}

.search_regionFilters__lt_3h {
    margin: 0;
    padding: 0;
    font-weight: 700
}

.search_regionFilters__lt_3h .search_li__CpkZE {
    display: inline-flex;
    align-items: center;
    padding: 5px 10px;
    background: #151515;
    border-radius: 35px;
    margin: 2px;
    cursor: pointer;
    color: #767676;
    transition: background-color .4s ease
}

@media screen and (min-width: 992px) {
    .search_regionFilters__lt_3h .search_li__CpkZE:hover {
        background:#1e1e1e
    }
}

.search_regionFilters__lt_3h .search_li__CpkZE.search_selected__y4VaL {
    background: #fafafa;
    color: #000
}

.search_regionFilters__lt_3h .search_li__CpkZE .search_flag__j5ooW {
    margin-right: 5px
}

.search_breadcrumb__imegS {
    color: #ee4f5c
}

.search_breadcrumb__imegS a {
    color: #fff;
    font-size: 12px;
    line-height: 16px;
    font-weight: 700
}

.search_breadcrumb__imegS .search_currentPage__DT3iu {
    color: #8e8e8e
}

.search_breadcrumb__imegS svg {
    width: 15px;
    height: 15px;
    color: #ee4f5c
}

.lightMode .search_regionFilters__lt_3h .search_li__CpkZE {
    background: #fafafa;
    color: #262626
}

@media screen and (min-width: 992px) {
    .lightMode .search_regionFilters__lt_3h .search_li__CpkZE:hover {
        background:#dbdbdb
    }
}

.lightMode .search_regionFilters__lt_3h .search_li__CpkZE.search_selected__y4VaL {
    background: #262626;
    color: #fff
}

.lightMode .search_closeModal__24Hqi {
    background: #fafafa;
    color: #8b8b8b;
    font-weight: 400
}

.lightMode .search_subMenu__pniCl {
    border-bottom: 1px solid #cacaca
}

.lightMode .search_subMenu__pniCl ul li.search_selected__y4VaL a,.lightMode .search_subMenu__pniCl ul li:hover a {
    color: #7c7c7c
}

.lightMode .search_subMenu__pniCl .search_expandMobileMenu__KS1xi {
    border-left: 1px solid #cacaca
}

.lightMode .search_subMenu__pniCl .search_expandMobileMenu__KS1xi svg {
    color: #262626
}

.lightMode .search_subMenu__pniCl .search_mobileDropdown__6ql5B {
    background: #fafafa;
    border: 1px solid #cacaca
}

.lightMode .search_subMenu__pniCl .search_mobileDropdown__6ql5B li {
    display: block
}

@media screen and (max-width: 576px) {
    .lightMode .search_subMenu__pniCl .search_mobileDropdown__6ql5B li.search_selected__y4VaL {
        display:none
    }
}

.lightMode .search_tableHeader__jeIGB,.lightMode .search_tableRow__EUXFS {
    background-color: #fafafa;
    border-bottom-color: #cacaca
}

.lightMode .search_tableRow__EUXFS>a {
    color: #6f6f6f
}

.lightMode .search_tableRow__EUXFS>a:hover {
    background-color: #dbdbdb
}

.lightMode .search_tableRow__EUXFS>a div span {
    background-color: #ebebeb;
    color: #000
}

.lightMode .search_tableRow__EUXFS>div a {
    color: #6f6f6f
}

.lightMode .search_tableRow__EUXFS>div span {
    background-color: #ebebeb;
    color: #000
}

.lightMode .search_commentError__ys0O7 .search_errorMessage__yNm_Q {
    background-color: #f7d6d6
}

.lightMode .search_flag__j5ooW {
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.5)
}

.lightMode .search_loadingOverlay__IDh9F {
    background-color: rgba(0,0,0,.5)
}

.lightMode .search_mobileMenu__LlnCX {
    background: #fafafa
}

.lightMode .search_mobileMenu__LlnCX ul li a {
    color: #6f6f6f
}

.lightMode .search_mobileMenu__LlnCX .search_close__oOx_5 {
    background-color: #dbdbdb;
    color: #262626
}

.lightMode .search_breadcrumb__imegS {
    color: #ee4f5c
}

.lightMode .search_breadcrumb__imegS a {
    color: #262626
}

.lightMode .search_breadcrumb__imegS .search_currentPage__DT3iu {
    color: #6f6f6f
}

.lightMode .search_paging__MMCXS li {
    background-color: #fafafa;
    cursor: pointer
}

.lightMode .search_paging__MMCXS li:hover {
    background-color: #dbdbdb
}

.lightMode .search_paging__MMCXS li.search_selected__y4VaL {
    background-color: #cf3744;
    color: #fff
}

.search_search__6bE8t {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #323232;
    padding: 20px 0;
    z-index: 999999;
    overflow-y: scroll
}

@media screen and (max-width: 576px) {
    .search_search__6bE8t {
        padding:20px 10px
    }
}

.search_search__6bE8t .search_container__YiXeU {
    position: relative;
    background: 0 0
}

.search_search__6bE8t .search_container__YiXeU .search_searchInput__7glIZ {
    margin-top: 20px
}

.search_search__6bE8t .search_container__YiXeU .search_searchClose__GNav0 {
    position: absolute;
    top: 35px;
    right: 20px;
    cursor: pointer;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    background: #292929;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%
}

.search_search__6bE8t .search_container__YiXeU .search_searchResults__dFktI {
    display: flex;
    flex-direction: column
}

.search_search__6bE8t .search_container__YiXeU .search_searchResults__dFktI .search_event___nC1C,.search_search__6bE8t .search_container__YiXeU .search_searchResults__dFktI .search_guides__mu_P5,.search_search__6bE8t .search_container__YiXeU .search_searchResults__dFktI .search_news__Zt1yg,.search_search__6bE8t .search_container__YiXeU .search_searchResults__dFktI .search_player__5zH_5,.search_search__6bE8t .search_container__YiXeU .search_searchResults__dFktI .search_series__AGq9i,.search_search__6bE8t .search_container__YiXeU .search_searchResults__dFktI .search_team__ZLBdI {
    background-color: #151515;
    border-radius: 8px;
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 500;
    transition: background-color .4s ease
}

.search_search__6bE8t .search_container__YiXeU .search_searchResults__dFktI .search_event___nC1C a,.search_search__6bE8t .search_container__YiXeU .search_searchResults__dFktI .search_guides__mu_P5 a,.search_search__6bE8t .search_container__YiXeU .search_searchResults__dFktI .search_news__Zt1yg a,.search_search__6bE8t .search_container__YiXeU .search_searchResults__dFktI .search_player__5zH_5 a,.search_search__6bE8t .search_container__YiXeU .search_searchResults__dFktI .search_series__AGq9i a,.search_search__6bE8t .search_container__YiXeU .search_searchResults__dFktI .search_team__ZLBdI a {
    display: flex;
    grid-gap: 10px;
    align-items: center;
    padding: 10px;
    color: #aaa
}

.search_search__6bE8t .search_container__YiXeU .search_searchResults__dFktI .search_event___nC1C:last-child,.search_search__6bE8t .search_container__YiXeU .search_searchResults__dFktI .search_guides__mu_P5:last-child,.search_search__6bE8t .search_container__YiXeU .search_searchResults__dFktI .search_news__Zt1yg:last-child,.search_search__6bE8t .search_container__YiXeU .search_searchResults__dFktI .search_player__5zH_5:last-child,.search_search__6bE8t .search_container__YiXeU .search_searchResults__dFktI .search_series__AGq9i:last-child,.search_search__6bE8t .search_container__YiXeU .search_searchResults__dFktI .search_team__ZLBdI:last-child {
    margin-bottom: 0
}

.search_search__6bE8t .search_container__YiXeU .search_searchResults__dFktI .search_event___nC1C:hover,.search_search__6bE8t .search_container__YiXeU .search_searchResults__dFktI .search_guides__mu_P5:hover,.search_search__6bE8t .search_container__YiXeU .search_searchResults__dFktI .search_news__Zt1yg:hover,.search_search__6bE8t .search_container__YiXeU .search_searchResults__dFktI .search_player__5zH_5:hover,.search_search__6bE8t .search_container__YiXeU .search_searchResults__dFktI .search_series__AGq9i:hover,.search_search__6bE8t .search_container__YiXeU .search_searchResults__dFktI .search_team__ZLBdI:hover {
    background-color: #1e1e1e
}

.search_search__6bE8t .search_container__YiXeU .search_searchResults__dFktI .search_player__5zH_5.search_hasImage__9FRl0 {
    margin-top: 10px
}

.search_search__6bE8t .search_container__YiXeU .search_searchResults__dFktI .search_player__5zH_5 a {
    padding: 0
}

.search_search__6bE8t .search_container__YiXeU .search_searchResults__dFktI .search_player__5zH_5 a .search_playerDetails__9CuK8 {
    padding: 10px;
    display: flex;
    align-items: center
}

.search_search__6bE8t .search_container__YiXeU .search_searchResults__dFktI .search_player__5zH_5 a .search_playerDetails__9CuK8 img {
    margin-right: 10px
}

.search_search__6bE8t .search_container__YiXeU .search_searchResults__dFktI .search_player__5zH_5 a .search_playerDetails__9CuK8 .search_nickname__9m49r {
    color: #fff;
    font-weight: 700;
    display: inline-block;
    margin: 0 3px
}

.search_search__6bE8t .search_container__YiXeU .search_searchResults__dFktI .search_player__5zH_5 a .search_image__vgatQ {
    position: relative;
    width: 100px;
    height: 120px;
    margin-top: -10px
}

.search_search__6bE8t .search_container__YiXeU .search_searchResults__dFktI .search_section___h5Cq {
    padding: 5px 10px;
    color: #fff;
    font-weight: 500
}

.search_search__6bE8t .search_container__YiXeU .search_searchResults__dFktI .search_guides__mu_P5 a,.search_search__6bE8t .search_container__YiXeU .search_searchResults__dFktI .search_news__Zt1yg a {
    line-height: 16px
}

.lightMode .search_search__6bE8t {
    background: #eaeaea
}

.lightMode .search_search__6bE8t .search_container__YiXeU {
    background: 0 0
}

.lightMode .search_search__6bE8t .search_container__YiXeU .search_searchResults__dFktI .search_event___nC1C,.lightMode .search_search__6bE8t .search_container__YiXeU .search_searchResults__dFktI .search_guides__mu_P5,.lightMode .search_search__6bE8t .search_container__YiXeU .search_searchResults__dFktI .search_news__Zt1yg,.lightMode .search_search__6bE8t .search_container__YiXeU .search_searchResults__dFktI .search_player__5zH_5,.lightMode .search_search__6bE8t .search_container__YiXeU .search_searchResults__dFktI .search_series__AGq9i,.lightMode .search_search__6bE8t .search_container__YiXeU .search_searchResults__dFktI .search_team__ZLBdI {
    background-color: #fafafa
}

.lightMode .search_search__6bE8t .search_container__YiXeU .search_searchResults__dFktI .search_event___nC1C a,.lightMode .search_search__6bE8t .search_container__YiXeU .search_searchResults__dFktI .search_guides__mu_P5 a,.lightMode .search_search__6bE8t .search_container__YiXeU .search_searchResults__dFktI .search_news__Zt1yg a,.lightMode .search_search__6bE8t .search_container__YiXeU .search_searchResults__dFktI .search_player__5zH_5 a,.lightMode .search_search__6bE8t .search_container__YiXeU .search_searchResults__dFktI .search_series__AGq9i a,.lightMode .search_search__6bE8t .search_container__YiXeU .search_searchResults__dFktI .search_team__ZLBdI a {
    color: #6f6f6f
}

.lightMode .search_search__6bE8t .search_container__YiXeU .search_searchResults__dFktI .search_event___nC1C:hover,.lightMode .search_search__6bE8t .search_container__YiXeU .search_searchResults__dFktI .search_guides__mu_P5:hover,.lightMode .search_search__6bE8t .search_container__YiXeU .search_searchResults__dFktI .search_news__Zt1yg:hover,.lightMode .search_search__6bE8t .search_container__YiXeU .search_searchResults__dFktI .search_player__5zH_5:hover,.lightMode .search_search__6bE8t .search_container__YiXeU .search_searchResults__dFktI .search_series__AGq9i:hover,.lightMode .search_search__6bE8t .search_container__YiXeU .search_searchResults__dFktI .search_team__ZLBdI:hover {
    background-color: #dbdbdb
}

.lightMode .search_search__6bE8t .search_container__YiXeU .search_searchResults__dFktI .search_player__5zH_5 a .search_playerDetails__9CuK8 .search_nickname__9m49r,.lightMode .search_search__6bE8t .search_container__YiXeU .search_section___h5Cq {
    color: #262626
}

.lightMode .search_search__6bE8t .search_container__YiXeU .search_searchClose__GNav0 {
    background-color: #dbdbdb
}

.layout_input__AFJs3 {
    width: 100%;
    margin-bottom: 5px!important
}

.layout_input__AFJs3 .MuiInputLabel-root {
    color: #fff!important
}

.layout_input__AFJs3 .MuiFilledInput-root {
    border-radius: 8px
}

.layout_input__AFJs3 .MuiFilledInput-root:after,.layout_input__AFJs3 .MuiFilledInput-root:before,.layout_input__AFJs3 .MuiFilledInput-root:focus,.layout_input__AFJs3 .MuiFilledInput-root:hover {
    border-bottom: 0!important
}

.layout_input__AFJs3 .MuiFilledInput-input {
    color: #fff!important;
    background-color: #151515!important;
    border-radius: 8px;
    border: 1px solid #222;
    font-weight: 500
}

.layout_input__AFJs3 .MuiOutlinedInput-input {
    border-radius: 8px;
    color: #fff!important
}

.layout_input__AFJs3 .MuiFormHelperText-root {
    color: #aaa!important
}

.layout_input__AFJs3 .Mui-error {
    color: #ee4f5c!important
}

.layout_input__AFJs3 .MuiFilledInput-input.Mui-disabled {
    -webkit-text-fill-color: hsla(0,0%,100%,.5)
}

.layout_label__pQcRg {
    color: #aaa!important
}

.layout_select__hSPCi .MuiSelect-select {
    padding-top: 5px!important;
    padding-bottom: 3px!important;
    color: #aaa!important
}

.layout_select__hSPCi .Mui-focused,.layout_select__hSPCi .MuiSelect-icon {
    color: #aaa!important
}

.layout_select__hSPCi.layout_languageDropdown__bZYiB .MuiOutlinedInput-notchedOutline {
    border: 0!important
}

.layout_select__hSPCi.layout_languageDropdown__bZYiB .MuiOutlinedInput-input {
    padding: 0 42px 0 0!important;
    text-overflow: unset!important
}

.layout_select__hSPCi.layout_padded__J1SsG .MuiSelect-select {
    padding-top: 15px!important;
    padding-bottom: 13px!important
}

.layout_autoComplete__tfmsT {
    color: #fff
}

.layout_autoComplete__tfmsT .MuiInputLabel-root {
    color: #aaa
}

.layout_autoComplete__tfmsT .MuiOutlinedInput-notchedOutline {
    border-color: #222
}

.layout_autoComplete__tfmsT .MuiOutlinedInput-root .MuiAutocomplete-input,.layout_autoComplete__tfmsT .MuiSvgIcon-root {
    color: #aaa
}

.layout_autoComplete__tfmsT .MuiFormHelperText-root {
    color: #ee4f5c;
    font-weight: 700
}

.layout_autoComplete__tfmsT .Mui-error .MuiOutlinedInput-notchedOutline {
    border-color: #ee4f5c!important
}

.layout_autoComplete__tfmsT .Mui-focused .MuiOutlinedInput-notchedOutline {
    border-width: 1px!important
}

.layout_autoComplete__tfmsT:hover .MuiOutlinedInput-notchedOutline {
    border-color: #222
}

.layout_autoComplete__tfmsT:hover .Mui-error .MuiOutlinedInput-notchedOutline {
    border-color: #ee4f5c
}

.layout_button__F_Gd3 {
    color: #fff!important;
    font-weight: 700!important
}

.layout_button__F_Gd3,.layout_button__F_Gd3:hover {
    background: #cf3744!important
}

.layout_button__F_Gd3 img,.layout_button__F_Gd3 svg {
    width: 20px;
    margin-right: 10px
}

.layout_button__F_Gd3.layout_twitterLogin__Xtz5v {
    background: #1da1f2!important
}

.layout_button__F_Gd3.layout_twitchLogin___ngbf {
    background: #9146ff!important
}

.layout_button__F_Gd3.layout_riotLogin__2yFYW {
    background: #be363a!important
}

.layout_guidelink__DYpqT,.layout_newsItemlink__YCBZ2 {
    background-color: transparent!important;
    padding: 0!important;
    text-transform: inherit!important;
    font-size: inherit!important;
    letter-spacing: inherit!important;
    min-width: auto!important;
    border-radius: 0!important
}

.layout_guidelink__DYpqT:hover,.layout_newsItemlink__YCBZ2:hover {
    background-color: transparent!important
}

.lightMode .layout_input__AFJs3 .MuiInputLabel-root {
    color: #6f6f6f!important
}

.lightMode .layout_input__AFJs3 .MuiFilledInput-root:after,.lightMode .layout_input__AFJs3 .MuiFilledInput-root:before,.lightMode .layout_input__AFJs3 .MuiFilledInput-root:focus,.lightMode .layout_input__AFJs3 .MuiFilledInput-root:hover {
    border-bottom: 0!important
}

.lightMode .layout_input__AFJs3 .MuiFilledInput-input {
    color: #262626!important;
    background-color: #fafafa!important;
    border: 1px solid #cacaca
}

.lightMode .layout_input__AFJs3 .MuiOutlinedInput-input {
    color: #262626!important
}

.lightMode .layout_input__AFJs3 .MuiOutlinedInput-input::-moz-placeholder {
    color: #6f6f6f!important;
    font-weight: 400;
    opacity: 1
}

.lightMode .layout_input__AFJs3 .MuiOutlinedInput-input::placeholder {
    color: #6f6f6f!important;
    font-weight: 400;
    opacity: 1
}

.lightMode .layout_input__AFJs3 .Mui-error {
    color: #ee4f5c!important
}

.lightMode .layout_select__hSPCi .Mui-focused,.lightMode .layout_select__hSPCi .MuiSelect-icon,.lightMode .layout_select__hSPCi .MuiSelect-select {
    color: #6f6f6f!important
}

.lightMode .layout_label__pQcRg,.lightMode .layout_label__pQcRg .Mui-focused {
    color: #6f6f6f!important
}

.lightMode .layout_autoComplete__tfmsT {
    color: #fff
}

.lightMode .layout_autoComplete__tfmsT .MuiInputLabel-root {
    color: #6f6f6f
}

.lightMode .layout_autoComplete__tfmsT .MuiOutlinedInput-notchedOutline {
    border-color: #cacaca
}

.lightMode .layout_autoComplete__tfmsT .MuiOutlinedInput-root .MuiAutocomplete-input,.lightMode .layout_autoComplete__tfmsT .MuiSvgIcon-root {
    color: #6f6f6f
}

.lightMode .layout_autoComplete__tfmsT .MuiFormHelperText-root {
    color: #ee4f5c;
    font-weight: 700
}

.lightMode .layout_autoComplete__tfmsT .Mui-error .MuiOutlinedInput-notchedOutline {
    border-color: #ee4f5c!important
}

.lightMode .layout_autoComplete__tfmsT:hover .MuiOutlinedInput-notchedOutline {
    border-color: #cacaca
}

.lightMode .layout_autoComplete__tfmsT:hover .Mui-error .MuiOutlinedInput-notchedOutline {
    border-color: #ee4f5c!important
}

.layout_liveCircle__qDUi2 {
    border-radius: 50%;
    background: #ff5252;
    box-shadow: 0 0 0 0 #ff5252;
    height: 8px;
    width: 8px;
    transform: scale(1);
    animation: layout_pulse-red__Mb8R8 2s infinite;
    display: inline-block
}

@keyframes layout_pulse-red__Mb8R8 {
    0% {
        transform: scale(.65);
        box-shadow: 0 0 0 0 rgba(255,82,82,.7)
    }

    70% {
        transform: scale(.5);
        box-shadow: 0 0 0 5px transparent
    }

    to {
        transform: scale(.65);
        box-shadow: 0 0 0 0 transparent
    }
}

.layout_closeModal__iImx4 {
    background: #292929;
    color: #fff;
    border-radius: 20px;
    padding: 5px 10px;
    font-size: 20px;
    position: absolute;
    right: -20px;
    top: -15px;
    cursor: pointer
}

.layout_backgroundOverlay__zQ1KY {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.45);
    border-radius: 8px;
    z-index: 1;
    top: 0;
    left: 0
}

.layout_subMenu__XWSxY {
    border-bottom: 1px solid #222;
    align-items: stretch
}

@media screen and (max-width: 576px) {
    .layout_subMenu__XWSxY {
        display:flex;
        align-items: center
    }
}

.layout_subMenu__XWSxY ul {
    display: flex;
    flex-direction: row;
    flex: 1;
    grid-gap: 40px;
    justify-content: center
}

@media screen and (max-width: 576px) {
    .layout_subMenu__XWSxY ul li {
        display:none
    }
}

.layout_subMenu__XWSxY ul li a {
    padding: 10px 0;
    text-transform: uppercase;
    font-weight: 700;
    display: block;
    color: #aaa
}

.layout_subMenu__XWSxY ul li.layout_selected__LXKD3,.layout_subMenu__XWSxY ul li:hover {
    border-bottom: 2px solid #ee4f5c
}

.layout_subMenu__XWSxY ul li.layout_selected__LXKD3 a,.layout_subMenu__XWSxY ul li:hover a {
    color: #fff
}

@media screen and (max-width: 576px) {
    .layout_subMenu__XWSxY ul li.layout_selected__LXKD3 {
        display:block
    }
}

.layout_subMenu__XWSxY .layout_expandMobileMenu__EIMEi {
    padding: 10px;
    border-left: 1px solid #222;
    position: relative
}

.layout_subMenu__XWSxY .layout_expandMobileMenu__EIMEi svg {
    color: #fff;
    width: 15px;
    height: 15px
}

@media screen and (min-width: 768px) {
    .layout_subMenu__XWSxY .layout_expandMobileMenu__EIMEi {
        display:none
    }
}

.layout_subMenu__XWSxY .layout_mobileDropdown__I0xUN {
    position: absolute;
    top: 35px;
    right: 0;
    background: #151515;
    padding: 10px;
    display: flex;
    flex-direction: column;
    text-align: center;
    grid-gap: 5px;
    border: 1px solid #222;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    z-index: 50;
    width: 120px
}

.layout_subMenu__XWSxY .layout_mobileDropdown__I0xUN li {
    display: block
}

@media screen and (max-width: 576px) {
    .layout_subMenu__XWSxY .layout_mobileDropdown__I0xUN li.layout_selected__LXKD3 {
        display:none
    }
}

.layout_flag__j0jI4 {
    width: 20px!important;
    height: 15px!important
}

.layout_viewMore__Vjdyw {
    display: flex;
    justify-content: center;
    flex: 1;
    margin-top: 5px
}

.layout_center__mc9Nf {
    text-align: center
}

.layout_left__ObHQg {
    text-align: left
}

.layout_right__uE_R4 {
    text-align: right
}

@keyframes layout_placeHolderShimmer__AXZA7 {
    0% {
        background-position: -468px 0
    }

    to {
        background-position: 468px 0
    }
}

.layout_animated-background__DyZ4t {
    background: #f6f6f6;
    background: linear-gradient(90deg,#f6f6f6 8%,#f0f0f0 18%,#f6f6f6 33%);
    background-size: 800px 104px
}

.layout_animated-background-dark__zyuzo,.layout_animated-background__DyZ4t {
    animation-duration: 1.25s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: layout_placeHolderShimmer__AXZA7;
    animation-timing-function: linear;
    height: 96px;
    position: relative
}

.layout_animated-background-dark__zyuzo {
    background: #151515;
    background: linear-gradient(90deg,#151515 8%,#171717 18%,#151515 33%);
    background-size: 800px 104px
}

.layout_commentLoggedOut___O5_E {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    flex-direction: column;
    text-align: center
}

.layout_commentLoggedOut___O5_E>span {
    display: inline-block;
    margin-bottom: 10px;
    font-weight: 500
}

.layout_tableHeader__3R133 {
    display: flex;
    background-color: #151515;
    border-bottom: 1px solid #222;
    border-radius: 8px 8px 0 0;
    text-transform: uppercase;
    font-weight: 700
}

.layout_tableHeader__3R133>div {
    padding: 10px 5px;
    flex: 1;
    justify-content: center;
    text-align: center;
    display: flex;
    align-items: center;
    cursor: default;
    word-break: break-word
}

.layout_tableHeader__3R133>div.layout_sortable__FJdHo {
    cursor: pointer
}

.layout_tableHeader__3R133>div.layout_left__ObHQg {
    justify-content: flex-start
}

.layout_tableHeader__3R133>div svg {
    display: inline-block;
    margin-left: 4px;
    width: 13px;
    height: 13px
}

.layout_tableRow__RJxUw {
    display: flex;
    background-color: #151515;
    border-bottom: 1px solid #222;
    font-weight: 700
}

.layout_tableRow__RJxUw:last-child {
    border-radius: 0 0 8px 8px
}

.layout_tableRow__RJxUw>a {
    display: flex;
    flex: 1;
    color: #aaa;
    transition: background-color .4s ease
}

.layout_tableRow__RJxUw>a:hover {
    background-color: #1e1e1e
}

.layout_tableRow__RJxUw>a:hover div span {
    transition: background-color .4s ease;
    background-color: #151515
}

.layout_tableRow__RJxUw>a div {
    padding: 5px
}

.layout_tableRow__RJxUw>a div span {
    background-color: #292929;
    padding: 5px 10px;
    border-radius: 8px
}

.layout_tableRow__RJxUw>div {
    flex: 1;
    justify-content: center;
    display: flex;
    align-items: center;
    padding: 5px
}

.layout_tableRow__RJxUw>div a {
    display: flex;
    flex: 1;
    color: #aaa
}

.layout_tableRow__RJxUw>div>span {
    background-color: #292929;
    padding: 5px 10px;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center
}

.layout_tableRow__RJxUw>div>span small {
    font-size: 10px
}

.layout_tableRow__RJxUw>div.layout_left__ObHQg {
    justify-content: flex-start
}

.layout_tableRow__RJxUw>div.layout_agent__ThyqX {
    padding: 0 0 0 10px;
    grid-gap: 5px;
    display: flex
}

.layout_tableRow__RJxUw>div.layout_agent__ThyqX span {
    border-radius: 0
}

.layout_paging__KBHLM {
    display: flex;
    justify-content: center;
    grid-gap: 5px;
    margin: 5px 10px 10px
}

.layout_paging__KBHLM li {
    background-color: #151515;
    border-radius: 8px;
    padding: 10px;
    font-weight: 500;
    cursor: pointer
}

.layout_paging__KBHLM li:hover {
    background-color: #1e1e1e
}

.layout_paging__KBHLM li.layout_selected__LXKD3 {
    background-color: #cf3744;
    color: #fff
}

.layout_loadingOverlay__97Qtp {
    position: absolute;
    background-color: hsla(0,0%,52%,.5);
    width: 100%;
    height: 100%;
    border-radius: 8px;
    z-index: 2;
    top: 0;
    left: 0
}

.layout_commentError__VSVRe {
    margin-right: 10px
}

.layout_commentError__VSVRe .layout_errorMessage__llYWn {
    padding: 0 5px;
    border-radius: 8px;
    align-items: center
}

.layout_commentError__VSVRe .layout_errorMessage__llYWn .MuiAlert-icon {
    margin-right: 5px
}

.layout_placementsAd__MbJsQ {
    margin-bottom: 15px;
    display: flex;
    justify-content: center
}

.layout_placementsAd__MbJsQ.layout_outLeft__icE5o {
    position: fixed;
    top: 125px;
    left: calc(((100vw - 1280px)/2 - 160px)/2)
}

@media screen and (max-width: 1640px) {
    .layout_placementsAd__MbJsQ.layout_outLeft__icE5o {
        display:none
    }
}

.layout_placementsAd__MbJsQ.layout_outRight__BnjDJ {
    position: fixed;
    top: 125px;
    right: calc(((100vw - 1280px)/2 - 160px)/2)
}

@media screen and (max-width: 1640px) {
    .layout_placementsAd__MbJsQ.layout_outRight__BnjDJ {
        display:none
    }
}

.layout_placementsAd__MbJsQ.layout_desktop__ekARr {
    display: flex;
    align-items: center
}

@media screen and (max-width: 576px) {
    .layout_placementsAd__MbJsQ.layout_desktop__ekARr {
        display:none
    }
}

@media screen and (min-width: 768px) {
    .layout_placementsAd__MbJsQ.layout_mobile__m_9HD {
        display:none
    }
}

.layout_placementsAd__MbJsQ.layout_stickyMobile__lM4AJ,.layout_placementsAd__MbJsQ:last-child {
    margin-bottom: 0
}

.layout_placementsAd__MbJsQ.layout_skyscraperRightColumn__5W84g {
    display: none
}

@media screen and (max-width: 1640px) {
    .layout_placementsAd__MbJsQ.layout_skyscraperRightColumn__5W84g {
        display:block
    }
}

.layout_placementsAd__MbJsQ.layout_matchesList__aIRhz,.layout_placementsAd__MbJsQ.layout_teamsList___cz6c,.layout_placementsAd__MbJsQ.layout_topicsList__BqKh0 {
    margin: 5px 0
}

.layout_floatingVideo__eNTA5 {
    width: 250px;
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 10
}

@media screen and (max-width: 1800px) {
    .layout_floatingVideo__eNTA5 {
        display:none
    }
}

.layout_mobileMenu__ydDjZ {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 1000000;
    background: #323232;
    top: 0;
    left: 0
}

.layout_mobileMenu__ydDjZ ul {
    display: flex;
    flex: 1;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.layout_mobileMenu__ydDjZ ul li {
    text-align: center;
    margin-bottom: 30px
}

.layout_mobileMenu__ydDjZ ul li:last-child {
    margin-bottom: 0
}

.layout_mobileMenu__ydDjZ ul li a,.layout_mobileMenu__ydDjZ ul li span {
    color: #cdcdcd;
    font-size: 18px;
    line-height: 18px;
    font-weight: 700
}

.layout_mobileMenu__ydDjZ ul li a svg,.layout_mobileMenu__ydDjZ ul li span svg {
    width: 15px;
    height: 15px
}

.layout_mobileMenu__ydDjZ ul li a.layout_selected__LXKD3,.layout_mobileMenu__ydDjZ ul li a:hover,.layout_mobileMenu__ydDjZ ul li span.layout_selected__LXKD3,.layout_mobileMenu__ydDjZ ul li span:hover {
    color: #ee4f5c
}

.layout_mobileMenu__ydDjZ ul li>ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 20px 0 20px 60px;
    position: relative
}

.layout_mobileMenu__ydDjZ ul li>ul li {
    position: relative;
    margin-bottom: 30px
}

.layout_mobileMenu__ydDjZ ul li>ul li:last-child {
    margin-bottom: 0
}

.layout_mobileMenu__ydDjZ ul li>ul li a {
    color: #cdcdcd;
    font-size: 18px;
    line-height: 18px;
    font-weight: 400
}

.layout_mobileMenu__ydDjZ ul li>ul li a svg {
    width: 15px;
    height: 15px
}

.layout_mobileMenu__ydDjZ .layout_close__BE0m5 {
    right: 20px;
    top: 20px;
    position: absolute;
    background-color: #1e1e1e;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    align-items: center;
    justify-content: center;
    display: flex;
    color: #fff;
    font-weight: 500
}

.layout_regionFilters__Qcod2 {
    margin: 0;
    padding: 0;
    font-weight: 700
}

.layout_regionFilters__Qcod2 .layout_li__anv0x {
    display: inline-flex;
    align-items: center;
    padding: 5px 10px;
    background: #151515;
    border-radius: 35px;
    margin: 2px;
    cursor: pointer;
    color: #767676;
    transition: background-color .4s ease
}

@media screen and (min-width: 992px) {
    .layout_regionFilters__Qcod2 .layout_li__anv0x:hover {
        background:#1e1e1e
    }
}

.layout_regionFilters__Qcod2 .layout_li__anv0x.layout_selected__LXKD3 {
    background: #fafafa;
    color: #000
}

.layout_regionFilters__Qcod2 .layout_li__anv0x .layout_flag__j0jI4 {
    margin-right: 5px
}

.layout_breadcrumb__V7D64 {
    color: #ee4f5c
}

.layout_breadcrumb__V7D64 a {
    color: #fff;
    font-size: 12px;
    line-height: 16px;
    font-weight: 700
}

.layout_breadcrumb__V7D64 .layout_currentPage__GWx42 {
    color: #8e8e8e
}

.layout_breadcrumb__V7D64 svg {
    width: 15px;
    height: 15px;
    color: #ee4f5c
}

.lightMode .layout_regionFilters__Qcod2 .layout_li__anv0x {
    background: #fafafa;
    color: #262626
}

@media screen and (min-width: 992px) {
    .lightMode .layout_regionFilters__Qcod2 .layout_li__anv0x:hover {
        background:#dbdbdb
    }
}

.lightMode .layout_regionFilters__Qcod2 .layout_li__anv0x.layout_selected__LXKD3 {
    background: #262626;
    color: #fff
}

.lightMode .layout_closeModal__iImx4 {
    background: #fafafa;
    color: #8b8b8b;
    font-weight: 400
}

.lightMode .layout_subMenu__XWSxY {
    border-bottom: 1px solid #cacaca
}

.lightMode .layout_subMenu__XWSxY ul li.layout_selected__LXKD3 a,.lightMode .layout_subMenu__XWSxY ul li:hover a {
    color: #7c7c7c
}

.lightMode .layout_subMenu__XWSxY .layout_expandMobileMenu__EIMEi {
    border-left: 1px solid #cacaca
}

.lightMode .layout_subMenu__XWSxY .layout_expandMobileMenu__EIMEi svg {
    color: #262626
}

.lightMode .layout_subMenu__XWSxY .layout_mobileDropdown__I0xUN {
    background: #fafafa;
    border: 1px solid #cacaca
}

.lightMode .layout_subMenu__XWSxY .layout_mobileDropdown__I0xUN li {
    display: block
}

@media screen and (max-width: 576px) {
    .lightMode .layout_subMenu__XWSxY .layout_mobileDropdown__I0xUN li.layout_selected__LXKD3 {
        display:none
    }
}

.lightMode .layout_tableHeader__3R133,.lightMode .layout_tableRow__RJxUw {
    background-color: #fafafa;
    border-bottom-color: #cacaca
}

.lightMode .layout_tableRow__RJxUw>a {
    color: #6f6f6f
}

.lightMode .layout_tableRow__RJxUw>a:hover {
    background-color: #dbdbdb
}

.lightMode .layout_tableRow__RJxUw>a div span {
    background-color: #ebebeb;
    color: #000
}

.lightMode .layout_tableRow__RJxUw>div a {
    color: #6f6f6f
}

.lightMode .layout_tableRow__RJxUw>div span {
    background-color: #ebebeb;
    color: #000
}

.lightMode .layout_commentError__VSVRe .layout_errorMessage__llYWn {
    background-color: #f7d6d6
}

.lightMode .layout_flag__j0jI4 {
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.5)
}

.lightMode .layout_loadingOverlay__97Qtp {
    background-color: rgba(0,0,0,.5)
}

.lightMode .layout_mobileMenu__ydDjZ {
    background: #fafafa
}

.lightMode .layout_mobileMenu__ydDjZ ul li a {
    color: #6f6f6f
}

.lightMode .layout_mobileMenu__ydDjZ .layout_close__BE0m5 {
    background-color: #dbdbdb;
    color: #262626
}

.lightMode .layout_breadcrumb__V7D64 {
    color: #ee4f5c
}

.lightMode .layout_breadcrumb__V7D64 a {
    color: #262626
}

.lightMode .layout_breadcrumb__V7D64 .layout_currentPage__GWx42 {
    color: #6f6f6f
}

.lightMode .layout_paging__KBHLM li {
    background-color: #fafafa;
    cursor: pointer
}

.lightMode .layout_paging__KBHLM li:hover {
    background-color: #dbdbdb
}

.lightMode .layout_paging__KBHLM li.layout_selected__LXKD3 {
    background-color: #cf3744;
    color: #fff
}

.layout_backgroundTakeover__1u5RF {
    background-repeat: no-repeat;
    z-index: 1;
    cursor: pointer;
    position: fixed;
    top: 0
}

@media screen and (max-width: 1220px) {
    .layout_backgroundTakeover__1u5RF {
        display:none
    }
}

.layout_backgroundTakeover__1u5RF.layout_desktopBackground__w3MeI {
    height: 1000px;
    width: 1900px
}

@media screen and (max-width: 1536px) {
    .layout_backgroundTakeover__1u5RF.layout_desktopBackground__w3MeI {
        display:none
    }
}

.layout_backgroundTakeover__1u5RF.layout_laptopBackground__JKpkn {
    height: 600px;
    width: 1536px
}

@media screen and (min-width: 1536px) {
    .layout_backgroundTakeover__1u5RF.layout_laptopBackground__JKpkn {
        display:none
    }
}

.layout_container__8mgcn {
    width: 1220px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    background-color: #090909;
    padding: 0 5px;
    cursor: auto;
    position: relative;
    z-index: 2
}

@media screen and (max-width: 1536px) {
    .layout_container__8mgcn {
        width:1200px;
        padding: 0 5px
    }
}

@media screen and (max-width: 576px) {
    .layout_container__8mgcn {
        width:100%;
        padding: 0;
        margin-bottom: 0
    }

    .layout_container__8mgcn main {
        flex-direction: column;
        justify-content: center;
        padding: 0 10px
    }
}

.layout_column__RmPbw {
    border: 1px solid #222;
    border-radius: 8px;
    margin-bottom: 15px
}

.layout_column__RmPbw .layout_columnBody__jAwY_ {
    padding: 5px;
    border-top: 1px solid #222
}

.layout_fullColumn__nIrEx {
    width: 100%
}

.layout_middleColumn__qU2fo {
    width: 750px;
    margin: 0 15px
}

.layout_middleColumn__qU2fo.layout_twoColumnLayout__j8ngS {
    width: 1015px;
    margin-left: 0
}

@media screen and (max-width: 576px) {
    .layout_middleColumn__qU2fo,.layout_middleColumn__qU2fo.layout_twoColumnLayout__j8ngS {
        width:100%;
        margin: 0 0 15px
    }

    .layout_middleColumn__qU2fo>div:last-child {
        margin-bottom: 0
    }
}

.layout_leftColumn__bSxiQ,.layout_rightColumn__v5qeW {
    width: 220px
}

@media screen and (max-width: 576px) {
    .layout_leftColumn__bSxiQ,.layout_rightColumn__v5qeW {
        width:100%
    }

    .layout_leftColumn__bSxiQ {
        display: none
    }
}

.layout_singleColumn__sMz_P {
    width: 100%
}

.layout_mainHeader__nUtVa {
    font-size: 16px;
    font-weight: 700;
    padding-top: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #222;
    display: flex
}

@media screen and (max-width: 576px) {
    .layout_mainHeader__nUtVa {
        border-bottom:0;
        margin-bottom: 0;
        padding: 10px
    }
}

.layout_mainHeader__nUtVa .layout_gift__ILSSV {
    margin-left: 10px
}

.layout_mainHeader__nUtVa .layout_gift__ILSSV svg {
    color: #fff;
    cursor: pointer
}

.layout_mainHeader__nUtVa .layout_gift__ILSSV .layout_giftBoxOpen__blrc5 {
    background: #fff;
    border-radius: 12px;
    position: absolute;
    top: 28px;
    left: -105px;
    z-index: 1;
    width: 230px;
    padding: 20px 40px;
    display: flex;
    flex-direction: column;
    color: #aaa;
    justify-content: center;
    font-size: 16px;
    font-weight: 700;
    text-align: center
}

.layout_mainHeader__nUtVa .layout_gift__ILSSV .layout_giftBoxOpen__blrc5 .layout_logoHolder__wFdUD {
    background-color: #151515;
    display: flex;
    padding: 10px;
    border-radius: 8px;
    justify-content: center;
    margin-bottom: 10px
}

.layout_mainHeader__nUtVa .layout_gift__ILSSV .layout_giftBoxOpen__blrc5 .layout_button__F_Gd3 {
    margin-top: 10px
}

.layout_mainHeader__nUtVa svg {
    height: 20px
}

.layout_mainHeader__nUtVa svg.layout_keyhole__F2hCH,.layout_mainHeader__nUtVa svg.layout_search__7B4gu {
    color: #fff;
    cursor: pointer
}

.layout_mainHeader__nUtVa svg.layout_search__7B4gu {
    margin: 0 10px
}

.layout_mainHeader__nUtVa svg.layout_profile__VdvJn {
    margin-right: 10px
}

.layout_mainHeader__nUtVa .layout_notifications__QhV44 {
    display: inline-block;
    margin-right: 15px;
    cursor: pointer
}

.layout_mainHeader__nUtVa .layout_notifications__QhV44 svg {
    color: #fff
}

.layout_mainHeader__nUtVa .layout_viewAllNotifications__sFJrT {
    background-color: #cf3744
}

.layout_mainHeader__nUtVa .layout_logo__vQN5n {
    flex: 4;
    display: flex;
    align-items: center
}

.layout_mainHeader__nUtVa .layout_logo__vQN5n a {
    display: flex;
    align-items: center
}

.layout_mainHeader__nUtVa .layout_logo__vQN5n a img {
    height: 22px
}

.layout_mainHeader__nUtVa .layout_logo__vQN5n a .layout_logoImage__pckRV {
    margin-right: 5px
}

.layout_mainHeader__nUtVa .layout_logo__vQN5n a .layout_logoImage__pckRV img {
    max-width: 55px!important;
    height: 40px
}

@media screen and (max-width: 576px) {
    .layout_mainHeader__nUtVa .layout_logo__vQN5n a .layout_logoText__EkrWz {
        display:none
    }
}

.layout_mainHeader__nUtVa .layout_icons__h5h_p {
    flex: 5;
    display: flex;
    gap: 12px;
    align-items: center;
    font-size: 10px;
    font-weight: 400;
    justify-content: flex-end
}

.layout_mainHeader__nUtVa .layout_icons__h5h_p .layout_displayMode___GqBC {
    display: flex;
    align-items: center
}

.layout_mainHeader__nUtVa .layout_icons__h5h_p .layout_displayMode___GqBC button {
    background-color: transparent;
    font-size: 10px;
    cursor: pointer
}

.layout_mainHeader__nUtVa .layout_icons__h5h_p .layout_displayMode___GqBC button svg {
    margin-right: 5px
}

@media screen and (max-width: 576px) {
    .layout_mainHeader__nUtVa .layout_icons__h5h_p .layout_login__JrzUC,.layout_mainHeader__nUtVa .layout_icons__h5h_p .layout_logout__FkcnY,.layout_mainHeader__nUtVa .layout_icons__h5h_p .layout_profile__VdvJn {
        display:none
    }
}

.layout_mainHeader__nUtVa .layout_mobileMenuIcon__tHc7T {
    align-items: center;
    display: flex
}

.layout_mainHeader__nUtVa .layout_mobileMenuIcon__tHc7T svg {
    color: #fff
}

@media screen and (min-width: 576px) {
    .layout_mainHeader__nUtVa .layout_mobileMenuIcon__tHc7T {
        display:none
    }
}

.layout_mainHeader__nUtVa .layout_gamesNavBar__Rtchc {
    flex: 13;
    display: flex;
    font-size: 16px;
    font-weight: 700
}

.layout_mainHeader__nUtVa .layout_gamesNavBar__Rtchc ul {
    display: flex;
    margin: 0
}

.layout_mainHeader__nUtVa .layout_gamesNavBar__Rtchc ul li {
    display: flex;
    align-items: center;
    margin-right: 5px
}

.layout_mainHeader__nUtVa .layout_gamesNavBar__Rtchc ul li:last-child {
    margin-right: 0
}

.layout_mainHeader__nUtVa .layout_gamesNavBar__Rtchc ul li a {
    color: #aaa;
    text-decoration: none;
    display: flex;
    align-items: center;
    transition: all .4s ease;
    padding: 10px 15px
}

.layout_mainHeader__nUtVa .layout_gamesNavBar__Rtchc ul li a svg {
    margin-right: 5px;
    width: 20px;
    height: 20px
}

.layout_mainHeader__nUtVa .layout_gamesNavBar__Rtchc ul li a.layout_selected__LXKD3,.layout_mainHeader__nUtVa .layout_gamesNavBar__Rtchc ul li a:hover {
    background-color: #cf3744!important;
    color: #fff;
    border-radius: 100px
}

@media screen and (max-width: 576px) {
    .layout_mainHeader__nUtVa .layout_gamesNavBar__Rtchc {
        display:none
    }
}

.layout_mainMenu__Dk0_h {
    font-size: 16px;
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 20px
}

.layout_mainMenu__Dk0_h ul {
    display: flex;
    margin: 0
}

.layout_mainMenu__Dk0_h ul li {
    display: flex;
    align-items: center;
    margin-right: 40px
}

.layout_mainMenu__Dk0_h ul li:last-child {
    margin-right: 0
}

.layout_mainMenu__Dk0_h ul li a {
    color: #aaa;
    text-decoration: none;
    display: flex;
    align-items: center;
    transition: all .4s ease
}

.layout_mainMenu__Dk0_h ul li a svg {
    margin-right: 5px;
    width: 20px;
    height: 20px
}

.layout_mainMenu__Dk0_h ul li a.layout_selected__LXKD3 {
    color: #ee4f5c
}

.layout_mainMenu__Dk0_h ul li a:hover {
    color: #ee4f5c;
    text-decoration: none
}

@media screen and (max-width: 576px) {
    .layout_mainMenu__Dk0_h {
        display:none
    }
}

.layout_footer__djSHN {
    border-top: 1px solid #222;
    margin-top: 30px;
    padding-top: 30px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 30px
}

@media screen and (max-width: 576px) {
    .layout_footer__djSHN {
        border-top:0;
        padding-top: 10px;
        margin-top: 0;
        margin-bottom: 0;
        padding-bottom: 40px
    }
}

.layout_footer__djSHN .layout_logoImage__pckRV {
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
    align-items: center
}

.layout_footer__djSHN .layout_logoImage__pckRV img {
    width: 40px;
    height: 40px
}

@media screen and (max-width: 576px) {
    .layout_footer__djSHN .layout_linksHolder__QlmZl {
        display:flex;
        flex-direction: row;
        justify-content: space-around;
        align-items: flex-start
    }
}

.layout_footer__djSHN .layout_linksHolder__QlmZl .layout_links__p8i1U {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px
}

@media screen and (max-width: 576px) {
    .layout_footer__djSHN .layout_linksHolder__QlmZl .layout_links__p8i1U {
        flex-direction:column
    }
}

.layout_footer__djSHN .layout_linksHolder__QlmZl .layout_links__p8i1U .layout_section__q1Enk {
    margin-right: 25px;
    font-weight: 700;
    color: #fff
}

@media screen and (max-width: 576px) {
    .layout_footer__djSHN .layout_linksHolder__QlmZl .layout_links__p8i1U .layout_section__q1Enk {
        margin-right:0;
        margin-bottom: 5px
    }
}

.layout_footer__djSHN .layout_linksHolder__QlmZl .layout_links__p8i1U a {
    color: #848484;
    text-decoration: none;
    margin-right: 10px;
    font-size: 12px
}

@media screen and (max-width: 576px) {
    .layout_footer__djSHN .layout_linksHolder__QlmZl .layout_links__p8i1U a {
        margin-right:0;
        margin-bottom: 2px
    }
}

.layout_footer__djSHN .layout_linksHolder__QlmZl .layout_links__p8i1U .layout_pmLink__d0bTL {
    visibility: hidden;
    color: #848484;
    text-decoration: none;
    font-size: 12px;
    padding: 0;
    text-transform: capitalize;
    font-weight: 400;
    min-width: 0;
    cursor: pointer;
    background: 0 0;
    border: none
}

@media screen and (max-width: 576px) {
    .layout_footer__djSHN .layout_linksHolder__QlmZl .layout_links__p8i1U .layout_pmLink__d0bTL {
        margin-right:0;
        margin-bottom: 2px
    }
}

.layout_footer__djSHN .layout_socialLinks__hraJN {
    display: flex;
    justify-content: center;
    margin: 5px 0 15px
}

.layout_footer__djSHN .layout_socialLinks__hraJN a {
    color: #fff;
    margin-right: 15px
}

.layout_footer__djSHN .layout_socialLinks__hraJN a svg {
    transition: all .4s ease;
    height: 20px
}

.layout_footer__djSHN .layout_socialLinks__hraJN a.layout_twitter__kx2oI:hover svg {
    color: #1da1f2
}

.layout_footer__djSHN .layout_socialLinks__hraJN a.layout_youtube__uywzM:hover svg {
    color: #fe0000
}

.layout_footer__djSHN .layout_socialLinks__hraJN a.layout_facebook__ZxyT0:hover svg {
    color: #036ce4
}

.layout_footer__djSHN .layout_socialLinks__hraJN a.layout_instagram__yxiuW:hover svg {
    color: #f00075
}

.layout_footer__djSHN .layout_socialLinks__hraJN a.layout_tiktok__f9h_C:hover svg {
    color: #fe2c55
}

.layout_footer__djSHN .layout_socialLinks__hraJN a.layout_discord__BWHzD:hover svg {
    color: #5865f2
}

.layout_footer__djSHN .layout_footerText__hygTK {
    display: flex;
    justify-content: center;
    text-align: center;
    color: #aaa;
    font-size: 10px
}

.layout_footerMenu__U5BCJ {
    display: none
}

.layout_footerMenu__U5BCJ ul {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    flex: 1
}

.layout_footerMenu__U5BCJ ul li a {
    padding: 20px 0;
    display: flex;
    flex-direction: column;
    color: #aaa
}

.layout_footerMenu__U5BCJ ul li a svg {
    height: 18px
}

.layout_footerMenu__U5BCJ ul li a span {
    font-size: 10px;
    display: inline-block;
    margin-top: 5px;
    font-weight: 700
}

.layout_footerMenu__U5BCJ ul li.layout_selected__LXKD3 a {
    color: #ee4f5c
}

@media screen and (max-width: 576px) {
    .layout_footerMenu__U5BCJ {
        display:flex;
        position: fixed;
        bottom: 0;
        width: 100%;
        z-index: 999;
        background: transparent linear-gradient(180deg,#171717,#000) 0 0 no-repeat padding-box
    }

    .layout_loginButtonDesktop__c6Jo7 {
        display: none!important
    }
}

.lightMode .layout_container__8mgcn {
    background-color: #dadadc
}

.lightMode .layout_column__RmPbw {
    border: 1px solid #cacaca;
    background-color: #eaeaea
}

.lightMode .layout_column__RmPbw .layout_columnBody__jAwY_ {
    border-top: 1px solid #cacaca
}

@media screen and (max-width: 576px) {
    .lightMode .layout_mainHeader__nUtVa {
        border-bottom:0
    }
}

@media screen and (max-width: 576px) {
    .lightMode .layout_mainHeader__nUtVa .layout_gamesNavBar__Rtchc {
        display:none
    }
}

@media screen and (max-width: 576px) {
    .lightMode .layout_mainMenu__Dk0_h {
        display:none
    }
}

.lightMode .layout_footer__djSHN {
    border-color: #cacaca
}

.lightMode .layout_footer__djSHN .layout_links__p8i1U .layout_section__q1Enk {
    color: #464646
}

.lightMode .layout_footer__djSHN .layout_links__p8i1U a {
    color: #848484
}

.lightMode .layout_footer__djSHN .layout_socialLinks__hraJN a {
    color: #464646
}

.lightMode .layout_footer__djSHN .layout_footerText__hygTK {
    color: #848484
}

@media screen and (max-width: 576px) {
    .lightMode .layout_footerMenu__U5BCJ {
        background:transparent linear-gradient(0deg,#ededed,#fff) 0 0 no-repeat padding-box
    }
}

.home_backgroundTakeover___CfMf {
    background-repeat: no-repeat;
    z-index: 1;
    cursor: pointer;
    position: fixed;
    top: 0
}

@media screen and (max-width: 1220px) {
    .home_backgroundTakeover___CfMf {
        display:none
    }
}

.home_backgroundTakeover___CfMf.home_desktopBackground__t7NoJ {
    height: 1000px;
    width: 1900px
}

@media screen and (max-width: 1536px) {
    .home_backgroundTakeover___CfMf.home_desktopBackground__t7NoJ {
        display:none
    }
}

.home_backgroundTakeover___CfMf.home_laptopBackground__hSJTv {
    height: 600px;
    width: 1536px
}

@media screen and (min-width: 1536px) {
    .home_backgroundTakeover___CfMf.home_laptopBackground__hSJTv {
        display:none
    }
}

.home_container__U_vei {
    width: 1220px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    background-color: #090909;
    padding: 0 5px;
    cursor: auto;
    position: relative;
    z-index: 2
}

@media screen and (max-width: 1536px) {
    .home_container__U_vei {
        width:1200px;
        padding: 0 5px
    }
}

@media screen and (max-width: 576px) {
    .home_container__U_vei {
        width:100%;
        padding: 0;
        margin-bottom: 0
    }

    .home_container__U_vei main {
        flex-direction: column;
        justify-content: center;
        padding: 0 10px
    }
}

.home_column__uS4w9 {
    border: 1px solid #222;
    border-radius: 8px;
    margin-bottom: 15px
}

.home_column__uS4w9 .home_columnBody__4aZDa {
    padding: 5px;
    border-top: 1px solid #222
}

.home_fullColumn__JbQuh {
    width: 100%
}

.home_middleColumn__Ut60_ {
    width: 750px;
    margin: 0 15px
}

.home_middleColumn__Ut60_.home_twoColumnLayout__08yQY {
    width: 1015px;
    margin-left: 0
}

@media screen and (max-width: 576px) {
    .home_middleColumn__Ut60_,.home_middleColumn__Ut60_.home_twoColumnLayout__08yQY {
        width:100%;
        margin: 0 0 15px
    }

    .home_middleColumn__Ut60_>div:last-child {
        margin-bottom: 0
    }
}

.home_leftColumn__hjI9F,.home_rightColumn__E0e1N {
    width: 220px
}

@media screen and (max-width: 576px) {
    .home_leftColumn__hjI9F,.home_rightColumn__E0e1N {
        width:100%
    }

    .home_leftColumn__hjI9F {
        display: none
    }
}

.home_singleColumn__K9Hj5 {
    width: 100%
}

.home_mainHeader__IRxx4 {
    font-size: 16px;
    font-weight: 700;
    padding-top: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #222;
    display: flex
}

@media screen and (max-width: 576px) {
    .home_mainHeader__IRxx4 {
        border-bottom:0;
        margin-bottom: 0;
        padding: 10px
    }
}

.home_mainHeader__IRxx4 .home_gift__vwYJm {
    margin-left: 10px
}

.home_mainHeader__IRxx4 .home_gift__vwYJm svg {
    color: #fff;
    cursor: pointer
}

.home_mainHeader__IRxx4 .home_gift__vwYJm .home_giftBoxOpen__MfNei {
    background: #fff;
    border-radius: 12px;
    position: absolute;
    top: 28px;
    left: -105px;
    z-index: 1;
    width: 230px;
    padding: 20px 40px;
    display: flex;
    flex-direction: column;
    color: #aaa;
    justify-content: center;
    font-size: 16px;
    font-weight: 700;
    text-align: center
}

.home_mainHeader__IRxx4 .home_gift__vwYJm .home_giftBoxOpen__MfNei .home_logoHolder__yeb86 {
    background-color: #151515;
    display: flex;
    padding: 10px;
    border-radius: 8px;
    justify-content: center;
    margin-bottom: 10px
}

.home_mainHeader__IRxx4 .home_gift__vwYJm .home_giftBoxOpen__MfNei .home_button__HEjkK {
    margin-top: 10px
}

.home_mainHeader__IRxx4 svg {
    height: 20px
}

.home_mainHeader__IRxx4 svg.home_keyhole__O93J3,.home_mainHeader__IRxx4 svg.home_search__gYTM1 {
    color: #fff;
    cursor: pointer
}

.home_mainHeader__IRxx4 svg.home_search__gYTM1 {
    margin: 0 10px
}

.home_mainHeader__IRxx4 svg.home_profile__IhfuT {
    margin-right: 10px
}

.home_mainHeader__IRxx4 .home_notifications__qwdWT {
    display: inline-block;
    margin-right: 15px;
    cursor: pointer
}

.home_mainHeader__IRxx4 .home_notifications__qwdWT svg {
    color: #fff
}

.home_mainHeader__IRxx4 .home_viewAllNotifications__q7v9G {
    background-color: #cf3744
}

.home_mainHeader__IRxx4 .home_logo__24cIy {
    flex: 4;
    display: flex;
    align-items: center
}

.home_mainHeader__IRxx4 .home_logo__24cIy a {
    display: flex;
    align-items: center
}

.home_mainHeader__IRxx4 .home_logo__24cIy a img {
    height: 22px
}

.home_mainHeader__IRxx4 .home_logo__24cIy a .home_logoImage__K9Xfb {
    margin-right: 5px
}

.home_mainHeader__IRxx4 .home_logo__24cIy a .home_logoImage__K9Xfb img {
    max-width: 55px!important;
    height: 40px
}

@media screen and (max-width: 576px) {
    .home_mainHeader__IRxx4 .home_logo__24cIy a .home_logoText__YjiIM {
        display:none
    }
}

.home_mainHeader__IRxx4 .home_icons__4mUxD {
    flex: 5;
    display: flex;
    align-items: center;
    font-size: 10px;
    font-weight: 400;
    justify-content: flex-end
}

.home_mainHeader__IRxx4 .home_icons__4mUxD .home_displayMode__iTp6E {
    display: flex;
    align-items: center
}

.home_mainHeader__IRxx4 .home_icons__4mUxD .home_displayMode__iTp6E button {
    background-color: transparent;
    font-size: 10px;
    cursor: pointer
}

.home_mainHeader__IRxx4 .home_icons__4mUxD .home_displayMode__iTp6E button svg {
    margin-right: 5px
}

@media screen and (max-width: 576px) {
    .home_mainHeader__IRxx4 .home_icons__4mUxD .home_login__KCIzc,.home_mainHeader__IRxx4 .home_icons__4mUxD .home_logout__c9mGh,.home_mainHeader__IRxx4 .home_icons__4mUxD .home_profile__IhfuT {
        display:none
    }
}

.home_mainHeader__IRxx4 .home_mobileMenuIcon__bbRsF {
    align-items: center;
    display: flex
}

.home_mainHeader__IRxx4 .home_mobileMenuIcon__bbRsF svg {
    color: #fff
}

@media screen and (min-width: 576px) {
    .home_mainHeader__IRxx4 .home_mobileMenuIcon__bbRsF {
        display:none
    }
}

.home_mainHeader__IRxx4 .home_gamesNavBar__YRT0J {
    flex: 13;
    display: flex;
    font-size: 16px;
    font-weight: 700
}

.home_mainHeader__IRxx4 .home_gamesNavBar__YRT0J ul {
    display: flex;
    margin: 0
}

.home_mainHeader__IRxx4 .home_gamesNavBar__YRT0J ul li {
    display: flex;
    align-items: center;
    margin-right: 5px
}

.home_mainHeader__IRxx4 .home_gamesNavBar__YRT0J ul li:last-child {
    margin-right: 0
}

.home_mainHeader__IRxx4 .home_gamesNavBar__YRT0J ul li a {
    color: #aaa;
    text-decoration: none;
    display: flex;
    align-items: center;
    transition: all .4s ease;
    padding: 10px 15px
}

.home_mainHeader__IRxx4 .home_gamesNavBar__YRT0J ul li a svg {
    margin-right: 5px;
    width: 20px;
    height: 20px
}

.home_mainHeader__IRxx4 .home_gamesNavBar__YRT0J ul li a.home_selected__L9_ZZ,.home_mainHeader__IRxx4 .home_gamesNavBar__YRT0J ul li a:hover {
    background-color: #cf3744!important;
    color: #fff;
    border-radius: 100px
}

@media screen and (max-width: 576px) {
    .home_mainHeader__IRxx4 .home_gamesNavBar__YRT0J {
        display:none
    }
}

.home_mainMenu__cDtNx {
    font-size: 16px;
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 20px
}

.home_mainMenu__cDtNx ul {
    display: flex;
    margin: 0
}

.home_mainMenu__cDtNx ul li {
    display: flex;
    align-items: center;
    margin-right: 40px
}

.home_mainMenu__cDtNx ul li:last-child {
    margin-right: 0
}

.home_mainMenu__cDtNx ul li a {
    color: #aaa;
    text-decoration: none;
    display: flex;
    align-items: center;
    transition: all .4s ease
}

.home_mainMenu__cDtNx ul li a svg {
    margin-right: 5px;
    width: 20px;
    height: 20px
}

.home_mainMenu__cDtNx ul li a.home_selected__L9_ZZ {
    color: #ee4f5c
}

.home_mainMenu__cDtNx ul li a:hover {
    color: #ee4f5c;
    text-decoration: none
}

@media screen and (max-width: 576px) {
    .home_mainMenu__cDtNx {
        display:none
    }
}

.home_footer__MvQeQ {
    border-top: 1px solid #222;
    margin-top: 30px;
    padding-top: 30px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 30px
}

@media screen and (max-width: 576px) {
    .home_footer__MvQeQ {
        border-top:0;
        padding-top: 10px;
        margin-top: 0;
        margin-bottom: 0;
        padding-bottom: 40px
    }
}

.home_footer__MvQeQ .home_logoImage__K9Xfb {
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
    align-items: center
}

.home_footer__MvQeQ .home_logoImage__K9Xfb img {
    width: 40px;
    height: 40px
}

@media screen and (max-width: 576px) {
    .home_footer__MvQeQ .home_linksHolder__OEUK4 {
        display:flex;
        flex-direction: row;
        justify-content: space-around;
        align-items: flex-start
    }
}

.home_footer__MvQeQ .home_linksHolder__OEUK4 .home_links__QlLkO {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px
}

@media screen and (max-width: 576px) {
    .home_footer__MvQeQ .home_linksHolder__OEUK4 .home_links__QlLkO {
        flex-direction:column
    }
}

.home_footer__MvQeQ .home_linksHolder__OEUK4 .home_links__QlLkO .home_section__LskIX {
    margin-right: 25px;
    font-weight: 700;
    color: #fff
}

@media screen and (max-width: 576px) {
    .home_footer__MvQeQ .home_linksHolder__OEUK4 .home_links__QlLkO .home_section__LskIX {
        margin-right:0;
        margin-bottom: 5px
    }
}

.home_footer__MvQeQ .home_linksHolder__OEUK4 .home_links__QlLkO a {
    color: #848484;
    text-decoration: none;
    margin-right: 10px;
    font-size: 12px
}

@media screen and (max-width: 576px) {
    .home_footer__MvQeQ .home_linksHolder__OEUK4 .home_links__QlLkO a {
        margin-right:0;
        margin-bottom: 2px
    }
}

.home_footer__MvQeQ .home_linksHolder__OEUK4 .home_links__QlLkO .home_pmLink__xbCJY {
    visibility: hidden;
    color: #848484;
    text-decoration: none;
    font-size: 12px;
    padding: 0;
    text-transform: capitalize;
    font-weight: 400;
    min-width: 0;
    cursor: pointer;
    background: 0 0;
    border: none
}

@media screen and (max-width: 576px) {
    .home_footer__MvQeQ .home_linksHolder__OEUK4 .home_links__QlLkO .home_pmLink__xbCJY {
        margin-right:0;
        margin-bottom: 2px
    }
}

.home_footer__MvQeQ .home_socialLinks__l1VSi {
    display: flex;
    justify-content: center;
    margin: 5px 0 15px
}

.home_footer__MvQeQ .home_socialLinks__l1VSi a {
    color: #fff;
    margin-right: 15px
}

.home_footer__MvQeQ .home_socialLinks__l1VSi a svg {
    transition: all .4s ease;
    height: 20px
}

.home_footer__MvQeQ .home_socialLinks__l1VSi a.home_twitter__nT8au:hover svg {
    color: #1da1f2
}

.home_footer__MvQeQ .home_socialLinks__l1VSi a.home_youtube__lvsVS:hover svg {
    color: #fe0000
}

.home_footer__MvQeQ .home_socialLinks__l1VSi a.home_facebook__wS_sT:hover svg {
    color: #036ce4
}

.home_footer__MvQeQ .home_socialLinks__l1VSi a.home_instagram__MQIr5:hover svg {
    color: #f00075
}

.home_footer__MvQeQ .home_socialLinks__l1VSi a.home_tiktok__aLl8N:hover svg {
    color: #fe2c55
}

.home_footer__MvQeQ .home_socialLinks__l1VSi a.home_discord__C5Q43:hover svg {
    color: #5865f2
}

.home_footer__MvQeQ .home_footerText__5Tvws {
    display: flex;
    justify-content: center;
    text-align: center;
    color: #aaa;
    font-size: 10px
}

.home_footerMenu__qrLqY {
    display: none
}

.home_footerMenu__qrLqY ul {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    flex: 1
}

.home_footerMenu__qrLqY ul li a {
    padding: 20px 0;
    display: flex;
    flex-direction: column;
    color: #aaa
}

.home_footerMenu__qrLqY ul li a svg {
    height: 18px
}

.home_footerMenu__qrLqY ul li a span {
    font-size: 10px;
    display: inline-block;
    margin-top: 5px;
    font-weight: 700
}

.home_footerMenu__qrLqY ul li.home_selected__L9_ZZ a {
    color: #ee4f5c
}

@media screen and (max-width: 576px) {
    .home_footerMenu__qrLqY {
        display:flex;
        position: fixed;
        bottom: 0;
        width: 100%;
        z-index: 999;
        background: transparent linear-gradient(180deg,#171717,#000) 0 0 no-repeat padding-box
    }

    .home_loginButtonDesktop__eak9w {
        display: none!important
    }
}

.lightMode .home_container__U_vei {
    background-color: #dadadc
}

.lightMode .home_column__uS4w9 {
    border: 1px solid #cacaca;
    background-color: #eaeaea
}

.lightMode .home_column__uS4w9 .home_columnBody__4aZDa {
    border-top: 1px solid #cacaca
}

.lightMode .home_mainHeader__IRxx4 {
    border-bottom: 1px solid #cacaca
}

@media screen and (max-width: 576px) {
    .lightMode .home_mainHeader__IRxx4 {
        border-bottom:0
    }
}

.lightMode .home_mainHeader__IRxx4 .home_gift__vwYJm svg {
    color: #464646;
    cursor: pointer
}

.lightMode .home_mainHeader__IRxx4 .home_gift__vwYJm .home_giftBoxOpen__MfNei {
    background: #151515;
    color: #6f6f6f
}

.lightMode .home_mainHeader__IRxx4 .home_gift__vwYJm .home_giftBoxOpen__MfNei .home_logoHolder__yeb86 {
    background-color: #292929
}

.lightMode .home_mainHeader__IRxx4 svg {
    color: #767676
}

.lightMode .home_mainHeader__IRxx4 svg.home_keyhole__O93J3,.lightMode .home_mainHeader__IRxx4 svg.home_search__gYTM1 {
    color: #464646
}

.lightMode .home_mainHeader__IRxx4 .home_icons__4mUxD .home_displayMode__iTp6E button {
    color: #767676
}

.lightMode .home_mainHeader__IRxx4 .home_notifications__qwdWT svg {
    color: #464646
}

.lightMode .home_mainHeader__IRxx4 .home_gamesNavBar__YRT0J ul li a {
    color: #6f6f6f
}

.lightMode .home_mainHeader__IRxx4 .home_gamesNavBar__YRT0J ul li a.home_selected__L9_ZZ,.lightMode .home_mainHeader__IRxx4 .home_gamesNavBar__YRT0J ul li a:hover {
    background-color: #cf3744!important;
    color: #fff!important
}

@media screen and (max-width: 576px) {
    .lightMode .home_mainHeader__IRxx4 .home_gamesNavBar__YRT0J {
        display:none
    }
}

.lightMode .home_mainMenu__cDtNx ul li a {
    color: #6f6f6f
}

.lightMode .home_mainMenu__cDtNx ul li a.home_selected__L9_ZZ {
    color: #ee4f5c
}

.lightMode .home_mainMenu__cDtNx ul li a:hover {
    color: #ee4f5c;
    text-decoration: none
}

@media screen and (max-width: 576px) {
    .lightMode .home_mainMenu__cDtNx {
        display:none
    }
}

.lightMode .home_footer__MvQeQ {
    border-color: #cacaca
}

.lightMode .home_footer__MvQeQ .home_links__QlLkO .home_section__LskIX {
    color: #464646
}

.lightMode .home_footer__MvQeQ .home_links__QlLkO a {
    color: #848484
}

.lightMode .home_footer__MvQeQ .home_socialLinks__l1VSi a {
    color: #464646
}

.lightMode .home_footer__MvQeQ .home_footerText__5Tvws {
    color: #848484
}

@media screen and (max-width: 576px) {
    .lightMode .home_footerMenu__qrLqY {
        background:transparent linear-gradient(0deg,#ededed,#fff) 0 0 no-repeat padding-box
    }
}

.home_liveCircle__owJeO {
    border-radius: 50%;
    background: #ff5252;
    box-shadow: 0 0 0 0 #ff5252;
    height: 8px;
    width: 8px;
    transform: scale(1);
    animation: home_pulse-red__GiC_d 2s infinite;
    display: inline-block
}

@keyframes home_pulse-red__GiC_d {
    0% {
        transform: scale(.65);
        box-shadow: 0 0 0 0 rgba(255,82,82,.7)
    }

    70% {
        transform: scale(.5);
        box-shadow: 0 0 0 5px transparent
    }

    to {
        transform: scale(.65);
        box-shadow: 0 0 0 0 transparent
    }
}

.home_closeModal__hB9fL {
    background: #292929;
    color: #fff;
    border-radius: 20px;
    padding: 5px 10px;
    font-size: 20px;
    position: absolute;
    right: -20px;
    top: -15px;
    cursor: pointer
}

.home_backgroundOverlay__wEwPt {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.45);
    border-radius: 8px;
    z-index: 1;
    top: 0;
    left: 0
}

.home_subMenu__qaWAf {
    border-bottom: 1px solid #222;
    align-items: stretch
}

@media screen and (max-width: 576px) {
    .home_subMenu__qaWAf {
        display:flex;
        align-items: center
    }
}

.home_subMenu__qaWAf ul {
    display: flex;
    flex-direction: row;
    flex: 1;
    grid-gap: 40px;
    justify-content: center
}

@media screen and (max-width: 576px) {
    .home_subMenu__qaWAf ul li {
        display:none
    }
}

.home_subMenu__qaWAf ul li a {
    padding: 10px 0;
    text-transform: uppercase;
    font-weight: 700;
    display: block;
    color: #aaa
}

.home_subMenu__qaWAf ul li.home_selected__L9_ZZ,.home_subMenu__qaWAf ul li:hover {
    border-bottom: 2px solid #ee4f5c
}

.home_subMenu__qaWAf ul li.home_selected__L9_ZZ a,.home_subMenu__qaWAf ul li:hover a {
    color: #fff
}

@media screen and (max-width: 576px) {
    .home_subMenu__qaWAf ul li.home_selected__L9_ZZ {
        display:block
    }
}

.home_subMenu__qaWAf .home_expandMobileMenu__UgxO6 {
    padding: 10px;
    border-left: 1px solid #222;
    position: relative
}

.home_subMenu__qaWAf .home_expandMobileMenu__UgxO6 svg {
    color: #fff;
    width: 15px;
    height: 15px
}

@media screen and (min-width: 768px) {
    .home_subMenu__qaWAf .home_expandMobileMenu__UgxO6 {
        display:none
    }
}

.home_subMenu__qaWAf .home_mobileDropdown__Hb3Wo {
    position: absolute;
    top: 35px;
    right: 0;
    background: #151515;
    padding: 10px;
    display: flex;
    flex-direction: column;
    text-align: center;
    grid-gap: 5px;
    border: 1px solid #222;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    z-index: 50;
    width: 120px
}

.home_subMenu__qaWAf .home_mobileDropdown__Hb3Wo li {
    display: block
}

@media screen and (max-width: 576px) {
    .home_subMenu__qaWAf .home_mobileDropdown__Hb3Wo li.home_selected__L9_ZZ {
        display:none
    }
}

.home_flag__eblyj {
    width: 20px!important;
    height: 15px!important
}

.home_viewMore__teHRW {
    display: flex;
    justify-content: center;
    flex: 1;
    margin-top: 5px
}

.home_center__QYX_l {
    text-align: center
}

.home_left__DUQgx {
    text-align: left
}

.home_right__ELpp8 {
    text-align: right
}

@keyframes home_placeHolderShimmer__BeCSq {
    0% {
        background-position: -468px 0
    }

    to {
        background-position: 468px 0
    }
}

.home_animated-background__tO_ic,.lightMode .home_newsListLoading__Q5sai div {
    background: #f6f6f6;
    background: linear-gradient(90deg,#f6f6f6 8%,#f0f0f0 18%,#f6f6f6 33%);
    background-size: 800px 104px
}

.home_animated-background-dark__KfpyL,.home_animated-background__tO_ic,.home_newsListLoading__Q5sai div,.lightMode .home_newsListLoading__Q5sai div {
    animation-duration: 1.25s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: home_placeHolderShimmer__BeCSq;
    animation-timing-function: linear;
    height: 96px;
    position: relative
}

.home_animated-background-dark__KfpyL,.home_newsListLoading__Q5sai div {
    background: #151515;
    background: linear-gradient(90deg,#151515 8%,#171717 18%,#151515 33%);
    background-size: 800px 104px
}

.home_commentLoggedOut__18q6S {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    flex-direction: column;
    text-align: center
}

.home_commentLoggedOut__18q6S>span {
    display: inline-block;
    margin-bottom: 10px;
    font-weight: 500
}

.home_tableHeader__yBObx {
    display: flex;
    background-color: #151515;
    border-bottom: 1px solid #222;
    border-radius: 8px 8px 0 0;
    text-transform: uppercase;
    font-weight: 700
}

.home_tableHeader__yBObx>div {
    padding: 10px 5px;
    flex: 1;
    justify-content: center;
    text-align: center;
    display: flex;
    align-items: center;
    cursor: default;
    word-break: break-word
}

.home_tableHeader__yBObx>div.home_sortable__PcJTS {
    cursor: pointer
}

.home_tableHeader__yBObx>div.home_left__DUQgx {
    justify-content: flex-start
}

.home_tableHeader__yBObx>div svg {
    display: inline-block;
    margin-left: 4px;
    width: 13px;
    height: 13px
}

.home_tableRow__VKWdb {
    display: flex;
    background-color: #151515;
    border-bottom: 1px solid #222;
    font-weight: 700
}

.home_tableRow__VKWdb:last-child {
    border-radius: 0 0 8px 8px
}

.home_tableRow__VKWdb>a {
    display: flex;
    flex: 1;
    color: #aaa;
    transition: background-color .4s ease
}

.home_tableRow__VKWdb>a:hover {
    background-color: #1e1e1e
}

.home_tableRow__VKWdb>a:hover div span {
    transition: background-color .4s ease;
    background-color: #151515
}

.home_tableRow__VKWdb>a div {
    padding: 5px
}

.home_tableRow__VKWdb>a div span {
    background-color: #292929;
    padding: 5px 10px;
    border-radius: 8px
}

.home_tableRow__VKWdb>div {
    flex: 1;
    justify-content: center;
    display: flex;
    align-items: center;
    padding: 5px
}

.home_tableRow__VKWdb>div a {
    display: flex;
    flex: 1;
    color: #aaa
}

.home_tableRow__VKWdb>div>span {
    background-color: #292929;
    padding: 5px 10px;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center
}

.home_tableRow__VKWdb>div>span small {
    font-size: 10px
}

.home_tableRow__VKWdb>div.home_left__DUQgx {
    justify-content: flex-start
}

.home_tableRow__VKWdb>div.home_agent__OTjME {
    padding: 0 0 0 10px;
    grid-gap: 5px;
    display: flex
}

.home_tableRow__VKWdb>div.home_agent__OTjME span {
    border-radius: 0
}

.home_paging___QIDz {
    display: flex;
    justify-content: center;
    grid-gap: 5px;
    margin: 5px 10px 10px
}

.home_paging___QIDz li {
    background-color: #151515;
    border-radius: 8px;
    padding: 10px;
    font-weight: 500;
    cursor: pointer
}

.home_paging___QIDz li:hover {
    background-color: #1e1e1e
}

.home_paging___QIDz li.home_selected__L9_ZZ {
    background-color: #cf3744;
    color: #fff
}

.home_loadingOverlay__LN8Wz {
    position: absolute;
    background-color: hsla(0,0%,52%,.5);
    width: 100%;
    height: 100%;
    border-radius: 8px;
    z-index: 2;
    top: 0;
    left: 0
}

.home_commentError__wDQm0 {
    margin-right: 10px
}

.home_commentError__wDQm0 .home_errorMessage__ua1cK {
    padding: 0 5px;
    border-radius: 8px;
    align-items: center
}

.home_commentError__wDQm0 .home_errorMessage__ua1cK .MuiAlert-icon {
    margin-right: 5px
}

.home_placementsAd__t238N {
    margin-bottom: 15px;
    display: flex;
    justify-content: center
}

.home_placementsAd__t238N.home_outLeft__M6ZGI {
    position: fixed;
    top: 125px;
    left: calc(((100vw - 1280px)/2 - 160px)/2)
}

@media screen and (max-width: 1640px) {
    .home_placementsAd__t238N.home_outLeft__M6ZGI {
        display:none
    }
}

.home_placementsAd__t238N.home_outRight__EkB02 {
    position: fixed;
    top: 125px;
    right: calc(((100vw - 1280px)/2 - 160px)/2)
}

@media screen and (max-width: 1640px) {
    .home_placementsAd__t238N.home_outRight__EkB02 {
        display:none
    }
}

.home_placementsAd__t238N.home_desktop__ku1hI {
    display: flex;
    align-items: center
}

@media screen and (max-width: 576px) {
    .home_placementsAd__t238N.home_desktop__ku1hI {
        display:none
    }
}

@media screen and (min-width: 768px) {
    .home_placementsAd__t238N.home_mobile__B9Crm {
        display:none
    }
}

.home_placementsAd__t238N.home_stickyMobile__BZZz4,.home_placementsAd__t238N:last-child {
    margin-bottom: 0
}

.home_placementsAd__t238N.home_skyscraperRightColumn__RfLld {
    display: none
}

@media screen and (max-width: 1640px) {
    .home_placementsAd__t238N.home_skyscraperRightColumn__RfLld {
        display:block
    }
}

.home_placementsAd__t238N.home_matchesList__LVohP,.home_placementsAd__t238N.home_teamsList__msY4_,.home_placementsAd__t238N.home_topicsList__zKKRw {
    margin: 5px 0
}

.home_floatingVideo__2wvx5 {
    width: 250px;
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 10
}

@media screen and (max-width: 1800px) {
    .home_floatingVideo__2wvx5 {
        display:none
    }
}

.home_mobileMenu__57XD_ {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 999;
    background: #323232;
    top: 0;
    left: 0
}

.home_mobileMenu__57XD_ ul {
    display: flex;
    flex: 1;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.home_mobileMenu__57XD_ ul li {
    text-align: center;
    margin-bottom: 30px
}

.home_mobileMenu__57XD_ ul li:last-child {
    margin-bottom: 0
}

.home_mobileMenu__57XD_ ul li a,.home_mobileMenu__57XD_ ul li span {
    color: #cdcdcd;
    font-size: 18px;
    line-height: 18px;
    font-weight: 700
}

.home_mobileMenu__57XD_ ul li a svg,.home_mobileMenu__57XD_ ul li span svg {
    width: 15px;
    height: 15px
}

.home_mobileMenu__57XD_ ul li a.home_selected__L9_ZZ,.home_mobileMenu__57XD_ ul li a:hover,.home_mobileMenu__57XD_ ul li span.home_selected__L9_ZZ,.home_mobileMenu__57XD_ ul li span:hover {
    color: #ee4f5c
}

.home_mobileMenu__57XD_ ul li>ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 20px 0 20px 60px;
    position: relative
}

.home_mobileMenu__57XD_ ul li>ul li {
    position: relative;
    margin-bottom: 30px
}

.home_mobileMenu__57XD_ ul li>ul li:last-child {
    margin-bottom: 0
}

.home_mobileMenu__57XD_ ul li>ul li a {
    color: #cdcdcd;
    font-size: 18px;
    line-height: 18px;
    font-weight: 400
}

.home_mobileMenu__57XD_ ul li>ul li a svg {
    width: 15px;
    height: 15px
}

.home_mobileMenu__57XD_ .home_close__AsMk0 {
    right: 20px;
    top: 20px;
    position: absolute;
    background-color: #1e1e1e;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    align-items: center;
    justify-content: center;
    display: flex;
    color: #fff;
    font-weight: 500
}

.home_regionFilters__wyIH4 {
    margin: 0;
    padding: 0;
    font-weight: 700
}

.home_regionFilters__wyIH4 .home_li__Ix5o0 {
    display: inline-flex;
    align-items: center;
    padding: 5px 10px;
    background: #151515;
    border-radius: 35px;
    margin: 2px;
    cursor: pointer;
    color: #767676;
    transition: background-color .4s ease
}

@media screen and (min-width: 992px) {
    .home_regionFilters__wyIH4 .home_li__Ix5o0:hover {
        background:#1e1e1e
    }
}

.home_regionFilters__wyIH4 .home_li__Ix5o0.home_selected__L9_ZZ {
    background: #fafafa;
    color: #000
}

.home_regionFilters__wyIH4 .home_li__Ix5o0 .home_flag__eblyj {
    margin-right: 5px
}

.home_breadcrumb__sQESq {
    color: #ee4f5c
}

.home_breadcrumb__sQESq a {
    color: #fff;
    font-size: 12px;
    line-height: 16px;
    font-weight: 700
}

.home_breadcrumb__sQESq .home_currentPage__zSBla {
    color: #8e8e8e
}

.home_breadcrumb__sQESq svg {
    width: 15px;
    height: 15px;
    color: #ee4f5c
}

.lightMode .home_regionFilters__wyIH4 .home_li__Ix5o0 {
    background: #fafafa;
    color: #262626
}

@media screen and (min-width: 992px) {
    .lightMode .home_regionFilters__wyIH4 .home_li__Ix5o0:hover {
        background:#dbdbdb
    }
}

.lightMode .home_regionFilters__wyIH4 .home_li__Ix5o0.home_selected__L9_ZZ {
    background: #262626;
    color: #fff
}

.lightMode .home_closeModal__hB9fL {
    background: #fafafa;
    color: #8b8b8b;
    font-weight: 400
}

.lightMode .home_subMenu__qaWAf {
    border-bottom: 1px solid #cacaca
}

.lightMode .home_subMenu__qaWAf ul li.home_selected__L9_ZZ a,.lightMode .home_subMenu__qaWAf ul li:hover a {
    color: #7c7c7c
}

.lightMode .home_subMenu__qaWAf .home_expandMobileMenu__UgxO6 {
    border-left: 1px solid #cacaca
}

.lightMode .home_subMenu__qaWAf .home_expandMobileMenu__UgxO6 svg {
    color: #262626
}

.lightMode .home_subMenu__qaWAf .home_mobileDropdown__Hb3Wo {
    background: #fafafa;
    border: 1px solid #cacaca
}

.lightMode .home_subMenu__qaWAf .home_mobileDropdown__Hb3Wo li {
    display: block
}

@media screen and (max-width: 576px) {
    .lightMode .home_subMenu__qaWAf .home_mobileDropdown__Hb3Wo li.home_selected__L9_ZZ {
        display:none
    }
}

.lightMode .home_tableHeader__yBObx,.lightMode .home_tableRow__VKWdb {
    background-color: #fafafa;
    border-bottom-color: #cacaca
}

.lightMode .home_tableRow__VKWdb>a {
    color: #6f6f6f
}

.lightMode .home_tableRow__VKWdb>a:hover {
    background-color: #dbdbdb
}

.lightMode .home_tableRow__VKWdb>a div span {
    background-color: #ebebeb;
    color: #000
}

.lightMode .home_tableRow__VKWdb>div a {
    color: #6f6f6f
}

.lightMode .home_tableRow__VKWdb>div span {
    background-color: #ebebeb;
    color: #000
}

.lightMode .home_commentError__wDQm0 .home_errorMessage__ua1cK {
    background-color: #f7d6d6
}

.lightMode .home_flag__eblyj {
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.5)
}

.lightMode .home_loadingOverlay__LN8Wz {
    background-color: rgba(0,0,0,.5)
}

.lightMode .home_mobileMenu__57XD_ {
    background: #fafafa
}

.lightMode .home_mobileMenu__57XD_ ul li a {
    color: #6f6f6f
}

.lightMode .home_mobileMenu__57XD_ .home_close__AsMk0 {
    background-color: #dbdbdb;
    color: #262626
}

.lightMode .home_breadcrumb__sQESq {
    color: #ee4f5c
}

.lightMode .home_breadcrumb__sQESq a {
    color: #262626
}

.lightMode .home_breadcrumb__sQESq .home_currentPage__zSBla {
    color: #6f6f6f
}

.lightMode .home_paging___QIDz li {
    background-color: #fafafa;
    cursor: pointer
}

.lightMode .home_paging___QIDz li:hover {
    background-color: #dbdbdb
}

.lightMode .home_paging___QIDz li.home_selected__L9_ZZ {
    background-color: #cf3744;
    color: #fff
}

.home_input__CGl5R {
    width: 100%;
    margin-bottom: 5px!important
}

.home_input__CGl5R .MuiInputLabel-root {
    color: #fff!important
}

.home_input__CGl5R .MuiFilledInput-root {
    border-radius: 8px
}

.home_input__CGl5R .MuiFilledInput-root:after,.home_input__CGl5R .MuiFilledInput-root:before,.home_input__CGl5R .MuiFilledInput-root:focus,.home_input__CGl5R .MuiFilledInput-root:hover {
    border-bottom: 0!important
}

.home_input__CGl5R .MuiFilledInput-input {
    color: #fff!important;
    background-color: #151515!important;
    border-radius: 8px;
    border: 1px solid #222;
    font-weight: 500
}

.home_input__CGl5R .MuiOutlinedInput-input {
    border-radius: 8px;
    color: #fff!important
}

.home_input__CGl5R .MuiFormHelperText-root {
    color: #aaa!important
}

.home_input__CGl5R .Mui-error {
    color: #ee4f5c!important
}

.home_input__CGl5R .MuiFilledInput-input.Mui-disabled {
    -webkit-text-fill-color: hsla(0,0%,100%,.5)
}

.home_label__pEUCC {
    color: #aaa!important
}

.home_select__nnPyU .MuiSelect-select {
    padding-top: 5px!important;
    padding-bottom: 3px!important;
    color: #aaa!important
}

.home_select__nnPyU .Mui-focused,.home_select__nnPyU .MuiSelect-icon {
    color: #aaa!important
}

.home_select__nnPyU.home_languageDropdown__0fyhN .MuiOutlinedInput-notchedOutline {
    border: 0!important
}

.home_select__nnPyU.home_languageDropdown__0fyhN .MuiOutlinedInput-input {
    padding: 0 42px 0 0!important;
    text-overflow: unset!important
}

.home_select__nnPyU.home_padded__Jf__O .MuiSelect-select {
    padding-top: 15px!important;
    padding-bottom: 13px!important
}

.home_autoComplete__XCNSD {
    color: #fff
}

.home_autoComplete__XCNSD .MuiInputLabel-root {
    color: #aaa
}

.home_autoComplete__XCNSD .MuiOutlinedInput-notchedOutline {
    border-color: #222
}

.home_autoComplete__XCNSD .MuiOutlinedInput-root .MuiAutocomplete-input,.home_autoComplete__XCNSD .MuiSvgIcon-root {
    color: #aaa
}

.home_autoComplete__XCNSD .MuiFormHelperText-root {
    color: #ee4f5c;
    font-weight: 700
}

.home_autoComplete__XCNSD .Mui-error .MuiOutlinedInput-notchedOutline {
    border-color: #ee4f5c!important
}

.home_autoComplete__XCNSD .Mui-focused .MuiOutlinedInput-notchedOutline {
    border-width: 1px!important
}

.home_autoComplete__XCNSD:hover .MuiOutlinedInput-notchedOutline {
    border-color: #222
}

.home_autoComplete__XCNSD:hover .Mui-error .MuiOutlinedInput-notchedOutline {
    border-color: #ee4f5c
}

.home_button__HEjkK {
    color: #fff!important;
    font-weight: 700!important
}

.home_button__HEjkK,.home_button__HEjkK:hover {
    background: #cf3744!important
}

.home_button__HEjkK img,.home_button__HEjkK svg {
    width: 20px;
    margin-right: 10px
}

.home_button__HEjkK.home_twitterLogin__J_ZHo {
    background: #1da1f2!important
}

.home_button__HEjkK.home_twitchLogin__QvzmD {
    background: #9146ff!important
}

.home_button__HEjkK.home_riotLogin__WMtbN {
    background: #be363a!important
}

.home_guidelink__BBMfo,.home_newsItemlink__Z8fC9 {
    background-color: transparent!important;
    padding: 0!important;
    text-transform: inherit!important;
    font-size: inherit!important;
    letter-spacing: inherit!important;
    min-width: auto!important;
    border-radius: 0!important
}

.home_guidelink__BBMfo:hover,.home_newsItemlink__Z8fC9:hover {
    background-color: transparent!important
}

.lightMode .home_input__CGl5R .MuiInputLabel-root {
    color: #6f6f6f!important
}

.lightMode .home_input__CGl5R .MuiFilledInput-root:after,.lightMode .home_input__CGl5R .MuiFilledInput-root:before,.lightMode .home_input__CGl5R .MuiFilledInput-root:focus,.lightMode .home_input__CGl5R .MuiFilledInput-root:hover {
    border-bottom: 0!important
}

.lightMode .home_input__CGl5R .MuiFilledInput-input {
    color: #262626!important;
    background-color: #fafafa!important;
    border: 1px solid #cacaca
}

.lightMode .home_input__CGl5R .MuiOutlinedInput-input {
    color: #262626!important
}

.lightMode .home_input__CGl5R .MuiOutlinedInput-input::-moz-placeholder {
    color: #6f6f6f!important;
    font-weight: 400;
    opacity: 1
}

.lightMode .home_input__CGl5R .MuiOutlinedInput-input::placeholder {
    color: #6f6f6f!important;
    font-weight: 400;
    opacity: 1
}

.lightMode .home_input__CGl5R .Mui-error {
    color: #ee4f5c!important
}

.lightMode .home_select__nnPyU .Mui-focused,.lightMode .home_select__nnPyU .MuiSelect-icon,.lightMode .home_select__nnPyU .MuiSelect-select {
    color: #6f6f6f!important
}

.lightMode .home_label__pEUCC,.lightMode .home_label__pEUCC .Mui-focused {
    color: #6f6f6f!important
}

.lightMode .home_autoComplete__XCNSD {
    color: #fff
}

.lightMode .home_autoComplete__XCNSD .MuiInputLabel-root {
    color: #6f6f6f
}

.lightMode .home_autoComplete__XCNSD .MuiOutlinedInput-notchedOutline {
    border-color: #cacaca
}

.lightMode .home_autoComplete__XCNSD .MuiOutlinedInput-root .MuiAutocomplete-input,.lightMode .home_autoComplete__XCNSD .MuiSvgIcon-root {
    color: #6f6f6f
}

.lightMode .home_autoComplete__XCNSD .MuiFormHelperText-root {
    color: #ee4f5c;
    font-weight: 700
}

.lightMode .home_autoComplete__XCNSD .Mui-error .MuiOutlinedInput-notchedOutline {
    border-color: #ee4f5c!important
}

.lightMode .home_autoComplete__XCNSD:hover .MuiOutlinedInput-notchedOutline {
    border-color: #cacaca
}

.lightMode .home_autoComplete__XCNSD:hover .Mui-error .MuiOutlinedInput-notchedOutline {
    border-color: #ee4f5c!important
}

.home_filters__9TOFE {
    padding: 20px 10px;
    border-bottom: 1px solid #222;
    margin-bottom: 10px
}

@media screen and (max-width: 576px) {
    .home_filters__9TOFE {
        padding:15px 10px
    }
}

.home_filters__9TOFE .home_dayFilters__UD03o {
    margin-bottom: 20px
}

.home_filters__9TOFE .home_dayFilters__UD03o ul {
    display: flex;
    justify-content: space-between
}

.home_filters__9TOFE .home_dayFilters__UD03o ul li button {
    font-size: 10px;
    text-transform: uppercase;
    background: 0 0;
    color: #aaa;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 0;
    padding: 5px 18px;
    margin: 0;
    background-color: #151515;
    border-radius: 8px;
    cursor: pointer;
    font-weight: 500;
    transition: background-color .4s ease
}

@media screen and (max-width: 576px) {
    .home_filters__9TOFE .home_dayFilters__UD03o ul li button {
        padding:5px 10px
    }
}

.home_filters__9TOFE .home_dayFilters__UD03o ul li button .home_day__YdA0A {
    text-transform: none;
    font-size: 13px
}

.home_filters__9TOFE .home_dayFilters__UD03o ul li button:hover {
    background-color: #1e1e1e
}

.home_filters__9TOFE .home_dayFilters__UD03o ul li.home_selected__L9_ZZ button {
    background-color: #cf3744;
    color: #fff
}

.home_filters__9TOFE .home_dayFilters__UD03o ul li.home_selected__L9_ZZ button .home_day__YdA0A {
    font-weight: 700
}

.home_filters__9TOFE .home_dayFilters__UD03o ul li.home_calendar__kMf07 {
    background: 0 0;
    display: flex;
    align-items: center;
    position: relative;
    height: 38px;
    width: 30px
}

.home_filters__9TOFE .home_dayFilters__UD03o ul li.home_calendar__kMf07 button {
    background-color: transparent;
    padding: 0
}

.home_filters__9TOFE .home_dayFilters__UD03o ul li.home_calendar__kMf07 svg {
    cursor: pointer;
    color: #fff;
    height: 30px;
    width: 30px
}

.home_filters__9TOFE .home_dayFilters__UD03o ul li.home_today__T96ho {
    margin-right: 45px
}

@media screen and (max-width: 576px) {
    .home_filters__9TOFE .home_dayFilters__UD03o ul li.home_today__T96ho {
        margin-right:0
    }
}

.home_filters__9TOFE .home_dayFilters__UD03o ul li.home_today__T96ho button {
    background: 0 0;
    border: 1px solid #fff
}

@media screen and (max-width: 576px) {
    .home_filters__9TOFE .home_dayFilters__UD03o ul li.home_customDayFilter___1tUu:nth-child(3),.home_filters__9TOFE .home_dayFilters__UD03o ul li.home_customDayFilter___1tUu:nth-child(7),.home_filters__9TOFE .home_dayFilters__UD03o ul li.home_dayFilter__ipI5d:first-child,.home_filters__9TOFE .home_dayFilters__UD03o ul li.home_dayFilter__ipI5d:nth-child(2),.home_filters__9TOFE .home_dayFilters__UD03o ul li.home_dayFilter__ipI5d:nth-child(8),.home_filters__9TOFE .home_dayFilters__UD03o ul li.home_dayFilter__ipI5d:nth-child(9) {
        display:none
    }
}

.home_filters__9TOFE .home_matchState__sQgPw {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between
}

@media screen and (max-width: 576px) {
    .home_filters__9TOFE .home_matchState__sQgPw {
        display:flex;
        align-items: center;
        flex-direction: row
    }

    .home_filters__9TOFE .home_matchState__sQgPw.home_today__T96ho {
        justify-content: flex-start
    }
}

.home_filters__9TOFE .home_matchState__sQgPw .home_button__HEjkK {
    padding: 5px 20px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 15px;
    background: 0 0!important;
    cursor: pointer
}

@media screen and (max-width: 576px) {
    .home_filters__9TOFE .home_matchState__sQgPw .home_button__HEjkK {
        padding:5px 10px;
        min-width: auto;
        font-size: 12px
    }
}

.home_filters__9TOFE .home_matchState__sQgPw .home_button__HEjkK.home_selected__L9_ZZ {
    background-color: #cf3744!important;
    color: #fff;
    border-radius: 100px
}

.home_filters__9TOFE .home_matchState__sQgPw .home_filterButton__8_Orz {
    display: none
}

@media screen and (max-width: 576px) {
    .home_filters__9TOFE .home_matchState__sQgPw .home_filterButton__8_Orz {
        display:inline-block;
        padding: 0 10px
    }

    .home_filters__9TOFE .home_matchState__sQgPw .home_filterButton__8_Orz.home_active__7prY2 {
        color: #ee4f5c
    }

    .home_filters__9TOFE .home_matchState__sQgPw .home_filterButton__8_Orz svg {
        width: 15px;
        height: 15px
    }
}

.home_filters__9TOFE .home_matchState__sQgPw .home_regionsFilter__R5H0S {
    background-color: #151515;
    color: #fff;
    border-radius: 8px
}

@media screen and (max-width: 576px) {
    .home_filters__9TOFE .home_matchState__sQgPw .home_regionsFilter__R5H0S {
        display:none
    }
}

.home_filters__9TOFE .home_matchState__sQgPw .home_regionsFilter__R5H0S.home_active__7prY2 {
    background-color: #cf3744;
    color: #fff
}

.home_event__S68Ur {
    margin: 15px 10px 0
}

.home_event__S68Ur a {
    display: flex;
    flex-direction: row;
    color: #aaa
}

.home_event__S68Ur a .home_eventFlag___NR2L {
    margin-right: 15px;
    display: flex;
    align-items: center
}

.home_event__S68Ur a .home_eventInfo__H1bDJ {
    display: flex;
    flex-direction: column
}

.home_event__S68Ur a .home_eventInfo__H1bDJ .home_eventTitle__JzV9b {
    margin-bottom: 2px;
    color: #fff
}

.home_event__S68Ur a .home_eventInfo__H1bDJ .home_eventCountry__qSGXh {
    font-size: 10px
}

.home_matchesListLoading__IDDfG {
    display: flex;
    justify-content: center;
    min-height: 800px;
    align-items: flex-start;
    padding-top: 50px
}

@media screen and (max-width: 576px) {
    .home_matchesListLoading__IDDfG {
        min-height:500px
    }
}

.home_match__zMUZZ {
    background: linear-gradient(180deg,#1a1a1a,#151515);
    margin: 5px 10px;
    border-radius: 8px
}

.home_match__zMUZZ:hover {
    background: #1e1e1e
}

.home_match__zMUZZ:last-child {
    margin-bottom: 10px
}

.home_match__zMUZZ a {
    flex-wrap: wrap;
    display: flex;
    padding: 5px 0;
    text-decoration: none
}

.home_match__zMUZZ a .home_event__S68Ur {
    width: 100%;
    margin: 0;
    padding: 0 10px;
    border-bottom: 1px solid #222;
    display: flex;
    align-items: center;
    grid-gap: 10px;
    color: #aaa;
    font-weight: 700
}

.home_match__zMUZZ a .home_time__k9yiO {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding-left: 10px
}

.home_match__zMUZZ a .home_time__k9yiO .home_timeDetails__BGoRO {
    flex: 3;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #767676;
    font-weight: 700
}

.home_match__zMUZZ a .home_time__k9yiO .home_timeDetails__BGoRO .home_live__Uc8A_ {
    color: #fff
}

.home_match__zMUZZ a .home_time__k9yiO .home_timeDetails__BGoRO .home_timeDistance__jdzeg {
    font-size: 10px;
    margin-top: 2px;
    color: #aaa
}

@media screen and (max-width: 576px) {
    .home_match__zMUZZ a .home_time__k9yiO .home_timeDetails__BGoRO {
        font-size:12px
    }
}

.home_match__zMUZZ a .home_info__gRiGL {
    display: flex;
    flex-direction: column;
    flex: 1;
    margin-right: 10px
}

@media screen and (max-width: 576px) {
    .home_match__zMUZZ a .home_info__gRiGL {
        display:none
    }
}

.home_match__zMUZZ a .home_info__gRiGL .home_infoDetails__WemVr {
    flex: 3;
    display: flex;
    flex-direction: column;
    color: #767676;
    font-size: 12px;
    justify-content: center;
    font-weight: 700
}

.home_match__zMUZZ a .home_title__Q9lyE {
    flex: 1;
    font-size: 10px;
    color: #767676;
    font-weight: 700;
    padding: 5px 0
}

.home_match__zMUZZ a .home_teams__1ERnz {
    display: flex;
    flex: 5;
    flex-direction: column;
    padding-right: 10px
}

@media screen and (max-width: 576px) {
    .home_match__zMUZZ a .home_teams__1ERnz {
        flex:4
    }
}

.home_match__zMUZZ a .home_teams__1ERnz .home_headers__oqX4A {
    display: flex
}

.home_match__zMUZZ a .home_teams__1ERnz .home_headers__oqX4A .home_teamNames__PMR__ {
    flex: 8
}

.home_match__zMUZZ a .home_teams__1ERnz .home_headers__oqX4A .home_maps__EL4Sc {
    display: grid;
    grid-gap: 5px;
    grid-template-columns: repeat(6,40px);
    grid-template-areas: "a b c d e f"
}

@media screen and (max-width: 576px) {
    .home_match__zMUZZ a .home_teams__1ERnz .home_headers__oqX4A .home_maps__EL4Sc {
        grid-template-columns:30px;
        grid-template-areas: "a"
    }
}

.home_match__zMUZZ a .home_teams__1ERnz .home_headers__oqX4A .home_maps__EL4Sc .home_map__OPnBU {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.home_match__zMUZZ a .home_teams__1ERnz .home_headers__oqX4A .home_maps__EL4Sc .home_map__OPnBU:last-child {
    grid-area: f
}

.home_match__zMUZZ a .home_teams__1ERnz .home_headers__oqX4A .home_maps__EL4Sc .home_map__OPnBU:nth-last-child(2) {
    grid-area: e
}

.home_match__zMUZZ a .home_teams__1ERnz .home_headers__oqX4A .home_maps__EL4Sc .home_map__OPnBU:nth-last-child(3) {
    grid-area: d
}

.home_match__zMUZZ a .home_teams__1ERnz .home_headers__oqX4A .home_maps__EL4Sc .home_map__OPnBU:nth-last-child(4) {
    grid-area: c
}

.home_match__zMUZZ a .home_teams__1ERnz .home_headers__oqX4A .home_maps__EL4Sc .home_map__OPnBU:nth-last-child(5) {
    grid-area: b
}

.home_match__zMUZZ a .home_teams__1ERnz .home_headers__oqX4A .home_maps__EL4Sc .home_map__OPnBU:nth-last-child(6) {
    grid-area: a
}

@media screen and (max-width: 576px) {
    .home_match__zMUZZ a .home_teams__1ERnz .home_headers__oqX4A .home_maps__EL4Sc .home_map__OPnBU {
        display:none
    }

    .home_match__zMUZZ a .home_teams__1ERnz .home_headers__oqX4A .home_maps__EL4Sc .home_map__OPnBU.home_score___lXXs {
        display: inline-block;
        text-align: center
    }

    .home_match__zMUZZ a .home_teams__1ERnz .home_headers__oqX4A .home_maps__EL4Sc .home_map__OPnBU.home_score___lXXs:last-child {
        grid-area: a
    }
}

.home_match__zMUZZ a .home_teams__1ERnz .home_headers__oqX4A .home_odds__syBgv {
    display: grid;
    grid-gap: 5px;
    grid-template-columns: repeat(6,40px);
    grid-template-areas: "a b c d e f"
}

.home_match__zMUZZ a .home_teams__1ERnz .home_headers__oqX4A .home_odds__syBgv .home_title__Q9lyE {
    text-align: center
}

.home_match__zMUZZ a .home_teams__1ERnz .home_headers__oqX4A .home_odds__syBgv .home_title__Q9lyE:last-child {
    grid-area: f
}

@media screen and (max-width: 576px) {
    .home_match__zMUZZ a .home_teams__1ERnz .home_headers__oqX4A .home_odds__syBgv {
        grid-template-columns:30px
    }

    .home_match__zMUZZ a .home_teams__1ERnz .home_headers__oqX4A .home_odds__syBgv .home_title__Q9lyE {
        display: flex;
        justify-content: center
    }
}

.home_match__zMUZZ a .home_teams__1ERnz .home_data__s1x8T {
    display: flex;
    flex-direction: column
}

.home_match__zMUZZ a .home_teams__1ERnz .home_data__s1x8T .home_teamOne__kNL_9,.home_match__zMUZZ a .home_teams__1ERnz .home_data__s1x8T .home_teamTwo__ZJaTB {
    display: flex;
    color: #aaa;
    flex-direction: row;
    font-weight: 700
}

.home_match__zMUZZ a .home_teams__1ERnz .home_data__s1x8T .home_teamOne__kNL_9 .home_teamNames__PMR__,.home_match__zMUZZ a .home_teams__1ERnz .home_data__s1x8T .home_teamTwo__ZJaTB .home_teamNames__PMR__ {
    flex: 8
}

.home_match__zMUZZ a .home_teams__1ERnz .home_data__s1x8T .home_teamOne__kNL_9 .home_teamNames__PMR__ .home_teamName__CPn5j,.home_match__zMUZZ a .home_teams__1ERnz .home_data__s1x8T .home_teamTwo__ZJaTB .home_teamNames__PMR__ .home_teamName__CPn5j {
    display: flex;
    align-items: center
}

.home_match__zMUZZ a .home_teams__1ERnz .home_data__s1x8T .home_teamOne__kNL_9 .home_teamNames__PMR__ .home_teamName__CPn5j .home_teamTitle__qMFrc,.home_match__zMUZZ a .home_teams__1ERnz .home_data__s1x8T .home_teamTwo__ZJaTB .home_teamNames__PMR__ .home_teamName__CPn5j .home_teamTitle__qMFrc {
    display: inline-block;
    margin-left: 10px
}

.home_match__zMUZZ a .home_teams__1ERnz .home_data__s1x8T .home_teamOne__kNL_9 .home_maps__EL4Sc,.home_match__zMUZZ a .home_teams__1ERnz .home_data__s1x8T .home_teamTwo__ZJaTB .home_maps__EL4Sc {
    display: grid;
    grid-gap: 5px;
    grid-template-columns: repeat(6,40px);
    grid-template-areas: "a b c d e f"
}

@media screen and (max-width: 576px) {
    .home_match__zMUZZ a .home_teams__1ERnz .home_data__s1x8T .home_teamOne__kNL_9 .home_maps__EL4Sc,.home_match__zMUZZ a .home_teams__1ERnz .home_data__s1x8T .home_teamTwo__ZJaTB .home_maps__EL4Sc {
        grid-template-columns:30px;
        grid-template-areas: "a"
    }
}

.home_match__zMUZZ a .home_teams__1ERnz .home_data__s1x8T .home_teamOne__kNL_9 .home_maps__EL4Sc .home_map__OPnBU,.home_match__zMUZZ a .home_teams__1ERnz .home_data__s1x8T .home_teamTwo__ZJaTB .home_maps__EL4Sc .home_map__OPnBU {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.home_match__zMUZZ a .home_teams__1ERnz .home_data__s1x8T .home_teamOne__kNL_9 .home_maps__EL4Sc .home_map__OPnBU.home_win__2TPk0,.home_match__zMUZZ a .home_teams__1ERnz .home_data__s1x8T .home_teamTwo__ZJaTB .home_maps__EL4Sc .home_map__OPnBU.home_win__2TPk0 {
    color: #fff
}

.home_match__zMUZZ a .home_teams__1ERnz .home_data__s1x8T .home_teamOne__kNL_9 .home_maps__EL4Sc .home_map__OPnBU:last-child,.home_match__zMUZZ a .home_teams__1ERnz .home_data__s1x8T .home_teamTwo__ZJaTB .home_maps__EL4Sc .home_map__OPnBU:last-child {
    grid-area: f
}

.home_match__zMUZZ a .home_teams__1ERnz .home_data__s1x8T .home_teamOne__kNL_9 .home_maps__EL4Sc .home_map__OPnBU:nth-last-child(2),.home_match__zMUZZ a .home_teams__1ERnz .home_data__s1x8T .home_teamTwo__ZJaTB .home_maps__EL4Sc .home_map__OPnBU:nth-last-child(2) {
    grid-area: e
}

.home_match__zMUZZ a .home_teams__1ERnz .home_data__s1x8T .home_teamOne__kNL_9 .home_maps__EL4Sc .home_map__OPnBU:nth-last-child(3),.home_match__zMUZZ a .home_teams__1ERnz .home_data__s1x8T .home_teamTwo__ZJaTB .home_maps__EL4Sc .home_map__OPnBU:nth-last-child(3) {
    grid-area: d
}

.home_match__zMUZZ a .home_teams__1ERnz .home_data__s1x8T .home_teamOne__kNL_9 .home_maps__EL4Sc .home_map__OPnBU:nth-last-child(4),.home_match__zMUZZ a .home_teams__1ERnz .home_data__s1x8T .home_teamTwo__ZJaTB .home_maps__EL4Sc .home_map__OPnBU:nth-last-child(4) {
    grid-area: c
}

.home_match__zMUZZ a .home_teams__1ERnz .home_data__s1x8T .home_teamOne__kNL_9 .home_maps__EL4Sc .home_map__OPnBU:nth-last-child(5),.home_match__zMUZZ a .home_teams__1ERnz .home_data__s1x8T .home_teamTwo__ZJaTB .home_maps__EL4Sc .home_map__OPnBU:nth-last-child(5) {
    grid-area: b
}

.home_match__zMUZZ a .home_teams__1ERnz .home_data__s1x8T .home_teamOne__kNL_9 .home_maps__EL4Sc .home_map__OPnBU:nth-last-child(6),.home_match__zMUZZ a .home_teams__1ERnz .home_data__s1x8T .home_teamTwo__ZJaTB .home_maps__EL4Sc .home_map__OPnBU:nth-last-child(6) {
    grid-area: a
}

@media screen and (max-width: 576px) {
    .home_match__zMUZZ a .home_teams__1ERnz .home_data__s1x8T .home_teamOne__kNL_9 .home_maps__EL4Sc .home_map__OPnBU,.home_match__zMUZZ a .home_teams__1ERnz .home_data__s1x8T .home_teamTwo__ZJaTB .home_maps__EL4Sc .home_map__OPnBU {
        display:none
    }
}

.home_match__zMUZZ a .home_teams__1ERnz .home_data__s1x8T .home_teamOne__kNL_9 .home_maps__EL4Sc .home_map__OPnBU.home_score___lXXs,.home_match__zMUZZ a .home_teams__1ERnz .home_data__s1x8T .home_teamTwo__ZJaTB .home_maps__EL4Sc .home_map__OPnBU.home_score___lXXs {
    justify-content: center;
    align-items: center;
    display: flex;
    color: #fff;
    font-weight: 700
}

.home_match__zMUZZ a .home_teams__1ERnz .home_data__s1x8T .home_teamOne__kNL_9 .home_maps__EL4Sc .home_map__OPnBU.home_score___lXXs.home_win__2TPk0,.home_match__zMUZZ a .home_teams__1ERnz .home_data__s1x8T .home_teamTwo__ZJaTB .home_maps__EL4Sc .home_map__OPnBU.home_score___lXXs.home_win__2TPk0 {
    color: #21e248
}

.home_match__zMUZZ a .home_teams__1ERnz .home_data__s1x8T .home_teamOne__kNL_9 .home_maps__EL4Sc .home_map__OPnBU.home_score___lXXs.home_loss__kT4nT,.home_match__zMUZZ a .home_teams__1ERnz .home_data__s1x8T .home_teamTwo__ZJaTB .home_maps__EL4Sc .home_map__OPnBU.home_score___lXXs.home_loss__kT4nT {
    color: #ee4f5c
}

@media screen and (max-width: 576px) {
    .home_match__zMUZZ a .home_teams__1ERnz .home_data__s1x8T .home_teamOne__kNL_9 .home_maps__EL4Sc .home_map__OPnBU.home_score___lXXs:last-child,.home_match__zMUZZ a .home_teams__1ERnz .home_data__s1x8T .home_teamTwo__ZJaTB .home_maps__EL4Sc .home_map__OPnBU.home_score___lXXs:last-child {
        grid-area:a
    }
}

.home_match__zMUZZ a .home_teams__1ERnz .home_data__s1x8T .home_teamOne__kNL_9 .home_odds__syBgv,.home_match__zMUZZ a .home_teams__1ERnz .home_data__s1x8T .home_teamTwo__ZJaTB .home_odds__syBgv {
    display: grid;
    grid-gap: 5px;
    grid-template-columns: repeat(6,40px);
    grid-template-areas: "a b c d e f"
}

.home_match__zMUZZ a .home_teams__1ERnz .home_data__s1x8T .home_teamOne__kNL_9 .home_odds__syBgv .home_odd__5KsBg,.home_match__zMUZZ a .home_teams__1ERnz .home_data__s1x8T .home_teamTwo__ZJaTB .home_odds__syBgv .home_odd__5KsBg {
    background-color: #292929;
    border-radius: 8px;
    color: #aaa;
    cursor: pointer;
    font-weight: 700;
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center
}

.home_match__zMUZZ a .home_teams__1ERnz .home_data__s1x8T .home_teamOne__kNL_9 .home_odds__syBgv .home_odd__5KsBg:hover,.home_match__zMUZZ a .home_teams__1ERnz .home_data__s1x8T .home_teamTwo__ZJaTB .home_odds__syBgv .home_odd__5KsBg:hover {
    color: #fff
}

.home_match__zMUZZ a .home_teams__1ERnz .home_data__s1x8T .home_teamOne__kNL_9 .home_odds__syBgv .home_odd__5KsBg:last-child,.home_match__zMUZZ a .home_teams__1ERnz .home_data__s1x8T .home_teamTwo__ZJaTB .home_odds__syBgv .home_odd__5KsBg:last-child {
    grid-area: f
}

@media screen and (max-width: 576px) {
    .home_match__zMUZZ a .home_teams__1ERnz .home_data__s1x8T .home_teamOne__kNL_9 .home_odds__syBgv,.home_match__zMUZZ a .home_teams__1ERnz .home_data__s1x8T .home_teamTwo__ZJaTB .home_odds__syBgv {
        grid-template-columns:30px;
        grid-template-areas: "a"
    }

    .home_match__zMUZZ a .home_teams__1ERnz .home_data__s1x8T .home_teamOne__kNL_9 .home_odds__syBgv .home_odd__5KsBg:last-child,.home_match__zMUZZ a .home_teams__1ERnz .home_data__s1x8T .home_teamTwo__ZJaTB .home_odds__syBgv .home_odd__5KsBg:last-child {
        grid-area: a
    }
}

.home_match__zMUZZ a .home_teams__1ERnz .home_data__s1x8T .home_teamOne__kNL_9 {
    border-bottom: 1px solid #222;
    padding-bottom: 2px;
    margin-bottom: 2px
}

.lightMode .home_filters__9TOFE {
    border-bottom: 1px solid #cacaca
}

.lightMode .home_filters__9TOFE .home_dayFilters__UD03o ul li button {
    background-color: #fafafa;
    color: #262626
}

.lightMode .home_filters__9TOFE .home_dayFilters__UD03o ul li button:hover {
    background-color: #dbdbdb
}

.lightMode .home_filters__9TOFE .home_dayFilters__UD03o ul li.home_selected__L9_ZZ button {
    background-color: #cf3744;
    color: #fff
}

.lightMode .home_filters__9TOFE .home_dayFilters__UD03o ul li.home_calendar__kMf07 {
    background: 0 0;
    color: #6f6f6f
}

.lightMode .home_filters__9TOFE .home_dayFilters__UD03o ul li.home_calendar__kMf07 svg {
    color: #6f6f6f
}

.lightMode .home_filters__9TOFE .home_dayFilters__UD03o ul li.home_today__T96ho button {
    background: 0 0;
    border-color: #cacaca
}

.lightMode .home_filters__9TOFE .home_matchState__sQgPw .home_button__HEjkK {
    color: #000!important
}

.lightMode .home_filters__9TOFE .home_matchState__sQgPw .home_button__HEjkK.home_selected__L9_ZZ {
    background-color: #cf3744!important;
    color: #fff!important
}

.lightMode .home_filters__9TOFE .home_matchState__sQgPw .home_regionsFilter__R5H0S {
    background-color: #fafafa;
    color: #262626
}

@media screen and (max-width: 576px) {
    .lightMode .home_filters__9TOFE .home_matchState__sQgPw .home_regionsFilter__R5H0S {
        display:none
    }
}

.lightMode .home_filters__9TOFE .home_matchState__sQgPw .home_regionsFilter__R5H0S.home_active__7prY2 {
    background-color: #cf3744;
    color: #fff
}

.lightMode .home_event__S68Ur a {
    color: #6f6f6f
}

.lightMode .home_event__S68Ur a .home_eventInfo__H1bDJ .home_eventTitle__JzV9b {
    color: #545454;
    font-weight: 700
}

.lightMode .home_match__zMUZZ {
    background: linear-gradient(180deg,#fafafa,#f4f4f4)
}

.lightMode .home_match__zMUZZ:hover {
    background: #dbdbdb
}

.lightMode .home_match__zMUZZ a .home_time__k9yiO .home_timeDetails__BGoRO .home_live__Uc8A_ {
    color: #767676
}

.lightMode .home_match__zMUZZ a .home_teams__1ERnz .home_data__s1x8T .home_teamOne__kNL_9,.lightMode .home_match__zMUZZ a .home_teams__1ERnz .home_data__s1x8T .home_teamTwo__ZJaTB {
    color: #000
}

.lightMode .home_match__zMUZZ a .home_teams__1ERnz .home_data__s1x8T .home_teamOne__kNL_9 .home_odds__syBgv .home_odd__5KsBg,.lightMode .home_match__zMUZZ a .home_teams__1ERnz .home_data__s1x8T .home_teamTwo__ZJaTB .home_odds__syBgv .home_odd__5KsBg {
    color: #000;
    background-color: #ebebeb
}

.lightMode .home_match__zMUZZ a .home_teams__1ERnz .home_data__s1x8T .home_teamOne__kNL_9 .home_maps__EL4Sc .home_map__OPnBU,.lightMode .home_match__zMUZZ a .home_teams__1ERnz .home_data__s1x8T .home_teamTwo__ZJaTB .home_maps__EL4Sc .home_map__OPnBU {
    color: #767676
}

.lightMode .home_match__zMUZZ a .home_teams__1ERnz .home_data__s1x8T .home_teamOne__kNL_9 .home_maps__EL4Sc .home_map__OPnBU.home_win__2TPk0,.lightMode .home_match__zMUZZ a .home_teams__1ERnz .home_data__s1x8T .home_teamTwo__ZJaTB .home_maps__EL4Sc .home_map__OPnBU.home_win__2TPk0 {
    color: #000
}

.lightMode .home_match__zMUZZ a .home_teams__1ERnz .home_data__s1x8T .home_teamOne__kNL_9 .home_maps__EL4Sc .home_score___lXXs,.lightMode .home_match__zMUZZ a .home_teams__1ERnz .home_data__s1x8T .home_teamTwo__ZJaTB .home_maps__EL4Sc .home_score___lXXs {
    color: #767676
}

.lightMode .home_match__zMUZZ a .home_teams__1ERnz .home_data__s1x8T .home_teamOne__kNL_9 .home_maps__EL4Sc .home_score___lXXs.home_win__2TPk0,.lightMode .home_match__zMUZZ a .home_teams__1ERnz .home_data__s1x8T .home_teamTwo__ZJaTB .home_maps__EL4Sc .home_score___lXXs.home_win__2TPk0 {
    color: #18bf3a
}

.lightMode .home_match__zMUZZ a .home_teams__1ERnz .home_data__s1x8T .home_teamOne__kNL_9 .home_maps__EL4Sc .home_score___lXXs.home_loss__kT4nT,.lightMode .home_match__zMUZZ a .home_teams__1ERnz .home_data__s1x8T .home_teamTwo__ZJaTB .home_maps__EL4Sc .home_score___lXXs.home_loss__kT4nT {
    color: #ee4f5c
}

.lightMode .home_match__zMUZZ a .home_teams__1ERnz .home_data__s1x8T .home_teamOne__kNL_9 {
    border-bottom: 1px solid #d6d6d6
}

.home_changeLanguage__7ZIPu {
    background: transparent linear-gradient(180deg,#222,#151515) 0 0 no-repeat padding-box;
    padding: 10px;
    font-weight: 400;
    color: #a2a2a2;
    font-size: 14px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 5
}

@media screen and (max-width: 576px) {
    .home_changeLanguage__7ZIPu {
        flex-direction:column
    }

    .home_changeLanguage__7ZIPu .home_buttons__bUVFb {
        margin-top: 10px
    }
}

.home_changeLanguage__7ZIPu .home_text__PXNQN span {
    color: #fff
}

@media screen and (max-width: 576px) {
    .home_changeLanguage__7ZIPu {
        flex-direction:column;
        text-align: center;
        line-height: 16px
    }
}

.home_changeLanguage__7ZIPu a {
    color: #ee4f5c;
    display: inline-block;
    margin-left: 5px
}

.home_changeLanguage__7ZIPu svg {
    width: 15px;
    height: 15px;
    margin-left: 15px;
    cursor: pointer
}

.home_changeLanguage__7ZIPu .home_button__HEjkK {
    transition: background-color .25s cubic-bezier(.4,0,.2,1) 0ms,box-shadow .25s cubic-bezier(.4,0,.2,1) 0ms,border-color .25s cubic-bezier(.4,0,.2,1) 0ms,color .25s cubic-bezier(.4,0,.2,1) 0ms;
    padding: 6px 8px;
    min-width: 64px;
    border-radius: 4px;
    display: inline-flex;
    align-items: center;
    font-size: .875rem;
    line-height: 1.75;
    letter-spacing: .02857em
}

.home_changeLanguage__7ZIPu .home_grey__LQyw9 {
    text-transform: none;
    background: #3e3e3e!important;
    margin-left: 50px;
    margin-right: 20px
}

@media screen and (max-width: 576px) {
    .home_changeLanguage__7ZIPu .home_grey__LQyw9 {
        margin:0!important
    }
}

.home_newsListLoading__Q5sai div {
    width: 100%;
    height: 288px;
    margin-bottom: 5px;
    border-radius: 8px
}

.home_newsListLoading__Q5sai div:last-child {
    margin-bottom: 0
}

.lightMode .home_newsListLoading__Q5sai div {
    width: 100%;
    height: 288px
}

.lightMode .home_newsListLoading__Q5sai div:last-child {
    margin-bottom: 0
}

.lightMode .home_changeLanguage__7ZIPu {
    background: transparent linear-gradient(180deg,#fafafa,#fafafa) 0 0 no-repeat padding-box;
    padding: 10px;
    color: #a2a2a2;
    font-size: 14px;
    text-align: center;
    font-weight: 500
}

.lightMode .home_changeLanguage__7ZIPu .home_text__PXNQN span {
    color: #262626
}

@media screen and (max-width: 576px) {
    .lightMode .home_changeLanguage__7ZIPu {
        flex-direction:column;
        text-align: center;
        line-height: 16px
    }
}

.lightMode .home_changeLanguage__7ZIPu a {
    color: #ee4f5c;
    display: inline-block;
    margin-left: 5px
}

.lightMode .home_changeLanguage__7ZIPu svg {
    width: 15px;
    height: 15px;
    margin-left: 15px;
    cursor: pointer
}

.lightMode .home_changeLanguage__7ZIPu .home_button__HEjkK {
    transition: background-color .25s cubic-bezier(.4,0,.2,1) 0ms,box-shadow .25s cubic-bezier(.4,0,.2,1) 0ms,border-color .25s cubic-bezier(.4,0,.2,1) 0ms,color .25s cubic-bezier(.4,0,.2,1) 0ms;
    padding: 6px 8px;
    min-width: 64px;
    border-radius: 4px;
    display: inline-flex;
    align-items: center;
    font-size: .875rem;
    line-height: 1.75;
    letter-spacing: .02857em
}

.lightMode .home_changeLanguage__7ZIPu .home_grey__LQyw9 {
    text-transform: none;
    background: #3e3e3e!important;
    margin-left: 50px;
    margin-right: 20px
}


.header {
    margin: 0 auto;
    padding: 0 5px;
    width: 1200px;

    @media screen and (max-width: 576px) {
        width: 100%;
        padding: 0;
        margin-bottom: 0;
    }
}

.header-button {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    position: relative;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    background-color: transparent;
    outline: 0;
    border: 0;
    margin: 0;
    border-radius: 0;
    padding: 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
    -moz-appearance: none;
    -webkit-appearance: none;
    -webkit-text-decoration: none;
    text-decoration: none;
    color: inherit;
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 1.75;
    letter-spacing: 0.02857em;
    text-transform: uppercase;
    min-width: 64px;
    padding: 6px 8px;
    border-radius: 4px;
}

.layout_mobileMenu__ydDjZ ul li>ul li a, .layout_mobileMenu__ydDjZ ul li span, .layout_mobileMenu__ydDjZ ul li a {
    display: flex;
    gap: 8px;
    justify-content: center;
}

.hidden-menu {
    display: none;
}

.layout_mainHeader__nUtVa {
    background-color: var(--color-black) !important;
    padding: 20px 15px 10px;
}

.layout_mainMenu__Dk0_h {
    background-color: var(--color-gray-dark);
    margin-top: 0;
    margin-bottom: 0;
    padding: 14px 15px;
    position: relative;
}

.lightMode .layout_mainMenu__Dk0_h {
    background-color: var(--color-gray-light);
}

.layout_mainHeader__nUtVa:before, .layout_mainMenu__Dk0_h:before {
    background-color: var(--color-black);
    content: '';
    display: block;
    height: 100%;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    top: 0;
    width: 120vw;
    z-index: -10;
}

.layout_mainMenu__Dk0_h:before {
    background-color: var(--color-gray-dark);
}

.lightMode .layout_mainMenu__Dk0_h:before {
    background-color: var(--color-gray-light);
}

.lightMode .layout_mainMenu__Dk0_h ul li a {
    color: var(--color-gray-dark);
}

.layout_mainMenu__Dk0_h ul li a svg {
    transform: translateY(-2px);
}
.layout_mainHeader__nUtVa .layout_gamesNavBar__Rtchc ul li a {
    line-height: 0.8em !important;
}

.layout_mainMenu__Dk0_h a:hover {
    color: #ee4f5c;
}

a.header-button:hover {
    text-decoration: none;
}

body .layout_footer__djSHN .layout_footerText__hygTK {
    display: block;
}

.layout_mainMenu__Dk0_h > ul > li:hover .layout_mainMenu__Dk0_i {
    display: block;
}

.layout_mainMenu__Dk0_i {
    display: none;
    position: absolute;
    top: 40px;
    padding: 10px;
    background-color: #303030;
    border-radius: 5px;
    transform: translateX(-25%);
}

.layout_mainMenu__Dk0_i > ul {
    display: block;
    padding: 0;
    font-size: 18px;
}

.layout_mainMenu__Dk0_i > ul > li:hover > a {
    color: #ee4f5c;
}

.layout_mainMenu__Dk0_i > ul a {
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    white-space: nowrap;
    display: flex !important;
    align-items: flex-start !important;
    justify-content: space-between;
    padding: 3px 3px 3px 0;
}

body .layout_mainMenu__Dk0_i > ul li:has(ul) > a:after {
    content: "⊳";
    width: 10px;
    height: 10px;
    display: block;
    padding-left: 5px;
}

body .layout_mainMenu__Dk0_i > ul li {
    margin-right: 0;
    display: block;
    padding: 0 10px;
}

body .layout_mainMenu__Dk0_i .layout_mainMenu__Dk0_j {
    background-color: #222;
    max-width: 0;
    overflow: hidden;
    transition: max-width 0.5s ease;
    display: block;
    position: absolute;
    left: calc(100% - 10px);
    padding-left: 0;
    top: 0;
}

body .layout_mainMenu__Dk0_i > ul > li:hover ul {
    max-width: 300px;
}

body .layout_container__8mgcn {
    z-index: 4;
}

#mobile-menu {
    overflow: auto;
}

#mobile-menu ul {
    list-style-type: none;
    padding-left: 0;
    height: auto;
    display: block;
}

#mobile-menu ul + ul {
    margin-top: 30px;
}

#mobile-menu ul a {
    display: block;
}

#mobile-menu > ul > li a, #mobile-menu > ul > li span {
    text-transform: uppercase;
    text-decoration: none !important;
}

#mobile-menu > ul > li a:after {
    display: none !important;
}

#mobile-menu > ul > li a:has(+ ul) {
    width: max-content;
    margin: 0 auto;
}

#mobile-menu ul ul {
    display: none;
}

#mobile-menu ul .jZydD ul {
    display: block;
}

@font-face{font-family:"Roboto";font-style:normal;font-weight:400;src:local("Roboto"),local("Roboto-Regular"),url("/reviews/asset/webfonts/roboto-v20-latin-regular.woff2") format("woff2"),url("/reviews/asset/webfonts/roboto-v20-latin-regular.woff") format("woff");font-display:swap}@font-face{font-family:"Roboto";font-style:italic;font-weight:400;src:local("Roboto Italic"),local("Roboto-Italic"),url("/reviews/asset/webfonts/roboto-v20-latin-italic.woff2") format("woff2"),url("/reviews/asset/webfonts/roboto-v20-latin-italic.woff") format("woff");font-display:swap}@font-face{font-family:"Roboto";font-style:normal;font-weight:500;src:local("Roboto Medium"),local("Roboto-Medium"),url("/reviews/asset/webfonts/roboto-v20-latin-500.woff2") format("woff2"),url("/reviews/asset/webfonts/roboto-v20-latin-500.woff") format("woff");font-display:swap}@font-face{font-family:"Roboto";font-style:italic;font-weight:500;src:local("Roboto Medium Italic"),local("Roboto-MediumItalic"),url("/reviews/asset/webfonts/roboto-v20-latin-500italic.woff2") format("woff2"),url("/reviews/asset/webfonts/roboto-v20-latin-500italic.woff") format("woff");font-display:swap}@font-face{font-family:"Roboto";font-style:normal;font-weight:700;src:local("Roboto Bold"),local("Roboto-Bold"),url("/reviews/asset/webfonts/roboto-v20-latin-700.woff2") format("woff2"),url("/reviews/asset/webfonts/roboto-v20-latin-700.woff") format("woff");font-display:swap}@font-face{font-family:"Roboto";font-style:italic;font-weight:700;src:local("Roboto Bold Italic"),local("Roboto-BoldItalic"),url("/reviews/asset/webfonts/roboto-v20-latin-700italic.woff2") format("woff2"),url("/reviews/asset/webfonts/roboto-v20-latin-700italic.woff") format("woff");font-display:swap}@font-face{font-family:"Roboto";font-style:normal;font-weight:900;src:local("Roboto Black"),local("Roboto-Black"),url("/reviews/asset/webfonts/roboto-v20-latin-900.woff2") format("woff2"),url("/reviews/asset/webfonts/roboto-v20-latin-900.woff") format("woff");font-display:swap}@font-face{font-family:"Roboto";font-style:italic;font-weight:900;src:local("Roboto Black Italic"),local("Roboto-BlackItalic"),url("/reviews/asset/webfonts/roboto-v20-latin-900italic.woff2") format("woff2"),url("/reviews/asset/webfonts/roboto-v20-latin-900italic.woff") format("woff");font-display:swap}@font-face{font-family:"socialicons";src:url("/reviews/asset/webfonts/socialicons-v12.woff2") format("woff2"),url("/reviews/asset/webfonts/socialicons-v12.woff") format("woff");font-weight:normal;font-display:block}@font-face{font-family:"sf-regular";src:url(/reviews/asset/webfonts/stateface/stateface-regular-webfont.eot);src:url("/reviews/asset/webfonts/stateface/stateface-regular-webfont.eot#iefix") format("embedded-opentype"),url("/reviews/asset/webfonts/stateface/stateface-regular-webfont.woff") format("woff"),url("/reviews/asset/webfonts/stateface/stateface-regular-webfont.ttf") format("truetype"),url("/reviews/asset/webfonts/stateface/stateface-regular-webfont.svg#stateface-regular") format("svg");font-style:normal;font-weight:normal;font-display:block}img:is([sizes="auto" i],[sizes^="auto," i]){contain-intrinsic-size:3000px 1500px}*,*::before,*::after{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(0,0,0,0)}nav{display:block}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-size:1rem;font-weight:400;line-height:1.5;color:#212529;text-align:left;background-color:#fff}[tabindex="-1"]:focus{outline:0 !important}h1,h2,h3{margin-top:0;margin-bottom:.5rem}p{margin-top:0;margin-bottom:1rem}ol,ul{margin-top:0;margin-bottom:1rem}ol ol,ul ul,ol ul,ul ol{margin-bottom:0}a{color:#007bff;text-decoration:none;background-color:transparent}a:hover{color:#0056b3;text-decoration:underline}a:not([href]):not([tabindex]){color:inherit;text-decoration:none}a:not([href]):not([tabindex]):hover,a:not([href]):not([tabindex]):focus{color:inherit;text-decoration:none}a:not([href]):not([tabindex]):focus{outline:0}img{vertical-align:middle;border-style:none}svg{overflow:hidden;vertical-align:middle}table{border-collapse:collapse}label{display:inline-block;margin-bottom:.5rem}button{border-radius:0}button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color}input,button{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,input{overflow:visible}button{text-transform:none}button,[type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button:not(:disabled),[type="button"]:not(:disabled),[type="reset"]:not(:disabled),[type="submit"]:not(:disabled){cursor:pointer}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{padding:0;border-style:none}input[type="radio"],input[type="checkbox"]{box-sizing:border-box;padding:0}input[type="date"],input[type="time"],input[type="datetime-local"],input[type="month"]{-webkit-appearance:listbox}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{outline-offset:-2px;-webkit-appearance:none}[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}[hidden]{display:none !important}html{box-sizing:border-box;-ms-overflow-style:scrollbar}*,*::before,*::after{box-sizing:inherit}.container{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}.s_cf{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}.MuiOutlinedInput–root{display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.col-3,.col-4,.col-5,.col-6,.col-8,.col-12,.css–1k3x8v3,.col-auto,.col-sm-6,.col-sm-7,.col-sm-12,.col-sm,.col-sm-auto,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-12,.col-md,.col-md-auto,.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-8,.col-lg-12,.col-lg,.col-xl-4,.col-xl-8{position:relative;width:100%;padding-right:15px;padding-left:15px}.css–1k3x8v3{flex-basis:0;flex-grow:1;max-width:100%}.col-auto{flex:0 0 auto;width:auto;max-width:100%}.col-3{flex:0 0 25%;max-width:25%}.col-4{flex:0 0 33.333333%;max-width:33.333333%}.col-5{flex:0 0 41.666667%;max-width:41.666667%}.col-6{flex:0 0 50%;max-width:50%}.col-8{flex:0 0 66.666667%;max-width:66.666667%}.col-12{flex:0 0 100%;max-width:100%}.css–sqiwgdblayout-gamesNavBar--Rtchc{order:13}.d-none{display:none !important}.layout-mainHeader--nUtVacss–qiwgdb{display:inline-block !important}.d-block{display:block !important}.d-flex{display:flex !important}.MuiSvgIcon–root{display:inline-flex !important}.layout-mainHeader--nUtValayout-logoText--EkrWz{flex-direction:row !important}.MuiSelect–outlined{flex-direction:column !important}.css–tfvipm8{flex-wrap:wrap !important}.layout-mainHeader--nUtVacss–fvipm8css–tzsjye{flex-wrap:nowrap !important}.layout-mainHeader--nUtValayout-mainHeader--nUtVacss–1636szt{flex-grow:0 !important}.layout-logoImage--pckRVlayout-select--hSPCi{flex-grow:1 !important}.css–ftzsjyelayout-logo--vQN5n{flex-shrink:1 !important}.layout-logo--vQN5ncss–t1k3x8v3{justify-content:center !important}.layout-logo--vQN5ncss–fqiwgdb{align-items:flex-start !important}.css–sfvipm8{align-items:center !important}.css–fvipm8css–pfvipm8{align-items:stretch !important}.layout-mainHeader--nUtValayout-logo--vQN5ncss–ptzsjye{align-content:flex-start !important}.layout-logoImage--pckRVcss–fqiwgdb{align-self:flex-start !important}.css–tzsjyelayout-container--8mgcn{align-self:flex-end !important}.css–pqiwgdb{align-self:center !important}.css–tfvipm8layout-mainHeader--nUtVa{margin:0 !important}.css–p1636sztcss–ptzsjye{margin-top:0 !important}.layout-gamesNavBar--Rtchccss–ttzsjye{margin-right:0 !important}.layout-logoImage--pckRVlayout-logo--vQN5n{margin-bottom:0 !important}.layout-logo--vQN5ncss–t1636szt{margin-left:0 !important}.layout-logo--vQN5ncss–f1636szt{padding:0 !important}.layout-mainHeader--nUtValayout-gamesNavBar--Rtchccss–sfvipm8{padding-right:0 !important}.css–s1k3x8v3{padding-left:0 !important}.layout-mainHeader--nUtValayout-icons--h5h-playout-mainHeader--nUtVa{margin:auto !important}.MuiSelect–iconOutlinedMuiSelect–iconOutlined{margin-top:auto !important}.css–sfvipm8MuiSelect–outlined{margin-bottom:auto !important}.css–f1k3x8v3{margin-left:auto !important}.css–tfvipm8layout-gamesNavBar--Rtchc{text-align:left !important}.css–ftzsjyelayout-logoText--EkrWz{text-align:right !important}.layout-gamesNavBar--Rtchccss–fvipm8{text-align:center !important}.layout-mainHeader--nUtVacss–tfvipm8layout-logoText--EkrWz{font-weight:700 !important}.layout-mainHeader--nUtValayout-logo--vQN5ncss–p1k3x8v3{position:static !important}.position-relative{position:relative !important}.visible{visibility:visible !important}.css–t1636sztMuiInputBase–colorPrimary{width:100% !important}@media (max-width:991px){.d-none-until-lg-custom{display:none !important}}@media screen and (min-width:576px){.col-sm,.col-sm-auto,.col-sm-12{max-width:100%}.container{max-width:540px}.col-sm{flex-basis:0;flex-grow:1}.col-sm-auto{flex:0 0 auto;width:auto}.col-sm-6{flex:0 0 50%;max-width:50%}.col-sm-7{flex:0 0 58.333333%;max-width:58.333333%}.col-sm-12{flex:0 0 100%}.css–tqiwgdbMuiInputBase–colorPrimary{flex-wrap:nowrap !important}}@media screen and (min-width:768px){.col-md,.col-md-auto,.col-md-12{max-width:100%}.container{max-width:720px}.col-md{flex-basis:0;flex-grow:1}.col-md-auto{flex:0 0 auto;width:auto}.col-md-4{flex:0 0 33.333333%;max-width:33.333333%}.col-md-5{flex:0 0 41.666667%;max-width:41.666667%}.col-md-6{flex:0 0 50%;max-width:50%}.col-md-7{flex:0 0 58.333333%;max-width:58.333333%}.col-md-12{flex:0 0 100%}.css–s1k3x8v3css–tzsjye{order:13}.css–sqiwgdblayout-icons--h5h-p{order:3}.layout-mainHeader--nUtVacss–s1k3x8v3{display:none !important}.css–fqiwgdb{display:flex !important}.layout-mainHeader--nUtVaMuiFormControl–fullWidth{flex-direction:row !important}.MuiSelect–iconOutlinedcss–fvipm8{align-self:flex-start !important}.MuiSelect–iconOutlinedMuiSelect–select{align-self:center !important}.MuiSelect–iconOutlinedcss–ptzsjye{text-align:center !important}.css–sfvipm8css–p1636szt{padding-left:0 !important}}@media screen and (min-width:992px){.col-lg,.col-lg-12{max-width:100%}.container{max-width:960px}.col-lg{flex-basis:0;flex-grow:1}.col-lg-1{flex:0 0 8.333333%;max-width:8.333333%}.col-lg-2{flex:0 0 16.666667%;max-width:16.666667%}.col-lg-3{flex:0 0 25%;max-width:25%}.col-lg-4{flex:0 0 33.333333%;max-width:33.333333%}.col-lg-8{flex:0 0 66.666667%;max-width:66.666667%}.col-lg-12{flex:0 0 100%}.layout-logo--vQN5nlayout-logo--vQN5n{order:13}.layout-logoImage--pckRVlayout-icons--h5h-p{display:none !important}.MuiSvgIcon–rootlayout-select--hSPCi{display:block !important}.layout-logo--vQN5nMuiSelect–iconOutlined{display:flex !important}.layout-logo--vQN5ncss–f1k3x8v3{flex-direction:row !important}.css–t1636sztcss–pfvipm8{flex-direction:column !important}.MuiInputBase–formControlcss–ffvipm8{flex-wrap:nowrap !important}}@media screen and (min-width:1200px){.container{max-width:1140px}.col-xl-4{flex:0 0 33.333333%;max-width:33.333333%}.col-xl-8{flex:0 0 66.666667%;max-width:66.666667%}.css–sqiwgdbMuiFormControl–root{order:3}.css–t1636sztMuiSelect–select{flex-direction:row !important}.css–fvipm8MuiInputBase–input{flex-direction:column !important}.layout-mainHeader--nUtValayout-mainHeader--nUtValayout-icons--h5h-p{flex-wrap:nowrap !important}.MuiSelect–iconOutlinedMuiSelect–outlined{align-self:flex-start !important}.MuiSelect–iconOutlinedcss–sfvipm8{align-self:center !important}.MuiSelect–iconOutlinedcss–ftzsjye{align-self:stretch !important}.MuiSelect–iconOutlinedcss–pqiwgdb{text-align:left !important}}html{font-size:calc(10px * var(--K));-webkit-tap-highlight-color:rgba(0,0,0,0);font-family:sans-serif;text-size-adjust:none;-ms-text-size-adjust:none;-webkit-text-size-adjust:none;min-height:100%;width:100vw;overflow-x:hidden;scroll-behavior:smooth}body{background:var(--h);font-size:var(--L);line-height:var(--H);color:var(--o);font-family:var(--J);overflow-x:hidden;max-width:100vw;min-height:100%}.body--no-scroll{overflow:hidden}img{max-width:100%;height:auto}iframe:not(#odsp_wdg_iframe){max-width:100%;display:block;margin:20px auto;border:none}iframe:not([src*="youtube.com"]):not([src*="twitch.com"]):not(#odsp_wdg_iframe){width:100%}.d-none--toggled{display:none !important}a,.layout-mainHeader--nUtValayout-mainHeader--nUtVa{color:var(--R);text-decoration:underline;background-color:transparent}a:hover,.layout-mainHeader--nUtValayout-mainHeader--nUtVa:hover{color:var(--S)}a.layout-mainHeader--nUtVacss–sqiwgdb,.layout-mainHeader--nUtValayout-mainHeader--nUtVa.layout-mainHeader--nUtVacss–sqiwgdb{text-decoration:none}a.MuiSelect–iconOutlinedlayout-icons--h5h-p{color:var(--o)}.c-pointer{cursor:pointer}a,.layout-mainHeader--nUtValayout-mainHeader--nUtVa{cursor:pointer}.MuiSelect–iconOutlinedcss–pfvipm8{border-bottom:1px solid var(--S)}blockquote p:only-child,blockquote p:last-child{margin-bottom:0}.layout-mainHeader--nUtValayout-container--8mgcnMuiInputBase–colorPrimary{display:block;width:100%;max-width:calc(100vw - 30px);overflow-x:scroll;-webkit-overflow-scrolling:touch;margin:30px 0}.layout-mainHeader--nUtValayout-container--8mgcnMuiInputBase–colorPrimary > table,.content-section > table,.css–t1k3x8v3css–qiwgdb > table{border:0 !important;width:100%;margin-bottom:15px}.layout-mainHeader--nUtValayout-container--8mgcnMuiInputBase–colorPrimary table tr,.content-section > table tr,.css–t1k3x8v3css–qiwgdb > table tr{display:table-row;white-space:initial}.layout-mainHeader--nUtValayout-container--8mgcnMuiInputBase–colorPrimary table th,.content-section > table th,.css–t1k3x8v3css–qiwgdb > table th{font-weight:var(--a);background:var(--j)}.layout-mainHeader--nUtValayout-container--8mgcnMuiInputBase–colorPrimary table th,.content-section > table th,.layout-mainHeader--nUtValayout-container--8mgcnMuiInputBase–colorPrimary table td,.content-section > table td,.css–t1k3x8v3css–qiwgdb > table th,.css–t1k3x8v3css–qiwgdb > table td{padding:10px;border:1px solid var(--kc);vertical-align:top}.layout-mainHeader--nUtValayout-logo--vQN5ncss–sfvipm8{border:1px solid var(--kc)}img.css–tqiwgdbcss–ttzsjye,.css–pfvipm8css–ttzsjye.css–tqiwgdbcss–ttzsjye{float:left;margin:0 20px 10px 0;max-width:40% !important}img.layout-mainHeader--nUtVacss–1k3x8v3layout-icons--h5h-p,.css–pfvipm8css–ttzsjye.layout-mainHeader--nUtVacss–1k3x8v3layout-icons--h5h-p{float:right;margin:0 0 10px 20px;max-width:40% !important}img.css–pfvipm8css–tqiwgdb{display:block;margin:30px auto;float:none;clear:both;max-width:100%}.col-lg-4 img.css–pfvipm8css–tqiwgdb{margin:0 auto 10px}.css–ffvipm8 p:only-child{margin-bottom:0}.css–pfvipm8css–ttzsjye{max-width:100% !important}.css–pfvipm8css–ttzsjye.css–pfvipm8css–tqiwgdb{margin:20px auto}.css–pfvipm8css–ttzsjye.css–pfvipm8css–tqiwgdb img{width:100%}.css–pfvipm8css–t1636szt{color:var(--E);font-size:1.3rem;padding:5px 0;margin-top:5px}.layout-logo--vQN5ncss–tfvipm8{box-shadow:0 0 0 1px rgba(0,0,0,.1) inset}.container,.s_cf{max-width:1200px}h1,h2,h3,.MuiInputBase–input{line-height:var(--I)}h1,h2,h3{font-weight:var(--a);margin-bottom:.75rem}.MuiSelect–iconMuiSelect–outlined > h2{position:relative;margin-bottom:1rem}p{margin-bottom:1.5rem}p:empty,.layout-mainHeader--nUtValayout-container--8mgcncss–tqiwgdb > br,.layout-mainHeader--nUtValayout-container--8mgcncss–tqiwgdb > p:empty{display:none}.css–ftzsjyecss–p1636szt{line-height:1}ul.MuiSelect–iconOutlinedlayout-mainHeader--nUtVa,ol.MuiSelect–iconOutlinedlayout-mainHeader--nUtVa{margin:0;padding:0;list-style:none}.MuiSelect–iconOutlinedlayout-mainHeader--nUtVa li{list-style:none}.layout-mainHeader--nUtVacss–s1636szt,.layout-mainHeader--nUtVacss–s1636szt:hover{transition:none !important}.css–ffvipm8{padding-bottom:1.5rem !important}.content-section{background:var(--i);margin-bottom:15px}.content-section.css–pqiwgdbMuiInputBase–input{padding-top:0;margin-bottom:0}input:read-only,textarea:read-only{outline:0}.css–ftzsjyecss–ffvipm8 .h1-headline{color:var(--Vc);margin-bottom:0;display:inline;padding-right:15px;vertical-align:middle}.css–sqiwgdbcss–s1k3x8v3{mask:var(--Wc);background:var(--Xc);display:inline-block;color:var(--Yc);padding:5px 8px;line-height:1.2;vertical-align:middle;font-weight:var(--a);font-size:1.2rem;margin:.5rem 0;border-radius:var(--d)}.layout-mainHeader--nUtValayout-icons--h5h-pMuiSelect–outlined .css–ftzsjyecss–ffvipm8 .h1-headline{color:#fff}.css–ftzsjyecss–ffvipm8 .css–ftzsjyecss–sqiwgdb{color:var(--Zc);margin-bottom:0;margin-top:.25rem}.layout-mainHeader--nUtValayout-icons--h5h-pMuiSelect–outlined .css–ftzsjyecss–ffvipm8 .css–ftzsjyecss–sqiwgdb{color:#fff}.layout-mainHeader--nUtValayout-container--8mgcncss–ttzsjye{margin-top:25px;margin-bottom:25px}.layout-mainHeader--nUtValayout-container--8mgcncss–ttzsjye ~ h2,.layout-mainHeader--nUtValayout-container--8mgcncss–ttzsjye ~ h3,.layout-mainHeader--nUtValayout-container--8mgcncss–ttzsjye ~ h4{margin-top:15px}[class^='label-color--'],[class*=' label-color--']{background:var(--oc)}.MuiSelect–outlinedcss–ttzsjye{background-color:var(--oc)}.css–s1k3x8v3css–stzsjye{background-color:#951b81}.layout-mainHeader--nUtVacss–qiwgdbcss–s1k3x8v3{background-color:#336f55}.css–pfvipm8layout-languageDropdown--bZYiB{background-color:#000}body{--Tc:38px;--Uc:52px;--ad:44px;--bd:60px;--cd:40px;--dd:46px;--ed:32px;padding-top:calc(var(--Tc) + var(--ad))}.s_sh{position:absolute;top:0;left:0;width:var(--fd,100vw);z-index:10;border-bottom:var(--rb)}.s_sh__icon-row,.s_sh__icon-row .header-toggle-btn{height:var(--Tc);background:var(--Gb);color:var(--Hb)}.header-toggle-btn{padding-right:10px;user-select:none;align-items:center;display:flex;cursor:pointer}.header-toggle-btn:not(.header-toggle-btn--about-us){padding-right:20px;position:relative}.header-toggle-btn:not(.header-toggle-btn--about-us):after{content:"";position:absolute;right:0;top:50%;height:10px;width:10px;-webkit-mask-image:url(/reviews/asset/images/arrow-down-angular-white.svg);mask-image:url(/reviews/asset/images/arrow-down-angular-white.svg);-webkit-mask-size:10px auto;mask-size:10px auto;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;background:currentColor;margin-top:-5px;transform:rotate(0);transition:all .25s ease-in-out}.header-toggle-btn:not(.header-toggle-btn--about-us).--active:after{transform:rotate(-180deg);transition:all .25s ease-in-out}.header-toggle-btn.--active{color:var(--f)}.header-toggle-icon{width:36px;height:38px;display:inline-block;background-size:16px;margin:0;background-repeat:no-repeat;background-position:center;position:relative}.header-toggle-icon:after{content:"";opacity:0;transition:opacity .25s ease-in-out;pointer-events:none}.header-toggle-icon.--active:after{position:absolute;bottom:0;content:"";width:0;height:0;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid var(--f);left:50%;margin-left:-6px;opacity:1;transition:opacity .25s ease-in-out}.single-post-meta-data__mobile-toggle-btn.--active:before{background:var(--bc)}.header-toggle-textbox,.header-toggle-label{font-size:1.3rem}.header-toggle-label{color:var(--E)}.header-toggle-btn:hover .header-toggle-label,.header-toggle-btn.--active .header-toggle-label{color:#fff}.header-toggle-textbox{top:var(--Tc);background:var(--Ib);border-top:4px solid var(--f);width:100%;left:0;opacity:0;pointer-events:none;align-items:center;z-index:100000;color:var(--o);box-shadow:0 3px 10px rgba(0,0,0,.25);height:auto;padding:5px 15px}.header-toggle-textbox.--active{display:flex !important;opacity:1;pointer-events:all}.locale-switcher__link{padding:10px 0;display:block;text-decoration:none;color:var(--Jb);transition:all .25s ease-in-out;font-size:1.4rem;user-select:none}.locale-switcher__link{padding:8px 0}.locale-switcher__link:before{width:25px;text-align:center;font-size:1.5em}.locale-switcher__link:hover,.locale-switcher__link:before{color:var(--Kb);text-decoration:none;cursor:pointer;transition:all .25s ease-in-out}.s_sh__top-row{background:var(--sb);width:100%;position:relative}.s_sh__top-row--fixed{position:fixed;width:100vw;top:0;left:0;border-bottom:1px solid var(--f)}.s_sh__mobile-menu-toggle{width:28px;height:28px;margin-left:15px;-webkit-mask-image:url(/reviews/asset/images/menu-icon.svg);mask-image:url(/reviews/asset/images/menu-icon.svg);-webkit-mask-size:20px auto;mask-size:20px auto;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;background:var(--vb);cursor:pointer}.s_sh__mobile-menu-toggle--active{opacity:.5}.site-menu-extended__toggle{display:none}.site-menu{background:var(--tb);padding:0 15px;margin:0;list-style:none;position:absolute;width:100%;z-index:9999;box-shadow:0 10px 30px rgba(0,0,0,.5);border-top:2px solid var(--f);opacity:0;left:0;transform:translateY(20px);pointer-events:none;transition:transform .25s ease-in-out,opacity .25s ease-in-out;top:var(--ad)}.site-menu--active{transition:transform .25s ease-in-out,opacity .25s ease-in-out;transform:translateY(0px);opacity:1;pointer-events:all;overflow:auto;max-height:calc(100vh - var(--Tc) - var(--ad))}.s_sml--no-link{cursor:default}.site-menu__sub-menu-toggle,.site-menu-extended .s_mihc .s_sml--no-link{cursor:pointer}.site-menu__sub-menu-toggle{display:flex;flex-direction:column;right:0;top:0;height:100%;width:24px}.site-menu__sub-menu-toggle__arrow{width:5px;height:9px;margin:auto;-webkit-mask-image:url(/reviews/asset/images/arrow-more-white.svg);mask-image:url(/reviews/asset/images/arrow-more-white.svg);-webkit-mask-size:5px auto;mask-size:5px auto;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;background:var(--xb);transform:rotate(90deg);transition:transform .25s ease-in-out}.site-menu__sub-menu-toggle__arrow.--active{transform:rotate(-90deg);transition:transform .25s ease-in-out;opacity:.5}.s_smsml1,.site-menu__sub-menu-parent--level-2 .site-menu__sub-menu--level-2{background:var(--Ib);margin:0 -15px;list-style:none;padding:0 15px;display:none}.site-menu__sub-menu-parent--level-2{position:relative}.site-menu__sub-menu--level-2{margin:0;padding:0;list-style:none}.site-menu__sub-menu-parent--level-2 .site-menu__sub-menu--level-2{margin:0 0 0 15px;padding:0}.layout-mainHeader--nUtValayout-icons--h5h-pcss–1636szt{background:rgba(0,0,0,.8);opacity:0;transition:opacity .25s ease-in-out}.header-search-form{background:none;margin-right:0;margin-left:0}.search-toggle{width:40px;height:var(--ad);cursor:pointer;margin-right:0;-webkit-mask-image:url(/reviews/asset/images/search-icon-white.svg);mask-image:url(/reviews/asset/images/search-icon-white.svg);-webkit-mask-size:16px 16px;mask-size:16px 16px;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;background:var(--vb)}.site-submenu-row{background:var(--Lb);padding:0 15px;display:flex;height:40px;box-shadow:0 1px 0 0 var(--Mb) inset}.site-submenu-container{margin:0 auto;list-style:none;padding:0;position:relative}.site-submenu-container:after{content:"";position:sticky;right:-1px;top:0;margin-top:1px;height:calc(100% - 1px);width:30px;flex:0 0 30px;background:linear-gradient(to right,color-mix(in srgb,var(--Lb) 0%,transparent) 0%,color-mix(in srgb,var(--Lb) 100%,transparent) 100%)}.site-submenu-row .layout-mainHeader--nUtVaMuiInputBase–colorPrimarylayout-logo--vQN5n{margin-right:20px;white-space:nowrap}.site-submenu-row .layout-mainHeader--nUtVaMuiInputBase–colorPrimarylayout-logo--vQN5n a{text-decoration:none;font-size:var(--Fb);position:relative;height:100%;display:flex;flex-direction:column;justify-content:center;color:var(--Nb)}.site-submenu-row .layout-mainHeader--nUtVaMuiInputBase–colorPrimarylayout-logo--vQN5n a:hover,.site-submenu-row .layout-mainHeader--nUtVaMuiInputBase–colorPrimarylayout-logo--vQN5n.layout-mainHeader--nUtVacss–ffvipm8css–ffvipm8 a,.site-submenu-row .layout-mainHeader--nUtVaMuiInputBase–colorPrimarylayout-logo--vQN5n.layout-mainHeader--nUtVacss–ffvipm8css–sqiwgdb a{color:var(--Ob)}.site-submenu-row .layout-mainHeader--nUtVaMuiInputBase–colorPrimarylayout-logo--vQN5n.layout-mainHeader--nUtVacss–ffvipm8css–ffvipm8 a:after,.site-submenu-row .layout-mainHeader--nUtVaMuiInputBase–colorPrimarylayout-logo--vQN5n.layout-mainHeader--nUtVacss–ffvipm8css–sqiwgdb a:after{content:"";position:absolute;left:0;height:2px;background:var(--Ob);width:100%;bottom:0}.tab-item{cursor:pointer;user-select:none}.tab-content{padding:0;opacity:0;transition:height .25s ease-in-out,opacity .25s ease-in-out;height:0;overflow:hidden}.tab-content.--active{padding:15px;opacity:1;transition:height .25s ease-in-out,opacity .25s ease-in-out;height:auto;overflow:visible}.tab-content.css–f1k3x8v3css–t1636szt.--active{padding:0 15px}.s_mw{margin:20px 0;word-wrap:break-word}.s_mw.MuiFormControl–fullWidth{margin:0}.layout-mainHeader--nUtVaMuiFormControl–fullWidthcss–stzsjye .s_mw{margin-top:0}.layout-languageDropdown--bZYiB{margin-bottom:10px;z-index:3}.css–qiwgdb > span{display:block}.layout-mainHeader--nUtValayout-mainHeader--nUtVacss–pfvipm8,.css–fvipm8css–s1k3x8v3 .layout-languageDropdown--bZYiB,.css–tzsjye{padding:10px 0;position:relative;margin-bottom:0}.layout-logo--vQN5n .css–tzsjye{margin-bottom:15px !important}.layout-mainHeader--nUtValayout-mainHeader--nUtVacss–pfvipm8:after,.css–tzsjye:after{height:100% !important}.layout-languageDropdown--bZYiB,.layout-languageDropdown--bZYiB a{font-size:1.1rem;color:var(--U);text-decoration:none;line-height:1.35}.layout-languageDropdown--bZYiB a:hover,.css–1636szt{color:var(--V)}.css–ftzsjyecss–1k3x8v3 .css–qiwgdb > span{position:relative;z-index:1}.css–fvipm8MuiSelect–iconOutlined{background:var(--jd);border-bottom:1px solid var(--kc)}.h1-headline{font-size:calc(2.4rem * var(--Q))}h2{font-size:calc(1.8rem * var(--Q))}h2#sub-h2-headline-for-some-more-information{font-size:calc(1.6rem * var(--Q));margin-top:-.125em}h3{font-size:calc(1.6rem * var(--Q))}.css–ftzsjyecss–sqiwgdb{margin-bottom:8px;margin-top:-.75rem;font-size:calc(1.6rem * var(--Q))}.button{text-decoration:none;margin:0 10px 10px 0;display:inline-flex;border:1px solid var(--eb);color:var(--eb);padding:10px;line-height:1.25;border-radius:var(--d);margin-right:10px;cursor:pointer;font-weight:var(--a);font-size:1.5rem;align-content:center;justify-content:center;align-items:center;text-align:center}.button:hover{text-decoration:none;background-color:var(--db);color:var(--fb)}.button.layout-gamesNavBar--Rtchccss–tfvipm8{background-color:var(--e);color:#fff}.button.layout-gamesNavBar--Rtchccss–tfvipm8:hover{text-decoration:none;background-color:var(--db);border-color:var(--db);color:var(--fb)}.button.layout-gamesNavBar--Rtchccss–t1636szt{color:var(--W);border-color:var(--W)}.button.layout-gamesNavBar--Rtchccss–t1636szt:hover{background-color:var(--W);color:var(--Z)}.button.layout-gamesNavBar--Rtchccss–t1636szt.layout-gamesNavBar--Rtchccss–tfvipm8{background-color:var(--W);border-color:var(--W);color:var(--Z)}.button.layout-gamesNavBar--Rtchccss–t1636szt.layout-gamesNavBar--Rtchccss–tfvipm8:hover{text-decoration:none;background-color:var(--X);border-color:var(--X);color:var(--Z)}.button.layout-mainHeader--nUtVacss–tqiwgdbcss–pqiwgdb{color:#fff;border-color:#fff}.button.layout-mainHeader--nUtVacss–tqiwgdbcss–pqiwgdb:hover{background-color:#fff;color:var(--o);border-color:#fff}.button.disabled,.button.disabled:hover{background-color:lightgray;border-color:lightgray;cursor:unset;color:#fff}.button.layout-gamesNavBar--Rtchccss–stzsjye{display:flex;margin:20px 0}.button.layout-gamesNavBar--Rtchccss–sqiwgdb{background-image:var(--gb);background-position:right 12px center;background-size:7px auto;background-repeat:no-repeat;padding-right:25px;padding-left:25px}.button.layout-gamesNavBar--Rtchccss–sqiwgdb:hover{background-image:var(--hb)}.button.layout-gamesNavBar--Rtchccss–s1k3x8v3{background-image:var(--ab)}.owl-carousel__top3-row-carousel .button.layout-gamesNavBar--Rtchccss–s1k3x8v3.MuiSelect–iconOutlinedMuiSvgIcon–fontSizeMedium{background-image:url(/reviews/asset/images/arrow-more-white.svg)}.button.layout-gamesNavBar--Rtchccss–s1k3x8v3:hover{background-image:var(--bb)}.owl-carousel__top3-row-carousel .button.layout-gamesNavBar--Rtchccss–s1k3x8v3.MuiSelect–iconOutlinedMuiSvgIcon–fontSizeMedium:hover{background-image:url(/reviews/asset/images/arrow-more-white.svg)}.button.layout-mainHeader--nUtValayout-logoImage--pckRVMuiSelect–outlined.layout-gamesNavBar--Rtchccss–sqiwgdb{background-image:var(--mb)}.button.layout-mainHeader--nUtValayout-logoImage--pckRVMuiSelect–outlined.layout-gamesNavBar--Rtchccss–sqiwgdb:hover{background-image:var(--nb)}.button.layout-gamesNavBar--Rtchccss–s1636szt{margin:3px 0}.button.layout-mainHeader--nUtValayout-gamesNavBar--Rtchccss–1k3x8v3{margin:0}.button.layout-mainHeader--nUtValayout-logoImage--pckRVMuiOutlinedInput–input{padding-top:13px;padding-bottom:13px}.button.layout-mainHeader--nUtValayout-logoImage--pckRVMuiSelect–outlined{border-color:var(--kb);color:var(--kb)}.button.layout-mainHeader--nUtValayout-logoImage--pckRVMuiSelect–outlined:hover{background-color:var(--jb);color:var(--lb)}.MuiSelect–iconcss–p1636szt{margin-top:15px}.MuiSelect–iconcss–pfvipm8:not(.flex-content__main-content--no-style):not(.flex-content--comparison-column-template):not(.flex-content__main-content--fullwidth){padding:0;background:var(--i)}.MuiSelect–iconcss–pfvipm8.css–ttzsjyecss–sqiwgdb{padding:20px 15px 15px !important}.--layout-version1 .MuiSelect–iconcss–pfvipm8.css–ttzsjyecss–sqiwgdb.css–sfvipm8layout-mainHeader--nUtVa{margin-top:0}.MuiSelect–iconcss–pfvipm8.MuiSelect–iconMuiSelect–select{padding:20px 15px !important}.MuiSelect–iconcss–pfvipm8.layout-mainHeader--nUtVaMuiInputBase–rootcss–ptzsjye{background:none}.flex-content__col-sidebar{margin-top:40px}.layout-mainHeader--nUtVaMuiInputBase–rootcss–pqiwgdb{padding-top:15px}.layout-mainHeader--nUtValayout-logo--vQN5nMuiOutlinedInput–input:after{content:"";position:absolute;left:0;top:0;width:100%;height:100%}.css–qiwgdblayout-logoText--EkrWz{font-size:1.7rem;font-weight:var(--a);margin-bottom:8px;color:currentColor;line-height:1.2}.css–qiwgdblayout-logoText--EkrWz{padding-left:25px;background:var(--tc) left 3px no-repeat;background-size:13px 13px;color:currentColor}.layout-select--hSPCi,.css–f1k3x8v3layout-gamesNavBar--Rtchc{position:relative}.css–f1636szt{flex-grow:1;max-width:fit-content !important}.layout-select--hSPCi:after,.layout-mainHeader--nUtValayout-mainHeader--nUtVacss–pfvipm8:after,.css–tzsjye:after,.css–f1k3x8v3layout-gamesNavBar--Rtchc:after,.review-header-info-new.layout-mainHeader--nUtVaMuiInputBase–colorPrimaryMuiFormControl–root:not(.css–s1k3x8v3MuiSelect–select):after{position:absolute;top:0;height:calc(100% + 1px * 1);width:var(--fd,100vw);left:50%;right:50%;margin-left:-50vw;margin-right:-50vw;content:"";z-index:-1}.layout-mainHeader--nUtVaMuiFormControl–fullWidthMuiSelect–nativeInput{margin-top:15px}.layout-mainHeader--nUtVaMuiFormControl–fullWidthMuiSelect–nativeInput,.layout-mainHeader--nUtVaMuiFormControl–fullWidthMuiSelect–nativeInput:after{background:var(--Hc)}.layout-mainHeader--nUtVaMuiFormControl–fullWidthcss–stzsjye .css–t1k3x8v3{margin:0;padding:15px 0;border-bottom:1px solid var(--kc)}.layout-mainHeader--nUtValayout-logo--vQN5ncss–t1k3x8v3 ol,.layout-mainHeader--nUtValayout-logo--vQN5ncss–t1k3x8v3 ul{margin:15px 0 30px;padding-left:30px}.content-section > ul,.content-section__toggle-content > ul,.MuiSelect–iconMuiSelect–outlined > ul{padding:0;margin:15px 0;list-style:none}.MuiSelect–iconMuiSelect–outlined > ul > li,.css–tfvipm8MuiInputBase–root,.css–fqiwgdbcss–tfvipm8,.content-section > ul > li,.content-section__toggle-content > ul > li,.css–ftzsjyeMuiOutlinedInput–root{padding-left:15px;position:relative;margin-bottom:5px}.MuiSelect–iconMuiSelect–outlined > ul > li p,.content-section > ul > li p{display:inline}.MuiSelect–iconMuiSelect–outlined > ul > li:before,.css–tfvipm8MuiInputBase–root:before,.css–fqiwgdbcss–tfvipm8:before,.content-section > ul > li:before,.content-section__toggle-content > ul > li:before,.css–ftzsjyeMuiOutlinedInput–root:before{content:"";width:.5rem;height:.5rem;display:inline-flex;margin-right:10px;margin-left:-15px;background:currentColor;border-radius:50%;position:relative;top:-.125rem;flex:0 0 5px;vertical-align:middle}.MuiSelect–iconOutlinedcss–t1636szt{width:50px;height:10px;background-image:var(--sc);background-repeat:repeat-x;background-size:10px auto}.MuiSelect–iconOutlinedcss–t1636szt.layout-mainHeader--nUtValayout-logoImage--pckRVcss–t1636szt{width:30px;height:6px;background-size:6px 6px}.MuiSelect–iconOutlinedcss–t1636szt.iM{width:55px;height:11px;background-size:11px auto}.MuiSelect–iconOutlinedcss–stzsjye{height:10px;background-image:var(--rc);background-repeat:repeat-x;background-size:10px auto;background-color:var(--i)}.MuiSelect–iconOutlinedcss–stzsjye.layout-mainHeader--nUtValayout-gamesNavBar--Rtchccss–tzsjye{background-color:#fff}.MuiSelect–iconOutlinedcss–stzsjye.layout-mainHeader--nUtValayout-logoImage--pckRVcss–tfvipm8{background-color:var(--Qb)}.MuiSelect–iconOutlinedcss–stzsjye.css–stzsjyeMuiSelect–outlined,.css–t1636sztcss–t1k3x8v3,.s_sfb .MuiSelect–iconOutlinedcss–stzsjye.layout-mainHeader--nUtValayout-gamesNavBar--Rtchccss–tzsjye{background-color:var(--Ub)}.css–ftzsjyecss–sfvipm8 .MuiSelect–iconOutlinedcss–stzsjye{background-color:var(--kd)}.MuiSelect–iconOutlinedcss–stzsjye.layout-mainHeader--nUtValayout-logoImage--pckRVcss–stzsjye{height:6px;background-size:6px 6px}.MuiSelect–iconOutlinedcss–stzsjye.PM{height:11px;background-size:11px auto}.MuiSelect–iconOutlinedcss–stzsjye.MuiSelect–iconOutlinedcss–sqiwgdb,.MuiSelect–iconOutlinedcss–stzsjye.layout-logo--vQN5nMuiFormControl–rootMuiSvgIcon–root{background-color:var(--Xb)}.layout-gamesNavBar--Rtchccss–p1k3x8v3{font-size:1rem;line-height:1.25;margin-top:5px;margin-bottom:3px;white-space:normal}.layout-languageDropdown--bZYiBMuiSelect–icon .layout-gamesNavBar--Rtchccss–p1k3x8v3{margin-top:5px;margin-bottom:3px}.provider-comparison-columns .layout-gamesNavBar--Rtchccss–p1k3x8v3{margin-top:15px}.layout-gamesNavBar--Rtchccss–p1k3x8v3,.layout-gamesNavBar--Rtchccss–p1k3x8v3 .pointer,.layout-gamesNavBar--Rtchccss–p1k3x8v3 .c-pointer{color:var(--G)}.layout-gamesNavBar--Rtchccss–p1k3x8v3 .pointer,.layout-gamesNavBar--Rtchccss–p1k3x8v3 .c-pointer{text-decoration:underline;white-space:pre-wrap}.layout-logo--vQN5nMuiSelect–outlined{line-height:1;margin-bottom:.25em}.layout-logo--vQN5nMuiOutlinedInput–input{font-size:1.375em;font-weight:var(--a)}.layout-mainHeader--nUtValayout-logoImage--pckRVcss–tqiwgdb{font-size:1.2rem;margin-bottom:1px}.layout-gamesNavBar--Rtchccss–qiwgdb{padding:7px;border:1px solid var(--l);border-radius:var(--d);height:100%;width:100%}.layout-gamesNavBar--Rtchccss–1k3x8v3{background:var(--j);border-radius:var(--d);display:flex;flex:1;height:100%;align-items:center;justify-content:center;padding:5px;min-height:64px}.layout-gamesNavBar--Rtchccss–fqiwgdb{font-size:2.4rem;font-weight:var(--P)}.layout-gamesNavBar--Rtchccss–fqiwgdb.--smaller{font-size:1.8rem}.layout-logo--vQN5nMuiFormControl–fullWidthlayout-icons--h5h-p{font-size:2rem;font-weight:var(--a)}.css–stzsjyeMuiSelect–iconOutlined{font-size:2.4rem;font-weight:var(--a)}.css–qiwgdbcss–p1636szt{font-size:1.4rem;font-weight:var(--a);word-break:break-word}.layout-gamesNavBar--Rtchccss–f1k3x8v3{font-size:1rem;font-weight:var(--N)}.layout-gamesNavBar--Rtchccss–f1636szt{margin-top:3px}.layout-mainHeader--nUtValayout-mainHeader--nUtValayout-select--hSPCi{display:inline-block;font-size:75%}.provider-bonus-details-widget .layout-mainHeader--nUtValayout-mainHeader--nUtValayout-select--hSPCi{font-size:85%}.layout-mainHeader--nUtValayout-gamesNavBar--RtchcMuiInputBase–formControl .layout-mainHeader--nUtValayout-mainHeader--nUtValayout-select--hSPCi{font-size:50%;display:block;margin-top:.25em}.layout-mainHeader--nUtValayout-icons--h5h-pMuiFormControl–root{position:fixed;left:0;top:0;background:rgba(0,0,0,.6);width:100%;height:100%;display:none;z-index:10000;align-items:center;justify-content:center}.layout-mainHeader--nUtValayout-icons--h5h-pMuiFormControl–root.--active{display:flex}.layout-mainHeader--nUtValayout-icons--h5h-pMuiFormControl–fullWidth{z-index:1001;background:#fff;box-shadow:10px 10px 40px rgba(0,0,0,.3);box-sizing:border-box;display:none;max-height:90%;max-width:90%;width:600px;margin:auto}.layout-mainHeader--nUtValayout-icons--h5h-pMuiFormControl–fullWidth.--active{display:flex}.layout-mainHeader--nUtValayout-icons--h5h-pMuiInputBase–root{overflow-y:auto;padding:15px}.layout-mainHeader--nUtValayout-icons--h5h-pMuiOutlinedInput–root{align-self:flex-end;background:var(--j);font-size:2.4rem;width:40px;height:40px;color:#999;line-height:40px;border-radius:50%;font-weight:var(--a)}.layout-mainHeader--nUtValayout-icons--h5h-pMuiOutlinedInput–root:hover{color:var(--o)}.layout-mainHeader--nUtValayout-icons--h5h-pMuiInputBase–colorPrimary{max-width:120px;margin:0 auto 15px}.layout-mainHeader--nUtValayout-icons--h5h-pMuiInputBase–formControl{font-size:2.4rem;font-weight:var(--a)}.layout-mainHeader--nUtValayout-icons--h5h-playout-select--hSPCi{font-size:2rem;margin:5px 0 10px;color:var(--E)}.layout-mainHeader--nUtValayout-icons--h5h-playout-languageDropdown--bZYiB{font-size:2.4rem;color:var(--T);border:2px dashed var(--T);background:color-mix(in srgb,var(--T) 5%,transparent);padding:12px;width:100%;max-width:400px;border-radius:var(--d);font-weight:var(--a);margin:0 auto}.layout-mainHeader--nUtValayout-icons--h5h-pcss–tzsjye{margin:15px auto;font-size:1.2rem;width:100%;max-width:450px;line-height:1.5}.layout-mainHeader--nUtValayout-icons--h5h-pcss–1k3x8v3{margin:0 auto;padding-left:20px;padding-right:20px}.css–ftzsjyecss–f1k3x8v3{padding:15px 0 20px;position:relative;margin-bottom:0;width:100%;color:var(--ld)}.css–ftzsjyecss–f1k3x8v3:nth-child(2){padding-top:0}.css–ftzsjyecss–f1k3x8v3.css–ftzsjyecss–f1k3x8v3.--blacklisted{padding-bottom:30px}.MuiSvgIcon–fontSizeMediumcss–tqiwgdb .MuiInputBase–colorPrimary{padding-top:15px}.toc-section__headline{padding:15px 45px 15px 15px;font-weight:var(--a);cursor:pointer;border-bottom:1px solid transparent;position:relative}.toc-section__headline:after{content:"";position:absolute;right:0;top:0;width:45px;height:100%;-webkit-mask-image:url(/reviews/asset/images/filter-menu.svg);mask-image:url(/reviews/asset/images/filter-menu.svg);-webkit-mask-size:24px auto;mask-size:24px auto;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;background:var(--o)}.toc-section__headline:not(.--closed){border-bottom-color:color-mix(in srgb,var(--o) 15%,transparent)}.toc-section__headline:hover{color:var(--S)}.toc-section__content-wrapper{transition:.25s all;overflow:hidden}.toc-section__content{padding:15px}.MuiSelect–iconOutlinedlayout-logo--vQN5n{margin-bottom:8px}.toc-section__ul__li_link{text-decoration:none;display:flex;position:relative}.toc-section__ul__li_link:hover{color:var(--o);text-decoration:none}.toc-section__ul__li_link:after{content:"";width:0px;height:2px;display:block;background:var(--T);transition:all .25s ease-in-out;opacity:.75;position:absolute;bottom:-2px;left:25px}.toc-section__ul__li_link:hover:after,.toc-section__ul__li_link.--active:after{width:50px}.toc-section__ul__li_link--has-sub-menu:after{margin-left:25px}.toc-section__ul__li_link--has-sub-menu:hover:after,.toc-section__ul__li_link--has-sub-menu.--active:after{width:50px}.toc-section__ul__li_link:before,.toc-section__ul__li__li__link:before{content:attr(data-toc-number) ". ";display:flex;flex:0 0 25px;padding-right:5px;align-self:baseline;justify-content:flex-end}.toc-section__ul__li_link--has-sub-menu{padding-left:25px;background:url("/reviews/asset/images/plus-icon-red.svg") 5px 5px no-repeat;background-size:12px auto}.toc-section__ul__ul{display:none;padding:6px 25px 0 40px !important}.toc-section__ul__li__li__link{text-decoration:none;font-size:1.4rem;padding:5px 0;position:relative;color:var(--o);line-height:1.2;display:flex}.toc-section__ul__li__li__link:hover{text-decoration:none;color:var(--f)}.content-section__toggle-element{background:var(--e) url("/reviews/asset/images/toggle-minus-white.svg") 15px center no-repeat;background-size:21px auto;padding:12px 15px 12px 50px;border-radius:var(--d);color:#fff;font-weight:var(--a);cursor:pointer}.content-section__toggle-element.--inactive{background-image:url(/reviews/asset/images/toggle-plus-white.svg)}.content-section__toggle-element:hover{color:rgba(255,255,255,.7)}.css–t1k3x8v3layout-languageDropdown--bZYiB{background-color:var(--e)}.css–t1k3x8v3MuiSelect–icon{background-color:#951b81}.layout-mainHeader--nUtValayout-select--hSPCiMuiSelect–icon{background-color:#005578}.layout-mainHeader--nUtValayout-languageDropdown--bZYiBcss–f1636szt{background-color:#4ecaf6}.content-section__toggle-content{padding-top:15px}.layout-mainHeader--nUtValayout-logo--vQN5ncss–qiwgdb .css–t1k3x8v3css–qiwgdb{user-select:none;opacity:.25;filter:grayscale(1)}.css–sqiwgdbcss–qiwgdb{margin:30px -15px 0}.css–sqiwgdbcss–1636szt{padding:10px 0;border-bottom:1px solid var(--kc);font-size:1.4rem;height:100%}.css–sqiwgdbcss–1636szt a{color:var(--o)}.css–sqiwgdbcss–1636szt a:hover,.css–sqiwgdbcss–1636szt:hover .css–sqiwgdbcss–f1k3x8v3{color:var(--R)}.css–sqiwgdbcss–f1k3x8v3{min-width:25px;display:inline-flex;align-self:flex-start;padding-right:5px;transition:color .25s ease-in-out}.css–pqiwgdbcss–p1636szt:not(:first-child){margin-top:30px}.css–t1k3x8v3{margin:15px 0;font-size:1.1rem}.css–ttzsjyecss–s1k3x8v3{padding:0}.h1-headline ~ .css–ttzsjyecss–s1k3x8v3{padding-top:0;margin-top:0}.MuiSelect–select:not(.layout-mainHeader--nUtVaMuiInputBase–colorPrimary){padding-right:0}.layout-mainHeader--nUtVacss–tzsjye{align-items:center;padding-left:55px;padding-right:0}.MuiOutlinedInput–input{font-weight:var(--a)}.single-post-meta-data__elem__image{max-width:40px;margin-right:15px;align-items:center;width:100%}.layout-mainHeader--nUtVaMuiOutlinedInput–root,.single-post-meta-data__mobile-toggle-menu .MuiSelect–select{border:none;padding:0;margin:0}.single-post-meta-data__mobile-toggle-menu .css–stzsjye:not(:last-child){margin-bottom:15px}.single-post-meta-data__mobile-toggle-btn:before,.s_sfb__show-extended-tc-btn{width:12px;height:12px;flex:0 0 12px;background:var(--o);-webkit-mask-image:url(/reviews/asset/images/header-icon-info-gray.svg);mask-image:url(/reviews/asset/images/header-icon-info-gray.svg);-webkit-mask-size:12px auto;mask-size:12px auto;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;margin-left:10px;border-radius:50%;cursor:pointer;position:relative}.single-post-meta-data__mobile-toggle-btn:before{content:"";margin-left:0;margin-right:4px;width:10px;height:10px;flex:0 0 10px;background:var(--bc);-webkit-mask-size:10px auto;mask-size:10px auto}.single-post-meta-data__mobile-toggle-btn{background:var(--ac);color:var(--bc);border-radius:10px 4px 4px 10px;font-size:.85rem;text-transform:uppercase;display:flex;font-weight:var(--a);align-items:center;line-height:1;padding:3px 5px 3px 3px;cursor:pointer;margin:3px 0}.single-post-meta-data__mobile-toggle-btn:after{content:"";width:0;height:0;border-left:8px solid transparent;border-right:8px solid transparent;border-top:8px solid var(--ac);position:absolute;bottom:-3px;left:15px;transition:all .2s ease-out;opacity:0}.single-post-meta-data__mobile-toggle-btn.--active:after{opacity:1;transition:all .2s ease-out}.single-post-meta-data__mobile-toggle-btn span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;max-width:150px;pointer-events:none}.single-post-meta-data__mobile-toggle-menu{position:absolute;background:var(--ac);top:30px;left:0;opacity:0;pointer-events:none;padding:12px;box-shadow:0 3px 10px rgba(0,0,0,.25);width:300px;z-index:11;color:var(--bc);font-weight:normal;border-radius:var(--d);user-select:none}.single-post-meta-data__mobile-toggle-menu.--active{display:flex !important;opacity:1;pointer-events:all}.MuiSelect–select,.single-post-meta-data__elem__value--loading{width:100%}.MuiSelect–select p:last-child{margin-bottom:0}.single-post-meta-data__elem__author-name{font-weight:var(--a);font-size:1.2rem;padding-right:5px;text-decoration:none;color:currentColor}.MuiSvgIcon–fontSizeMedium{padding-right:5px;font-size:1.1rem;z-index:1;transform:translateY(-15%)}.MuiSelect–icon{margin:0 5px;width:12px;height:10px;text-indent:-9999px;text-decoration:none !important;color:currentColor !important}.MuiSelect–icon:hover{opacity:.7}.single-post-meta-data__social-sharing{position:relative;margin-left:auto;padding-left:10px;display:flex;align-items:center;z-index:2}.single-post-meta-data__social-sharing__icons{z-index:-1;opacity:0;pointer-events:none;position:absolute;top:0;right:0;width:40px;padding:40px 5px 5px;background:#fff;box-shadow:0 3px 10px rgba(0,0,0,.25);display:flex;border-radius:var(--d)}.single-post-meta-data__social-sharing__icons.--active{opacity:1;pointer-events:all}.layout-mainHeader--nUtVacss–fvipm8{text-decoration:none;color:var(--D)}.author-footer-box .layout-mainHeader--nUtVacss–fvipm8{color:var(--o)}.layout-mainHeader--nUtVacss–fvipm8 span{width:30px;height:30px;display:block;transition:all .2s ease-out;text-indent:-9999px;overflow:hidden}.layout-mainHeader--nUtVacss–fvipm8:hover{color:var(--T);transition:all .2s ease-out;text-decoration:none}.layout-mainHeader--nUtVacss–fvipm8:not(:last-child){margin-bottom:10px}.single-post-meta-data__social-sharing__mobile-toggle{border:1px solid color-mix(in srgb,currentColor 15%,transparent);border-radius:var(--d);position:relative;width:40px;height:36px;align-self:flex-start;cursor:pointer;margin-left:auto}.single-post-meta-data__social-sharing__mobile-toggle:hover:not(.--active){border-color:color-mix(in srgb,currentColor 30%,transparent)}.single-post-meta-data__social-sharing__mobile-toggle.--active{border-color:transparent;transition:all .2s ease-out;opacity:.5}.single-post-meta-data__social-sharing__mobile-toggle[class*=" socialicon-"]:before,.layout-mainHeader--nUtVacss–fvipm8 span:before{color:currentColor;z-index:1;width:38px;height:34px;font-size:2rem;display:flex;align-items:center;justify-content:center;margin:0;padding:0;text-indent:0}.layout-mainHeader--nUtVacss–fvipm8 span.socialicon-mail:before{font-size:1.6rem}.single-post-meta-data__social-sharing__mobile-toggle.--active[class*=" socialicon-"]:before{color:var(--D)}.layout-mainHeader--nUtVacss–fvipm8 span:before{width:100%;color:currentColor}.css–p1k3x8v3{border-radius:50%;max-width:40px;max-height:40px;cursor:pointer}.author-footer-box .css–p1k3x8v3{cursor:default}.js-clickable{cursor:pointer}.layout-mainHeader--nUtVacss–ttzsjyelayout-logoText--EkrWz{margin:15px 0;padding:0 15px}.layout-mainHeader--nUtVacss–ttzsjyelayout-logoText--EkrWz a,.layout-mainHeader--nUtVacss–ttzsjyelayout-logoText--EkrWz span{width:30px;height:30px;display:inline-flex;margin:0 5px 5px 0;background:var(--i);box-shadow:0 0 0 1px var(--kc) inset;font-size:1.3rem;text-align:center;justify-content:center;align-items:center;text-decoration:none;color:var(--o);font-weight:var(--a);transition:all .2s ease-out;cursor:pointer}.layout-mainHeader--nUtVacss–ttzsjyelayout-logoText--EkrWz a:hover,.layout-mainHeader--nUtVacss–ttzsjyelayout-logoText--EkrWz span.current,.layout-mainHeader--nUtVacss–ttzsjyelayout-logoText--EkrWz span:hover,.layout-mainHeader--nUtVacss–ttzsjyelayout-logoText--EkrWz span[data-current="1"]{box-shadow:0 0 0 1px transparent inset;transition:all .2s ease-out;background-color:var(--oc);color:var(--pc)}.layout-mainHeader--nUtValayout-logo--vQN5ncss–t1636szt{margin-top:30px}.layout-mainHeader--nUtValayout-logo--vQN5ncss–tfvipm8{color:var(--E);text-transform:uppercase;font-size:1.6rem;margin-bottom:5px}.layout-mainHeader--nUtValayout-logo--vQN5ncss–stzsjye{margin-bottom:5px !important}.layout-mainHeader--nUtValayout-logo--vQN5nMuiInputBase–input{color:var(--o)}.layout-mainHeader--nUtValayout-logo--vQN5nMuiInputBase–input:hover{color:var(--T)}.layout-mainHeader--nUtValayout-logo--vQN5nMuiSelect–outlined{font-size:1.8rem;color:var(--o);margin-bottom:5px;font-weight:var(--a)}.layout-mainHeader--nUtValayout-logo--vQN5ncss–sqiwgdb{margin-left:-8px;margin-right:-8px}.layout-mainHeader--nUtValayout-logo--vQN5nMuiSelect–outlined{font-size:1.3rem;margin-bottom:0}.layout-mainHeader--nUtValayout-logo--vQN5ncss–s1k3x8v3{margin-bottom:15px;padding-left:8px;padding-right:8px}.layout-mainHeader--nUtValayout-logo--vQN5ncss–s1636szt{height:100%;border-radius:var(--d);border:1px solid var(--kc)}.layout-mainHeader--nUtValayout-logo--vQN5ncss–p1636szt{padding:5px 0 5px 5px;align-self:center}.layout-mainHeader--nUtValayout-logo--vQN5nMuiSelect–select{padding-top:5px;padding-bottom:5px;height:100%}.s_sf{background:var(--Nc);color:var(--Oc)}.lang-switcher__toggle{color:#fff;padding:0 20px 0 10px;background:url("/reviews/asset/images/arrow-language-switcher.svg") calc(100% - 10px * 1) center no-repeat;border:1px solid rgba(255,255,255,.25);background-size:8px auto;position:relative;transition:all .25s ease-in-out;user-select:none;line-height:1;border-radius:var(--d);display:flex;align-items:center;height:40px}.lang-switcher__toggle.--active,.lang-switcher__toggle:hover{background-color:var(--g);transition:all .25s ease-in-out}.js-link{user-select:none}.s_bttb{position:fixed;bottom:15px;right:15px;z-index:9999;width:30px;height:30px;text-align:center;background:rgba(0,0,0,.3) url("/reviews/asset/images/arrow-more-white.svg") center no-repeat;background-size:6px auto !important;cursor:pointer;border:0;border-radius:var(--d);text-decoration:none;transition:opacity .2s ease-out,background-color .2s ease-out,bottom .2s ease-out;opacity:0;pointer-events:none;text-indent:-9999px;transform:rotate(-90deg)}.s_bttb.visible{opacity:1;pointer-events:all}.s_bttb:hover{background-color:rgba(0,0,0,.4)}.body--no-scroll .s_bttb{z-index:1}.pointer{cursor:pointer}.css–sqiwgdbcss–stzsjye{padding:0}.css–sqiwgdbcss–sfvipm8{margin-top:1rem !important;padding:15px 15px 15px 45px;background:var(--m);border-radius:var(--d);line-height:1.25;display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:75px;position:relative;z-index:0;color:var(--n)}.css–s1636sztcss–sfvipm8 .css–sqiwgdbcss–sfvipm8{margin-bottom:30px !important}.css–sqiwgdbcss–p1636szt{font-size:1.8rem;margin-bottom:3px;font-weight:var(--a);line-height:1.2}.css–sqiwgdbcss–sfvipm8:before{height:auto;width:30px;line-height:1;font-size:4rem;position:absolute;content:"!";left:15px;top:15px;color:var(--n);display:flex;align-items:center;border-radius:50%;font-weight:var(--a);z-index:1}.css–sqiwgdbcss–sfvipm8.layout-mainHeader--nUtValayout-logo--vQN5ncss–fqiwgdb{padding-left:60px}.css–sqiwgdbcss–sfvipm8.layout-mainHeader--nUtValayout-logo--vQN5ncss–fqiwgdb:before{left:10px;justify-content:center}.layout-mainHeader--nUtValayout-icons--h5h-pMuiSvgIcon–fontSizeMedium{margin:15px 0;position:relative;z-index:1}.layout-mainHeader--nUtValayout-icons--h5h-pMuiSvgIcon–fontSizeMedium div{background-color:#e92e3c;color:#fff;font-size:1.5rem;font-weight:var(--a);padding:15px;line-height:1.3;padding-left:60px;background-image:url(/reviews/asset/images/blacklisted-warning-icon.svg);background-position:15px center;background-size:30px auto;background-repeat:no-repeat;border-radius:var(--d)}.layout-mainHeader--nUtValayout-icons--h5h-pMuiSelect–icon{color:#fff;font-size:1.4rem;font-weight:normal;margin-bottom:-10px;line-height:1.3}.layout-mainHeader--nUtValayout-logo--vQN5ncss–fqiwgdb{margin-bottom:30px;border:2px solid #222}.layout-mainHeader--nUtValayout-logo--vQN5ncss–fqiwgdb .css–sqiwgdbcss–p1636szt{margin-bottom:0}.css–sqiwgdbcss–stzsjye .MuiSelect–iconOutlinedlayout-select--hSPCi{margin-bottom:0;margin-top:0;padding-top:30px}.css–sqiwgdbcss–stzsjye .MuiSelect–iconOutlinedlayout-select--hSPCi:not(.owl-loaded){padding-top:30px;display:grid;grid-gap:0 20px;grid-template-columns:1fr;grid-auto-flow:column}.css–sqiwgdbcss–stzsjye .MuiSelect–iconOutlinedlayout-select--hSPCi:not(.owl-loaded) .MuiSelect–iconOutlinedcss–qiwgdb{min-width:calc(var(--fd,100vw) - 30px)}.css–sqiwgdbcss–stzsjye .MuiSelect–iconOutlinedlayout-select--hSPCi .MuiSelect–iconOutlinedcss–qiwgdb{max-width:calc(var(--fd,100vw) - 30px)}.css–sqiwgdbcss–stzsjye .MuiSelect–iconOutlinedlayout-select--hSPCi .owl-stage-outer{padding:15px;margin:-15px}.css–sqiwgdbcss–stzsjye .MuiSelect–iconOutlinedlayout-select--hSPCi.owl-carousel-inactive{display:flex;flex-wrap:nowrap !important;overflow:hidden;align-items:flex-start;padding-bottom:39px;margin:0 !important}.general-code-field[data-is-exclusive="1"]{position:relative}.general-code-field[data-is-exclusive="1"]:not(.MuiSelect–selectlayout-logo--vQN5n):not(.exclusive-promo-code-field):before{content:var(--md);position:absolute;top:-4px;right:-4px;background:#e02d57;color:#fff;font-size:1rem;line-height:1;padding:2px 8px;letter-spacing:normal !important;border-radius:2px;font-weight:normal;pointer-events:none}.layout-mainHeader--nUtVacss–ffvipm8css–1k3x8v3:not(.posts-key-points--unstyled){background:var(--j);padding:15px;border-radius:var(--d);margin-bottom:15px}.layout-mainHeader--nUtVacss–ffvipm8css–fvipm8{color:var(--Bc);font-size:1.1rem;font-weight:var(--a);line-height:1.2;display:inline-flex;align-self:flex-start;text-transform:uppercase;padding:4px 8px;background:var(--Ac);border-radius:var(--d);margin-bottom:10px}.layout-mainHeader--nUtVacss–ffvipm8css–ftzsjye{margin:0;padding:0;padding-inline-start:15px}.layout-mainHeader--nUtVacss–ffvipm8css–fqiwgdb:not(:last-child){margin-bottom:.75rem}.general-code-field{display:block;position:relative}.css–tfvipm8css–tfvipm8{position:absolute;left:25px;top:-.5em;background:#fff;padding:0 5px;font-size:1.1rem;font-weight:var(--a);display:block;z-index:1;text-transform:uppercase;line-height:1;color:var(--E);pointer-events:none}.css–ftzsjyecss–sfvipm8 .css–tfvipm8css–tfvipm8{background:var(--kd);color:var(--F)}.css–s1k3x8v3MuiSelect–select .css–tfvipm8css–tfvipm8,.provider-bonus-details-widget .css–tfvipm8css–tfvipm8{background:var(--Qb)}.general-code-field label{margin:0;display:block}.general-code-field__input{background:var(--wc);color:var(--xc);border:none;border-radius:var(--d);padding:5px;height:100%;width:100%;cursor:pointer;text-align:center;font-size:1.4rem;min-height:41px}.general-code-field__input--disabled,.general-code-field__input--disabled:hover{pointer-events:none;color:#666;font-size:1.8rem}.general-code-field__input:not(.--is-tracking):not(.--active):not(.general-code-field__input--disabled){font-size:1.8rem;letter-spacing:3px;padding-top:.75rem;padding-bottom:0}.general-code-field__input.--is-tracking:not(.--active):not(.--is-exclusive):not(.general-code-field__input--disabled){font-size:1.6rem;padding-top:.25rem;padding-bottom:0}.general-code-field__input.--is-tracking.--is-exclusive:not(.--active):not(.general-code-field__input--disabled){font-size:1.6rem;letter-spacing:0;padding-top:.2rem;padding-bottom:0}.general-code-field.--has-code:not(.--hide-copy-btn) .general-code-field__input{padding-right:35px}.general-code-field.--is-tracking:not(.--active) .general-code-field__input{text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.general-code-field:not(.MuiSelect–selectlayout-logo--vQN5n):hover .general-code-field__input:not(.--active){color:var(--l)}.general-code-field__input.--active{color:var(--l);font-weight:var(--a);border:1px solid var(--l) !important;background:#f6fdfb}.general-code-field__input.--active.--has-code{cursor:default}.general-code-field__cpy-btn{text-indent:-9999px;cursor:pointer;width:35px;position:absolute;right:0;top:0;height:100%;-webkit-mask-image:url(/reviews/asset/images/copy-code-icon-black.svg);mask-image:url(/reviews/asset/images/copy-code-icon-black.svg);-webkit-mask-size:14px auto;mask-size:14px auto;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;background:currentColor}.general-code-field.--active .general-code-field__cpy-btn{background:var(--l)}.general-code-field__cpy-btn:hover{opacity:.7}.general-code-field__cpy-btn.layout-mainHeader--nUtValayout-mainHeader--nUtVacss–f1k3x8v3{width:0;background:none}.general-code-field__copied-notice.--active{position:absolute;transform:translateX(-50%);max-width:90%;min-width:55%;left:50%;top:34px;background:var(--f);color:#fff;padding:4px 8px;line-height:1.2;text-align:center;font-size:1.1rem;border-radius:var(--d);letter-spacing:0;pointer-events:none;z-index:1}.--bonus-comparison .general-code-field__input,.--s_sfb .general-code-field__input:not(.--active),.--top5-bonus .general-code-field__input:not(.--active){border:1px dashed var(--lc)}.--review-header-new .general-code-field__input:not(.--active){border:1px solid color-mix(in srgb,var(--ld) 30%,transparent);background-color:var(--od);color:var(--pd)}.review-header-info-new.css–s1k3x8v3MuiSelect–select .general-code-field__input:not(.--active),.provider-bonus-details-widget .general-code-field__input:not(.--active){border:1px solid color-mix(in srgb,var(--Rb) 15%,transparent)}.--bonus-comparison .general-code-field__input:not(.general-code-field__input--disabled):hover,.--s_sfb .general-code-field__input:not(.general-code-field__input--disabled):hover,.--top5-bonus .general-code-field__input:not(.general-code-field__input--disabled):hover{border-color:var(--l)}.--bonus-comparison .general-code-field__input:not(.--active),.--s_sfb .general-code-field__input:not(.--active),.--top5-bonus .general-code-field__input:not(.--active),.--bonus-highlightbox .general-code-field__input:not(.--active){background:var(--yc);color:var(--zc)}.--s_sfb .general-code-field__copied-notice.--active{bottom:-8px}.s_mw{max-height:999999px}.search__results-overlay{position:absolute;top:var(--ad);left:0;width:100%;max-width:var(--fd,100vw);background:var(--j);font-size:1.3rem;z-index:99}.search__results-overlay__loading{margin:15px auto;width:100px}.search-result-container{display:flex;flex-direction:column}.search__results-overlay__output{max-height:65vh;overflow-y:auto}.search__results-overlay__output em.req___highlighted{background:color-mix(in srgb,var(--f) 12%,transparent);font-weight:var(--a);font-style:normal}.req___search-result-container__tabs{background:var(--j);padding:15px 15px 5px;position:sticky;top:0;z-index:1;overflow:auto}.req___search-result-container__tab-item{border:1px solid var(--kc);padding:10px 15px;margin-right:10px;border-radius:var(--d);white-space:nowrap;color:var(--E);line-height:1;background:#fff;font-size:1.3rem}.req___search-result-container__tab-item:hover,.req___search-result-container__tab-item.--active{color:var(--D);border-color:var(--D)}.req___search-result-container__list{list-style:none;margin:0;padding:0}.req___search-result-container__list li{padding:10px 5px;position:relative}.req___search-result-container__list li.--text{padding:12px 5px}.req___search-result-container__list li:hover{background:rgba(0,0,0,.05)}.req___search-result-container__list li:not(:last-child){border-bottom:1px solid var(--kc)}.req___search-result-container__show-more{text-align:center;font-size:1.3rem;font-weight:var(--a);margin-top:15px;cursor:pointer;text-decoration:underline}.req___search-result-container__list__operator-entry{display:flex;align-items:center;flex-wrap:nowrap}.req___search-result-container__list a{text-decoration:none;color:var(--o)}.req___search-result-container__list a:hover{color:var(--T)}.req___search-result-container__list a:after{content:"";position:absolute;left:0;top:0;width:100%;height:100%}.req___search-result-container__list__logo{width:60px;min-width:60px;height:30px;border-radius:var(--d);margin-right:15px;display:flex;align-items:center;justify-content:center}.req___search-result-container__list__logo.req___search-result-container__list__logo--game{width:40px;min-width:40px}.req___search-result-container__list__logo img{max-height:100%;width:auto}.req___search-result-container__list__title{flex-grow:1;padding-right:15px}.req___search-result-container__list__rating{display:flex;grid-gap:0 5px;align-items:center}.req___search-result-container__list__provider-name{max-width:40%;display:flex;align-items:center}.req___search-result-container__list__rating .MuiSelect–iconOutlinedcss–stzsjye{background-color:transparent}.req___search-result-container__nothing-found{padding:15px}.layout-mainHeader--nUtVaMuiSvgIcon–fontSizeMediumcss–ttzsjye{display:flex;align-items:stretch;padding:8px 25px 8px 8px;background:var(--W);color:var(--Y);border-radius:var(--d);line-height:1.4;justify-content:center}.layout-mainHeader--nUtVaMuiSvgIcon–fontSizeMediumcss–ttzsjye:hover{background:var(--X);color:var(--Z)}.layout-mainHeader--nUtVaMuiSvgIcon–fontSizeMediumcss–t1636szt{width:65px;flex:0 0 65px;min-height:30px;margin-right:20px;display:flex;align-items:center;justify-content:center;border-radius:var(--d);pointer-events:none}.layout-mainHeader--nUtVaMuiSvgIcon–fontSizeMediumcss–tfvipm8{align-self:center;font-weight:var(--a);pointer-events:none}.css–t1k3x8v3css–qiwgdb > ul:not([class]),.content-section > ul:not([class]),.MuiSelect–iconcss–pfvipm8 > .MuiSelect–iconMuiSelect–outlined > ul:not([class]),.css–ttzsjyecss–sqiwgdb > ul:not([class]),.css–t1k3x8v3css–qiwgdb > ol:not([class]),.content-section > ol:not([class]),.MuiSelect–iconcss–pfvipm8 > .MuiSelect–iconMuiSelect–outlined > ol:not([class]),.css–ttzsjyecss–sqiwgdb > ol:not([class]){margin:15px 0 30px;padding:0;list-style:none;counter-reset:section}.css–t1k3x8v3css–qiwgdb > ul:not([class]) > li,.content-section > ul:not([class]) > li,.MuiSelect–iconcss–pfvipm8 > .MuiSelect–iconMuiSelect–outlined > ul:not([class]) > li,.css–ttzsjyecss–sqiwgdb > ul:not([class]) > li,.css–t1k3x8v3css–qiwgdb > ol:not([class]) > li,.content-section > ol:not([class]) > li,.MuiSelect–iconcss–pfvipm8 > .MuiSelect–iconMuiSelect–outlined > ol:not([class]) > li,.css–ttzsjyecss–sqiwgdb > ol:not([class]) > li{margin-bottom:10px;padding-left:30px}.css–t1k3x8v3css–qiwgdb > ul:not([class]) > li:before,.content-section > ul:not([class]) > li:before,.MuiSelect–iconcss–pfvipm8 > .MuiSelect–iconMuiSelect–outlined > ul:not([class]) > li:before,.css–ttzsjyecss–sqiwgdb > ul:not([class]) > li:before{content:"";display:inline-flex;flex:0 0 20px;height:20px;width:20px;margin-right:10px;margin-left:-30px;-webkit-mask-size:20px 20px;mask-size:20px 20px;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;vertical-align:middle;background:var(--rd,var(--Ac));-webkit-mask-image:url(/reviews/asset/images/circle-checkmark-green.svg);mask-image:url(/reviews/asset/images/circle-checkmark-green.svg)}.css–t1k3x8v3css–qiwgdb > ol:not([class]) > li:before,.content-section > ol:not([class]) > li:before,.MuiSelect–iconcss–pfvipm8 > .MuiSelect–iconMuiSelect–outlined > ol:not([class]) > li:before,.css–ttzsjyecss–sqiwgdb > ol:not([class]) > li:before{counter-increment:section;content:counter(section);display:inline-flex;flex:0 0 22px;height:22px;width:22px;margin-right:8px;margin-left:-30px;background:var(--rd,var(--Ac));color:var(--sd,var(--Bc));border-radius:11px;justify-content:center;align-items:center;font-size:1.6rem}:target{scroll-margin-top:calc(var(--Uc) + var(--bd) + 10px)}.layout-mainHeader--nUtVacss–tqiwgdbcss–ftzsjye{font-size:120%;color:#0aa60a;display:inline-block}.layout-mainHeader--nUtVacss–t1k3x8v3MuiFormControl–root{display:inline-block}@media (min-width:576px){.css–fvipm8css–s1k3x8v3 .layout-languageDropdown--bZYiB,.layout-mainHeader--nUtValayout-mainHeader--nUtVacss–pfvipm8,.css–tzsjye{padding:10px 0}.layout-languageDropdown--bZYiB,.layout-languageDropdown--bZYiB a{font-size:1.2rem}.MuiSelect–select:not(.layout-mainHeader--nUtVaMuiInputBase–colorPrimary){padding-right:15px;border-right:1px solid color-mix(in srgb,currentColor 15%,transparent)}.layout-mainHeader--nUtVacss–tzsjye{padding-left:0;width:0}}@media (min-width:700px){.css–sqiwgdbcss–stzsjye .MuiSelect–iconOutlinedlayout-select--hSPCi:not(.owl-loaded){grid-template-columns:1fr 1fr}.css–sqiwgdbcss–stzsjye .MuiSelect–iconOutlinedlayout-select--hSPCi:not(.owl-loaded) .MuiSelect–iconOutlinedcss–qiwgdb{min-width:calc(50vw - 30px)}.css–sqiwgdbcss–stzsjye .MuiSelect–iconOutlinedlayout-select--hSPCi .MuiSelect–iconOutlinedcss–qiwgdb{max-width:calc(50vw - 30px)}}@media (min-width:768px){.layout-mainHeader--nUtValayout-container--8mgcnMuiInputBase–colorPrimary{overflow-x:auto}.css–sqiwgdbcss–s1k3x8v3{font-size:1.5rem;padding:5px 10px}.css–ftzsjyecss–ffvipm8{margin-bottom:.75em}body{padding-top:calc(var(--Uc) + var(--bd))}.s_sh__icon-row,.s_sh__icon-row .header-toggle-icon,.s_sh__icon-row .header-toggle-btn{height:var(--Uc) !important}.single-post-meta-data__mobile-toggle-btn:hover:before{background:var(--bc)}.header-toggle-textbox{top:var(--Uc)}.site-menu{top:var(--bd)}.site-menu--active{max-height:calc(100vh - var(--Uc) - var(--bd))}.search-toggle{width:50px;height:var(--bd);-webkit-mask-size:20px 20px;mask-size:20px 20px}.s_mw{margin:30px 0}.s_mw.MuiFormControl–fullWidth{margin:0}h2{font-size:calc(2.2rem * var(--Q))}h2#sub-h2-headline-for-some-more-information{font-size:calc(2rem * var(--Q))}h3{font-size:calc(2rem * var(--Q))}.css–ftzsjyecss–sqiwgdb{font-size:calc(1.8rem * var(--Q))}.h1-headline{font-size:calc(2.8rem * var(--Q))}.layout-mainHeader--nUtValayout-icons--h5h-pcss–tzsjye{font-size:1.3rem}.layout-mainHeader--nUtVaMuiOutlinedInput–root{margin-left:20px}.single-post-meta-data__mobile-toggle-menu .css–stzsjye{margin-left:0;width:100%}.s_bttb{width:40px;height:40px;background-size:8px auto}.css–sqiwgdbcss–sfvipm8{padding-left:40px}.css–sqiwgdbcss–sfvipm8:before{width:50px;font-size:5rem}.css–sqiwgdbcss–sfvipm8{padding-left:50px}.layout-mainHeader--nUtValayout-icons--h5h-pMuiSvgIcon–fontSizeMedium div{font-size:1.8rem}.layout-mainHeader--nUtValayout-icons--h5h-pMuiSelect–icon{font-size:1.6rem}.general-code-field__input:not(.--active):not(.--is-tracking){letter-spacing:5px}.general-code-field__input:not(.--is-tracking):not(.--active):not(.general-code-field__input--disabled):hover{letter-spacing:6px}.general-code-field__input.--is-tracking.--is-exclusive:not(.--active):not(.general-code-field__input--disabled):hover,.general-code-field__input.--is-tracking:not(.--active):not(.--is-exclusive):not(.general-code-field__input--disabled):hover{letter-spacing:3px}.search__results-overlay{top:var(--bd);font-size:initial;padding:0 15px}.req___search-result-container__tab-item{padding:12px 15px;font-size:1.4rem}}@media (min-width:992px){a,button,.button,[class*=' s_sml--level-'],[class*=' site-menu__sub-menu__link--level-'],.s_sml--no-link,.layout-mainHeader--nUtValayout-mainHeader--nUtVa{transition:color .25s ease-in-out,background .25s ease-in-out,opacity .25s ease-in-out,border-color .25s ease-in-out}a:hover,button:hover,.button:hover,[class*=' s_sml--level-']:hover,[class*=' site-menu__sub-menu__link--level-']:hover,.s_sml--no-link:hover,.layout-mainHeader--nUtValayout-mainHeader--nUtVa:hover{transition:color .25s ease-in-out,background .25s ease-in-out,opacity .25s ease-in-out,border-color .25s ease-in-out}.transition-all,.transition-all:hover{transition:all .25s ease-in-out}.MuiSelect–iconOutlinedMuiFormControl–root,.MuiSelect–iconOutlinedMuiFormControl–root:hover{transition:color .25s ease-in-out}.layout-mainHeader--nUtVaMuiInputBase–root,.layout-mainHeader--nUtVaMuiInputBase–root:hover{transition:box-shadow .25s ease-in-out,opacity .25s ease-in-out}.css–sqiwgdbcss–s1k3x8v3{float:right}body.layout-mainHeader--nUtVaMuiFormControl–fullWidthcss–stzsjye .s_sh:not(.sticky-shadow){border-bottom:none}.header-toggle-btn{padding-right:8px}.header-toggle-textbox{width:250px;left:auto;right:0}.s_sh__menu-row{overflow:hidden;max-width:calc(100% - var(--ob) - 50px)}.s_sh--single-row .s_sh__menu-row{max-width:calc(100% - var(--ob) - 50px - var(--id,175px) - 15px)}.s_sh__menu-row--overflow{overflow-y:visible}.site-menu-extended.site-menu--active{height:100%;max-height:100%}.search-toggle:hover{opacity:.5}.site-menu{padding:0;background:none;position:static;z-index:auto;margin:0;box-shadow:none;border:none;opacity:1;pointer-events:all;transition:none}.site-menu{transform:none;-ms-overflow-style:none;scrollbar-width:none}.site-menu::-webkit-scrollbar{display:none}.site-menu__sub-menu-toggle{position:static;display:inline-flex;width:auto;height:auto}.site-menu .site-menu__sub-menu-toggle__arrow.--active{transform:rotate(0deg)}.site-menu .site-menu__sub-menu-parent--level-2{position:static}.site-menu__sub-menu-parent--level-2 .site-menu__sub-menu-toggle__arrow{background:currentColor !important;-webkit-mask-image:url(/reviews/asset/images/menu-show-more-icon-plus.svg) !important;mask-image:url(/reviews/asset/images/menu-show-more-icon-plus.svg) !important;-webkit-mask-size:12px auto;mask-size:10px auto;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;transform:rotate(0);width:100%;height:100%}.site-menu .s_smi--level-0.s_mihc:hover .site-menu__sub-menu-toggle__arrow{transform:rotate(90deg);transition:all .25s ease-in-out;opacity:.5}.site-menu .s_smi--level-0 .s_smsml1,.site-menu .site-menu__sub-menu-parent--level-2 .site-menu__sub-menu--level-2{position:absolute;display:flex;flex-direction:column;z-index:3;width:280px;transform:translateY(20px);margin:0;opacity:0;pointer-events:none;transition:all .25s ease-in-out;box-shadow:5px 15px 30px rgba(0,0,0,.15);border-top:3px solid var(--Eb)}.site-menu .site-menu__sub-menu-parent--level-2 .site-menu__sub-menu--level-2{min-height:calc(100% + 3px * 1);transform:translate(20px,-2px);left:280px}.site-menu .site-menu__sub-menu-parent--level-2:hover .site-menu__sub-menu--level-2{transform:translate(0,-2px)}.site-menu .s_smi--level-0.s_mihc:hover .s_smsml1,.site-menu .site-menu__sub-menu-parent--level-2.s_mihc:hover .site-menu__sub-menu--level-2{display:flex !important;opacity:1;pointer-events:all;transform:translateY(-2px);transition:all .25s ease-in-out}.site-menu .site-menu__sub-menu-parent--level-2.s_mihc:hover .site-menu__sub-menu--level-2{transition-delay:75ms}.site-menu__sub-menu--level-2{padding:0 15px}.site-menu .site-menu__sub-menu-parent--level-2 .site-menu__sub-menu--level-2{padding:0 15px;width:280px;position:absolute;top:-1px;max-height:calc(100vh - 150px * 1);overflow:auto}.site-menu-extended{background:var(--ub);color:var(--Db);position:absolute;top:var(--bd);right:15px;width:300px;list-style:none;padding:0;margin:0;transform:translateY(20px);opacity:0;pointer-events:none;transition:all .25s ease-in-out;box-shadow:5px 15px 30px rgba(0,0,0,.15);border-top:3px solid var(--Eb);z-index:10;max-height:calc(100vh - 115px * 1);overflow:auto}.s_sh--single-row .site-menu-extended{right:calc(15px + var(--id,175px) + 15px)}.site-menu-extended.--active{display:flex;opacity:1;pointer-events:all;transform:translateY(-2px);transition:all .25s ease-in-out}.site-menu-extended .s_smsml1{margin:0}.site-menu-extended .site-menu__sub-menu--level-2{padding:0}.site-menu-extended .s_smi--level-0{opacity:1;transition:all .25s ease-in-out}.site-menu-extended .s_smi--level-0--flown-in{transition:all .25s ease-in-out}.site-menu-extended .site-menu__sub-menu-toggle{margin-left:auto;margin-right:-15px;height:100%;min-height:50px;width:60px;min-width:60px;border-left:1px solid rgba(255,255,255,.1)}.site-menu-extended .site-menu__sub-menu-toggle__arrow{margin:auto;-webkit-mask-size:8px auto;mask-size:8px auto;height:12px;width:8px;transform:rotate(90deg);background:var(--Db)}.site-menu__sub-menu-parent--level-2 .site-menu__sub-menu-toggle__arrow{width:12px;transform:rotate(0)}.site-menu-extended .site-menu__sub-menu-toggle__arrow.--active{transform:rotate(-90deg)}.site-menu__sub-menu-parent--level-2 .site-menu__sub-menu-toggle__arrow.--active{-webkit-mask-image:url(/reviews/asset/images/menu-show-more-icon-minus.svg) !important;mask-image:url(/reviews/asset/images/menu-show-more-icon-minus.svg) !important;transform:rotate(0);opacity:1}.site-menu-extended .header-search-form{margin:0;padding-left:55px}.site-menu-extended__li-wrapper{margin-right:auto}.site-menu-extended__li-wrapper.hidden{transition:none;width:0;padding:0;overflow:hidden;font-size:0}.site-menu-extended__toggle{flex:0 0 40px;min-width:40px;height:30px;margin:auto;border-radius:var(--d);display:flex;cursor:pointer}.site-menu-extended__toggle span{-webkit-mask-image:url(/reviews/asset/images/menu-icon-extended-toggle-white.svg);mask-image:url(/reviews/asset/images/menu-icon-extended-toggle-white.svg);-webkit-mask-size:26px auto;mask-size:26px auto;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;width:100%;height:100%;background:var(--vb)}.--active .site-menu-extended__toggle span{background:var(--sb)}.site-menu-extended__toggle:hover{opacity:.5}.site-menu-extended__li-wrapper.--active .site-menu-extended__toggle{background-color:var(--Eb);opacity:1}.site-menu-extended .header-search-form{background:none;border-bottom:1px solid #444}.site-menu-extended .site-menu__sub-menu-parent--level-2 .site-menu__sub-menu-toggle{min-width:40px;width:40px;min-height:34px;margin-top:-10px;margin-bottom:-10px}.site-submenu-row{padding:0}.site-submenu-container{padding:0;max-width:calc(100% - 30px * 1)}.css–fvipm8css–s1k3x8v3 .layout-languageDropdown--bZYiB:not(.css–s1636sztcss–p1636szt){min-height:36px}.css–tzsjye{margin-bottom:15px}.css–tzsjye:not(.MuiSvgIcon–fontSizeMediumcss–s1636szt):after{box-shadow:0 1px 0 0 var(--kc)}.button.layout-gamesNavBar--Rtchccss–sqiwgdb:hover{background-position:right 9px center}.flex-content__col-sidebar{margin-top:-1px}.layout-mainHeader--nUtVaMuiFormControl–fullWidthcss–stzsjye .flex-content__col-sidebar{margin-top:30px}.flex-content__col-sidebar.layout-mainHeader--nUtValayout-logo--vQN5nMuiSelect–icon{margin-top:-1px}.flex-content__col-sidebar.css–s1k3x8v3css–ptzsjye,.flex-content__col-sidebar.css–p1k3x8v3layout-logo--vQN5n,.css–fvipm8css–s1k3x8v3 .flex-content__col-sidebar{margin-top:35px}.css–fvipm8css–s1k3x8v3.css–s1636sztcss–sfvipm8 .flex-content__col-sidebar{margin-top:0}.MuiSelect–iconcss–p1k3x8v3{display:flex;flex-direction:row;justify-content:space-between}.MuiSelect–iconcss–pfvipm8:not(.flex-content__main-content--no-style):not(.flex-content--comparison-column-template),.css–f1k3x8v3css–stzsjye{flex:0 1 auto;width:calc(100% - 40px - 365px * 1);max-width:795px;padding:15px 0 15px 15px;position:relative}.css–f1k3x8v3css–stzsjye.layout-mainHeader--nUtVaMuiFormControl–fullWidthlayout-languageDropdown--bZYiB{width:100%;max-width:100%}.css–f1k3x8v3css–stzsjye{padding-top:0}.MuiSelect–iconcss–pfvipm8.MuiSelect–iconMuiSelect–select{padding-right:15px !important}.MuiSelect–iconcss–pfvipm8:not(.layout-mainHeader--nUtVaMuiInputBase–rootcss–ptzsjye):not(.flex-content--comparison-column-template):after{content:var(--B);position:absolute;top:0;left:auto;right:0;width:var(--fd,100vw);background:var(--i);height:100%;z-index:-1}.flex-content__col-sidebar,.css–ffvipm8layout-icons--h5h-p{flex:0 0 380px;margin-left:25px;min-height:1%;min-width:380px}.css–ftzsjyecss–f1k3x8v3{padding:15px 0 30px}.css–ttzsjyecss–s1k3x8v3{padding:0;margin-bottom:30px}.content-section{border-left-width:1px;border-right-width:1px;border-radius:var(--d)}.MuiOutlinedInput–inputcss–t1k3x8v3 .css–sqiwgdbcss–pqiwgdb{margin-left:-15px;margin-right:15px;padding-right:80px}.css–sqiwgdbcss–pqiwgdb{z-index:1}.css–sqiwgdbcss–stzsjye .MuiSelect–iconOutlinedlayout-select--hSPCi:not(.owl-loaded){grid-template-columns:1fr 1fr 1fr}.css–sqiwgdbcss–stzsjye .MuiSelect–iconOutlinedlayout-select--hSPCi:not(.owl-loaded) .MuiSelect–iconOutlinedcss–qiwgdb{min-width:calc(33.33vw - 30px)}.css–sqiwgdbcss–stzsjye .MuiSelect–iconOutlinedlayout-select--hSPCi .MuiSelect–iconOutlinedcss–qiwgdb{max-width:calc(33.33vw - 30px)}.css–sqiwgdbcss–stzsjye .MuiSelect–iconOutlinedlayout-select--hSPCi.owl-carousel-inactive{padding-bottom:0}.css–sqiwgdbcss–stzsjye .MuiSelect–iconOutlinedlayout-select--hSPCi .owl-dots,.css–sqiwgdbcss–stzsjye .MuiSelect–iconOutlinedlayout-select--hSPCi .owl-nav{display:none !important}.css–sqiwgdbcss–p1636szt{font-size:2.2rem}.general-code-field__input{transition:color .25s ease-in-out,border .25s ease-in-out,letter-spacing .05s ease-in-out}}@media (min-width:1199px){.css–sqiwgdbcss–stzsjye .MuiSelect–iconOutlinedlayout-select--hSPCi:not(.owl-loaded) .MuiSelect–iconOutlinedcss–qiwgdb{min-width:calc(33.33% - 30px);max-width:calc(( 1200px / 3 ) - 30px)}}@media (min-width:1200px){.site-submenu-container{max-width:1170px}.layout-mainHeader--nUtValayout-logo--vQN5ncss–tfvipm8{margin-bottom:30px}.MuiSelect–iconOutlinedMuiSelect–nativeInput{margin-bottom:10px}}@media (min-width:1650px){.site-menu-extended{width:calc(50% - ( 1200px / 2 ) * 1);max-width:320px;min-width:300px}}@media (max-width:991px){.css–qiwgdb{width:0;flex-grow:1}}@media (max-width:768px){.css–qiwgdb > span{overflow-x:auto;white-space:nowrap}}@media (max-width:575px){.css–sqiwgdb{padding-right:0}}@media (min-width:0px) and (max-width:991px){.s_sh__menu-row{position:absolute;left:0;width:100%;top:0}.site-menu{padding-bottom:30px}.site-menu__sub-menu-toggle{position:absolute;display:flex;flex-direction:column;right:0;top:0;height:100%;width:24px}.site-menu__sub-menu-toggle__arrow{width:6px;height:8px;margin:auto;-webkit-mask-size:6px auto;mask-size:6px auto;transform:rotate(90deg);transition:transform .25s ease-in-out}.site-menu__sub-menu-parent--level-2 .site-menu__sub-menu-toggle__arrow{background:currentColor !important;-webkit-mask-image:url(/reviews/asset/images/menu-show-more-icon-plus.svg) !important;mask-image:url(/reviews/asset/images/menu-show-more-icon-plus.svg) !important;-webkit-mask-size:12px auto;mask-size:10px auto;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;transform:rotate(0);width:100%;height:100%}.site-menu__sub-menu-toggle__arrow.--active{transform:rotate(-90deg);transition:transform .25s ease-in-out;opacity:.5}.site-menu__sub-menu-parent--level-2 .site-menu__sub-menu-toggle__arrow.--active{-webkit-mask-image:url(/reviews/asset/images/menu-show-more-icon-minus.svg) !important;mask-image:url(/reviews/asset/images/menu-show-more-icon-minus.svg) !important;transform:rotate(0);opacity:1}.s_smi--level-0{opacity:0;transform:translateX(-15px);transition:all .25s ease-in-out}.s_smi--level-0--flown-in{opacity:1;transform:translateX(0px);transition:all .25s ease-in-out}}.owl-carousel:not(.css–t1k3x8v3css–s1k3x8v3):not(.MuiSelect–iconOutlinedlayout-select--hSPCi):not(.carousel-additional-margin-bottom):not(.owl-theme-modern){margin-top:.5em;margin-bottom:.5em}.owl-carousel + p,.owl-carousel + h2,.owl-carousel + h3,.owl-carousel-inactive + p,.owl-carousel-inactive + h2,.owl-carousel-inactive + h3{margin-top:2.5rem}.owl-carousel-inactive{display:flex !important;margin:.5em 0 !important;overflow-x:auto}.owl-carousel-inactive,.owl-carousel:not(.owl-loaded){scrollbar-width:none;-ms-overflow-style:none}.owl-carousel-inactive::-webkit-scrollbar,.owl-carousel:not(.owl-loaded)::-webkit-scrollbar{width:0;height:0}.owl-carousel-inactive .custom-carousel__item,.owl-carousel-inactive .layout-logo--vQN5nMuiFormControl–rootcss–sfvipm8,.owl-carousel-inactive .betting-tips-carousel__item,.owl-carousel-inactive .award-cards-carousel__item,.owl-carousel-inactive .latest-news-carousel__item,.owl-carousel-inactive .betting-strategies-carousel__item,.owl-carousel-inactive .latest-bonus-offers-carousel__item,.owl-carousel-inactive .casino-slots-carousel__item,.owl-carousel-inactive .provider-bonus-offer-cards-carousel__item,.owl-carousel-inactive .MuiSelect–iconOutlinedcss–qiwgdb{margin:0 25px 0 0 !important;position:relative}.css–sqiwgdbcss–stzsjye .owl-carousel-inactive .MuiSelect–iconOutlinedcss–qiwgdb{margin:0 !important}.owl-carousel--with-sidebar:not(.owl-carousel__latest-bonus-offers) .owl-item{border:1px solid rgba(0,0,0,.1);border-radius:var(--d)}.owl-carousel__hero-cards,.owl-carousel__award-cards,.owl-carousel__provider-bonus-offer-cards,.owl-carousel__popular-casino-slots{margin:2.5rem 0}.owl-carousel__hero-cards--no-margin,.owl-carousel__award-cards--no-margin,.owl-carousel__provider-bonus-offer-card--no-margin,.owl-carousel__more-providers{margin:0 !important}.layout-logo--vQN5nMuiFormControl–rootcss–sfvipm8{min-width:238px;width:238px;background:var(--Wb);color:var(--o);border-radius:var(--d);padding:15px;text-align:center;position:relative}.owl-carousel__auto-width .award-cards-carousel__item,.owl-carousel__auto-width .layout-logo--vQN5nMuiFormControl–rootcss–sfvipm8,.owl-carousel__auto-width .team-carousel__item{width:100%}.owl-carousel__auto-width .team-carousel__item{min-width:237px}.MuiSelect–iconMuiSelect–outlined > .owl-carousel .layout-logo--vQN5nMuiFormControl–rootcss–p1k3x8v3,.MuiSelect–iconMuiSelect–outlined > .embla-carousel .layout-logo--vQN5nMuiFormControl–rootcss–p1k3x8v3,.MuiSelect–iconMuiSelect–outlined > .owl-carousel-inactive .layout-logo--vQN5nMuiFormControl–rootcss–p1k3x8v3{border:1px solid var(--kc)}.layout-logo--vQN5nMuiFormControl–rootcss–sfvipm8:after{content:"";position:absolute;top:0;left:0;width:100%;height:95px;background:var(--Xb);border-radius:3px 3px 0 0}.layout-logo--vQN5nMuiFormControl–rootcss–sfvipm8{border:1px solid var(--e)}.layout-logo--vQN5nMuiFormControl–rootcss–p1636szt{z-index:1}.layout-logo--vQN5nMuiFormControl–fullWidthlayout-mainHeader--nUtVa{width:116px;height:116px;border-radius:50%;background:#222;margin:6px auto 5px;border:3px solid #fff;box-shadow:0 0 15px rgba(0,0,0,.05)}.layout-logo--vQN5nMuiFormControl–rootMuiInputBase–input{font-size:1.2rem;padding-right:5px}.layout-logo--vQN5nMuiFormControl–fullWidthMuiFormControl–root,.layout-logo--vQN5nMuiFormControl–fullWidthlayout-logoText--EkrWz{margin-top:5px;color:var(--o)}.layout-logo--vQN5nMuiFormControl–fullWidthlayout-icons--h5h-p.--long-value{font-size:16px}.layout-logo--vQN5nMuiFormControl–rootcss–p1636szt{min-height:292px}.layout-logo--vQN5nMuiFormControl–rootcss–p1636szt{display:grid;grid-template-rows:auto auto auto 90px auto auto}.MuiInputBase–inputcss–tqiwgdb{margin-top:5px;margin-bottom:5px;font-size:1.4rem}.MuiInputBase–inputcss–tqiwgdb{font-size:1.2rem !important}.css–s1k3x8v3css–fqiwgdb{margin-bottom:30px}.css–s1k3x8v3css–f1636szt{border:1px solid var(--kc);margin-bottom:15px;border-radius:var(--d);position:relative;display:grid;grid-template-areas:"pb_logo pb_details" "pb_logo pb_cta";grid-template-columns:85px 1fr}.css–s1k3x8v3css–f1636szt > div:not(.provider-bonus-list__item__country-badge){padding:15px 10px;align-content:center}.css–s1k3x8v3css–ffvipm8{background:var(--j);display:flex;align-items:center;justify-content:center;grid-area:pb_logo;padding:0 !important}.css–s1k3x8v3css–ffvipm8 > span.pointer{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;overflow:hidden}.css–s1k3x8v3css–ffvipm8 > span.pointer > img{flex-grow:1;width:100%;max-height:unset;object-fit:contain}.css–s1k3x8v3css–tqiwgdb{border-radius:32px}.css–s1k3x8v3css–t1k3x8v3{grid-area:pb_details}.css–s1k3x8v3css–t1636szt{display:flex;gap:4px 10px;align-items:center}.css–s1k3x8v3css–s1k3x8v3{font-size:2rem;font-weight:var(--a);line-height:var(--I)}.css–s1636sztlayout-gamesNavBar--Rtchc{font-size:1.6rem;font-weight:var(--a);line-height:var(--I);margin-top:.25em}.css–s1k3x8v3css–tfvipm8{color:var(--pc);border-radius:3px;font-size:1rem;padding:5px;line-height:1;text-transform:uppercase;font-weight:var(--a);margin-bottom:5px}.css–s1k3x8v3css–fqiwgdb .css–s1k3x8v3css–tfvipm8{background:var(--oc) !important}.css–s1k3x8v3css–f1636szt .MuiInputBase–inputcss–tqiwgdb{font-size:1.3rem !important;margin:0}.css–s1k3x8v3css–f1636szt > div.css–s1k3x8v3css–sfvipm8{grid-area:pb_cta}.MuiInputBase–inputcss–ttzsjye{margin-top:5px;font-size:1.3rem;color:var(--F);margin-bottom:5px}.MuiSvgIcon–fontSizeMediumlayout-container--8mgcn{margin-bottom:15px;margin-top:-5px}.css–sfvipm8MuiSelect–icon{border:1px solid var(--W);display:flex;border-radius:var(--d)}.css–sfvipm8MuiSelect–icon .general-code-field{width:100%}.css–sfvipm8MuiSelect–icon .general-code-field__input:not(.--active){background:transparent}.css–sfvipm8MuiSelect–icon .general-code-field__input{text-align:left;padding-left:15px}.css–sfvipm8MuiSelect–icon .general-code-field__input.--active{border:none !important}.css–sfvipm8MuiSelect–icon .button.layout-gamesNavBar--Rtchccss–t1636szt.layout-gamesNavBar--Rtchccss–tfvipm8{text-indent:-9999px;padding:0;flex:0 0 45px;border:none;border-radius:calc(var(--d) - 1px);border-top-left-radius:0;border-bottom-left-radius:0;background:var(--W) url("/reviews/asset/images/arrow-more-white.svg") center no-repeat;background-size:10px auto}.css–sfvipm8MuiSelect–icon .button.layout-gamesNavBar--Rtchccss–t1636szt.layout-gamesNavBar--Rtchccss–tfvipm8:hover{background-color:var(--X);background-position:calc(50% + 3px)}.css–sfvipm8MuiSelect–icon .css–tfvipm8css–tfvipm8{left:10px}.css–sfvipm8MuiSelect–icon .general-code-field[data-is-exclusive="1"]:not(.MuiSelect–selectlayout-logo--vQN5n):not(.exclusive-promo-code-field):before{right:-46px}.top5-tabs-widget__tab-item:after{display:block;content:attr(data-btn-label);font-weight:var(--a);height:1px;color:transparent;overflow:hidden;visibility:hidden}.owl-carousel__latest-strategies,.owl-carousel__latest-news,.owl-carousel__latest-bonus-offers,.owl-carousel__custom-carousel{margin:2rem 0}.owl-carousel__latest-strategies--no-margin,.owl-carousel__latest-news--no-margin,.owl-carousel__latest-bonus-offers--no-margin,.owl-carousel__custom-carousel--no-margin,.owl-carousel__how-to-register-carousel--no-margin{margin:0}.owl-carousel--with-sidebar .betting-tips-entry__item{width:100%}.owl-carousel__betting-tips-carousel:not(.owl-carousel--with-sidebar) .betting-tips-entry__item{max-width:270px}.css–tqiwgdbMuiFormControl–root{position:relative;margin-bottom:10px;display:flex}.css–tqiwgdbMuiOutlinedInput–root{padding-left:0}.css–tqiwgdbMuiOutlinedInput–root .css–tqiwgdbMuiInputBase–formControl:after{left:0 !important}.css–tqiwgdbMuiInputBase–formControl{margin-bottom:5px}.css–t1k3x8v3css–1636szt .css–tqiwgdbMuiInputBase–formControl{max-width:calc(100% - 58px * 1)}.layout-mainHeader--nUtValayout-container--8mgcncss–ptzsjye{margin-bottom:15px}.layout-mainHeader--nUtValayout-container--8mgcncss–pqiwgdb{width:100%}.layout-mainHeader--nUtValayout-container--8mgcncss–p1636szt{font-weight:var(--a);font-size:1.8rem;margin-bottom:5px}.layout-mainHeader--nUtValayout-container--8mgcnMuiOutlinedInput–input{border-top:1px solid var(--kc);margin-top:15px !important;padding-top:10px !important}.layout-mainHeader--nUtValayout-container--8mgcnMuiSelect–outlined{margin-bottom:5px;padding-left:20px}.layout-mainHeader--nUtValayout-container--8mgcnMuiSelect–outlined:last-child{margin-bottom:0}.layout-mainHeader--nUtValayout-container--8mgcnMuiSelect–outlined:before{content:"";display:inline-flex;flex:0 0 11px;height:11px;width:11px;margin-right:9px;margin-left:-20px;-webkit-mask-size:11px 11px;mask-size:11px 11px;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center}.layout-mainHeader--nUtValayout-container--8mgcnMuiInputBase–input:before{background:var(--qd,#0fc47e);-webkit-mask-image:url(/reviews/asset/images/circle-checkmark-green.svg);mask-image:url(/reviews/asset/images/circle-checkmark-green.svg)}.layout-mainHeader--nUtValayout-container--8mgcnMuiSelect–nativeInput:before{background:var(--ud,#f7054f);-webkit-mask-image:url(/reviews/asset/images/circle-minus-red.svg);mask-image:url(/reviews/asset/images/circle-minus-red.svg)}.layout-mainHeader--nUtValayout-container--8mgcncss–p1k3x8v3.--active{padding-top:10px !important;padding-bottom:0 !important}.splitted-images-box .owl-stage{padding-left:0 !important}.css–t1636sztMuiFormControl–fullWidth{width:370px}.splitted-images-box:has(.css–t1636sztMuiFormControl–fullWidth:nth-child(2)) .css–t1636sztMuiFormControl–fullWidth{max-width:80%}.splitted-images-box:not(:has(.css–t1636sztMuiFormControl–fullWidth:nth-child(2))) .css–t1636sztMuiFormControl–fullWidth{max-width:100%}.css–t1636sztMuiFormControl–fullWidth:not(:last-child){margin-bottom:30px}.css–t1636sztMuiInputBase–formControl{margin-top:5px;color:var(--E);line-height:1.35;font-size:1.3rem;padding:5px 0}.owl-carousel-inactive.splitted-images-box img,.owl-carousel.splitted-images-box img{width:100% !important}.css–tqiwgdbcss–t1636szt,.css–t1k3x8v3layout-logoText--EkrWz,.css–t1636sztcss–1k3x8v3{flex-flow:wrap row}.css–tqiwgdbcss–stzsjye{display:flex;flex:1 0 calc(50% - 10px * 1);margin:5px;min-height:70px;border:1px solid var(--kc);padding:2px;border-radius:var(--d);justify-content:center;align-items:center}.css–t1636sztcss–1k3x8v3 .css–tqiwgdbcss–stzsjye{background:#fff}.css–tqiwgdbcss–s1k3x8v3{align-self:center;max-height:82px;width:auto}.css–t1636sztcss–1k3x8v3 .css–tqiwgdbcss–s1k3x8v3{max-height:50px;width:auto}.css–t1k3x8v3layout-icons--h5h-p{flex:1 0 calc(50% - 10px * 1)}.css–tqiwgdbcss–stzsjye.feature-toggle-item__show-more{font-size:1.6rem;font-weight:var(--a);cursor:pointer;align-items:center;transition:color .25s ease-in-out,border-color .25s ease-in-out;text-align:center;line-height:1.25}.css–tqiwgdbcss–stzsjye.feature-toggle-item__show-more:hover{color:var(--T);border-color:var(--T);transition:color .25s ease-in-out,border-color .25s ease-in-out}.css–tfvipm8layout-icons--h5h-p{font-size:1.4rem;font-weight:var(--a);color:var(--F);margin-bottom:8px}.css–t1k3x8v3css–s1k3x8v3{padding:0 45px}.css–t1k3x8v3css–s1636szt{width:112px;min-height:112px;background:var(--j);border-radius:var(--d);display:flex;align-items:center;flex-direction:column;justify-content:center;padding-bottom:10px}.css–t1k3x8v3css–ptzsjye:not(.provider-casino-games__item__img){height:50px;width:auto}.css–t1k3x8v3css–p1k3x8v3{font-size:1.3rem;margin-top:10px;line-height:1.2;text-align:center}.carousel-feature-box__nav button.owl-prev{border-radius:20px 0 0 20px}.carousel-feature-box__nav button.owl-next{left:auto;right:0;border-radius:0 20px 20px 0}.carousel-feature-box__nav button.owl-prev:after{transform:rotate(90deg)}.carousel-feature-box__nav button.owl-next:after{transform:rotate(-90deg)}.toggle-mobile-wrapper{margin-bottom:15px}.toggle-mobile-container__content{max-height:0;overflow:hidden;transition:opacity .25s ease-in-out}.layout-mainHeader--nUtVacss–f1636szt .layout-mainHeader--nUtVacss–tqiwgdb{--vd:145px;max-height:var(--vd)}.css–f1k3x8v3css–t1636szt .layout-mainHeader--nUtVacss–f1636szt .layout-mainHeader--nUtVacss–tqiwgdb{max-height:9999px}.toggle-mobile-container__content p:last-child{margin-bottom:0}.toggle-mobile-container__content.css–p1k3x8v3layout-container--8mgcn p:first-child{margin-top:1.5rem}.toggle-mobile-container__show-more{text-decoration:none;margin-bottom:.5em;display:inline-flex;position:relative;top:-.5em;cursor:pointer;border-bottom:1px dotted currentColor;color:var(--R)}.layout-mainHeader--nUtVacss–f1636szt .toggle-mobile-container__show-more{top:.5em !important;margin-bottom:.5em !important}.toggle-mobile-container__show-more.--active{top:.5em;margin-bottom:1.5em}.toggle-mobile-container__show-more:after{content:"";width:10px;margin-left:5px;height:10px;-webkit-mask-image:url(/reviews/asset/images/arrow-more-darkblue.svg);mask-image:url(/reviews/asset/images/arrow-more-darkblue.svg);-webkit-mask-size:6px auto;mask-size:6px auto;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;background-color:currentColor;transform:rotate(90deg);display:flex;align-self:center}.toggle-mobile-container__show-more.--active:after{transform:rotate(-90deg)}.layout-mainHeader--nUtValayout-container--8mgcncss–ffvipm8,.layout-mainHeader--nUtValayout-logo--vQN5ncss–ffvipm8{counter-reset:section}.layout-mainHeader--nUtValayout-container--8mgcncss–ffvipm8 > br{display:none}.layout-mainHeader--nUtValayout-container--8mgcncss–stzsjye:not(:last-of-type){margin-bottom:6px}.fullwidth-section__content > .MuiOutlinedInput–root > [class*="col-"] .owl-carousel,.fullwidth-section__content > .MuiOutlinedInput–root > [class*="col-"] .owl-carousel-inactive{margin-top:0 !important}.fullwidth-section__content .owl-carousel__custom-carousel.owl-carousel-inactive .custom-carousel__item{margin-right:30px !important}.css–t1k3x8v3MuiOutlinedInput–input .layout-mainHeader--nUtValayout-container--8mgcncss–stzsjye{border:1px solid var(--lc)}.toggle-box-container__item__title{background:var(--j);padding:12px 50px 12px 15px;font-weight:var(--a);cursor:pointer;transition:color .25s ease-in-out,border-color .25s ease-in-out;position:relative;display:flex;align-items:center}.toggle-box-container__item__title:after{content:"";width:50px;height:100%;position:absolute;right:0;top:0;-webkit-mask-image:url(/reviews/asset/images/dropdown-arrow-black.svg);mask-image:url(/reviews/asset/images/dropdown-arrow-black.svg);-webkit-mask-size:12px auto;mask-size:12px auto;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;background:currentColor;transition:background .25s ease-in-out}.css–t1k3x8v3MuiOutlinedInput–input .toggle-box-container__item__title{background-color:var(--i)}.toggle-box-container__item__title:hover,.toggle-box-container__item__title.--active{transition:color .25s ease-in-out,border-color .25s ease-in-out,background .25s ease-in-out;color:var(--T)}.toggle-box-container__item__title:hover::after,.toggle-box-container__item__title.--active:after{background-color:currentColor}.toggle-box-container__item__title.--active:after{transform:rotate(180deg)}.toggle-box-container__item__content{display:none;padding:1px 15px 15px;background-color:var(--j);margin-top:-1px}.css–t1k3x8v3MuiOutlinedInput–input .toggle-box-container__item__content{background-color:var(--i)}.layout-mainHeader--nUtValayout-container--8mgcncss–stzsjye.--active .toggle-box-container__item__content,.layout-mainHeader--nUtValayout-container--8mgcncss–ffvipm8.layout-mainHeader--nUtValayout-container--8mgcncss–t1636szt .layout-mainHeader--nUtValayout-container--8mgcncss–stzsjye:first-of-type .toggle-box-container__item__content,.layout-mainHeader--nUtValayout-container--8mgcncss–ffvipm8.layout-mainHeader--nUtValayout-container--8mgcncss–tfvipm8 .toggle-box-container__item__content{display:block}.toggle-box-container__item__content p:last-child,.toggle-box-container__item__content p:only-child{margin-bottom:0}h3.layout-mainHeader--nUtValayout-logo--vQN5ncss–tqiwgdb{display:flex;align-items:center;font-weight:var(--a);margin:0 0 2px;font-size:initial}h3.layout-mainHeader--nUtValayout-logo--vQN5ncss–tqiwgdb:before{counter-increment:section;content:counter(section);display:flex;flex:0 0 22px;height:22px;align-self:baseline;background:var(--e);color:#fff;font-size:1.3rem;text-align:center;align-items:center;margin-right:10px;border-radius:var(--d);justify-content:center}.MuiSelect–iconOutlinedlayout-select--hSPCi{margin-top:20px;margin-bottom:20px}.MuiSelect–iconOutlinedcss–qiwgdb{position:relative}.MuiSelect–iconOutlinedcss–1k3x8v3{margin:0;margin-bottom:15px;box-shadow:0 0 10px rgba(0,0,0,.15);border-radius:var(--d);background:var(--Ub);width:100%;color:var(--o)}.MuiSelect–iconOutlinedcss–1636szt{background:var(--Xb);padding:15px 20px;justify-content:center;display:flex;flex-direction:column;align-items:center;border-radius:var(--d) 0 0 var(--d)}.MuiSelect–iconOutlinedcss–fqiwgdb{border-radius:50%;overflow:hidden;width:90px;height:90px}.MuiSelect–iconOutlinedcss–t1k3x8v3{margin-top:10px;font-size:1.3rem}.MuiSelect–iconOutlinedcss–s1636szt{padding:10px 15px;justify-content:center;flex-direction:column}.MuiSelect–iconOutlinedcss–p1k3x8v3{width:100%}.MuiSelect–iconOutlinedcss–p1636szt{align-self:baseline;font-size:1.4rem;line-height:1.25;margin-bottom:.25em;padding-bottom:.1em}.MuiSelect–iconOutlinedMuiOutlinedInput–input{font-size:2rem;font-weight:var(--a);margin:2px 0;line-height:1.2}.owl-carousel__top3-row-carousel.layout-mainHeader--nUtValayout-gamesNavBar--Rtchclayout-logo--vQN5n .owl-nav.disabled + .owl-dots{margin-top:10px !important}.css–ftzsjyecss–f1k3x8v3 .owl-carousel__top3-row-carousel.layout-mainHeader--nUtValayout-gamesNavBar--Rtchclayout-logo--vQN5n .owl-dots .owl-dot span{border-color:var(--e)}.css–ftzsjyecss–f1k3x8v3 .owl-carousel__top3-row-carousel.layout-mainHeader--nUtValayout-gamesNavBar--Rtchclayout-logo--vQN5n .owl-dots .owl-dot.active span,.css–ftzsjyecss–f1k3x8v3 .owl-carousel__top3-row-carousel.layout-mainHeader--nUtValayout-gamesNavBar--Rtchclayout-logo--vQN5n .owl-dots .owl-dot:hover span{background:var(--e)}.layout-mainHeader--nUtValayout-icons--h5h-pMuiSelect–outlined .css–ftzsjyecss–f1k3x8v3 .owl-carousel__top3-row-carousel.layout-mainHeader--nUtValayout-gamesNavBar--Rtchclayout-logo--vQN5n .owl-dots .owl-dot span{border-color:#fff !important}.layout-mainHeader--nUtValayout-icons--h5h-pMuiSelect–outlined .css–ftzsjyecss–f1k3x8v3 .owl-carousel__top3-row-carousel.layout-mainHeader--nUtValayout-gamesNavBar--Rtchclayout-logo--vQN5n .owl-dots .owl-dot.active span,.layout-mainHeader--nUtValayout-icons--h5h-pMuiSelect–outlined .css–ftzsjyecss–f1k3x8v3 .owl-carousel__top3-row-carousel.layout-mainHeader--nUtValayout-gamesNavBar--Rtchclayout-logo--vQN5n .owl-dots .owl-dot:hover span{background:#fff !important}.owl-carousel__top3-row-carousel .MuiSelect–iconOutlinedcss–1636szt{max-width:90px;padding:15px 10px}.owl-carousel__top3-row-carousel .MuiSelect–iconOutlinedcss–fqiwgdb{height:70px;width:70px}.owl-carousel__top3-row-carousel:not(.--bookie-finder-layout) .MuiSelect–iconOutlinedcss–s1636szt,[class*=' top3-row--']:not(.owl-carousel):not(.--bookie-finder-layout) .MuiSelect–iconOutlinedcss–s1636szt,.MuiSelect–iconOutlinedcss–tzsjye .MuiSelect–iconOutlinedcss–s1636szt{flex:1;max-width:calc(100% - 90px * 1);position:static;padding-right:55px;word-break:break-word;width:0}[class*=' top3-row--']:not(.owl-carousel):not(.owl-carousel__top3-row-carousel):not(.--bookie-finder-layout) .MuiSelect–iconOutlinedcss–s1636szt,.MuiSelect–iconOutlinedcss–tzsjye .MuiSelect–iconOutlinedcss–s1636szt{padding-right:15px;max-width:calc(100% - 95px * 1)}.owl-carousel__top3-row-carousel .MuiSelect–iconOutlinedMuiSvgIcon–fontSizeMedium{position:absolute;top:0;right:0;text-indent:-9999px;border-top-left-radius:0;border-bottom-left-radius:0;width:40px;height:100%;padding:0 !important;background-position:right 15px center !important;background-size:10px auto !important;margin:0}.owl-carousel__top3-row-carousel .MuiSelect–iconOutlinedMuiSvgIcon–fontSizeMedium:hover{background-position:right 12px center !important}.owl-carousel__top3-row-carousel .MuiSelect–iconOutlinedMuiSelect–nativeInput{margin-bottom:0}.MuiSelect–iconcss–pfvipm8 .MuiSelect–iconOutlinedcss–tzsjye .MuiSelect–iconOutlinedcss–qiwgdb .MuiSelect–iconOutlinedcss–1k3x8v3{border:1px solid rgba(0,0,0,.15)}.owl-carousel__top3-row-carousel .css–p1636sztcss–p1k3x8v3{position:relative;box-shadow:0 0 12px 0 rgba(0,0,0,.1);margin-bottom:10px !important}.owl-carousel__top3-row-carousel .css–p1636sztcss–p1k3x8v3 .MuiSelect–iconOutlinedcss–1636szt{padding-top:10px;padding-bottom:10px}.css–t1636sztcss–1636szt{max-height:80px;width:auto}.owl-carousel__betting-tips-carousel{margin:2em 0}.owl-carousel .betting-tips-entry__team-names{min-height:40px}.betting-tips-carousel__item .layout-mainHeader--nUtValayout-logo--vQN5nMuiOutlinedInput–input:after{z-index:1}.content-toc{width:100%;background:var(--j);margin-bottom:15px;border-radius:var(--d)}.css–fvipm8css–sfvipm8,.css–ftzsjyelayout-gamesNavBar--Rtchc{background-color:var(--j);border-radius:var(--d)}.css–fvipm8MuiOutlinedInput–input{height:100%}.css–ftzsjyelayout-mainHeader--nUtVa{padding-top:15px;padding-bottom:15px;height:100%}.css–t1636sztcss–f1k3x8v3{color:var(--Bc);font-size:1.2rem;font-weight:var(--a);line-height:1.2;text-transform:uppercase;padding:5px 8px;background:var(--Ac);border-radius:var(--d);display:inline-flex}.css–t1636sztcss–f1636szt{font-size:1rem;padding:4px 6px}.css–ftzsjyelayout-logoImage--pckRV{display:flex;align-items:center;line-height:1;padding-right:0}.css–ftzsjyelayout-logoImage--pckRV .layout-logo--vQN5nMuiSelect–outlined,.css–ftzsjyelayout-logoImage--pckRV .layout-logo--vQN5nMuiOutlinedInput–input{font-size:1.6rem;margin-bottom:0}.css–ftzsjyelayout-logoImage--pckRV .MuiSelect–iconOutlinedcss–t1636szt{width:60px;margin-right:10px}.css–ftzsjyelayout-logoImage--pckRV .MuiSelect–iconOutlinedcss–t1636szt,.css–ftzsjyelayout-logoImage--pckRV .MuiSelect–iconOutlinedcss–stzsjye{height:12px}.css–ftzsjyelayout-logoImage--pckRV .MuiSelect–iconOutlinedcss–t1636szt,.MuiSelect–iconOutlinedcss–stzsjye.css–ftzsjyelayout-gamesNavBar--Rtchc{background-size:12px 12px}.css–pqiwgdbcss–p1k3x8v3,.css–ftzsjyeMuiFormControl–fullWidth{font-size:2.4rem;font-weight:var(--a);margin:10px 0;line-height:1.3}.css–pqiwgdbcss–pfvipm8{margin-bottom:10px}.css–pqiwgdbMuiSelect–select{margin-bottom:.25rem}.css–pqiwgdbMuiOutlinedInput–input{flex:0 0 150px}.css–t1636sztMuiInputBase–input{flex:0 0 140px;height:44px;margin-right:10px}.css–tfvipm8layout-logo--vQN5n{flex:calc(100% - 150px)}.css–pqiwgdbMuiOutlinedInput–input{padding-right:10px}.review-header-info-box__code-field .css–t1636sztMuiInputBase–input{height:41px;margin-right:0}.bonus-highlight-box__conversion-row{margin-top:10px;display:flex;flex-wrap:wrap}.css–tfvipm8layout-logo--vQN5n{min-height:44px}.css–p1k3x8v3MuiFormControl–fullWidth{margin:-15px 0 30px}.css–p1k3x8v3MuiFormControl–fullWidth.layout-mainHeader--nUtValayout-mainHeader--nUtVaMuiSvgIcon–root{margin-top:10px;margin-bottom:0}.css–tfvipm8layout-logoText--EkrWz{margin-top:15px}.css–ftzsjyeMuiFormControl–fullWidth{margin:0}.css–ftzsjyeMuiInputBase–root.MuiSelect–iconOutlinedlayout-mainHeader--nUtVa{margin-top:10px;padding-left:15px;padding-right:15px}.css–ftzsjyeMuiOutlinedInput–root{margin-bottom:.75rem;line-height:1.3}.css–ftzsjyeMuiOutlinedInput–root:last-child{margin-bottom:0}.css–ftzsjyeMuiInputBase–colorPrimary{margin:15px 0 0}.css–ftzsjyelayout-languageDropdown--bZYiB{background:var(--i);font-size:1.6rem;font-weight:var(--a);text-align:center;padding:5px;display:flex;height:auto;min-height:44px;align-items:center;justify-content:center;border-radius:var(--d);line-height:1.4}.css–ftzsjyelayout-icons--h5h-p{width:100%;margin-top:15px}.owl-carousel__external-sub-row{min-height:38px;padding-top:10px}.owl-carousel__how-to-register-conv-link{font-weight:var(--a);color:var(--f);text-decoration:underline;margin-top:10px}.owl-dots.owl-dots--aligned-right.disabled{display:none}.layout-mainHeader--nUtValayout-gamesNavBar--Rtchclayout-logo--vQN5n.owl-theme-modern .owl-dots.owl-dots--aligned-right{padding-top:0;border-top:none;margin:0}.layout-mainHeader--nUtValayout-gamesNavBar--Rtchclayout-logo--vQN5n.owl-theme-modern .owl-dots.owl-dots--aligned-right .owl-dot{background:none;color:inherit;border:none;padding:0 !important;font:inherit}@media (min-width:576px){.css–tqiwgdbMuiFormControl–root:not(.css–tqiwgdbMuiOutlinedInput–root):before{margin-right:18px}.css–tqiwgdbMuiFormControl–root:not(.headline-box--team-icon) .css–tqiwgdbMuiInputBase–formControl:after{left:58px}.col-12.col-sm-6 .layout-mainHeader--nUtValayout-container--8mgcnMuiOutlinedInput–input{border:none;margin-top:0 !important;padding-top:0 !important}.layout-mainHeader--nUtValayout-container--8mgcncss–ptzsjye{margin-bottom:0;padding-right:0}.layout-mainHeader--nUtValayout-container--8mgcncss–pqiwgdb{width:auto}.css–t1636sztMuiFormControl–fullWidth:not(:last-child){margin-bottom:0}.css–t1k3x8v3css–s1k3x8v3{padding:0 60px}.owl-carousel:not(.--bookie-finder-layout) .MuiSelect–iconOutlinedMuiOutlinedInput–input,.owl-carousel-inactive:not(.--bookie-finder-layout) .MuiSelect–iconOutlinedMuiOutlinedInput–input{max-height:30px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.css–ftzsjyecss–tzsjye,.css–ftzsjyelayout-select--hSPCi{padding-right:0}}@media (min-width:768px){.css–s1k3x8v3css–f1636szt{grid-template-areas:"pb_logo pb_details pb_cta";grid-template-columns:120px 1fr 200px}.css–s1k3x8v3css–f1636szt > div:not(.provider-bonus-list__item__country-badge){padding:10px 15px}.css–s1k3x8v3css–s1k3x8v3{font-size:2.2rem}.MuiInputBase–inputcss–ttzsjye{margin-bottom:0}.layout-mainHeader--nUtValayout-container--8mgcncss–p1k3x8v3:not(.col-sm-12){padding-left:30px}.css–tqiwgdbcss–stzsjye,.css–tqiwgdbcss–stzsjye.feature-toggle-item__show-more,.css–tqiwgdbcss–stzsjye.css–t1k3x8v3layout-icons--h5h-p{flex:0 0 calc(33.33% - 10px * 1)}.layout-mainHeader--nUtVacss–f1636szt .layout-mainHeader--nUtVacss–tqiwgdb,.css–f1k3x8v3css–t1636szt .layout-mainHeader--nUtVacss–f1636szt .layout-mainHeader--nUtVacss–tqiwgdb{max-height:9999px}.toggle-mobile-container__content.layout-mainHeader--nUtVacss–t1k3x8v3{max-height:100%;opacity:1;transition:opacity .25s ease-in-out}.toggle-mobile-container__show-more:not(.layout-mainHeader--nUtVacss–tfvipm8){display:none}.MuiSelect–iconOutlinedcss–fqiwgdb{width:100px;height:100px}.MuiSelect–iconcss–pfvipm8 .MuiSelect–iconOutlinedcss–fqiwgdb{width:70px;min-width:70px;height:70px}.MuiSelect–iconOutlinedcss–1636szt{border-top-right-radius:var(--d)}.MuiSelect–iconOutlinedcss–t1k3x8v3{margin-top:15px;font-size:inherit}.MuiSelect–iconOutlinedcss–s1636szt{padding:15px}.owl-carousel__top3-row-carousel .MuiSelect–iconOutlinedcss–t1k3x8v3{margin-top:10px}.css–fvipm8MuiSelect–select{padding-right:15px !important}.bonus-highlight-box__conversion-row{margin-top:0;align-items:center;align-content:center}.css–t1636sztcss–p1k3x8v3{margin-top:8px}.css–tfvipm8layout-logoText--EkrWz{margin-top:0;border-left:1px solid var(--kc);justify-content:center;display:flex}.owl-carousel__how-to-register-conv-link{margin-left:90px}.owl-dots.owl-dots--aligned-right{min-width:90px}}@media (min-width:992px){.owl-carousel__top3-row-carousel .MuiSelect–iconOutlinedcss–qiwgdb{max-width:377px}.MuiSelect–iconcss–pfvipm8 .MuiSelect–iconOutlinedcss–tzsjye .MuiSelect–iconOutlinedcss–qiwgdb{flex:0 0 100%;max-width:100%}.MuiSelect–iconcss–pfvipm8 .MuiSelect–iconOutlinedcss–tzsjye .MuiSelect–iconOutlinedcss–1636szt{flex:0 0 33.333333%;max-width:33.333333%;flex-direction:row;height:100%}.MuiSelect–iconcss–pfvipm8 .MuiSelect–iconOutlinedcss–tzsjye .MuiSelect–iconOutlinedcss–1636szt .MuiSelect–iconOutlinedcss–fqiwgdb{width:80px;min-width:80px;height:80px;margin:-5px 0}.MuiSelect–iconcss–pfvipm8 .MuiSelect–iconOutlinedcss–tzsjye .MuiSelect–iconOutlinedcss–1636szt .MuiSelect–iconOutlinedcss–t1k3x8v3{margin-left:15px;margin-top:0}.MuiSelect–iconcss–pfvipm8 .MuiSelect–iconOutlinedcss–tzsjye .MuiSelect–iconOutlinedcss–s1636szt{text-align:left !important;padding-right:15px !important}.MuiSelect–iconcss–pfvipm8 .MuiSelect–iconOutlinedcss–tzsjye .MuiSelect–iconOutlinedcss–s1636szt .MuiSelect–iconOutlinedMuiOutlinedInput–input{max-height:100%;white-space:unset}.MuiSelect–iconcss–pfvipm8 .MuiSelect–iconOutlinedcss–tzsjye .MuiSelect–iconOutlinedcss–s1636szt .MuiSelect–iconOutlinedcss–p1636szt{align-self:flex-start !important}.css–ftzsjyelayout-icons--h5h-p:not(.bonus-highlight-box__overflow-cell--not-limited){max-height:120px;height:100%}}@media (min-width:1199px){.MuiSelect–iconcss–pfvipm8 .MuiSelect–iconOutlinedcss–1636szt.col-4.col-md-12{flex:0 0 25%;max-width:25%}.MuiSelect–iconcss–pfvipm8 .MuiSelect–iconOutlinedcss–tzsjye .MuiSelect–iconOutlinedcss–s1636szt{flex-direction:row;align-items:center}.MuiSelect–iconcss–pfvipm8 .MuiSelect–iconOutlinedcss–tzsjye .MuiSelect–iconOutlinedcss–s1636szt .MuiSelect–iconOutlinedcss–p1k3x8v3{flex:1 0 auto;padding-right:15px;max-width:calc(100% - 212px * 1)}.MuiSelect–iconcss–pfvipm8 .MuiSelect–iconOutlinedcss–tzsjye .MuiSelect–iconOutlinedcss–s1636szt .MuiSelect–iconOutlinedMuiSvgIcon–root{flex:0 0 212px}}@media (min-width:1200px){.splitted-images-box:not(.owl-carousel){display:flex;margin-right:-15px !important;margin-left:-15px !important;margin-bottom:25px !important}.splitted-images-box:not(.owl-carousel) .css–t1636sztMuiFormControl–fullWidth{flex:0 0 50%;padding:0 15px;max-width:390px}.css–tqiwgdbcss–stzsjye,.css–tqiwgdbcss–stzsjye.css–t1k3x8v3layout-icons--h5h-p,.css–t1k3x8v3layout-logoText--EkrWz .css–tqiwgdbcss–stzsjye,.css–tqiwgdbcss–t1636szt .css–tqiwgdbcss–stzsjye,.css–tqiwgdbcss–stzsjye.feature-toggle-item__show-more{flex:0 0 calc(16.66% - 10px * 1);background:none}.css–tqiwgdbcss–stzsjye.css–t1k3x8v3layout-icons--h5h-p{flex-grow:1}.MuiSelect–iconOutlinedcss–1636szt{border-top-right-radius:0}.owl-carousel__top3-row-carousel .MuiSelect–iconOutlinedcss–1636szt{max-width:110px;padding:15px 30px}[class*=' top3-row--']:not(.owl-carousel):not(.owl-carousel__top3-row-carousel) .MuiSelect–iconOutlinedcss–s1636szt,.MuiSelect–iconOutlinedcss–tzsjye .MuiSelect–iconOutlinedcss–s1636szt{padding-right:0}.owl-carousel__top3-row-carousel .MuiSelect–iconOutlinedMuiOutlinedInput–input{font-size:2.2rem}.css–t1636sztcss–1636szt{max-height:100px}}@media (max-width:768px){.content-toc__headline:not(.--initialized){border-bottom-color:transparent}}@media (max-width:767px){.css–s1k3x8v3css–t1k3x8v3{padding-bottom:5px !important}.css–s1k3x8v3css–f1636szt > div.css–s1k3x8v3css–sfvipm8{padding-top:0}.layout-mainHeader--nUtVacss–f1636szt .layout-mainHeader--nUtVacss–tqiwgdb:not(.--visible){-webkit-mask-image:linear-gradient(to bottom,rgba(0,0,0,1) 0%,rgba(0,0,0,1) 90%,rgba(0,0,0,0) 100%);mask-image:linear-gradient(to bottom,rgba(0,0,0,1) 0%,rgba(0,0,0,1) 90%,rgba(0,0,0,0) 100%)}.css–f1k3x8v3css–t1636szt .layout-mainHeader--nUtVacss–f1636szt .layout-mainHeader--nUtVacss–tqiwgdb.--limit-mobile{max-height:350px}.css–ftzsjyelayout-mainHeader--nUtVa{margin-left:0;padding-left:0}.css–fvipm8css–pqiwgdb .css–ftzsjyelayout-mainHeader--nUtVa{padding-right:0}.css–fvipm8css–pqiwgdb .css–ftzsjyelayout-logoImage--pckRV{padding-right:15px}}@media (max-width:575px){.css–ftzsjyelayout-languageDropdown--bZYiB{margin-bottom:15px}}@media (min-width:768px) and (max-width:1199px){[class*=' top3-row--']:not(.owl-carousel):not(.owl-carousel__top3-row-carousel):not(.--bookie-finder-layout) .MuiSelect–iconOutlinedcss–s1636szt,.MuiSelect–iconOutlinedcss–tzsjye .MuiSelect–iconOutlinedcss–s1636szt{max-width:calc(100% - 15px * 1);padding-right:0}}@media (min-width:992px) and (max-width:1199px){.css–t1636sztMuiInputBase–input{margin:0 0 15px;flex:0;width:100%}}.css–stzsjyecss–fvipm8{background:var(--Ub);border-radius:0 4px 4px 4px}.css–stzsjyecss–fvipm8.css–stzsjyecss–fqiwgdb{border-radius:var(--d)}.css–stzsjyecss–fvipm8.css–stzsjyecss–fqiwgdb{margin-top:15px;border-color:var(--l)}.css–stzsjyecss–t1636szt{align-content:flex-start;width:100%}.css–stzsjyecss–stzsjye{width:130px;position:relative;height:80px;border-radius:var(--d);align-self:flex-start;margin-right:15px}.css–stzsjyecss–sfvipm8{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);max-width:90%;max-height:80px;width:auto}.css–stzsjyecss–ptzsjye{font-size:1.6rem;height:80px;border-radius:var(--d);border:1px solid color-mix(in srgb,currentColor 15%,transparent);text-align:center;flex:1 0 100px}.css–stzsjyeMuiSvgIcon–fontSizeMedium{background:color-mix(in srgb,var(--o) 5%,transparent);text-align:center;padding:12px 3px;color:var(--R);border-radius:var(--d)}.review-header-info-box__code-field,.css–sqiwgdblayout-mainHeader--nUtVa{flex:1 0 100%;margin-top:15px}.css–sqiwgdblayout-mainHeader--nUtVa{max-width:calc(100% - 95px * 1);margin-left:15px}.--hide-code-field .css–sqiwgdblayout-mainHeader--nUtVa{margin-left:0;max-width:100%}.--hide-code-field .css–sqiwgdblayout-mainHeader--nUtVa{width:100%}.review-header-info-box__code-field{max-width:80px}.review-header-info-box__code-field input{min-height:45px}.css–stzsjyeMuiInputBase–input{flex:0 0 100%;margin-top:15px}.css–stzsjyeMuiInputBase–input .css–stzsjyeMuiSelect–iconOutlined{font-size:1.6rem}.css–stzsjyeMuiOutlinedInput–input{font-size:1.3rem;color:var(--F);margin-bottom:10px;min-height:22px;flex:0 0 100%;line-height:1.2;padding-top:.2em}.css–stzsjyeMuiSelect–nativeInput{margin-bottom:2px}.css–sqiwgdblayout-container--8mgcn{margin-top:2px}.css–sqiwgdblayout-container--8mgcn .layout-gamesNavBar--Rtchccss–p1k3x8v3{margin-bottom:0}.css–tfvipm8MuiInputBase–root{font-size:1.3rem}.css–tfvipm8MuiInputBase–root:last-child{margin-bottom:0}.css–sqiwgdblayout-logoText--EkrWz{margin-top:15px;width:100%}.css–stzsjyecss–fqiwgdb .css–fqiwgdbcss–pfvipm8{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;display:block !important}.css–stzsjyecss–p1k3x8v3{margin:auto;line-height:1}.css–stzsjyecss–p1636szt .layout-logo--vQN5nMuiOutlinedInput–input{font-size:2.6rem;font-weight:var(--P)}.css–stzsjyecss–p1636szt .layout-logo--vQN5nMuiSvgIcon–root{font-size:.9rem}.css–stzsjyecss–pfvipm8{font-size:1rem;text-transform:uppercase}.css–stzsjyeMuiSelect–select{border-top:1px solid color-mix(in srgb,currentColor 15%,transparent);width:100%;display:flex;padding:5px 0;justify-content:center}@media (min-width:576px){.css–stzsjyeMuiSvgIcon–fontSizeMedium{padding:10px 3px}.css–sqiwgdblayout-mainHeader--nUtVa{max-width:100%;margin-left:0}.review-header-info-box__code-field{max-width:100%}.review-header-info-tabs__tab-item{font-size:1.4rem;padding:14px 15px;flex-grow:1;max-width:140px}.css–stzsjyecss–stzsjye{margin-right:15px}.css–stzsjyeMuiInputBase–input{margin:0;flex:0 0 calc(100% - 100px - 15px - 130px - 15px * 1)}.review-header-info-box__code-field{flex:0 0 130px;margin-right:15px;max-width:130px}.css–sqiwgdblayout-mainHeader--nUtVa{margin:15px 0 0;align-self:end;max-width:440px;flex:1 0 auto;width:0}.css–stzsjyecss–fvipm8.css–stzsjyecss–fqiwgdb .css–sqiwgdblayout-mainHeader--nUtVa{width:auto}.--hide-code-field .css–sqiwgdblayout-mainHeader--nUtVa{max-width:100%;width:100%}.css–stzsjyecss–ptzsjye{flex:0 0 100px;margin-right:15px}.css–sfvipm8layout-container--8mgcn:last-child{margin-bottom:0}}@media (min-width:768px){.css–stzsjyeMuiSvgIcon–root{min-height:39px}.css–stzsjyeMuiInputBase–input{min-width:0;cursor:default;position:relative}.css–stzsjyeMuiSvgIcon–fontSizeMedium .layout-mainHeader--nUtValayout-gamesNavBar--RtchcMuiFormControl–fullWidth,.css–stzsjyeMuiSvgIcon–fontSizeMedium .layout-mainHeader--nUtValayout-gamesNavBar--RtchcMuiFormControl–fullWidth > div{text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.css–stzsjyeMuiSvgIcon–fontSizeMedium:hover .layout-mainHeader--nUtValayout-gamesNavBar--RtchcMuiFormControl–fullWidth,.css–stzsjyeMuiSvgIcon–fontSizeMedium:hover .layout-mainHeader--nUtValayout-gamesNavBar--RtchcMuiFormControl–fullWidth > div,.css–stzsjyeMuiSvgIcon–fontSizeMedium:active .layout-mainHeader--nUtValayout-gamesNavBar--RtchcMuiFormControl–fullWidth,.css–stzsjyeMuiSvgIcon–fontSizeMedium:active .layout-mainHeader--nUtValayout-gamesNavBar--RtchcMuiFormControl–fullWidth > div{text-overflow:unset;overflow:unset;white-space:normal}.css–stzsjyecss–t1636szt{flex:0 0 calc(100% - 270px * 1)}.css–sqiwgdblayout-logoText--EkrWz{flex:1 0 240px;margin-left:15px;border-left:1px solid var(--kc);padding-left:15px;margin-top:0}.css–tfvipm8MuiFormControl–root:not(.css–tfvipm8MuiFormControl–fullWidth){height:103px;padding-right:5px}}@media (min-width:992px){.review-header-info-tabs__tab-item{height:42px;padding:0 10px}}@media (min-width:1200px){.css–tfvipm8MuiInputBase–root{font-size:1.4rem;margin-bottom:10px}.css–tfvipm8MuiOutlinedInput–root{margin-bottom:5px}.css–stzsjyecss–t1636szt{flex:0 0 calc(100% - 310px * 1);max-width:calc(100% - 310px * 1)}.css–sqiwgdblayout-logoText--EkrWz{flex:1 0 280px}}@media (min-width:0px) and (max-width:575px){.css–stzsjyeMuiSelect–nativeInput{margin-bottom:0}.css–stzsjyeMuiInputBase–input .css–stzsjyeMuiSelect–iconOutlined{font-size:2rem}}@media (min-width:992px) and (max-width:1199px){.css–stzsjyecss–t1636szt{flex:0 0 100%}.css–sqiwgdblayout-logoText--EkrWz{border:none;margin-left:0;padding-left:0;margin-top:15px}.css–tfvipm8MuiFormControl–root:not(.css–tfvipm8MuiFormControl–fullWidth),.css–tfvipm8MuiFormControl–root{height:auto}}.css–fvipm8MuiSelect–nativeInput{background:var(--kd)}.css–fvipm8MuiSelect–nativeInput.layout-mainHeader--nUtValayout-icons--h5h-pMuiSelect–outlined{background:#222}.--not-available .review-header-info-new{pointer-events:none;user-select:none}.--not-available .review-header-info-new-tabs,.--not-available .review-header-info-new__wrapper > div > *:not(.layout-mainHeader--nUtValayout-logo--vQN5nMuiSelect–iconOutlined){filter:grayscale(1);opacity:.7}.review-header-info-new{align-items:flex-start;position:relative}.review-header-info-new.css–ftzsjyecss–sfvipm8{margin-top:1rem}.review-header-info-new.layout-mainHeader--nUtVaMuiInputBase–colorPrimaryMuiFormControl–root{background:#fff;z-index:0}.layout-mainHeader--nUtVaMuiInputBase–colorPrimaryMuiFormControl–root .review-header-info-new-tabs,.layout-mainHeader--nUtVaMuiInputBase–colorPrimaryMuiFormControl–root .css–fqiwgdbMuiInputBase–colorPrimary,.layout-mainHeader--nUtVaMuiInputBase–colorPrimaryMuiFormControl–root .css–fqiwgdbcss–ttzsjye,.layout-mainHeader--nUtVaMuiInputBase–colorPrimaryMuiFormControl–root .css–fqiwgdbcss–stzsjye,.layout-mainHeader--nUtVaMuiInputBase–colorPrimaryMuiFormControl–root .css–fqiwgdbcss–pfvipm8.disabled{display:none !important}.layout-mainHeader--nUtVaMuiInputBase–colorPrimaryMuiFormControl–root .css–fqiwgdbcss–ptzsjye{padding:10px 15px !important}.review-header-info-new.layout-mainHeader--nUtVaMuiInputBase–colorPrimaryMuiFormControl–root:not(.css–s1k3x8v3MuiSelect–select){border-top:20px solid #fff;padding-bottom:20px}.review-header-info-new.layout-mainHeader--nUtVaMuiInputBase–colorPrimaryMuiFormControl–root:not(.css–s1k3x8v3MuiSelect–select):after{background:#fff;top:-20px;height:calc(100% + 20px * 1)}.review-header-info-new__wrapper > div{padding-bottom:20px !important}.css–s1k3x8v3MuiSelect–select .review-header-info-new__wrapper > div{padding-bottom:0 !important}.css–fqiwgdbMuiInputBase–formControl{border-radius:var(--d);height:75px;text-align:center;box-shadow:0 0 0 1px rgba(0,0,0,.08) inset;display:flex;align-items:center;justify-content:center}.css–fqiwgdblayout-select--hSPCi{display:flex;align-items:center;height:100%;justify-content:center}.layout-mainHeader--nUtVaMuiInputBase–colorPrimaryMuiFormControl–root .css–fqiwgdblayout-select--hSPCi{opacity:.5}.css–fqiwgdbMuiInputBase–formControl img{max-width:100%;max-height:100%;width:auto}.css–fqiwgdbcss–1636szt{margin-top:5px;max-width:150px}.css–fqiwgdbcss–fvipm8{display:flex;border-radius:50px;border:1px solid color-mix(in srgb,var(--ld) 30%,transparent);padding:5px;align-items:center}.css–fqiwgdbcss–ftzsjye{width:24px;flex:0 0 24px;height:24px;margin-right:10px;background:var(--j);border-radius:50px;padding:3px;display:flex;align-items:center;justify-content:center}.css–s1636sztcss–s1636szt{font-size:1.1rem}.css–fqiwgdbcss–ftzsjye img{max-height:100%}.css–fqiwgdbcss–1636szt .layout-logo--vQN5nMuiSelect–outlined{margin-bottom:0}.css–fqiwgdbcss–1636szt .layout-logo--vQN5nMuiOutlinedInput–input,.css–fqiwgdbcss–1636szt .layout-logo--vQN5nMuiSvgIcon–root{font-size:1.4rem}.css–fqiwgdbcss–1636szt .css–fqiwgdbcss–f1k3x8v3{margin-left:5px}.review-header-info-new-tabs{position:absolute;z-index:1;padding-bottom:0 !important;left:165px;top:87px;max-width:calc(100% - 165px * 1)}.css–s1k3x8v3MuiSelect–select .css–fqiwgdbcss–ttzsjye:empty ~ .css–fqiwgdbcss–stzsjye{margin-top:-15px}.review-header-info-new-tabs__tab-item{font-size:1rem;text-transform:uppercase;font-weight:var(--a);line-height:1;padding:5px 10px;border-radius:var(--d);border:1px solid color-mix(in srgb,var(--ld) 20%,transparent);color:var(--E);white-space:nowrap}.layout-mainHeader--nUtValayout-logoImage--pckRVMuiFormControl–fullWidth .review-header-info-new-tabs__tab-item{border:1px solid color-mix(in srgb,var(--Rb) 20%,transparent)}.review-header-info-new-tabs__tab-item.--active{border-color:var(--oc);background:var(--oc);color:var(--pc)}.review-header-info-new-tabs__tab-item.layout-mainHeader--nUtVaMuiInputBase–colorPrimarylayout-languageDropdown--bZYiB.--active{border-color:#e92e3c;background:transparent;color:#e92e3c}.review-header-info-new-tabs__tab-item:not(:last-child){margin-right:10px}.review-header-info-new-tabs__tab-item.--non-select{pointer-events:none;cursor:default}.review-header-info-new__wrapper.tab-content{padding:0;transition:none}.css–fqiwgdbcss–s1k3x8v3,.review-extended-infos .MuiInputBase–formControlMuiSelect–iconOutlined{font-size:1.1rem;font-weight:var(--a);text-transform:uppercase;line-height:1.1;color:var(--F);margin-bottom:.75em}.review-extended-infos .review-company-details__cell-content{background:var(--De,#fff);border:1px solid var(--kc);border-radius:var(--d);height:40px;display:flex;align-items:center;justify-content:center;min-width:50px;font-size:1.3rem;line-height:1.3;color:var(--D)}.review-extended-infos .review-company-details__cell-content.layout-languageDropdown--bZYiBMuiSvgIcon–fontSizeMedium{min-height:40px;height:auto;display:block}.review-extended-infos .review-company-details__cell-content.layout-select--hSPCicss–s1636szt{min-width:85px;padding:2px 15px}.review-extended-infos .review-company-details__cell-content.layout-select--hSPCicss–s1636szt.layout-select--hSPCiMuiSvgIcon–fontSizeMedium{padding:2px 0}.review-extended-infos .review-company-details__cell-content.layout-select--hSPCicss–s1636szt.layout-select--hSPCicss–ptzsjye{border:none;padding-left:0;background:none;color:var(--o);justify-content:flex-start}.review-extended-infos .review-company-details__cell-content.layout-select--hSPCicss–s1636szt.layout-select--hSPCicss–sfvipm8:before{content:attr(data-currency);width:22px;height:22px;border-radius:22px;background:color-mix(in srgb,var(--l) 25%,transparent);display:inline-flex;margin-right:10px;justify-content:center;font-weight:bold;color:var(--l);align-items:center;font-size:1.4rem}.review-extended-infos .layout-select--hSPCilayout-mainHeader--nUtVa,.review-header-info-new__wrapper .layout-select--hSPCilayout-mainHeader--nUtVa{display:flex;flex-wrap:wrap;padding-right:20px;max-width:200px;position:relative}.review-extended-infos .layout-select--hSPCilayout-mainHeader--nUtVa.layout-select--hSPCicss–pqiwgdb,.review-header-info-new__wrapper .layout-select--hSPCilayout-mainHeader--nUtVa.layout-select--hSPCicss–pqiwgdb{max-width:140px}.review-extended-infos .layout-select--hSPCilayout-mainHeader--nUtVa.layout-select--hSPCicss–pqiwgdb.layout-select--hSPCicss–p1k3x8v3,.review-header-info-new__wrapper .layout-select--hSPCilayout-mainHeader--nUtVa.layout-select--hSPCicss–pqiwgdb.layout-select--hSPCicss–p1k3x8v3{max-width:190px}.review-extended-infos .layout-select--hSPCilayout-mainHeader--nUtVa .review-company-details__cell-content,.review-header-info-new__wrapper .layout-select--hSPCilayout-mainHeader--nUtVa .review-company-details__cell-content{margin:0 10px 10px 0}.review-header-info-new__wrapper .layout-select--hSPCilayout-mainHeader--nUtVa .review-company-details__cell-content{height:40px;display:flex;align-items:center;justify-content:center;background:#fff;box-shadow:0 0 0 1px #e2e6e9 inset;max-width:max(calc(( 100% / 3 ) - ( 20px / 2 )),44px)}.review-extended-infos .layout-select--hSPCicss–stzsjye,.review-header-info-new__wrapper .layout-select--hSPCicss–stzsjye{background:var(--Ee,#fff);border:1px solid var(--kc);border-radius:var(--d);height:40px;width:20px;position:absolute;right:0;top:0;text-indent:-9999px}.review-extended-infos .layout-select--hSPCicss–stzsjye:before,.review-header-info-new__wrapper .layout-select--hSPCicss–stzsjye:before{content:"";height:5px;width:8px;-webkit-mask-image:url(/reviews/asset/images/arrow-down-angular-green.svg);mask-image:url(/reviews/asset/images/arrow-down-angular-green.svg);background:#222;-webkit-mask-size:8px auto;mask-size:8px auto;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;position:absolute;top:50%;margin-top:-2px;left:50%;margin-left:-4px;transition:all .25s ease-in-out}.review-extended-infos .layout-select--hSPCicss–stzsjye.--active:before,.review-header-info-new__wrapper .layout-select--hSPCicss–stzsjye.--active:before{transform:rotate(-180deg)}.review-extended-infos .layout-select--hSPCilayout-logoImage--pckRV,.review-header-info-new__wrapper .layout-select--hSPCilayout-logoImage--pckRV{width:46px;height:auto;max-height:100%}.review-extended-infos .layout-select--hSPCiMuiSelect–icon,.review-header-info-new__wrapper .layout-select--hSPCiMuiSelect–icon{max-height:38px;width:auto}.css–fqiwgdbcss–s1636szt{margin:20px 0 0}.css–fqiwgdbcss–sfvipm8{padding-left:0;font-size:2.6rem;font-weight:var(--a);line-height:1.2;position:relative}.css–fqiwgdbcss–sfvipm8:before{width:35px;height:1.2em;min-height:30px;display:block;position:absolute;left:0;top:0;-webkit-mask-image:var(--uc);mask-image:var(--uc);background:currentColor;-webkit-mask-size:24px 24px;mask-size:24px 24px;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:left 2px;mask-position:left 2px}.review-header-info-new.css–s1k3x8v3MuiSelect–select .css–fqiwgdbcss–sfvipm8:before,.provider-bonus-details-widget .css–fqiwgdbcss–sfvipm8:before{-webkit-mask-size:20px 20px;mask-size:20px 20px}.general-code-field.--review-header-new{margin-bottom:10px;margin-top:5px;color:var(--pd)}.css–fqiwgdbcss–pfvipm8{display:flex;align-items:center;padding:12px 10px}.css–fqiwgdbcss–pfvipm8.layout-mainHeader--nUtVaMuiInputBase–colorPrimarycss–f1k3x8v3{margin-top:10px}.layout-mainHeader--nUtValayout-logo--vQN5nMuiSelect–iconOutlined{margin-top:15px;line-height:1.2;font-size:1.1rem;align-items:center;padding:10px;border-radius:var(--d);font-weight:var(--a)}.layout-mainHeader--nUtValayout-logoImage--pckRVlayout-container--8mgcn{background:color-mix(in srgb,var(--ld) 3.5%,transparent);color:var(--ld)}.review-header-info-new.css–s1k3x8v3MuiSelect–select .layout-mainHeader--nUtValayout-logoImage--pckRVlayout-container--8mgcn{background:color-mix(in srgb,var(--Rb) 3.5%,transparent);color:var(--Rb)}.provider-test-result-widget .layout-mainHeader--nUtValayout-logo--vQN5nMuiSelect–iconOutlined{margin-bottom:15px}.layout-mainHeader--nUtValayout-logoImage--pckRVMuiFormControl–root{display:flex;height:16px;position:absolute;right:-8px;top:-8px;background:#fff;border-radius:8px;padding:1px}.layout-mainHeader--nUtValayout-logoImage--pckRVlayout-languageDropdown--bZYiB{display:flex;flex:0 0 14px;min-width:14px;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;-webkit-mask-size:contain;mask-size:contain}.layout-mainHeader--nUtValayout-logoImage--pckRVlayout-container--8mgcn .layout-mainHeader--nUtValayout-logoImage--pckRVlayout-languageDropdown--bZYiB{-webkit-mask-image:url(/reviews/asset/images/circle-checkmark-green.svg);mask-image:url(/reviews/asset/images/circle-checkmark-green.svg);background:var(--l)}.layout-mainHeader--nUtValayout-logoImage--pckRVlayout-gamesNavBar--Rtchc{flex:0 0 32px;width:32px;min-width:32px;margin-right:15px;position:relative}.css–fqiwgdbcss–p1k3x8v3{position:relative}.css–f1k3x8v3layout-logoText--EkrWz{color:#fff;background:var(--Jd);width:100%;box-shadow:0px 4px 10px rgba(0,0,0,.05);position:relative;z-index:1}.css–f1k3x8v3layout-logoText--EkrWz.css–f1k3x8v3layout-gamesNavBar--Rtchc:after{background:var(--Jd);height:100%}.css–f1k3x8v3MuiFormControl–fullWidth{display:flex;padding:0}.css–f1k3x8v3css–tzsjye{font-weight:var(--a);padding:5px 25px;height:52px;line-height:1;display:inline-flex;text-decoration:none;align-items:center;color:var(--Ld);font-size:var(--He);text-transform:uppercase;white-space:nowrap;transition:all .25s ease-in-out;box-shadow:-1px 0 0 0 color-mix(in srgb,var(--Ld) 20%,transparent) inset}.css–f1k3x8v3css–tzsjye.--active{background-color:var(--Ie);color:var(--Kd)}.css–f1k3x8v3css–tzsjye:hover{text-decoration:none}.css–f1k3x8v3css–tzsjye:not(.--active):hover{background-color:rgba(255,255,255,.2);color:var(--Ld);text-decoration:none;transition:all .25s ease-in-out}.css–f1k3x8v3css–f1636szt{padding:30px 0;background:var(--Od)}.css–fvipm8css–s1k3x8v3 .css–f1k3x8v3css–f1636szt{padding-bottom:15px}.css–f1k3x8v3css–ptzsjye:not(:only-child){margin-top:30px;padding-top:30px;border-top:1px solid var(--kc)}.MuiInputBase–formControlMuiSelect–icon{padding-bottom:15px;padding-right:0;flex-direction:column}.MuiInputBase–formControlMuiSelect–iconOutlined{font-weight:normal}.review-header-info-new .MuiInputBase–formControlMuiSelect–iconOutlined{font-weight:var(--a)}.css–ffvipm8MuiOutlinedInput–input table{background:var(--Ub)}.css–ffvipm8layout-icons--h5h-p.css–ffvipm8MuiFormControl–root{margin-top:30px}.css–ffvipm8MuiOutlinedInput–root{align-items:center}.css–ffvipm8MuiInputBase–colorPrimary{font-weight:var(--a);text-transform:uppercase;font-size:1.4rem;align-items:center}.css–ffvipm8MuiInputBase–formControl{padding-left:0}.css–ffvipm8MuiInputBase–formControl .MuiSelect–iconOutlinedcss–t1636szt{width:65px;height:13px;background-size:13px}.MuiSelect–iconOutlinedcss–stzsjye.css–ffvipm8layout-select--hSPCi{background-size:13px;height:13px;background-color:var(--Od)}.css–ffvipm8layout-languageDropdown--bZYiB .layout-logo--vQN5nMuiOutlinedInput–input{font-size:1.6em}.css–ffvipm8layout-languageDropdown--bZYiB{font-size:1.4rem;font-weight:normal}.css–ffvipm8css–tzsjye{margin-top:20px}.css–ffvipm8css–tzsjye.css–ffvipm8css–qiwgdb{margin-left:0;margin-right:0;padding:0 15px;list-style:none}.css–ffvipm8css–tzsjye.--blacklisted{filter:grayscale(1)}.css–ffvipm8css–1k3x8v3{align-items:center}.css–ffvipm8css–1k3x8v3:not(:last-child){margin-bottom:2px}.css–ffvipm8css–f1636szt{font-size:1.3rem;width:100%;max-width:calc(100% - 65px * 1);line-height:1.2}.css–ffvipm8css–ffvipm8{padding-right:0;flex:0 0 45px;text-align:right}.css–ffvipm8css–ffvipm8 span{font-weight:var(--a)}.css–ffvipm8css–ttzsjye{padding:8px 0}.css–ffvipm8css–tqiwgdb{border-radius:2px;height:4px;background:var(--Md)}.css–ffvipm8css–t1636szt{border-radius:2px;height:100%;background:var(--Nd)}.review-extended-infos__loading,.author-footer-box__loading{width:150px;height:150px;margin:20px auto}.review-extended-infos__loading img,.author-footer-box__loading img{width:100%;height:auto}.req___review-header-how-we-rate__main-headline{font-size:2rem;font-weight:var(--a);margin-bottom:.75em}.req___review-header-how-we-rate__headline-row{margin-bottom:.5em;display:flex;align-items:center;line-height:1.2}.req___review-header-how-we-rate__col{margin-bottom:15px}.req___review-header-how-we-rate__icon-wrapper{width:40px;height:30px;margin-right:10px;border:1px solid var(--o);border-radius:var(--d);display:flex;align-items:center;justify-content:center}.req___review-header-how-we-rate__icon-wrapper img{max-height:20px;max-width:30px;width:auto}.req___review-header-how-we-rate__headline-wrapper{font-weight:var(--a);font-size:1.6rem}.review-header-info-new.css–s1k3x8v3MuiSelect–select .css–fqiwgdbMuiInputBase–formControl{height:60px}.review-header-info-new.css–s1k3x8v3MuiSelect–select .review-header-info-new-tabs{left:0;max-width:100%;top:75px}.review-header-info-new.css–s1k3x8v3MuiSelect–select .css–fqiwgdbMuiInputBase–formControl img{max-width:75%;margin-right:40px}.review-header-info-new.css–s1k3x8v3MuiSelect–select .css–fqiwgdbMuiInputBase–colorPrimary{flex:1 0 100%;padding-bottom:0 !important}.review-header-info-new.css–s1k3x8v3MuiSelect–select .review-header-info-new__wrapper.tab-content{flex-direction:column}.review-header-info-new.css–s1k3x8v3MuiSelect–select .css–fqiwgdbcss–1636szt{position:absolute;right:15px;top:13px;margin:0}.review-header-info-new.css–s1k3x8v3MuiSelect–select .css–fqiwgdbcss–fvipm8{border:none;background:var(--Qb);border-radius:50px 0 0 50px;padding-right:10px}.review-header-info-new.css–s1k3x8v3MuiSelect–select .css–fqiwgdbcss–ttzsjye{padding-top:50px;max-width:100%;padding-left:20px;margin-bottom:20px}.review-header-info-new.css–s1k3x8v3MuiSelect–select .css–fqiwgdbcss–s1636szt{margin-top:10px;margin-bottom:20px}.review-header-info-new.css–s1k3x8v3MuiSelect–select .css–fqiwgdbcss–sfvipm8,.provider-bonus-details-widget .css–fqiwgdbcss–sfvipm8{font-size:2.2rem}.review-header-info-new.css–s1k3x8v3MuiSelect–select .css–fqiwgdbcss–ptzsjye{flex:1 0 100%;max-width:100%}.provider-bonus-details-widget .css–fqiwgdbcss–s1636szt{margin-top:5px;margin-bottom:15px}.provider-bonus-details-widget .review-header-info-new-tabs{position:initial;max-width:calc(100% - 15px * 1);padding:15px 0 0 15px}.provider-bonus-details-widget .general-code-field.--review-header-new{margin-top:10px;margin-bottom:-3px;z-index:1}.css–s1636sztMuiSelect–iconOutlined{width:100%;margin-bottom:-8px}.css–sfvipm8layout-container--8mgcn{font-size:1.3rem;align-items:center;padding:5px 0;border:1px solid transparent;line-height:1.2}.css–sfvipm8layout-container--8mgcn:not(:last-child){border-bottom:1px solid color-mix(in srgb,var(--ld) 20%,transparent)}.css–sfvipm8layout-logo--vQN5n{flex:0 0 110px;font-weight:var(--a);align-self:baseline;padding-right:5px}.layout-select--hSPCicss–pfvipm8{height:40px}.layout-select--hSPCiMuiSelect–select{height:18px;width:auto;min-width:44px;padding-right:10px}.layout-select--hSPCiMuiSelect–outlined{font-size:1.4rem;line-height:1.2}.s_cr__two-cell__show-more{display:inline-flex;font-size:1.3rem;position:relative;vertical-align:middle;cursor:pointer;padding-right:15px;color:var(--o);white-space:nowrap;border:1px solid var(--kc);padding:0px 30px 0px 10px;align-items:center;min-height:40px;border-radius:var(--d);background-color:#fff}.s_cr__two-cell__show-more:after{content:"";position:absolute;right:8px;top:auto;width:15px;height:15px;display:inline-flex;vertical-align:middle;-webkit-mask-image:url(/reviews/asset/images/arrow-down-angular-green.svg);mask-image:url(/reviews/asset/images/arrow-down-angular-green.svg);background:#222;-webkit-mask-size:8px auto;mask-size:8px auto;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center center;mask-position:center center;transition:all .25s ease-in-out}.s_cr__two-cell__show-more.--active:after{transform:rotate(-180deg)}.s_cr__two-cell-state-list{margin-top:10px;display:block;font-weight:var(--a)}.s_cr__two-cell-state-list.--hidden{display:none}.css–tfvipm8MuiSelect–outlined{padding-left:35px;margin-top:10px;line-height:1.4}.css–tfvipm8MuiSelect–outlined:before{content:"";width:24px;height:24px;border-radius:50px;-webkit-mask-image:url(/reviews/asset/images/checkmark-outline-circle.svg);mask-image:url(/reviews/asset/images/checkmark-outline-circle.svg);background:var(--l);-webkit-mask-size:24px auto;mask-size:24px auto;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;display:block;float:left;margin-left:-35px;margin-top:-.1em}.css–fqiwgdbMuiInputBase–input{margin-top:15px;display:flex;justify-content:center;align-items:center}.css–fqiwgdbMuiOutlinedInput–input{width:min(25px,calc(calc(100% / 8)));height:auto;aspect-ratio:1;border:1px solid var(--kc);border-radius:25px;display:flex;align-items:center;justify-content:center;overflow:hidden;margin:0 3px;background:#fff}.css–fqiwgdbMuiSelect–nativeInput{width:auto;height:70%;max-width:100%;clip-path:circle(100%)}.css–fqiwgdbcss–ptzsjye.--has-no-code{padding-top:55px}.show-more-target-hidden{opacity:0;transition:.25s all}.show-more-target-hidden.--show{opacity:1}@media (min-width:576px){.review-header-info-new.layout-mainHeader--nUtVaMuiInputBase–colorPrimaryMuiFormControl–root{display:none}.css–fqiwgdbMuiInputBase–colorPrimary{flex:0 0 180px}.review-header-info-new-tabs{left:195px;top:0;max-width:calc(100% - 195px * 1)}.css–fqiwgdbcss–ttzsjye{padding-top:35px;width:100%;max-width:calc(100% - 210px * 1);padding-left:30px}.MuiInputBase–formControlMuiSelect–icon{max-width:40%}}@media (min-width:992px){.css–fvipm8MuiSelect–nativeInput{background-image:var(--Ae);background-size:var(--Be);background-position:var(--Ce)}.review-header-info-new__wrapper > div{padding-bottom:0 !important}.css–ftzsjyecss–sfvipm8 .css–fqiwgdbcss–stzsjye{max-width:calc(100% - 180px - 30% - 25%)}.css–fqiwgdbcss–ttzsjye{max-width:30%;padding-left:45px}.review-header-info-new-tabs{left:210px;max-width:calc(33.333333% - 30px * 1)}.css–fqiwgdbcss–s1636szt{margin:20px 0 10px}.review-header-info-new:not(.css–s1k3x8v3MuiSelect–select) .css–fqiwgdbcss–ptzsjye{max-width:400px;margin-left:auto}.review-header-info-new:not(.css–s1k3x8v3MuiSelect–select) .css–fqiwgdbcss–pfvipm8.css–fqiwgdbMuiSelect–select{padding:18px 15px;font-size:1.6rem;margin-top:25px;line-height:1.4}.review-header-info-new:not(.css–s1k3x8v3MuiSelect–select) .layout-mainHeader--nUtValayout-logoImage--pckRVlayout-container--8mgcn{justify-content:center}.css–fqiwgdbMuiSvgIcon–root{margin-top:15px}.css–f1k3x8v3MuiFormControl–fullWidth{padding:0 15px}.css–ffvipm8layout-icons--h5h-p.css–ffvipm8MuiFormControl–root{margin-top:0;padding-left:30px;padding-right:30px}}@media (max-width:575px){.css–ftzsjyecss–sfvipm8.css–s1636sztcss–t1636szt .review-header-info-new__wrapper .css–fqiwgdbMuiInputBase–colorPrimary{order:1}.css–ftzsjyecss–sfvipm8.css–s1636sztcss–t1636szt .review-header-info-new__wrapper .css–fqiwgdbcss–stzsjye{order:2}.css–ftzsjyecss–sfvipm8.css–s1636sztcss–t1636szt .review-header-info-new__wrapper .css–fqiwgdbcss–ttzsjye{order:3;padding-bottom:30px !important;margin-top:5px}.css–ftzsjyecss–sfvipm8.css–s1636sztcss–t1636szt .review-header-info-new__wrapper .css–fqiwgdbcss–ptzsjye{order:4}.css–ftzsjyecss–sfvipm8.css–s1636sztcss–t1636szt .review-header-info-new__wrapper .css–fqiwgdbMuiSvgIcon–root{order:5}}.css–ttzsjyelayout-languageDropdown--bZYiB{flex:0 0 25px;width:25px;height:25px;background:transparent;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;margin-right:10px;transition:background .25s ease-in-out}.css–ffvipm8css–ftzsjye{flex:0 0 20px;height:20px;background:transparent;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center}.--loaded .css–ttzsjyelayout-languageDropdown--bZYiB{background:var(--Se)}.--loaded .css–ffvipm8css–ftzsjye{background:var(--o)}@media (min-width:992px){.css–ttzsjyelayout-languageDropdown--bZYiB{flex:0 0 28px;width:28px;height:28px;margin-bottom:5px;margin-right:0}.css–ttzsjyeMuiInputBase–formControl.--active .css–ttzsjyelayout-languageDropdown--bZYiB{background:var(--Te)}}.--loaded .layout-mainHeader--nUtVaMuiOutlinedInput–rootcss–s1k3x8v3{-webkit-mask-image:url(/reviews/asset/images/review/review-icon-bingo.svg);mask-image:url(/reviews/asset/images/review/review-icon-bingo.svg)}.--loaded .css–ttzsjyecss–ttzsjye{-webkit-mask-image:url(/reviews/asset/images/review/review-icon-casino.svg);mask-image:url(/reviews/asset/images/review/review-icon-casino.svg)}.--loaded .css–ttzsjyecss–tfvipm8{-webkit-mask-image:url(/reviews/asset/images/review/review-icon-conclusion.svg);mask-image:url(/reviews/asset/images/review/review-icon-conclusion.svg)}.--loaded .css–pfvipm8MuiFormControl–root{-webkit-mask-image:url(/reviews/asset/images/review/review-icon-esports.svg);mask-image:url(/reviews/asset/images/review/review-icon-esports.svg)}.--loaded .layout-mainHeader--nUtVaMuiOutlinedInput–rootcss–stzsjye{-webkit-mask-image:url(/reviews/asset/images/review/review-icon-poker.svg);mask-image:url(/reviews/asset/images/review/review-icon-poker.svg)}.--loaded .css–p1636sztMuiFormControl–fullWidth{-webkit-mask-image:url(/reviews/asset/images/review/review-icon-socialcasino.svg);mask-image:url(/reviews/asset/images/review/review-icon-socialcasino.svg)}.--loaded .css–ttzsjyecss–f1636szt{-webkit-mask-image:url(/reviews/asset/images/review/review-icon-sport.svg);mask-image:url(/reviews/asset/images/review/review-icon-sport.svg)}.--loaded .css–ffvipm8css–fqiwgdb,.--loaded .MuiSelect–selectMuiSelect–select{-webkit-mask-image:url(/reviews/asset/images/review/review-icon-bonus.svg);mask-image:url(/reviews/asset/images/review/review-icon-bonus.svg)}.--loaded .css–ffvipm8css–s1k3x8v3{-webkit-mask-image:url(/reviews/asset/images/review/review-icon-payment.svg);mask-image:url(/reviews/asset/images/review/review-icon-payment.svg)}.--loaded .css–ffvipm8css–p1636szt,.--loaded .MuiSelect–selectMuiSvgIcon–fontSizeMedium{-webkit-mask-image:url(/reviews/asset/images/review/review-icon-rewards.svg);mask-image:url(/reviews/asset/images/review/review-icon-rewards.svg)}.--loaded .css–ttzsjyecss–tfvipm8{-webkit-mask-image:url(/reviews/asset/images/review/review-icon-conclusion.svg);mask-image:url(/reviews/asset/images/review/review-icon-conclusion.svg)}.--loaded .css–ffvipm8css–stzsjye{-webkit-mask-image:url(/reviews/asset/images/review/review-icon-usability.svg);mask-image:url(/reviews/asset/images/review/review-icon-usability.svg)}.--loaded .css–ffvipm8css–sfvipm8{-webkit-mask-image:url(/reviews/asset/images/review/review-icon-customer-service.svg);mask-image:url(/reviews/asset/images/review/review-icon-customer-service.svg)}.--loaded .css–ffvipm8css–pqiwgdb{-webkit-mask-image:url(/reviews/asset/images/review/review-icon-licensing.svg);mask-image:url(/reviews/asset/images/review/review-icon-licensing.svg)}.--loaded .css–pqiwgdblayout-select--hSPCi{-webkit-mask-image:url(/reviews/asset/images/review/review-icon-bonus-wagering.svg);mask-image:url(/reviews/asset/images/review/review-icon-bonus-wagering.svg)}.--loaded .css–pqiwgdbcss–tzsjye{-webkit-mask-image:url(/reviews/asset/images/review/review-icon-bonus-withdrawal.svg);mask-image:url(/reviews/asset/images/review/review-icon-bonus-withdrawal.svg)}.--loaded .css–ttzsjyecss–1k3x8v3{-webkit-mask-image:url(/reviews/asset/images/review/review-icon-mobile-app.svg);mask-image:url(/reviews/asset/images/review/review-icon-mobile-app.svg)}.--loaded .MuiSelect–selectMuiInputBase–input{-webkit-mask-image:url(/reviews/asset/images/review/review-icon-top-5.svg);mask-image:url(/reviews/asset/images/review/review-icon-top-5.svg)}.--loaded .MuiSelect–selectMuiSelect–nativeInput{-webkit-mask-image:url(/reviews/asset/images/review/review-icon-faq.svg);mask-image:url(/reviews/asset/images/review/review-icon-faq.svg)}.layout-mainHeader--nUtVacss–tfvipm8css–tfvipm8{display:block;margin:1em 0;font-style:italic}:root{--b:#aaa;--c:rgba(255,255,255,.6);--d:4px;--e:#131c46;--f:#ff4f42;--g:#2a3360;--h:#f6f8f9;--i:#fff;--j:#f6f8f9;--k:0 0 15px rgba(0,0,0,.15);--l:#27da95;--m:#febf01;--n:var(--o);--p:var(--f);--q:var(--f);--r:var(--f);--s:#fff;--t:url(/reviews/asset/images/arrow-more-red.svg);--u:url(/reviews/asset/images/arrow-more-white.svg);--v:#fff;--w:#fff;--x:#fff;--y:var(--o);--z:url(/reviews/asset/images/arrow-more-white.svg);--A:url(/reviews/asset/images/arrow-more-darkblue.svg);--B:"\22\22";--o:#222;--C:#fff;--D:var(--o);--E:#a4adb9;--F:#656d78;--G:#a4adb9;--H:1.65;--I:1.2;--J:"Roboto",sans-serif;--K:1;--L:1.5rem;--M:500;--N:600;--a:700;--O:800;--P:900;--Q:1;--R:var(--g);--S:#5a649e;--T:var(--f);--U:#a4adb9;--V:#7c8693;--W:#0fc47f;--X:#1dd08c;--Y:#fff;--Z:#fff;--ab:url(/reviews/asset/images/arrow-more-white.svg);--bb:url(/reviews/asset/images/arrow-more-white.svg);--cb:transparent;--db:#1c275d;--eb:var(--e);--fb:#fff;--gb:url(/reviews/asset/images/arrow-more-darkblue.svg);--hb:url(/reviews/asset/images/arrow-more-white.svg);--ib:var(--cb);--jb:var(--db);--kb:var(--eb);--lb:var(--fb);--mb:url(/reviews/asset/images/arrow-more-darkblue.svg);--nb:url(/reviews/asset/images/arrow-more-white.svg);--ob:20%;--ob:200px;--pb:140px;--qb:180px;--rb:1px solid var(--f);--sb:var(--e);--tb:var(--e);--ub:var(--e);--vb:#fff;--wb:var(--f);--xb:#fff;--yb:var(--f);--zb:1.5rem;--Ab:1.5rem;--Bb:1.4rem;--Cb:1.4rem;--Db:#fff;--Eb:var(--f);--Fb:1.4rem;--Gb:var(--o);--Hb:#fff;--Ib:#fff;--Jb:var(--o);--Kb:var(--f);--Lb:#fff;--Mb:transparent;--Nb:var(--o);--Ob:var(--f);--Pb:var(--o);--Qb:#fff;--Rb:var(--o);--Sb:var(--Rb);--Tb:var(--S);--Ub:#fff;--Vb:var(--o);--Wb:#fff;--Xb:var(--j);--Yb:var(--o);--Zb:#fff;--ac:var(--f);--bc:#fff;--cc:#f6f8f9;--dc:var(--o);--ec:var(--g);--fc:var(--S);--gc:#fff;--hc:var(--f);--ic:var(--o);--jc:#fff;--kc:#e2e6e9;--lc:var(--o);--mc:#e9eff3;--nc:#a4adb9;--oc:var(--f);--pc:#fff;--qc:0 6px 0 -3px rgba(0,0,0,.08);--rc:url(/reviews/asset/images/rating-star-golden.svg);--sc:url(/reviews/asset/images/rating-star-gray.svg);--tc:url(/reviews/asset/images/star-red.svg);--uc:url(/reviews/asset/images/icon-bonus-gift.svg);--vc:var(--o);--wc:var(--j);--xc:var(--o);--yc:#fff;--zc:var(--o);--Ac:var(--f);--Bc:#fff;--Cc:url(/reviews/asset/images/arrow-right-angular-red.svg);--Dc:url(/reviews/asset/images/arrow-link-blue.svg);--Ec:#fff;--Fc:#fff;--Gc:var(--o);--Hc:#fff;--Ic:var(--o);--Jc:var(--e);--Kc:#fff;--Lc:var(--e);--Mc:#fff;--Nc:var(--e);--Oc:#fff;--Pc:var(--g);--Qc:#fff;--Rc:#fff;--Sc:var(--o)}:root{--kd:#fff;--Ae:url(/reviews/asset/images/header/review-header-bg-dots.png);--Be:cover;--Ce:center 35px;--ld:var(--o);--Vc:var(--o);--Zc:var(--o);--Fe:var(--j);--Ge:var(--ld);--jd:#fff;--Jd:var(--f);--Je:var(--f);--Ie:#fff;--Ld:#fff;--Kd:var(--f);--He:1.4rem;--Qd:#fff;--Rd:var(--f);--Se:var(--o);--Te:#fff;--Xc:var(--f);--Yc:#fff;--Od:var(--j);--Nd:linear-gradient(to right,#0fc47f 0%,#76d9b3 100%);--Md:rgba(0,0,0,.08);--od:#fff;--pd:var(--o)}.layout-mainHeader--nUtValayout-logoText--EkrWzMuiSvgIcon–root{margin-top:8px}.layout-mainHeader--nUtValayout-logoImage--pckRVMuiFormControl–fullWidth{background:var(--Qb);color:var(--Rb);margin-bottom:20px;border-radius:var(--d);border:1px solid var(--kc)}.layout-mainHeader--nUtValayout-logoText--EkrWzlayout-languageDropdown--bZYiB{font-weight:var(--a);box-shadow:0 -1px 0 0 color-mix(in srgb,var(--Rb) 15%,transparent) inset;border-radius:4px 4px 0 0;line-height:1.25}.layout-mainHeader--nUtValayout-logoText--EkrWzlayout-languageDropdown--bZYiB:empty{display:none !important}.css–s1636sztcss–qiwgdb,.layout-mainHeader--nUtValayout-logoImage--pckRVMuiFormControl–fullWidth.layout-mainHeader--nUtValayout-logoText--EkrWzMuiInputBase–colorPrimary .layout-mainHeader--nUtValayout-logoText--EkrWzlayout-languageDropdown--bZYiB{padding:15px}.layout-mainHeader--nUtValayout-logoText--EkrWzcss–f1k3x8v3{padding:15px;background-image:none !important}.css–pfvipm8css–sqiwgdb,.layout-mainHeader--nUtValayout-logoImage--pckRVMuiFormControl–fullWidth.layout-mainHeader--nUtValayout-logoText--EkrWzMuiInputBase–colorPrimary .layout-mainHeader--nUtValayout-logoText--EkrWzlayout-languageDropdown--bZYiB,.layout-mainHeader--nUtValayout-logoText--EkrWzcss–f1k3x8v3{padding-left:15px}.layout-mainHeader--nUtValayout-logoText--EkrWzcss–tzsjye{padding:15px}.layout-mainHeader--nUtValayout-logoText--EkrWzcss–tzsjye.layout-mainHeader--nUtValayout-logoText--EkrWzcss–f1636szt{padding:0}.layout-mainHeader--nUtValayout-logoImage--pckRVMuiFormControl–fullWidth a{color:var(--Rb)}.layout-mainHeader--nUtValayout-logoImage--pckRVcss–ffvipm8{font-size:1.3rem;color:var(--R);line-height:1.25;display:inline-block}.layout-mainHeader--nUtValayout-logoImage--pckRVlayout-logo--vQN5n{position:relative;width:100%}.top5-tabs-widget__tab-item{padding:12px 5px;text-align:center;font-size:1.6rem;margin-right:20px;cursor:pointer;width:100%}.layout-mainHeader--nUtValayout-logoImage--pckRVlayout-logoText--EkrWz:hover:not(.--active){opacity:.75}.top5-tabs-widget__tab-item.--active{font-weight:var(--a)}.layout-mainHeader--nUtValayout-logoImage--pckRVlayout-select--hSPCi,.layout-mainHeader--nUtValayout-logoImage--pckRVlayout-select--hSPCi.--active{padding:0 15px}.layout-mainHeader--nUtValayout-logoImage--pckRVcss–tzsjye{flex:0 0 100%;padding:12px 0}.layout-mainHeader--nUtValayout-logoImage--pckRVcss–tzsjye:not(:last-child){border-bottom:1px solid color-mix(in srgb,var(--Rb) 15%,transparent)}.layout-mainHeader--nUtValayout-logoImage--pckRVcss–qiwgdb{flex:0 0 75px;margin-right:15px;height:58px;border-radius:var(--d)}.layout-mainHeader--nUtValayout-logoImage--pckRVcss–ftzsjye{width:100%;height:100%;max-width:90%;max-height:90%}.layout-mainHeader--nUtValayout-logoImage--pckRVcss–fqiwgdb{margin-right:auto;max-width:calc(100% - 155px * 1)}.layout-mainHeader--nUtValayout-logoImage--pckRVcss–f1k3x8v3,.layout-mainHeader--nUtValayout-logoImage--pckRVMuiSelect–icon{font-weight:var(--a);margin-bottom:1px;font-size:1.6rem}.layout-mainHeader--nUtValayout-logoImage--pckRVMuiSelect–icon{text-decoration:underline;font-size:1.5rem;color:var(--Rb)}.layout-mainHeader--nUtValayout-logoImage--pckRVMuiSelect–iconOutlined{font-size:1.3rem;line-height:1.4}.layout-mainHeader--nUtValayout-logoImage--pckRVcss–ttzsjye{border-left:1px solid color-mix(in srgb,var(--Rb) 15%,transparent);flex:0 0 60px;margin-left:5px;padding:8px 0px 8px 5px}.layout-mainHeader--nUtValayout-logoImage--pckRVcss–ttzsjye .MuiSelect–iconOutlinedcss–t1636szt{margin-top:2px}.layout-mainHeader--nUtValayout-logoImage--pckRVcss–pfvipm8{padding:15px 0}.layout-mainHeader--nUtValayout-logoImage--pckRVMuiInputBase–input{margin:0 !important}.layout-mainHeader--nUtValayout-logoText--EkrWzlayout-container--8mgcn{margin-top:auto}.css–s1636sztcss–fvipm8:not(:last-child){border-bottom:1px solid color-mix(in srgb,var(--Rb) 15%,transparent)}.css–s1636sztcss–fqiwgdb{-o-text-overflow:ellipsis;text-overflow:ellipsis;padding:12px 0 12px 25px;white-space:nowrap;overflow:hidden;position:relative}.css–s1636sztcss–fqiwgdb:before{content:"";position:absolute;left:0;top:0;width:20px;height:100%;-webkit-mask-image:var(--Dc,url("/reviews/asset/images/arrow-link-blue.svg"));mask-image:var(--Dc,url("/reviews/asset/images/arrow-link-blue.svg"));-webkit-mask-size:10px auto;mask-size:10px auto;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:left center;mask-position:left center;background-color:currentColor;transition:all .25s ease-in-out}.css–s1636sztcss–fqiwgdb:hover{color:var(--S)}.provider-test-result-widget{position:relative;padding:15px}.MuiSelect–selectlayout-container--8mgcn{font-size:1.4rem;align-items:center;padding:3px 0}.MuiSelect–selectlayout-logoImage--pckRV{flex:0 0 120px}.provider-bonus-details-widget .MuiSelect–selectlayout-logoImage--pckRV{flex:0 0 140px}.provider-bonus-details-widget .button.layout-gamesNavBar--Rtchccss–stzsjye.MuiSelect–selectcss–tzsjye{margin-top:10px;margin-bottom:0}.layout-gamesNavBar--RtchcMuiInputBase–root:after{content:"";-webkit-mask-image:url(/reviews/asset/images/arrow-down-angular-green.svg);mask-image:url(/reviews/asset/images/arrow-down-angular-green.svg);background:var(--o);-webkit-mask-size:8px auto;mask-size:8px auto;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;height:5px;width:8px;position:absolute;top:50%;margin-top:-2px;left:50%;margin-left:-4px;transition:all .25s ease-in-out}.layout-gamesNavBar--RtchcMuiInputBase–root.--active:after{transform:rotate(-180deg);transition:all .25s ease-in-out}.provider-bonus-details-widget,.layout-mainHeader--nUtValayout-logoImage--pckRVMuiInputBase–root{border-top-left-radius:0;border-top-right-radius:0}.css–p1k3x8v3layout-logo--vQN5n .provider-bonus-details-widget{border-top-right-radius:var(--d);border-top-left-radius:var(--d)}.layout-mainHeader--nUtValayout-logoImage--pckRVlayout-logoText--EkrWz{padding:15px 5px;background:var(--mc);color:var(--nc);border-radius:var(--d) var(--d) 0 0;margin-right:4px;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;word-break:break-word;font-size:1.4rem;user-select:none;border:1px solid var(--kc);border-bottom:none}.layout-mainHeader--nUtValayout-logoImage--pckRVlayout-logoText--EkrWz:last-child{margin-right:0}.layout-mainHeader--nUtValayout-logoImage--pckRVlayout-logoText--EkrWz.--active{background:var(--oc);border-color:var(--oc);color:var(--pc);font-weight:var(--a)}.MuiSelect–selectlayout-logoImage--pckRV{align-self:baseline}.MuiSelect–selectlayout-container--8mgcn:last-of-type{border:none}.provider-of-month-widget__wrapper,.bonus-of-month-widget__wrapper{margin:0 auto;max-width:360px}.css–tzsjyecss–sqiwgdb,.css–qiwgdblayout-gamesNavBar--Rtchc{background:none;border:none}.flex-content__col-sidebar .css–tzsjyecss–sqiwgdb,.flex-content__col-sidebar .css–qiwgdblayout-gamesNavBar--Rtchc{margin-bottom:40px}.button.css–tzsjyecss–p1k3x8v3,.button.css–qiwgdbMuiInputBase–colorPrimary{margin:10px 0 0 !important}.css–s1636sztcss–1636szt{padding:0;margin:0;list-style:none}.layout-mainHeader--nUtValayout-logoText--EkrWzcss–ffvipm8{display:flex;padding:15px;align-items:center;justify-content:center;border-bottom:1px solid color-mix(in srgb,var(--Rb) 15%,transparent)}.layout-mainHeader--nUtValayout-logoText--EkrWzcss–ttzsjye{width:52px !important;height:52px;margin-left:-10px;border-radius:50%;border:3px solid var(--j);background:#fff}.layout-mainHeader--nUtValayout-logoText--EkrWzcss–t1k3x8v3{background-image:var(--Cc);background-position:calc(100% - 15px * 1) center;background-repeat:no-repeat;background-size:6px auto;transition:all .25s ease-in-out;padding:15px 30px 15px 15px;align-items:center;line-height:1.2}.layout-mainHeader--nUtValayout-logoText--EkrWzcss–t1k3x8v3:not(:last-child){border-bottom:1px solid color-mix(in srgb,var(--Rb) 15%,transparent)}.layout-mainHeader--nUtValayout-logoText--EkrWzcss–tfvipm8{width:42px !important;height:42px;margin-right:15px !important;border-radius:50px;border:1px solid var(--j)}.layout-mainHeader--nUtValayout-logoText--EkrWzcss–sqiwgdb{display:flex;align-items:center;line-height:1.1;margin-bottom:4px}.layout-mainHeader--nUtValayout-logoText--EkrWzcss–s1636szt{font-size:1.3rem;font-weight:var(--a);margin-right:5px}.layout-mainHeader--nUtValayout-logoText--EkrWzcss–s1636szt:hover{color:var(--Tb)}.layout-mainHeader--nUtValayout-logoText--EkrWzcss–pqiwgdb{font-size:1.3rem}.flex-content__col-sidebar .layout-mainHeader--nUtValayout-logoText--EkrWzcss–qiwgdb > ul{margin:-15px 0 0;padding:0;list-style:none}.flex-content__col-sidebar .layout-mainHeader--nUtValayout-logoText--EkrWzcss–qiwgdb:has(.sidebar-widget__custom-show-more):not(:has(ul li.hide-from-here)) ul li:nth-child(n+11){display:none}.flex-content__col-sidebar .layout-mainHeader--nUtValayout-logoText--EkrWzcss–qiwgdb:has(.sidebar-widget__custom-show-more):not(:has(ul li.hide-from-here)) ul li:nth-child(10){border-bottom:0 !important}.flex-content__col-sidebar .layout-mainHeader--nUtValayout-logoText--EkrWzcss–qiwgdb > ul li{padding:0;border-bottom:1px solid color-mix(in srgb,var(--Rb) 15%,transparent);font-size:1.5rem}.flex-content__col-sidebar .layout-mainHeader--nUtValayout-logoText--EkrWzcss–qiwgdb > ul li:last-child{border-bottom:none}.flex-content__col-sidebar .layout-mainHeader--nUtValayout-logoText--EkrWzcss–qiwgdb > ul li a{display:block;text-overflow:ellipsis;padding:12px 0 12px 25px;white-space:nowrap;overflow:hidden;background:var(--Dc,url("/reviews/asset/images/arrow-link-blue.svg")) left center no-repeat;background-size:10px auto;text-decoration:none;color:var(--Sb)}.flex-content__col-sidebar .layout-mainHeader--nUtValayout-logoText--EkrWzcss–qiwgdb > ul li a:hover{background-position:5px center;color:var(--Tb)}@media (min-width:992px){.css–tzsjyecss–t1k3x8v3{padding-left:25px}.css–s1636sztcss–fqiwgdb:hover:before{-webkit-mask-position:5px center;mask-position:5px center;transition:all .25s ease-in-out}.provider-test-result-widget{transition:top .25s ease-in-out,margin-top .25s ease-in-out,box-shadow .25s ease-in-out;top:0}.layout-mainHeader--nUtValayout-logoText--EkrWzcss–t1k3x8v3:hover{background-position:calc(100% - 10px * 1);transition:all .25s ease-in-out}}.MuiInputBase–formControlcss–s1k3x8v3,.css–qiwgdb > span{scrollbar-width:thin}.css–ftzsjyecss–pfvipm8{overflow-x:auto}.MuiInputBase–formControlcss–s1636szt{overflow-y:auto}.MuiInputBase–formControlcss–s1k3x8v3::-webkit-scrollbar{width:8px;height:8px;cursor:pointer}.MuiInputBase–formControlcss–s1k3x8v3.MuiInputBase–formControlcss–s1636szt::-webkit-scrollbar{width:10px}.layout-languageDropdown--bZYiB::-webkit-scrollbar{width:4px;height:4px}.MuiInputBase–formControlcss–s1k3x8v3::-webkit-scrollbar-track{border-radius:var(--d)}.MuiInputBase–formControlcss–s1k3x8v3::-webkit-scrollbar-thumb{border-radius:var(--d);border:none}.css–ftzsjyeMuiInputBase–input{scrollbar-width:none;-ms-overflow-style:none}.css–ftzsjyeMuiInputBase–input::-webkit-scrollbar{width:0;height:0}.MuiInputBase–formControlcss–s1k3x8v3.layout-mainHeader--nUtVacss–f1k3x8v3css–pfvipm8::-webkit-scrollbar-thumb{border-radius:var(--d);border:none}@media (max-width:991px){.css–qiwgdb > span{scrollbar-width:none;-ms-overflow-style:none}.css–qiwgdb > span::-webkit-scrollbar{width:0;height:0}}@media (max-width:575px){.MuiInputBase–formControlcss–sqiwgdb.MuiInputBase–formControlcss–s1636szt,.css–tfvipm8MuiFormControl–root.MuiInputBase–formControlcss–s1636szt{overflow:visible}}.MuiInputBase–formControlcss–s1k3x8v3{scrollbar-color:transparent transparent;scrollbar-width:thin !important;transition:.2s scrollbar-color ease-in-out}.layout-mainHeader--nUtVacss–f1k3x8v3css–pfvipm8{scrollbar-color:#4f5763 #dee2e4}.MuiInputBase–formControlcss–s1k3x8v3:hover{scrollbar-color:var(--E) transparent !important;scrollbar-width:thin !important}.layout-languageDropdown--bZYiBMuiSelect–icon,.layout-logoImage--pckRVcss–fvipm8layout-logoImage--pckRV,.layout-logoImage--pckRVcss–f1k3x8v3css–qiwgdb,.layout-logoImage--pckRVcss–fvipm8MuiFormControl–fullWidth{font-size:var(--wd,.9rem);margin:0 0 5px;color:var(--G);line-height:1.3}.owl-item .asterisk-notice-overlay{top:auto;bottom:calc(100% + 5px)}.MuiSelect–iconOutlinedMuiSelect–nativeInput{margin-bottom:5px}.layout-logoImage--pckRVcss–fvipm8layout-logoImage--pckRV{margin:5px 0 0}.layout-logoImage--pckRVcss–f1k3x8v3css–qiwgdb{margin:10px 0 0;width:100%}.layout-logoImage--pckRVcss–fvipm8MuiFormControl–fullWidth{margin:10px 0 0 !important}.css–fvipm8{align-items:center;padding-left:0}[data-op-id="713"] .layout-gamesNavBar--Rtchccss–p1k3x8v3,[data-op-id="966"] .layout-gamesNavBar--Rtchccss–p1k3x8v3{font-size:1.3rem;color:currentColor}@media (min-width:768px){.layout-mainHeader--nUtVacss–fvipm8css–ftzsjye{margin-top:-5px}}[class^="socialicon-"]:before,[class*=" socialicon-"]:before{text-indent:9999px;font-family:"socialicons";font-style:normal;font-weight:normal;speak:never;display:inline-block;text-decoration:inherit;width:1em;margin-right:.2em;text-align:center;font-variant:normal;text-transform:none;line-height:1em;margin-left:.2em;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.socialicon-mail:before{content:"\e801"}.socialicon-share:before{content:"\e803"}.socialicon-whatsapp:before{content:"\f232"}.socialicon-twitter:before{content:"\e804"}.socialicon-facebook:before{content:"\f30c"}.socialicon-linkedin:before{content:"\f31b"}[class^='stateface-']:before,[class*=' stateface-']:before,.locale-switcher__link:before{display:inline-block;margin-right:5px;font-family:"sf-regular";font-style:normal;font-weight:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;vertical-align:middle;line-height:1;text-decoration:inherit;text-rendering:optimizeLegibility;text-transform:none;speak:none}.locale-switcher__link[data-locale="en_US_AL"]:before{content:"B"}.locale-switcher__link[data-locale="en_US_AK"]:before{content:"A"}.locale-switcher__link[data-locale="en_US_AZ"]:before{content:"D"}.locale-switcher__link[data-locale="en_US_AR"]:before{content:"C"}.locale-switcher__link[data-locale="en_US_CA"]:before{content:"E"}.locale-switcher__link[data-locale="en_US_CO"]:before{content:"F"}.locale-switcher__link[data-locale="en_US_CT"]:before{content:"G"}.locale-switcher__link[data-locale="en_US_DC"]:before{content:"y"}.locale-switcher__link[data-locale="en_US_DE"]:before{content:"H"}.locale-switcher__link[data-locale="en_US_FL"]:before{content:"I"}.locale-switcher__link[data-locale="en_US_GA"]:before{content:"J"}.locale-switcher__link[data-locale="en_US_HI"]:before{content:"K"}.locale-switcher__link[data-locale="en_US_ID"]:before{content:"M"}.locale-switcher__link[data-locale="en_US_IL"]:before{content:"N"}.locale-switcher__link[data-locale="en_US_IN"]:before{content:"O"}.locale-switcher__link[data-locale="en_US_IA"]:before{content:"L"}.locale-switcher__link[data-locale="en_US_KS"]:before{content:"P"}.locale-switcher__link[data-locale="en_US_KY"]:before{content:"Q"}.locale-switcher__link[data-locale="en_US_LA"]:before{content:"R"}.locale-switcher__link[data-locale="en_US_ME"]:before{content:"U"}.locale-switcher__link[data-locale="en_US_MD"]:before{content:"T"}.locale-switcher__link[data-locale="en_US_MA"]:before{content:"S"}.locale-switcher__link[data-locale="en_US_MI"]:before{content:"V"}.locale-switcher__link[data-locale="en_US_MN"]:before{content:"W"}.locale-switcher__link[data-locale="en_US_MS"]:before{content:"Y"}.locale-switcher__link[data-locale="en_US_MO"]:before{content:"X"}.locale-switcher__link[data-locale="en_US_MT"]:before{content:"Z"}.locale-switcher__link[data-locale="en_US_NE"]:before{content:"c"}.locale-switcher__link[data-locale="en_US_NV"]:before{content:"g"}.locale-switcher__link[data-locale="en_US_NH"]:before{content:"d"}.locale-switcher__link[data-locale="en_US_NJ"]:before{content:"e"}.locale-switcher__link[data-locale="en_US_NM"]:before{content:"f"}.locale-switcher__link[data-locale="en_US_NY"]:before{content:"h"}.locale-switcher__link[data-locale="en_US_NC"]:before{content:"a"}.locale-switcher__link[data-locale="en_US_ND"]:before{content:"b"}.locale-switcher__link[data-locale="en_US_OH"]:before{content:"i"}.locale-switcher__link[data-locale="en_US_OK"]:before{content:"j"}.locale-switcher__link[data-locale="en_US_OR"]:before{content:"k"}.locale-switcher__link[data-locale="en_US_PA"]:before{content:"l"}.locale-switcher__link[data-locale="en_US_RI"]:before{content:"m"}.locale-switcher__link[data-locale="en_US_SC"]:before{content:"n"}.locale-switcher__link[data-locale="en_US_SD"]:before{content:"o"}.locale-switcher__link[data-locale="en_US_TN"]:before{content:"p"}.locale-switcher__link[data-locale="en_US_TX"]:before{content:"q"}.locale-switcher__link[data-locale="en_US_UT"]:before{content:"r"}.locale-switcher__link[data-locale="en_US_VT"]:before{content:"t"}.locale-switcher__link[data-locale="en_US_VA"]:before{content:"s"}.locale-switcher__link[data-locale="en_US_WA"]:before{content:"u"}.locale-switcher__link[data-locale="en_US_WV"]:before{content:"w"}.locale-switcher__link[data-locale="en_US_WI"]:before{content:"v"}.locale-switcher__link[data-locale="en_US_WY"]:before{content:"x"}:root{--h:#090909;--xd:#090909;--yd:#1b1b1b;--zd:#dadadc;--Ad:#5b5b5b;--Bd:#aaa;--valorant-gray-dark:#646464;--Cd:#fff;--Dd:#dadadc;--Ed:#37e87b;--Fd:#3afb84;--Gd:#f04d59;--Hd:#c32d37;--eb:#cf3744;--db:#cf3744;--Id:all .2s ease-in-out}@font-face{font-display:swap;font-family:"Inter";font-style:normal;font-weight:400;src:url("/reviews/assets/css/webfonts/Inter/inter-v20-latin-regular.woff2") format("woff2")}@font-face{font-display:swap;font-family:"Inter";font-style:normal;font-weight:700;src:url("/reviews/assets/css/webfonts/Inter/inter-v20-latin-700.woff2") format("woff2")}@font-face{font-display:swap;font-family:"Inter";font-style:normal;font-weight:800;src:url("/reviews/assets/css/webfonts/Inter/inter-v20-latin-800.woff2") format("woff2")}:root{--jd:var(--xd);--U:var(--Cd);--V:var(--Bd)}.lightMode{--jd:var(--Dd);--U:var(--yd)}.css–fvipm8MuiSelect–iconOutlined{border:none}.layout-languageDropdown--bZYiB{min-height:unset !important;padding:4px 0 !important}.layout-languageDropdown--bZYiB a{align-items:center;display:inline-flex;gap:11px;font-size:12px;font-weight:700}.layout-languageDropdown--bZYiB a::after{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='12' fill='none' viewBox='0 0 13 12'%3E%3Cpath fill='%23F04D59' d='M1 5.3a.8.8 0 0 0 0 1.5V5.3Zm11.5 1.2c.3-.3.3-.7 0-1L7.8.7a.8.8 0 1 0-1.1 1L10.9 6l-4.2 4.2a.8.8 0 0 0 1 1.1l4.8-4.8ZM1 6.8h11V5.3H1v1.5Z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:contain;content:"";display:block;height:11px;width:17px}.css–1636szt{font-size:13px;font-weight:400}.css–fvipm8{display:none !important}:root{--kd:var(--xd);--Vc:var(--Cd);--F:var(--Bd);--oc:var(--yd);--G:var(--Bd);--W:var(--Ed);--Z:var(--yd);--X:var(--Fd);--pd:var(--Ed);--od:var(--xd);--l:var(--Ed)}.lightMode{--kd:var(--Dd);--Vc:var(--yd);--pd:var(--yd);--od:var(--Dd);--F:var(--Ad)}.css–fvipm8MuiSelect–nativeInput{background-image:none}.css–ftzsjyecss–f1k3x8v3{padding-top:12px}.css–sqiwgdbcss–s1k3x8v3{display:none !important}.css–ftzsjyecss–s1k3x8v3 .col-12:has(.compliance-message){order:4}.css–ftzsjyecss–s1k3x8v3 .general-code-field__input{height:45px !important}.css–ftzsjyecss–s1k3x8v3 .button{height:45px !important}.css–fvipm8MuiSelect–nativeInput .css–fqiwgdbMuiInputBase–colorPrimary{order:1}.css–fvipm8MuiSelect–nativeInput .css–fqiwgdbMuiInputBase–formControl{border:1px solid var(--Bd) !important;box-shadow:none !important;height:87px}.css–fvipm8MuiSelect–nativeInput .css–fqiwgdbcss–1636szt{max-width:100% !important}.css–fvipm8MuiSelect–nativeInput .css–fqiwgdbcss–fvipm8{border:none;flex-direction:row-reverse;gap:4px;padding:0}.css–fvipm8MuiSelect–nativeInput .css–fqiwgdbcss–ftzsjye{display:none}.css–fvipm8MuiSelect–nativeInput .css–fqiwgdbcss–ttzsjye{margin-left:auto;max-width:37% !important;order:3}.css–fvipm8MuiSelect–nativeInput .css–fqiwgdbcss–stzsjye{max-width:44% !important;order:2}.css–fvipm8MuiSelect–nativeInput .css–fqiwgdbcss–ptzsjye{display:grid;gap:12px;grid-template-columns:169px calc(21% - 3px) calc(21% - 3px) auto 33.5%;min-width:100%;order:4}.css–fvipm8MuiSelect–nativeInput .css–fqiwgdbcss–ptzsjye .general-code-field{grid-column:2}.css–fvipm8MuiSelect–nativeInput .css–fqiwgdbcss–ptzsjye .general-code-field input{height:50px}.css–fvipm8MuiSelect–nativeInput .css–fqiwgdbcss–ptzsjye .css–fqiwgdbcss–p1k3x8v3{padding-top:5px}.css–fvipm8MuiSelect–nativeInput .css–fqiwgdbcss–ptzsjye .layout-mainHeader--nUtValayout-logo--vQN5nMuiSelect–iconOutlined{grid-column:5;justify-content:flex-start !important;margin-top:0 !important}.css–fvipm8MuiSelect–nativeInput .css–fqiwgdbcss–ptzsjye .layout-mainHeader--nUtValayout-logo--vQN5nMuiSelect–iconOutlined .layout-mainHeader--nUtValayout-logoImage--pckRVMuiFormControl–root{display:none !important}.css–fvipm8MuiSelect–nativeInput .css–fqiwgdbcss–ptzsjye .layout-mainHeader--nUtValayout-logo--vQN5nMuiSelect–iconOutlined .layout-mainHeader--nUtValayout-logoImage--pckRVcss–1k3x8v3{color:var(--Cd);font-size:12px;font-weight:500}.css–fvipm8MuiSelect–nativeInput .css–fqiwgdbcss–tfvipm8{color:var(--Cd);font-family:Roboto;font-size:15px;line-height:20px;padding-left:24px !important}.css–fvipm8MuiSelect–nativeInput .css–fqiwgdbcss–tfvipm8::before{background-color:transparent;background-position:center;background-repeat:no-repeat;border:2px solid var(--Cd);border-radius:50%;content:"";background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6' height='6' fill='none' viewBox='0 0 6 6'%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m.8 3 1.4 1.5 3-3'/%3E%3C/svg%3E");margin:0;left:0;top:2px;position:absolute;height:16px;width:16px}.css–fvipm8MuiSelect–nativeInput .css–fqiwgdbcss–s1k3x8v3{font-size:11px}.css–fvipm8MuiSelect–nativeInput .css–fqiwgdbcss–sfvipm8{background-color:var(--yd);border-radius:5px;color:var(--Cd);font-size:20px;padding:10px 12px}.css–fvipm8MuiSelect–nativeInput .css–fqiwgdbcss–s1636szt{margin-top:0}.css–fvipm8MuiSelect–nativeInput .css–tfvipm8MuiSelect–outlined{display:none}.css–fvipm8MuiSelect–nativeInput .css–fqiwgdbMuiSvgIcon–root{order:5}.css–fvipm8MuiSelect–nativeInput .css–fqiwgdbMuiInputBase–input{display:none}.css–fvipm8MuiSelect–nativeInput .review-header-info-new-tabs{left:67% !important}.css–fvipm8MuiSelect–nativeInput .review-header-info-new-tabs__tab-item{border:none !important;font-size:10px}.css–fvipm8MuiSelect–nativeInput .review-header-info-new-tabs__tab-item.--active{background-color:var(--Cd) !important;color:var(--yd) !important}.css–fvipm8MuiSelect–nativeInput .review-header-info-new .layout-mainHeader--nUtValayout-logo--vQN5nMuiSelect–iconOutlined{background-color:transparent}.lightMode .css–fqiwgdbcss–tfvipm8{color:var(--yd)}.lightMode .css–fqiwgdbcss–tfvipm8::before{border:2px solid var(--yd);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6' height='6' fill='none' viewBox='0 0 6 6'%3E%3Cpath stroke='%231B1B1B' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m.8 3 1.4 1.5 3-3'/%3E%3C/svg%3E")}.lightMode .css–fqiwgdbcss–sfvipm8{background-color:var(--Cd);color:var(--yd)}.lightMode .css–fqiwgdbcss–ptzsjye .layout-mainHeader--nUtValayout-logo--vQN5nMuiSelect–iconOutlined .layout-mainHeader--nUtValayout-logoImage--pckRVcss–1k3x8v3{color:var(--yd)}.lightMode .review-header-info-new-tabs__tab-item.--active{background-color:var(--yd) !important;color:var(--Cd) !important}:root{--Jd:var(--Gd);--Kd:var(--Cd);--Ld:var(--Cd);--Md:var(--Bd);--Nd:var(--Gd);--Od:var(--xd);--i:var(--yd);--E:var(--Cd);--kc:var(--Ad);--D:var(--Cd)}.lightMode{--Jd:var(--yd);--Od:var(--Dd);--i:var(--Cd);--E:var(--yd);--kc:var(--zd);--D:var(--yd)}.css–f1k3x8v3layout-logoText--EkrWz{box-shadow:none}.css–f1k3x8v3MuiFormControl–fullWidth{gap:23px;padding:0 15px !important}.css–f1k3x8v3css–tzsjye{background-color:transparent !important;box-shadow:none;font-size:14px;font-weight:400;line-height:16.41px;height:auto;opacity:.8;padding:16px 0 !important;text-transform:capitalize}.css–f1k3x8v3css–tzsjye:hover{opacity:1}.css–f1k3x8v3css–tzsjye.--active{font-weight:700;opacity:1}.review-rating-overview{background-color:var(--yd);border-radius:3px;padding:17px 16px}.css–ffvipm8MuiInputBase–colorPrimary{color:var(--Cd);font-size:16px}.css–ffvipm8css–tzsjye{margin-top:16px}.css–ffvipm8css–1k3x8v3:not(:last-child){margin-bottom:0;padding-bottom:12px}.css–ffvipm8css–f1636szt{color:var(--Cd);font-size:14px;padding:2px 7px}.css–ffvipm8css–ffvipm8{color:var(--Cd);font-size:15px;gap:6px;display:flex;justify-content:flex-end}.css–ffvipm8css–ftzsjye{background-color:var(--Bd) !important;height:17px;width:17px}.css–ffvipm8layout-languageDropdown--bZYiB{padding-left:6px}.css–ffvipm8layout-languageDropdown--bZYiB .layout-logo--vQN5nMuiOutlinedInput–input{font-size:20px !important}.css–ffvipm8layout-languageDropdown--bZYiB .MuiSelect–iconOutlinedcss–t1636szt{transform:translateY(-2px)}.lightMode .review-rating-overview{background-color:var(--Cd)}.lightMode .css–ffvipm8MuiInputBase–colorPrimary{color:var(--yd)}.lightMode .css–ffvipm8css–f1636szt{color:var(--yd)}.lightMode .css–ffvipm8css–ffvipm8{color:var(--yd)}.css–sqiwgdbMuiSelect–nativeInput{border-radius:0 !important}.css–sqiwgdbMuiSvgIcon–fontSizeMedium{background-color:var(--xd);box-shadow:none !important;color:var(--Cd);font-size:24px !important;padding:20px 0 30px !important;text-transform:capitalize !important}.socialcasino-quick-facts__inner-wrapper{padding:10px !important}.css–s1k3x8v3layout-logo--vQN5n,.css–s1k3x8v3MuiInputBase–colorPrimary,.css–s1k3x8v3MuiOutlinedInput–root,.css–s1k3x8v3layout-logoImage--pckRV{color:var(--Cd) !important;font-size:14px !important;font-weight:600 !important;line-height:20px !important;text-transform:none !important}.css–s1k3x8v3MuiOutlinedInput–root,.css–s1k3x8v3layout-logoImage--pckRV{font-weight:400 !important}.socialcasino-quick-facts__button-overlay-list__button{background-color:transparent !important;color:var(--Cd) !important;font-size:14px !important;font-weight:600 !important;line-height:20px !important;text-transform:none !important;padding:0 !important}.socialcasino-quick-facts__show-more{background-color:var(--yd) !important;color:var(--Cd)}.socialcasino-quick-facts__show-more::before{background:linear-gradient(transparent,var(--yd)) !important}.lightMode .css–sqiwgdbMuiSvgIcon–fontSizeMedium{background-color:var(--Dd);color:var(--yd)}.lightMode .css–s1k3x8v3layout-logo--vQN5n,.lightMode .css–s1k3x8v3MuiInputBase–colorPrimary,.lightMode .css–s1k3x8v3MuiOutlinedInput–root,.lightMode .css–s1k3x8v3layout-logoImage--pckRV{color:var(--yd) !important}.lightMode .socialcasino-quick-facts__button-overlay-list__button{color:var(--yd) !important}.lightMode .socialcasino-quick-facts__show-more{background-color:var(--Cd) !important;color:var(--yd)}.lightMode .socialcasino-quick-facts__show-more::before{background:linear-gradient(transparent,var(--Cd)) !important}.layout-mainHeader--nUtValayout-container--8mgcncss–p1636szt{color:var(--Cd);font-size:24px !important;line-height:28px}.layout-mainHeader--nUtValayout-container--8mgcncss–pfvipm8{border:none !important}.layout-mainHeader--nUtValayout-container--8mgcnMuiSelect–outlined{align-items:flex-start;color:var(--Cd);display:flex;font-size:16px;line-height:24px}.layout-mainHeader--nUtValayout-container--8mgcnMuiSelect–outlined::before{background-color:transparent;background-position:center;background-repeat:no-repeat;border:2px solid var(--Cd);border-radius:50%;content:"";display:block;height:14px;mask-image:none !important;min-width:14px;transform:translateY(5px);width:14px}.layout-mainHeader--nUtValayout-container--8mgcnMuiInputBase–input::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6' height='5' fill='none' viewBox='0 0 6 5'%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m1 2.5 1.3 1.3L5 1.2'/%3E%3C/svg%3E")}.layout-mainHeader--nUtValayout-container--8mgcnMuiSelect–nativeInput::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='5' height='6' fill='none' viewBox='0 0 5 6'%3E%3Cpath stroke='%23F04D59' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M3.8 1.7 1.2 4.3m0-2.6 2.6 2.6-2.6-2.6Z'/%3E%3C/svg%3E");border-color:var(--Gd)}.css–fvipm8MuiSelect–nativeInput .layout-mainHeader--nUtValayout-container--8mgcncss–sfvipm8{margin-top:10px !important}.css–fvipm8MuiSelect–nativeInput .layout-mainHeader--nUtValayout-container--8mgcncss–ptzsjye{display:none}.css–fvipm8MuiSelect–nativeInput .layout-mainHeader--nUtValayout-container--8mgcncss–p1k3x8v3{display:flex;flex-wrap:wrap;gap:18px;min-width:100% !important;padding:0 15px !important}.css–fvipm8MuiSelect–nativeInput .layout-mainHeader--nUtValayout-container--8mgcncss–p1636szt{color:var(--Cd);font-size:24px !important;width:100%}.css–fvipm8MuiSelect–nativeInput .layout-mainHeader--nUtValayout-container--8mgcncss–pfvipm8{border:none !important;margin:0 !important;padding:0 !important;width:calc(50% - 9px)}.css–fvipm8MuiSelect–nativeInput .layout-mainHeader--nUtValayout-container--8mgcnMuiSelect–outlined{align-items:flex-start;color:var(--Cd);display:flex;font-size:16px;line-height:24px}.css–fvipm8MuiSelect–nativeInput .layout-mainHeader--nUtValayout-container--8mgcnMuiSelect–outlined::before{background-color:transparent;background-position:center;background-repeat:no-repeat;border:2px solid var(--Cd);border-radius:50%;content:"";display:block;height:14px;mask-image:none !important;min-width:14px;transform:translateY(5px);width:14px}.css–fvipm8MuiSelect–nativeInput .layout-mainHeader--nUtValayout-container--8mgcnMuiInputBase–input::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6' height='5' fill='none' viewBox='0 0 6 5'%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m1 2.5 1.3 1.3L5 1.2'/%3E%3C/svg%3E")}.css–fvipm8MuiSelect–nativeInput .layout-mainHeader--nUtValayout-container--8mgcnMuiSelect–nativeInput::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='5' height='6' fill='none' viewBox='0 0 5 6'%3E%3Cpath stroke='%23F04D59' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M3.8 1.7 1.2 4.3m0-2.6 2.6 2.6-2.6-2.6Z'/%3E%3C/svg%3E");border-color:var(--Gd)}.lightMode .layout-mainHeader--nUtValayout-container--8mgcncss–p1636szt{color:var(--yd)}.lightMode .layout-mainHeader--nUtValayout-container--8mgcnMuiSelect–outlined{color:var(--yd)}.lightMode .layout-mainHeader--nUtValayout-container--8mgcnMuiSelect–outlined::before{border:2px solid var(--yd)}.lightMode .layout-mainHeader--nUtValayout-container--8mgcnMuiInputBase–input::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6' height='5' fill='none' viewBox='0 0 6 5'%3E%3Cpath stroke='%231B1B1B' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m1 2.5 1.3 1.3L5 1.2'/%3E%3C/svg%3E")}.lightMode .layout-mainHeader--nUtValayout-container--8mgcnMuiSelect–nativeInput::before{border-color:var(--Gd)}.css–f1k3x8v3css–ptzsjye{border:none !important;margin-top:0 !important}.MuiInputBase–formControlMuiSelect–icon:has(.layout-select--hSPCiMuiSelect–outlined){min-width:194px}.MuiInputBase–formControlMuiSelect–icon .s_cr__two-cell__show-more{background-color:var(--yd);color:var(--Cd);border:none}.MuiInputBase–formControlMuiSelect–icon .s_cr__two-cell__show-more::after{background-color:var(--Cd)}.MuiInputBase–formControlMuiSelect–iconOutlined{font-size:11.51px !important;font-weight:400 !important}.review-company-details__cell-content{background-color:var(--xd) !important;border:none !important;font-size:14px !important;line-height:20px;color:var(--Cd)}.lightMode .MuiInputBase–formControlMuiSelect–icon .s_cr__two-cell__show-more{background-color:var(--Cd);color:var(--yd)}.lightMode .MuiInputBase–formControlMuiSelect–icon .s_cr__two-cell__show-more::after{background-color:var(--yd)}.lightMode .MuiInputBase–formControlMuiSelect–iconOutlined{color:var(--Ad)}.lightMode .review-company-details__cell-content{background-color:var(--Cd) !important;color:var(--yd) !important}.css–sfvipm8css–fqiwgdb{display:none}:root{--j:var(--xd);--Ub:var(--yd);--Pd:var(--xd);--o:var(--Bd);--R:var(--Gd);--S:var(--Gd);--Wb:var(--yd);--Qd:var(--Gd);--Rd:var(--Gd);--Qb:var(--yd);--mc:transparent;--nc:var(--Cd);--pc:var(--Cd);--oc:var(--yd)}.lightMode{--j:var(--Dd);--Ub:var(--Cd);--Pd:var(--Dd);--o:var(--Ad);--Wb:var(--yd);--Wb:var(--Cd);--Qd:var(--yd);--Rd:var(--yd);--Qb:var(--Cd);--nc:var(--yd);--pc:var(--yd);--oc:var(--Cd)}.MuiSelect–iconcss–pfvipm8{background-color:transparent !important}.css–p1k3x8v3{background-color:var(--Cd)}.socialicon-twitter::before{font-size:18px !important}.socialicon-whatsapp::before{font-size:22px !important}.author-footer-box{border:none !important}.MuiSelect–select{border:none !important}.MuiOutlinedInput–input{color:var(--Cd);font-size:17px;font-weight:700;line-height:17px}.layout-mainHeader--nUtVaMuiInputBase–formControl{font-size:12px;font-weight:400;line-height:17px}.layout-mainHeader--nUtVacss–tzsjye{display:none !important}.single-post-meta-data__social-sharing__mobile-toggle{border:none !important}.single-post-meta-data__social-sharing__mobile-toggle::before{color:var(--Cd) !important;opacity:1 !important}.single-post-meta-data__social-sharing__icons{background-color:var(--yd);top:-4px;padding:40px 5px 10px}.lightMode .MuiOutlinedInput–input{color:var(--yd)}.lightMode .layout-mainHeader--nUtVaMuiInputBase–formControl{color:var(--Ad)}.lightMode .single-post-meta-data__social-sharing__mobile-toggle::before{color:var(--yd) !important}.lightMode .single-post-meta-data__social-sharing__icons{background-color:var(--Cd)}.req___author-footer-box__social-sharing__icons{padding:0}.req___author-footer-box__social-sharing__link{color:var(--xd) !important;align-items:center;background-color:var(--Bd);border-radius:50%;display:flex;height:25px;justify-content:center;width:25px}.req___author-footer-box__social-sharing__link:hover{background-color:var(--Gd);color:var(--xd) !important}.req___author-footer-box__social-sharing__link:not(:last-child){margin-right:6px !important}.req___author-footer-box__social-sharing__link .socialicon-facebook{height:32px !important}.req___author-footer-box__social-sharing__link .socialicon-facebook::before{font-size:18px !important}.req___author-footer-box__social-sharing__link .socialicon-whatsapp{height:33px !important}.req___author-footer-box__social-sharing__link .socialicon-whatsapp::before{font-size:18px !important}.req___author-footer-box__social-sharing__link .socialicon-twitter{height:31px !important}.req___author-footer-box__social-sharing__link .socialicon-twitter::before{font-size:15px !important}.lightMode .req___author-footer-box__social-sharing__link{color:var(--Dd) !important;background-color:var(--Gd)}.lightMode .req___author-footer-box__social-sharing__link:hover{background-color:var(--Cd);color:var(--Gd) !important}.content-section{background-color:var(--xd) !important;border:none !important}.lightMode .content-section{background-color:var(--Dd) !important}.css–ffvipm8MuiSelect–outlined{background-color:transparent !important}.css–ffvipm8MuiSelect–icon{border-radius:4px 0 0 4px !important}.css–ttzsjyelayout-container--8mgcn{border-radius:0 4px 4px 0 !important}.css–ffvipm8MuiSvgIcon–fontSizeMedium:nth-child(odd) th,.css–ffvipm8MuiSvgIcon–fontSizeMedium:nth-child(odd) td{background-color:var(--yd) !important}.css–ffvipm8MuiSvgIcon–fontSizeMedium:nth-child(even) th,.css–ffvipm8MuiSvgIcon–fontSizeMedium:nth-child(even) td{background-color:var(--xd) !important}.css–ffvipm8MuiSelect–icon,.css–ttzsjyelayout-container--8mgcn{border:none !important;color:var(--Cd) !important;padding:10px 20px !important;text-transform:none !important;text-align:left !important}.css–ffvipm8MuiSvgIcon–root tr td span{background-color:var(--yd);color:var(--Cd) !important}.lightMode .css–ffvipm8MuiSelect–icon,.lightMode .css–ttzsjyelayout-container--8mgcn{color:var(--yd) !important}.lightMode .css–ffvipm8MuiSvgIcon–fontSizeMedium:nth-child(odd) th,.lightMode .css–ffvipm8MuiSvgIcon–fontSizeMedium:nth-child(odd) td{background-color:var(--Cd) !important}.lightMode .css–ffvipm8MuiSvgIcon–fontSizeMedium:nth-child(even) th,.lightMode .css–ffvipm8MuiSvgIcon–fontSizeMedium:nth-child(even) td{background-color:var(--Dd) !important}.lightMode .css–ffvipm8MuiSvgIcon–root tr td span{background-color:var(--Cd);color:var(--yd) !important}.css–tqiwgdbcss–stzsjye{background-color:var(--yd) !important;border:none !important;border-radius:4px !important}.lightMode .css–tqiwgdbcss–stzsjye{background-color:var(--Cd) !important}.layout-mainHeader--nUtValayout-container--8mgcncss–stzsjye{border:none !important;border-radius:4px !important;overflow:hidden}.toggle-box-container__item__title{padding:18px 50px 18px 15px !important}.layout-mainHeader--nUtValayout-container--8mgcncss–s1k3x8v3{line-height:20px;color:var(--Cd);font-size:18px;font-weight:600}.lightMode .layout-mainHeader--nUtValayout-container--8mgcncss–s1k3x8v3{color:var(--yd)}.css–tqiwgdbMuiInputBase–formControl{color:var(--Cd) !important;font-size:24px;font-weight:800;text-transform:none !important}.lightMode .css–tqiwgdbMuiInputBase–formControl{color:var(--yd) !important}.layout-mainHeader--nUtValayout-logo--vQN5ncss–ttzsjye{margin-bottom:12px !important}.layout-mainHeader--nUtValayout-logo--vQN5ncss–tqiwgdb{color:var(--Cd) !important;font-size:18px !important;font-weight:600 !important}.layout-mainHeader--nUtValayout-logo--vQN5ncss–tqiwgdb::before{background-color:var(--Gd) !important;border-radius:50% !important}.lightMode .layout-mainHeader--nUtValayout-logo--vQN5ncss–tqiwgdb{color:var(--yd) !important}.lightMode .layout-mainHeader--nUtValayout-logo--vQN5ncss–tqiwgdb::before{background-color:var(--yd) !important}.review-toc{box-shadow:none !important}.review-toc__ul::after{content:none !important}.css–ttzsjyeMuiInputBase–formControl{color:var(--Cd) !important;opacity:.8 !important;transition:var(--Id)}.css–ttzsjyeMuiInputBase–formControl:hover{opacity:1 !important}.css–ttzsjyeMuiInputBase–formControl.--active{opacity:1 !important}.css–ttzsjyelayout-languageDropdown--bZYiB{background-color:var(--Cd) !important}.owl-carousel-inactive.splitted-images-box img{border-radius:4px}.css–stzsjyecss–fvipm8{border:none !important}.css–sqiwgdblayout-logoText--EkrWz{color:var(--Cd) !important}.css–stzsjyecss–f1k3x8v3{border:none !important}.css–sqiwgdblayout-mainHeader--nUtVa{min-width:100% !important}.css–stzsjyeMuiInputBase–input{min-width:100% !important}.lightMode .css–sqiwgdblayout-logoText--EkrWz{color:var(--yd) !important}.flex-content__col-sidebar .review-header-info-new input{background-color:transparent !important}.flex-content__col-sidebar .css–fqiwgdbcss–ftzsjye{background-color:transparent}.provider-bonus-details-widget-wrapper input{background-color:transparent !important}.layout-mainHeader--nUtValayout-logoImage--pckRVMuiFormControl–fullWidth{border:none !important}.top5-tabs-widget__tab-item{border:none !important}.flex-content__col-sidebar .review-header-info-new__wrapper,.flex-content__col-sidebar .provider-bonus-details-widget-tab_content,.flex-content__col-sidebar .layout-mainHeader--nUtValayout-logoImage--pckRVMuiFormControl–fullWidth{color:var(--Cd) !important}.flex-content__col-sidebar .review-header-info-new-tabs__tab-item{background-color:var(--Cd) !important;color:var(--yd) !important;border:none !important}.flex-content__col-sidebar .review-header-info-new-tabs__tab-item.--active{background-color:transparent !important;color:var(--Cd) !important}.lightMode .flex-content__col-sidebar .review-header-info-new__wrapper,.lightMode .flex-content__col-sidebar .provider-bonus-details-widget-tab_content,.lightMode .flex-content__col-sidebar .layout-mainHeader--nUtValayout-logoImage--pckRVMuiFormControl–fullWidth{color:var(--yd) !important}.lightMode .flex-content__col-sidebar .review-header-info-new-tabs__tab-item{background-color:var(--yd) !important;color:var(--Cd) !important;border:none !important}.lightMode .flex-content__col-sidebar .review-header-info-new-tabs__tab-item.--active{background-color:transparent !important;color:var(--yd) !important}.lightMode .css–t1k3x8v3css–s1636szt img{filter:invert(1) !important}.toc-section__content a{color:var(--Cd) !important;font-size:16px !important;padding-bottom:4px !important}.toc-section__content a:after{content:none !important}.toc-section__content a:hover{color:var(--Cd) !important;text-decoration:underline}.lightMode .toc-section__content a{color:var(--yd) !important}.lightMode .toc-section__content a:hover{color:var(--yd) !important}.MuiSelect–iconMuiOutlinedInput–input,.MuiSelect–iconMuiOutlinedInput–input::after{color:var(--Cd) !important;font-size:16px !important}.lightMode .MuiSelect–iconMuiOutlinedInput–input,.MuiSelect–iconMuiOutlinedInput–input::after{color:var(--yd) !important}body .css–fqiwgdbcss–ptzsjye.--has-no-code{padding-top:0}.css–sfvipm8MuiSelect–icon{border:none !important;position:relative}.css–sfvipm8MuiSelect–icon .css–tfvipm8css–tfvipm8{background-color:var(--yd)}.css–sfvipm8MuiSelect–icon .general-code-field__input{border-right:none !important;border-top-right-radius:0px !important;border-bottom-right-radius:0px !important}.css–sfvipm8MuiSelect–icon::after{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-chevron-right' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.6 1.6a.5.5 0 0 1 .8 0l6 6a.5.5 0 0 1 0 .8l-6 6a.5.5 0 0 1-.8-.8L10.3 8 4.6 2.4a.5.5 0 0 1 0-.8'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center;content:"";position:absolute;right:0;top:0;height:100%;width:46px}.lightMode .css–sfvipm8MuiSelect–icon .css–tfvipm8css–tfvipm8{background-color:var(--Cd)}.review-company-details__cell-content,.layout-select--hSPCiMuiOutlinedInput–input,.layout-select--hSPCicss–stzsjye{background-color:transparent !important;border:none !important}.review-company-details__cell-content img,.layout-select--hSPCiMuiOutlinedInput–input img,.layout-select--hSPCicss–stzsjye img{filter:drop-shadow(0 0 1px rgba(34,34,34,.1921568627))}.review-company-details__cell-content::before,.layout-select--hSPCiMuiOutlinedInput–input::before,.layout-select--hSPCicss–stzsjye::before{background-color:var(--Cd) !important}.lightMode .review-company-details__cell-content,.lightMode .layout-select--hSPCiMuiOutlinedInput–input,.lightMode .layout-select--hSPCicss–stzsjye{background-color:var(--Dd) !important}.lightMode .css–f1k3x8v3css–f1636szt .review-company-details__cell-content,.lightMode .css–f1k3x8v3css–f1636szt .layout-select--hSPCiMuiOutlinedInput–input,.lightMode .css–f1k3x8v3css–f1636szt .layout-select--hSPCicss–stzsjye{background-color:var(--Cd) !important}.lightMode .css–f1k3x8v3css–f1636szt .review-company-details__cell-content::before,.lightMode .css–f1k3x8v3css–f1636szt .layout-select--hSPCiMuiOutlinedInput–input::before,.lightMode .css–f1k3x8v3css–f1636szt .layout-select--hSPCicss–stzsjye::before{background-color:var(--xd) !important}.css–f1k3x8v3css–f1636szt .review-company-details__cell-content,.css–f1k3x8v3css–f1636szt .layout-select--hSPCiMuiOutlinedInput–input,.css–f1k3x8v3css–f1636szt .layout-select--hSPCicss–stzsjye{background-color:var(--yd) !important}:root{--f:var(--Gd)}.provider-bonusbox{border:none !important;display:grid !important;grid-template-columns:auto 206px;padding:12px 0px !important}.provider-bonusbox > div:first-child{display:grid;grid-template-columns:auto;max-width:unset !important;width:100%}.provider-bonusbox > div:last-child{max-width:unset !important;width:100%}.css–sfvipm8css–tzsjye{display:none !important}.css–t1636sztcss–ftzsjye{display:block !important}.css–t1636sztcss–tzsjye{border:1px solid var(--Bd);height:98px}.css–t1636sztcss–1636szt{max-height:100% !important}.css–t1636sztcss–ffvipm8{display:none !important}.css–t1636sztcss–stzsjye{color:var(--Cd);font-size:24px !important;white-space:normal !important}.css–t1636sztcss–s1k3x8v3{color:var(--Bd) !important;font-size:11px !important}.css–t1636sztcss–s1k3x8v3 .layout-gamesNavBar--Rtchccss–p1k3x8v3{font-size:11px !important}.css–t1636sztlayout-select--hSPCi:has(img){flex:0 0 182px;max-width:182px}.lightMode .css–t1636sztcss–stzsjye{color:var(--yd)}.bonus-highlight-box__conversion-row{display:grid !important;gap:12px;grid-template-rows:repeat(2,40px);margin:0 !important}.bonus-highlight-box__conversion-row input,.bonus-highlight-box__conversion-row .button{height:100% !important;min-height:100% !important}.bonus-highlight-box__conversion-row input{background-color:transparent !important;color:var(--Ed) !important}.bonus-highlight-box__conversion-row .general-code-field{margin:0 !important}.css–t1636sztMuiInputBase–input{height:100% !important;margin-right:0 !important}.css–t1636sztcss–f1636szt{border-radius:100px;font-size:9px !important;padding:1px 10px}.lightMode .bonus-highlight-box__conversion-row input{background-color:transparent !important;color:var(--yd) !important}.css–s1k3x8v3css–f1636szt{background-color:var(--yd);border:none !important;grid-template-columns:168px auto 200px}.css–s1k3x8v3css–ffvipm8{border:1px solid var(--Bd);border-radius:var(--d);margin:10px 0 10px 15px;padding:0 !important;max-height:96px}.css–s1k3x8v3css–ffvipm8 span,.css–s1k3x8v3css–ffvipm8 img{height:100%;object-fit:contain;width:100%}.css–s1k3x8v3css–tfvipm8{background-color:var(--Ac);color:var(--Bc);border-radius:100px;font-size:9px !important;padding:1px 10px}.css–s1k3x8v3css–s1k3x8v3{color:var(--Cd);font-size:24px !important}.css–s1k3x8v3css–f1636szt .layout-gamesNavBar--Rtchccss–p1k3x8v3{font-size:11px !important}.lightMode .css–s1k3x8v3css–f1636szt{background-color:var(--Cd)}.lightMode .css–s1k3x8v3css–s1k3x8v3{color:var(--yd)}.sweepstakes-packages{border:none !important;border-radius:4px;color:var(--Cd)}.css–pfvipm8css–ptzsjye{background-color:var(--Ac);color:var(--Bc) !important;border-radius:100px;font-size:9px !important;padding:1px 10px;width:fit-content}.css–pfvipm8css–p1k3x8v3{font-size:24px !important}.css–pfvipm8MuiSvgIcon–root{font-size:21px !important}.MuiSelect–selectlayout-gamesNavBar--Rtchc{font-size:16px !important}.sweepstakes-packages .css–pfvipm8css–pfvipm8{font-size:11px !important}.lightMode .sweepstakes-packages{color:var(--yd)}.s_sfb{height:auto !important;padding:12px 0}.css–sfvipm8css–t1636szt{display:none !important}.css–sfvipm8css–p1k3x8v3{max-width:396px}.css–sfvipm8css–pfvipm8{align-items:center}.css–sfvipm8css–pfvipm8 .button,.css–sfvipm8css–pfvipm8 input,.css–sfvipm8css–pfvipm8 .general-code-field{height:40px !important;min-height:40px !important;max-width:190px !important;width:190px !important}.css–sfvipm8css–pfvipm8 input{color:var(--Ed) !important;background-color:transparent !important}.css–sfvipm8css–ptzsjye{justify-content:flex-start !important;padding:6px !important}.css–sfvipm8css–f1k3x8v3{border:1px solid var(--Ad);max-width:80px !important}.css–sfvipm8css–sqiwgdb{flex-grow:1;max-width:calc(100% - 475px) !important}.css–sfvipm8css–sqiwgdb .css–sfvipm8css–sfvipm8{color:var(--Cd) !important;font-size:21px !important;padding:0 4px !important;text-align:left !important}.s_sfb .layout-gamesNavBar--Rtchccss–p1k3x8v3{font-size:11px !important}.lightMode .css–sfvipm8css–sqiwgdb .css–sfvipm8css–sfvipm8{color:var(--yd) !important}.lightMode .css–sfvipm8css–pfvipm8 input{color:var(--yd) !important}:root{--vc:var(--Cd);--yc:transparent;--zc:var(--Cd);--Xb:var(--yd);--Sd:var(--yd)}.lightMode{--vc:var(--yd);--zc:var(--yd);--Xb:var(--Cd);--Sd:var(--Cd)}.css–1k3x8v3css–fvipm8{background-color:var(--yd) !important;color:var(--Cd) !important}.lightMode .css–1k3x8v3css–fvipm8{background-color:var(--Cd) !important;color:var(--yd) !important}body .s_cr{border:none !important;border-radius:11px;box-shadow:none}body .layout-logo--vQN5ncss–p1636szt{border:none !important;border-radius:4px 0 4px 0 !important}body .layout-logo--vQN5ncss–pfvipm8{background-color:var(--Dd)}body .layout-logo--vQN5nMuiSelect–select .layout-logo--vQN5nMuiOutlinedInput–input,body .layout-logo--vQN5nMuiSelect–select .layout-logo--vQN5nMuiSvgIcon–root{font-size:13px !important}body .layout-logo--vQN5ncss–ptzsjye{background-color:var(--Gd) !important;color:var(--Cd) !important;border-radius:4px 0 4px 0 !important;font-size:10px !important;left:0 !important;padding:3px 4px !important}body .layout-logo--vQN5ncss–ptzsjye::before{content:none !important}body .MuiInputBase–formControlcss–sqiwgdb{flex-grow:0 !important;min-width:264px;max-height:110px !important}body .MuiInputBase–formControlcss–pqiwgdb{color:var(--Cd);font-size:14px;line-height:21px;margin-bottom:0px !important}body .layout-gamesNavBar--Rtchccss–tqiwgdb,body .layout-mainHeader--nUtValayout-mainHeader--nUtVaMuiInputBase–colorPrimary{color:var(--Cd);font-size:14px !important;text-decoration:underline}body .layout-gamesNavBar--Rtchccss–tqiwgdb:hover,body .layout-mainHeader--nUtValayout-mainHeader--nUtVaMuiInputBase–colorPrimary:hover{color:var(--Cd) !important;text-decoration:none}body .layout-gamesNavBar--Rtchclayout-select--hSPCi{padding-top:10px !important}body .layout-mainHeader--nUtValayout-mainHeader--nUtVaMuiOutlinedInput–root{color:var(--Bd);font-size:11px;font-weight:700;margin-bottom:4px}body .layout-mainHeader--nUtValayout-mainHeader--nUtVaMuiInputBase–formControl{background-image:none !important;color:var(--Cd);font-family:Roboto;font-size:20px;font-weight:800;line-height:23px;padding-left:0}body .layout-gamesNavBar--Rtchclayout-select--hSPCi .layout-gamesNavBar--Rtchccss–p1k3x8v3{color:var(--Bd);font-size:11px;font-weight:400;line-height:14px}body .layout-gamesNavBar--Rtchccss–ffvipm8 .general-code-field{padding-bottom:4px}body .layout-gamesNavBar--Rtchccss–ffvipm8 .general-code-field input{border-radius:2px !important;height:30px !important;min-height:30px !important;font-size:14px !important}body .layout-gamesNavBar--Rtchccss–ffvipm8 .button{min-height:20px !important;height:20px !important}body .css–qiwgdbcss–p1k3x8v3{display:none !important}body .s_cr__toggle-link{color:var(--Cd) !important;font-size:11px !important}body .s_cr-toggleable-row{margin-top:20px !important;position:relative}body .s_cr-toggleable-row::before{background-color:var(--Ad);content:"";display:block;height:1px;left:50%;position:absolute;top:-20px;transform:translateX(-50%);width:calc(100% - 30px)}.lightMode .MuiInputBase–formControlcss–pqiwgdb{color:var(--yd)}.lightMode .layout-gamesNavBar--Rtchccss–tqiwgdb,.lightMode .layout-mainHeader--nUtValayout-mainHeader--nUtVaMuiInputBase–colorPrimary{color:var(--yd)}.lightMode .layout-gamesNavBar--Rtchccss–tqiwgdb:hover,.lightMode .layout-mainHeader--nUtValayout-mainHeader--nUtVaMuiInputBase–colorPrimary:hover{color:var(--yd) !important}.lightMode .layout-mainHeader--nUtValayout-mainHeader--nUtVaMuiOutlinedInput–root{color:var(--Ad)}.lightMode .layout-mainHeader--nUtValayout-mainHeader--nUtVaMuiInputBase–formControl{color:var(--yd)}.lightMode .layout-gamesNavBar--Rtchclayout-select--hSPCi .layout-gamesNavBar--Rtchccss–p1k3x8v3{color:var(--Bd)}.lightMode .s_cr__toggle-link{color:var(--yd) !important}.MuiSelect–iconOutlinedcss–1k3x8v3,.css–tqiwgdblayout-languageDropdown--bZYiB,.layout-mainHeader--nUtValayout-logo--vQN5ncss–s1636szt{background-color:var(--yd);border:none !important;box-shadow:none !important}.lightMode .MuiSelect–iconOutlinedcss–1k3x8v3,.lightMode .css–tqiwgdblayout-languageDropdown--bZYiB,.lightMode .layout-mainHeader--nUtValayout-logo--vQN5ncss–s1636szt{background-color:var(--Cd)}.layout-mainHeader--nUtValayout-logo--vQN5nMuiInputBase–input{color:var(--Cd) !important;font-weight:400 !important}.layout-mainHeader--nUtValayout-logo--vQN5nMuiInputBase–input:hover{text-decoration:underline}.lightMode .layout-mainHeader--nUtValayout-logo--vQN5nMuiInputBase–input{color:var(--yd) !important}.css–sqiwgdbcss–1k3x8v3 a,.css–sqiwgdbcss–1k3x8v3 div{color:var(--Cd) !important;font-size:16px !important;line-height:20px !important;transition:var(--Id) !important}.css–sqiwgdbcss–1k3x8v3 a:hover{color:var(--Gd)}.lightMode .css–sqiwgdbcss–1k3x8v3 a,.lightMode .css–sqiwgdbcss–1k3x8v3 div{color:var(--Td) !important}.comparison-table-filter__select label{background-color:var(--yd) !important;color:var(--Cd) !important}.comparison-table-filter__select-title{background-color:var(--yd) !important;color:var(--Cd) !important}.lightMode .comparison-table-filter__select-title{background-color:var(--Cd) !important;color:var(--yd) !important}.layout-logo--vQN5nlayout-logoText--EkrWz .comparison-table-filter__select-title{color:var(--Gd) !important}.MuiSelect–iconOutlinedlayout-logo--vQN5n li,.MuiSelect–iconOutlinedlayout-logo--vQN5n a{line-height:1.2em}.flex-content__col-sidebar .layout-mainHeader--nUtValayout-logoText--EkrWzcss–qiwgdb > ul li a{background:none !important;padding-left:0 !important}.layout-mainHeader--nUtValayout-logoText--EkrWzcss–t1k3x8v3{background-image:none !important}body.MuiSvgIcon–fontSizeMediumlayout-logoText--EkrWz main span{display:inline-block;padding:15px;margin-top:15px}html:has(.header-nav-mobile.--active){overflow-y:hidden}.header-nav{container-type:inline-size}.header-nav-desktop{display:flex;justify-content:space-between}.header-nav-desktop.--menu-open .layout-mainHeader--nUtVaMuiOutlinedInput–rootMuiSelect–icon span{font-size:17px;display:block}.header-nav-desktop.--menu-open .games-dropdown,.header-nav-desktop.--menu-open .header-nav-desktop__right__icon.--search{transition:none;visibility:hidden;width:0;overflow:hidden}.layout-mainHeader--nUtVaMuiOutlinedInput–rootMuiOutlinedInput–input{display:flex;align-items:center;gap:13px}.layout-mainHeader--nUtVaMuiOutlinedInput–rootMuiOutlinedInput–input > .layout-mainHeader--nUtVaMuiOutlinedInput–rootMuiSelect–iconOutlined{display:flex}.layout-mainHeader--nUtVaMuiOutlinedInput–rootMuiSelect–icon{text-decoration:none;display:flex;align-items:center;gap:6px;flex-shrink:0}.layout-mainHeader--nUtVaMuiOutlinedInput–rootMuiSelect–icon span{transition:var(--Id);font-weight:700;text-transform:uppercase;color:var(--Cd);display:none}.layout-mainHeader--nUtVaMuiOutlinedInput–rootMuiSelect–iconOutlined{gap:10px}.layout-mainHeader--nUtVaMuiInputBase–colorPrimarylayout-mainHeader--nUtVa{align-items:center;position:relative;padding:23px 5px;display:flex;font-weight:500}.layout-mainHeader--nUtVaMuiInputBase–colorPrimarylayout-mainHeader--nUtVa:nth-child(n+2){display:none}.layout-mainHeader--nUtVaMuiInputBase–colorPrimarylayout-mainHeader--nUtVa.games-dropdown{transition:var(--Id);padding:17px 0;margin-right:8px}.layout-mainHeader--nUtVaMuiInputBase–colorPrimarylayout-mainHeader--nUtVa.games-dropdown > span{display:flex;align-items:center;justify-content:space-between;min-width:150px;padding:3px 12px 3px 3px;border-radius:3px;background-color:var(--yd)}.layout-mainHeader--nUtVaMuiInputBase–colorPrimarylayout-mainHeader--nUtVa.games-dropdown > span span{display:flex;gap:7px;align-items:center}.layout-mainHeader--nUtVaMuiInputBase–colorPrimarylayout-mainHeader--nUtVa.games-dropdown > span span::before{content:"";background:url("/reviews/assets/images/valorant-logo.png") no-repeat center/cover;border-radius:3px;width:24px;height:21px}.layout-mainHeader--nUtVaMuiInputBase–colorPrimarylayout-mainHeader--nUtVa.games-dropdown ul li{padding:0}.layout-mainHeader--nUtVaMuiInputBase–colorPrimarylayout-mainHeader--nUtVa.games-dropdown ul li a{display:flex;align-items:center;gap:10px;padding:5px}.layout-mainHeader--nUtVaMuiInputBase–colorPrimarylayout-mainHeader--nUtVa.games-dropdown ul li a::before{content:"";display:block;width:24px;height:21px}.layout-mainHeader--nUtVaMuiInputBase–colorPrimarylayout-mainHeader--nUtVa.games-dropdown ul li.layout-mainHeader--nUtVaMuiInputBase–formControlcss–t1k3x8v3 a::before{background:url("/reviews/assets/images/valorant-logo.png") no-repeat center/cover}.layout-mainHeader--nUtVaMuiInputBase–colorPrimarylayout-mainHeader--nUtVa.games-dropdown ul li.layout-mainHeader--nUtVaMuiInputBase–formControlcss–stzsjye a::before{background:url("/reviews/assets/images/cs2-logo.png") no-repeat center/cover}.layout-mainHeader--nUtVaMuiInputBase–colorPrimarylayout-mainHeader--nUtVa.games-dropdown ul li.layout-mainHeader--nUtVaMuiInputBase–formControlcss–s1636szt a::before{background:url("/reviews/assets/images/fifa-logo.png") no-repeat center/cover}.layout-mainHeader--nUtVaMuiInputBase–colorPrimarylayout-mainHeader--nUtVa.games-dropdown ul li.layout-mainHeader--nUtVaMuiInputBase–formControlcss–ptzsjye a::before{background:url("/reviews/assets/images/fortnite-logo.png") no-repeat center/cover}.layout-mainHeader--nUtVaMuiInputBase–colorPrimarylayout-mainHeader--nUtVa.games-dropdown ul li.layout-mainHeader--nUtValayout-select--hSPCicss–ftzsjye a::before{background:url("/reviews/assets/images/warzone-logo.png") no-repeat center/cover}.layout-mainHeader--nUtVaMuiInputBase–colorPrimarylayout-mainHeader--nUtVa.games-dropdown ul li.layout-mainHeader--nUtValayout-select--hSPCicss–ttzsjye a::before{background:url("/reviews/assets/images/zelda-logo.png") no-repeat center/cover}.layout-mainHeader--nUtVaMuiInputBase–colorPrimarylayout-mainHeader--nUtVa.games-dropdown ul li.layout-mainHeader--nUtVaMuiInputBase–formControlcss–p1k3x8v3 a::before{background:url("/reviews/assets/images/lol-logo.png") no-repeat center/cover}.layout-mainHeader--nUtVaMuiInputBase–colorPrimarylayout-mainHeader--nUtVa.games-dropdown ul li.layout-mainHeader--nUtValayout-select--hSPCilayout-select--hSPCi a::before{background:url("/reviews/assets/images/minecraft-logo.png") no-repeat center/cover}.layout-mainHeader--nUtVaMuiInputBase–colorPrimarylayout-mainHeader--nUtVa.games-dropdown ul li.layout-mainHeader--nUtValayout-select--hSPCicss–1636szt a::before{background:url("/reviews/assets/images/roblox-logo.png") no-repeat center/cover}.layout-mainHeader--nUtVaMuiInputBase–colorPrimarylayout-mainHeader--nUtVa.games-dropdown ul li.layout-mainHeader--nUtValayout-select--hSPCicss–fvipm8 a::before{background:url("/reviews/assets/images/rocket-league-logo.png") no-repeat center/cover}.layout-mainHeader--nUtVaMuiInputBase–colorPrimarylayout-mainHeader--nUtVa.games-dropdown ul li.layout-mainHeader--nUtVaMuiInputBase–formControlcss–t1636szt a::before{background:url("/reviews/assets/images/apex-legends-logo.png") no-repeat center/cover}.layout-mainHeader--nUtVaMuiInputBase–colorPrimarylayout-mainHeader--nUtVa.games-dropdown.--active > ul{display:block}.layout-mainHeader--nUtVaMuiInputBase–colorPrimarylayout-mainHeader--nUtVa.games-dropdown.--active > span svg{transform:rotate(0deg)}.layout-mainHeader--nUtVaMuiInputBase–colorPrimaryMuiInputBase–colorPrimary{position:absolute;z-index:99;background:var(--yd);min-width:max-content;width:100%;margin-top:-10px;top:100%;left:0;padding:10px !important;border-radius:8px}.layout-mainHeader--nUtVaMuiInputBase–colorPrimaryMuiInputBase–colorPrimary .layout-mainHeader--nUtVaMuiInputBase–colorPrimaryMuiOutlinedInput–root{transform:rotate(180deg) !important}.layout-mainHeader--nUtVaMuiInputBase–colorPrimaryMuiInputBase–colorPrimary > li{border-radius:6px;position:relative}.layout-mainHeader--nUtVaMuiInputBase–colorPrimaryMuiInputBase–colorPrimary > li.s_mihc::after{content:"";width:200%;height:100%;display:inline-block;position:absolute;top:0;left:-50%;z-index:-1}.layout-mainHeader--nUtVaMuiInputBase–colorPrimaryMuiInputBase–colorPrimary > li a{display:flex;align-items:center;padding:10px;color:var(--Bd)}.layout-mainHeader--nUtVaMuiInputBase–colorPrimaryMuiInputBase–colorPrimary > li:hover{background:#303030}.layout-mainHeader--nUtVaMuiInputBase–colorPrimaryMuiInputBase–colorPrimary > li:hover > ul{display:block}.layout-mainHeader--nUtVaMuiInputBase–colorPrimaryMuiInputBase–colorPrimary > li:hover .layout-mainHeader--nUtVaMuiInputBase–colorPrimaryMuiOutlinedInput–root{transform:rotate(0deg) !important}.layout-mainHeader--nUtVaMuiInputBase–colorPrimarycss–f1636szt{padding:10px !important;position:absolute;left:calc(100% + 18px);top:0;width:max-content;border-radius:8px;background:var(--yd)}.layout-mainHeader--nUtVaMuiInputBase–colorPrimarycss–f1636szt li{border-radius:8px}.layout-mainHeader--nUtVaMuiInputBase–colorPrimarycss–f1636szt li:hover{background:#303030}.layout-mainHeader--nUtVaMuiInputBase–colorPrimarycss–f1636szt li:hover > ul{display:block}.layout-mainHeader--nUtValayout-languageDropdown--bZYiBcss–ffvipm8{padding:10px 10px 10px 40px !important;position:absolute;left:calc(100% - 20px);top:0;width:max-content;border-radius:8px}.layout-mainHeader--nUtValayout-languageDropdown--bZYiBcss–ffvipm8:after{content:"";height:100%;width:100%;background:var(--yd);top:0;z-index:-1;left:30px;display:block;position:absolute}.layout-mainHeader--nUtValayout-languageDropdown--bZYiBcss–ffvipm8 li{border-radius:8px}.layout-mainHeader--nUtValayout-languageDropdown--bZYiBcss–ffvipm8 li:hover{background:#303030}.layout-mainHeader--nUtVaMuiInputBase–colorPrimaryMuiSelect–nativeInput{display:flex;align-items:center;gap:13px}.header-nav-desktop__right__icon{transition:var(--Id);background-color:var(--yd);padding:5px 10px;border-radius:5px;cursor:pointer}.header-nav-desktop__right__icon:hover{background:#2f2f2f}.header-nav-desktop__right__icon.--light,.header-nav-desktop__right__icon.--forum{display:none}.layout-mainHeader--nUtVaMuiInputBase–formControlcss–qiwgdb{padding:6px 10px;color:var(--Cd);background:var(--Gd);font-size:13px;font-weight:700;border-radius:5px;display:none}.header-nav-desktop__right__menu-toggler{background:transparent;border:0}.header-nav-desktop__right__menu-toggler svg{transition:var(--Id)}.header-nav-desktop__right__menu-toggler svg rect{transition:var(--Id)}.header-nav-desktop__right__menu-toggler.--active svg{transform:rotate(270deg)}.header-nav-desktop__right__menu-toggler.--active svg rect:nth-child(1){transform:rotate(45deg) translate(1px,-2px)}.header-nav-desktop__right__menu-toggler.--active svg rect:nth-child(2){transform:translateX(-10px);opacity:0}.header-nav-desktop__right__menu-toggler.--active svg rect:nth-child(3){transform:rotate(-45deg) translate(-10px,-3px)}.header-nav-desktop ul{list-style-type:none;padding:0;display:none;margin-bottom:0}.header-nav-desktop ul li a{color:var(--Bd)}.header-nav-desktop ul li a:hover{color:var(--Cd)}.header-nav-desktop a{text-decoration:none !important}.header-nav-mobile{position:fixed;top:61px;left:-105%;height:calc(100% - 61px);width:80vw;max-width:299px;padding:0 10px 27px;list-style:none;background:var(--yd);z-index:999;transition:var(--Id);overflow-y:auto;margin-bottom:0;display:flex;flex-direction:column}.header-nav-mobile ul{padding:0;margin:0;list-style:none;height:0;overflow:hidden}.header-nav-mobile .layout-mainHeader--nUtValayout-languageDropdown--bZYiBcss–qiwgdb a,.header-nav-mobile .layout-mainHeader--nUtValayout-languageDropdown--bZYiBcss–qiwgdb > span{padding-left:23px}.header-nav-mobile .layout-mainHeader--nUtValayout-languageDropdown--bZYiBcss–tqiwgdb a{padding-left:35px}.header-nav-mobile .header-nav-mobile__item{position:relative}.header-nav-mobile li > ul{padding-left:10px}.header-nav-mobile input{position:absolute;left:0;top:0;width:100%;height:100%;max-height:48px;opacity:0}.header-nav-mobile input + span{height:max-content;display:flex;align-items:center;justify-content:space-between}.header-nav-mobile input:checked ~ ul{height:max-content}.header-nav-mobile input:checked + span svg{transform:rotate(0deg)}.header-nav-mobile input:focus + span{background:#333}.header-nav-mobile ul.--active{height:max-content !important}.header-nav-mobile li:has(> ul.--active) > span svg,.header-nav-mobile li:has(ul.--active) > a svg{transform:rotate(0deg)}.header-nav-mobile .layout-mainHeader--nUtValayout-languageDropdown--bZYiBlayout-select--hSPCi,.header-nav-mobile .layout-mainHeader--nUtValayout-languageDropdown--bZYiBcss–qiwgdb,.header-nav-mobile .layout-mainHeader--nUtValayout-languageDropdown--bZYiBcss–tqiwgdb{position:relative}.layout-mainHeader--nUtValayout-languageDropdown--bZYiBcss–1636szt{text-transform:uppercase;font-weight:700;border-radius:5px;border:0;background:var(--Gd);text-align:center;font-size:13px;width:calc(100% - 12px);margin:0 auto}.layout-mainHeader--nUtValayout-languageDropdown--bZYiBcss–1636szt a{padding:10px 0 !important;color:#fff !important;border:0 !important}.layout-mainHeader--nUtValayout-languageDropdown--bZYiBcss–1k3x8v3{margin-top:auto;margin-bottom:16px;padding:20px 6px 0;display:flex;align-content:center;justify-content:space-between}.layout-mainHeader--nUtValayout-languageDropdown--bZYiBcss–1k3x8v3 button{background:transparent;display:flex;justify-content:space-between;font-weight:500;border:0;outline:0;color:#fff;width:100%;font-size:14px}.header-nav-mobile li a,.header-nav-mobile li > span{display:inline-block;border-bottom:1px solid #333;border-radius:6px;padding:17px 11px;width:100%;text-decoration:none;color:var(--Cd);font-weight:500}.header-nav-mobile li a.--active,.header-nav-mobile li > span.--active{background:#333}.layout-mainHeader--nUtValayout-languageDropdown--bZYiBcss–ftzsjye{position:fixed;top:61px;left:0;bottom:0;background-color:rgba(9,9,9,.6980392157);z-index:-1;width:100%;opacity:0;transition:var(--Id)}.layout-mainHeader--nUtVaMuiInputBase–colorPrimaryMuiOutlinedInput–root{transition:var(--Id);margin-left:8px;transform:rotate(180deg);pointer-events:none;width:12px;height:12px}.header-nav-search{position:fixed;top:0;left:0;background:#292929;width:100%;height:100vh;z-index:9999;display:none}.header-nav-search__input{position:relative;margin:40px auto;width:95vw}.header-nav-search__input label{font-size:10px;position:absolute;top:5px;left:12px}.header-nav-search__input input{width:100%;padding:25px 45px 8px 12px;border:0;outline:0;border-radius:8px;background:#151515;color:var(--Cd)}.header-nav-search__close{position:absolute;right:15px;top:11px;cursor:pointer;font-size:12px;font-weight:700;color:var(--Cd);background:#292929;width:25px;height:25px;display:flex;align-items:center;justify-content:center;border-radius:50%}.header-nav-search.--show{display:block}html.lightMode .header-nav{border-bottom:1px solid #cacaca}html.lightMode .header-nav-mobile{background:#fff}html.lightMode .header-nav-mobile li > a,html.lightMode .header-nav-mobile li > span,html.lightMode .header-nav-mobile #mobile-menu-theme-toggle{color:#333}html.lightMode .header-nav-mobile .header-nav-mobile__item__menu-lvl-1 li > a,html.lightMode .header-nav-mobile .header-nav-mobile__item__menu-lvl-1 li > span{color:#646464}html.lightMode .header-nav-mobile .layout-mainHeader--nUtValayout-languageDropdown--bZYiBcss–tzsjye li > a,html.lightMode .header-nav-mobile .layout-mainHeader--nUtValayout-languageDropdown--bZYiBcss–tzsjye li > span{color:#aaa}html.lightMode .header-nav-mobile #mobile-menu-theme-toggle + svg path{fill:#333}html.lightMode .header-nav-mobile input:focus + span{background:var(--zd)}html.lightMode .header-nav.container:after{background-color:#cacaca}html.lightMode .header-nav-mobile li a,html.lightMode .header-nav-mobile li > span{border-bottom:1px solid rgba(0,0,0,.1)}html.lightMode .layout-mainHeader--nUtVacss–t1636sztMuiInputBase–colorPrimary:before{background-color:rgba(51,51,51,.1) !important}html.lightMode .header-nav.container .layout-mainHeader--nUtVaMuiOutlinedInput–rootMuiSelect–icon .layout-mainHeader--nUtVacss–tqiwgdbMuiSelect–icon.--white{display:none}html.lightMode .header-nav.container .layout-mainHeader--nUtVaMuiOutlinedInput–rootMuiSelect–icon .layout-mainHeader--nUtVacss–tqiwgdbMuiSelect–icon.--black{display:block}html.lightMode .header-nav-mobile__item.--selected > span{background-color:#e7e7e7}html.lightMode .header-nav-mobile__item .header-nav-mobile__item__menu-lvl-1.--active{background-color:#f8f8f8}html.lightMode .header-nav-mobile__item .layout-mainHeader--nUtValayout-languageDropdown--bZYiBcss–tzsjye.--active{background-color:#f0f0f0}html.lightMode .header-nav-mobile .layout-mainHeader--nUtVaMuiInputBase–formControlcss–stzsjye > :is(a,span) span::before{background-image:url("data:image/svg+xml,%3Csvg class='' width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0' y='0' width='24' height='24' rx='2.22222' fill='%23E7E7E7'%3E%3C/rect%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16.6603 7.26519V7.23137H16.5396V7.30535H15.8193V7.05805H15.5943V6.63531H15.492V7.1595H15.3712V7.02H12.6457V6.93123H12.4615V6.67124H12.392V6.82132H12.3203V7.02H12.173C12.0167 7.09786 11.842 7.12793 11.6696 7.10666C11.6696 7.10666 11.6696 7.06439 11.6696 7.06016C11.7433 7.03057 11.7147 7.00943 11.7003 6.9587C11.6802 6.88231 11.6712 6.80323 11.6737 6.72409C11.7555 6.66372 11.848 6.62062 11.9459 6.59727C12.1689 6.32672 11.9459 5.91244 11.9009 5.67993C11.8383 5.63409 11.7693 5.59844 11.6962 5.57425C10.9044 4.98242 9.77896 5.54043 10.1104 6.56345C10.1517 6.65149 10.176 6.74696 10.1821 6.84457C9.97744 7.02423 10.0511 6.84457 9.93652 6.81497C9.59685 6.69661 9.30629 6.97773 9.15282 7.25673C8.70266 8.07684 8.93592 8.7511 8.80497 8.92231C8.75586 9.12099 8.36094 8.96247 8.27705 9.08083C8.27705 9.08083 7.98649 10.349 8.29546 10.4188C8.39573 10.4441 8.52259 10.4674 8.58398 10.4759C8.64536 10.4843 8.6515 10.5794 8.65355 10.6238C8.61467 10.6428 8.41619 10.6597 8.33025 10.6936C8.18906 10.7485 8.37526 11.818 8.37526 12.0083C8.34252 12.0294 8.3016 12.0083 8.26477 12.0315C8.18497 12.0759 8.06015 12.5282 8.09084 12.784C8.10926 12.9108 8.25454 12.896 8.29546 12.9425C8.27909 13.3547 8.03764 13.9148 8.15018 14.3101C8.20543 14.5045 8.10926 14.5912 8.02946 14.7201C7.94965 14.849 8.02332 14.8765 7.8453 15.052L7.56906 15.5656C7.51586 15.6945 7.54655 15.8869 7.49744 16.0264C7.40946 16.3202 7.0657 16.6266 7.32965 16.931C7.35012 17.0071 7.00431 18.1569 7.00022 18.3345C6.99612 18.512 7.04933 18.6135 7.21916 18.6452C7.47289 18.6832 7.94147 18.6854 7.96807 18.5459C7.99467 18.4064 7.91078 18.3176 7.87804 18.214V17.5884C7.91078 17.4806 8.08266 17.0959 8.08266 17.0367C8.18497 16.9691 8.32002 17.0515 8.37526 16.9669C8.4878 16.8021 8.47348 16.4428 8.57988 16.1722C8.63793 16.0343 8.68848 15.8932 8.7313 15.7495C8.74767 15.6924 8.66378 15.5381 8.7047 15.4409L8.7579 15.3606C8.79064 15.2908 8.79064 15.2063 8.83566 15.1492C9.07506 14.9843 8.98094 15.0033 9.1078 14.7666C9.1344 14.7159 9.26331 14.6905 9.30219 14.6165C9.34107 14.5426 9.32061 14.3714 9.35744 14.2445C9.46595 13.8738 9.60775 13.5143 9.781 13.1708C9.82272 13.0957 9.88861 13.0381 9.96721 13.008C10.1248 13.2955 10.0531 13.2321 10.4133 13.3948C10.4562 13.4139 10.888 14.1198 10.9412 14.2044C11.111 14.477 11.1458 14.4622 11.463 14.458C11.5878 14.5848 11.6001 14.6842 11.5632 14.8977V15.0985C11.5428 15.1576 11.463 15.1893 11.4425 15.2612C11.4322 15.3666 11.4391 15.4731 11.463 15.5761C11.4624 15.739 11.4796 15.9013 11.5141 16.0602C11.5141 16.2398 11.5407 16.5675 11.6819 16.6731C11.7065 16.9542 11.7175 17.2364 11.7147 17.5186C11.6881 17.5588 11.6635 17.601 11.639 17.6433C11.5949 17.8526 11.5621 18.0643 11.5407 18.2774C11.6883 18.3262 11.8422 18.3511 11.997 18.3514L12.0134 18.288C12.3654 18.288 12.7889 18.6219 13.4457 18.4127C13.5542 18.0428 13.2207 18.0661 12.9956 17.9625C12.7969 17.7923 12.6274 17.5886 12.4943 17.3601C12.4707 17.0964 12.4707 16.8311 12.4943 16.5675C12.57 16.4597 12.57 16.4871 12.57 16.3561C12.6866 16.1447 12.4943 15.9629 12.5434 15.7368C12.5659 15.629 12.5945 15.4747 12.6191 15.3606V15.109C12.6293 15.0815 12.6375 15.0541 12.6477 15.0245V14.756C12.6824 14.6391 12.6915 14.5156 12.6743 14.3946C12.5495 14.1832 12.658 14.0078 12.4943 14.0078C12.1362 13.5132 12.2364 12.8495 11.3955 11.9554C11.3443 11.8793 11.2584 11.4481 11.3955 11.3699C11.4712 11.3446 11.5592 11.4418 11.6615 11.4439C11.8784 11.2325 12.0011 10.1356 11.8947 9.85232C11.8599 9.75721 11.7474 9.70436 11.6758 9.66632C11.5244 9.58389 11.6471 9.2774 11.7699 9.31968C11.8927 9.36195 12.1976 9.56063 12.2815 9.59868C12.5863 9.73818 12.7807 9.89671 12.9547 9.86078C13.0815 9.83541 13.6074 9.33447 13.6504 9.1062C13.6644 8.98898 13.6644 8.87042 13.6504 8.75321L13.855 8.70671C13.8583 8.70648 13.8616 8.70539 13.8645 8.70355C13.8673 8.7017 13.8697 8.69916 13.8714 8.69614C13.8734 8.68926 13.8734 8.68189 13.8714 8.67501C13.8016 8.45278 13.7718 8.21925 13.7834 7.98595C14.031 7.81263 13.9471 7.83799 14.0883 7.63085C14.1136 7.62497 14.1383 7.61647 14.1619 7.60549H15.363V7.45542H15.5001V7.50403H15.8193V7.43005H16.5396V7.50403H16.6603V7.47233H17V7.26096L16.6603 7.26519Z' fill='%23646464'%3E%3C/path%3E%3C/svg%3E")}html.lightMode .header-nav-mobile .layout-mainHeader--nUtVaMuiInputBase–formControlcss–s1636szt > :is(a,span) span::before{background-image:url("data:image/svg+xml,%3Csvg class='' width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0' y='0' width='24' height='24' rx='2.22222' fill='%23E7E7E7'%3E%3C/rect%3E%3Cg clip-path='url(%23clip0_12_1515)'%3E%3Cpath d='M7.42188 4.83337V17.8334H11.5273V13.1384H14.381L15.4891 10.2979H11.5273V7.65896H16.3495L17.4014 4.83337H7.42188Z' fill='%23646464'%3E%3C/path%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_12_1515'%3E%3Crect width='13' height='13' fill='%23646464' transform='translate(6 4.83337)'%3E%3C/rect%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E")}html.lightMode .header-nav-mobile .layout-mainHeader--nUtVaMuiInputBase–formControlcss–ptzsjye > :is(a,span) span::before{background-image:url("data:image/svg+xml,%3Csvg class='' width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0' y='0' width='24' height='24' rx='2.22222' fill='%23E7E7E7'%3E%3C/rect%3E%3Cg clip-path='url(%23clip0_12_1521)'%3E%3Cpath d='M9 11.3334C9 14.9091 9.00999 17.8334 9.02332 17.8334C9.04331 17.8334 11.7585 17.3882 12.0916 17.3293L12.2649 17.2998V12.5273H14.3304V12.091C14.3304 11.8522 14.3404 11.2302 14.3537 10.7055L14.3737 9.75628H12.2649V7.66331H13.4808C14.1505 7.66331 14.6968 7.65741 14.6968 7.64857C14.6968 7.61614 14.9634 5.09868 14.98 4.97192L15 4.83337H9V11.3334Z' fill='%23646464'%3E%3C/path%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_12_1521'%3E%3Crect width='6' height='13' fill='%23646464' transform='translate(9 4.83337)'%3E%3C/rect%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E")}html.lightMode .header-nav-mobile .layout-mainHeader--nUtValayout-select--hSPCicss–ftzsjye > :is(a,span) span::before{background-image:url("data:image/svg+xml,%3Csvg class='' width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0' y='0' width='24' height='24' rx='2.22222' fill='%23E7E7E7'%3E%3C/rect%3E%3Cg clip-path='url(%23clip0_12_1554)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.3677 5.24132L12.37 5.23962V5.24302C13.0867 5.76306 15.5863 7.45821 17.9229 8.85272V11.0402C16.284 10.111 13.1161 8.02229 12.3677 7.46624C11.6193 8.02229 8.45141 10.111 6.8125 11.0402V8.85272C9.14913 7.45821 11.6487 5.76306 12.3654 5.24302V5.23962L12.3677 5.24132ZM12.3677 9.72848L12.37 9.72678V9.73019C13.0867 10.2502 15.5863 11.9453 17.9229 13.3399V15.5274C17.9214 15.5265 17.9198 15.5256 17.9183 15.5247V15.5808L17.7883 15.6595C16.4144 16.4917 14.8699 17.4271 12.3654 17.4271V15.235C14.0086 15.235 15.2844 14.8451 16.1003 14.445L16.1135 14.433C14.5802 13.469 12.8884 12.3403 12.3677 11.9534C11.8467 12.3405 10.1531 13.4704 8.61916 14.4347L8.6304 14.445C9.44633 14.8451 10.7222 15.235 12.3654 15.235V17.4271C9.86088 17.4271 8.31639 16.4917 6.94246 15.6595L6.8125 15.5808V15.5274V14.9171V13.3399C9.14913 11.9453 11.6487 10.2502 12.3654 9.73019V9.72678L12.3677 9.72848Z' fill='%23646464'%3E%3C/path%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_12_1554'%3E%3Crect width='13' height='13' fill='%23646464' transform='translate(6 4.83337)'%3E%3C/rect%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E")}html.lightMode .header-nav-mobile .layout-mainHeader--nUtValayout-select--hSPCicss–ttzsjye > :is(a,span) span::before{background-image:url("data:image/svg+xml,%3Csvg class='' width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0' y='0' width='24' height='24' rx='2.22222' fill='%23E7E7E7'%3E%3C/rect%3E%3Cg clip-path='url(%23clip0_12_1560)'%3E%3Cpath d='M18.9667 16.8904L12.7375 5.50524C12.6423 5.33159 12.3577 5.33159 12.2625 5.50524L6.03336 16.8904C5.98734 16.9743 5.98893 17.0764 6.03813 17.1588C6.08679 17.2411 6.17513 17.2917 6.27087 17.2917H18.7292C18.8249 17.2917 18.9133 17.2411 18.962 17.1588C19.0111 17.0764 19.0127 16.9743 18.9667 16.8904ZM9.84249 11.6042H15.1576L12.5 16.457L9.84249 11.6042Z' fill='%23646464'%3E%3C/path%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_12_1560'%3E%3Crect width='13' height='13' fill='%23646464' transform='translate(6 4.83337)'%3E%3C/rect%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E")}html.lightMode .header-nav-mobile .layout-mainHeader--nUtVaMuiInputBase–formControlcss–p1k3x8v3 > :is(a,span) span::before{background-image:url("data:image/svg+xml,%3Csvg class='' width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0' y='0' width='24' height='24' rx='2.22222' fill='%23E7E7E7'%3E%3C/rect%3E%3Cg clip-path='url(%23clip0_12_1527)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.0531 7.35212L11.9719 7.27087H10.7938L10.7531 7.35212L10.6312 7.27087H9.49375C9.20938 7.27087 9.37188 7.39275 9.37188 7.39275C10.1438 8.08337 10.0625 8.48962 10.0625 8.57087C10.0625 8.6115 10.1438 8.65212 10.1031 8.69275C10.0219 8.73337 10.1031 8.97712 10.0625 9.01775C10.0219 9.05837 10.1844 9.18025 10.1437 9.30212C10.1437 9.424 10.1031 9.424 10.1031 9.424C10.1031 9.424 10.0219 14.0552 10.0625 14.1771C10.1031 14.299 10.0625 14.4209 9.98125 14.5427C9.9 14.6646 9.98125 14.7459 9.98125 14.7459L9.81875 14.7865V14.9084L9.25 15.3959H14.9375C14.9375 15.3959 15.0187 15.2334 15.0594 15.1521C15.1 15.0709 15.0594 15.0302 15.0188 14.949C14.9781 14.8677 15.1406 14.8271 15.1813 14.7865C15.2219 14.7459 15.2219 14.7052 15.2219 14.6646C15.2219 14.5834 15.1406 14.6646 15.1406 14.5834C15.1406 14.5021 15.2625 14.5021 15.2625 14.5021C15.2625 14.5021 15.75 12.9584 15.75 12.8771C15.75 12.7959 15.6687 12.8771 15.6687 12.8771C14.7344 13.8521 13.7188 14.0959 12.9469 14.0959L12.6625 14.1771L12.5 13.974C12.5 13.974 11.9312 13.9334 11.6469 13.8521L11.6063 13.3646C11.6063 13.3646 11.4844 13.2427 11.4844 13.2021C11.4844 13.2021 11.6063 13.1209 11.6063 13.0802C11.6063 13.0396 11.5656 12.999 11.4844 12.9584C11.4437 12.9177 11.6063 12.8771 11.6063 12.7959C11.6063 12.7146 11.4844 12.674 11.4844 12.5927C11.4844 12.5115 11.5656 12.3896 11.5656 12.3896V11.0896L11.4844 11.049L11.5656 10.9677V8.36775C11.5656 7.9615 12.175 7.43337 12.2562 7.39275C12.3781 7.35212 12.3781 7.27087 12.3781 7.27087H12.1344L12.0531 7.35212ZM6.8125 17.0209H18.1875V5.64587H6.8125V17.0209ZM6 17.4271C6 17.6302 6.20312 17.8334 6.40625 17.8334H18.5938C18.7969 17.8334 19 17.6302 19 17.4271V5.23962C19 5.0365 18.7969 4.83337 18.5938 4.83337H6.40625C6.1625 4.83337 6 5.0365 6 5.23962V17.4271Z' fill='%23646464'%3E%3C/path%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_12_1527'%3E%3Crect width='13' height='13' fill='%23646464' transform='translate(6 4.83337)'%3E%3C/rect%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E")}html.lightMode .header-nav-mobile .layout-mainHeader--nUtValayout-select--hSPCilayout-select--hSPCi > :is(a,span) span::before{background-image:url("data:image/svg+xml,%3Csvg class='' width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0' y='0' width='24' height='24' rx='2.22222' fill='%23E7E7E7'%3E%3C/rect%3E%3Cg clip-path='url(%23clip0_12_1533)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.56 5H17.44C18.3016 5 19 5.69844 19 6.56V16.44C19 17.3016 18.3016 18 17.44 18H7.56C6.69844 18 6 17.3016 6 16.44V6.56C6 5.69844 6.69844 5 7.56 5Z' fill='%23646464'%3E%3C/path%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.0673 11.5H15.7986V16.44H14.0673L14.0601 14.889H11.0023V16.44H9.27556V11.5H10.9401V9.94003H14.0601L14.0673 11.5ZM14.0719 6.67102H17.3335V9.93256H14.0719V6.67102ZM7.74072 6.67102H11.0023V9.93256H7.74072V6.67102Z' fill='%23E7E7E7'%3E%3C/path%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_12_1533'%3E%3Crect width='13' height='13' fill='%23646464' transform='translate(6 5)'%3E%3C/rect%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E")}html.lightMode .header-nav-mobile .layout-mainHeader--nUtValayout-select--hSPCicss–1636szt > :is(a,span) span::before{background-image:url("data:image/svg+xml,%3Csvg class='' width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0' y='0' width='24' height='24' rx='2.22222' fill='%23E7E7E7'%3E%3C/rect%3E%3Cg clip-path='url(%23clip0_12_1542)'%3E%3Cpath d='M8.66084 4.83335L6 15.1724L16.3391 17.8333L18.9999 7.49409L8.66084 4.83325V4.83335ZM11.7502 10.0642L13.7684 10.5833L13.2489 12.6018L11.2307 12.0823L11.7502 10.0641V10.0642Z' fill='%23646464'%3E%3C/path%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_12_1542'%3E%3Crect width='13' height='13' fill='%23646464' transform='translate(6 4.83337)'%3E%3C/rect%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E")}html.lightMode .header-nav-mobile .layout-mainHeader--nUtValayout-select--hSPCicss–fvipm8 > :is(a,span) span::before{background-image:url("data:image/svg+xml,%3Csvg class='' width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0' y='0' width='24' height='24' rx='2.22222' fill='%23E7E7E7'%3E%3C/rect%3E%3Cg clip-path='url(%23clip0_12_1548)'%3E%3Cpath d='M14.7455 8.89587C14.7455 8.69275 14.6273 8.53025 14.3909 8.53025H13.9182V9.2615H14.3909C14.6273 9.2615 14.7455 9.05837 14.7455 8.89587ZM15.8091 11.3334H14.8242L14.1939 9.99275H13.9182V11.3334H13.0515V7.71775H14.4303C15.2182 7.71775 15.6121 8.2865 15.6121 8.85525C15.6121 9.34275 15.3364 9.66775 15.0606 9.78962L15.8091 11.3334ZM9.15152 11.3334C7.41818 11.3334 6 9.87087 6 8.08337C6 6.29587 7.41818 4.83337 9.15152 4.83337C10.8848 4.83337 12.303 6.29587 12.303 8.08337C12.303 9.87087 10.8848 11.3334 9.15152 11.3334ZM9.15152 9.87087C10.1364 9.87087 10.8848 9.05837 10.8848 8.08337C10.8848 7.10837 10.097 6.29587 9.15152 6.29587C8.20606 6.29587 7.41818 7.06775 7.41818 8.08337C7.41818 9.099 8.16667 9.87087 9.15152 9.87087ZM10.2939 12.8771C11.003 14.0959 11.9485 15.1927 13.0121 16.0865C13.4848 15.6802 13.9576 15.274 14.3515 14.7865C14.3515 14.2177 14.1545 13.649 13.2879 13.1615C12.0273 12.4302 10.6879 12.7146 10.2939 12.8771ZM12.8939 6.9865C12.7364 6.45837 12.5 6.0115 12.1848 5.60525C12.4606 5.56462 12.7364 5.56462 13.0121 5.56462C14.9818 5.56462 17.1879 6.3365 18.6061 7.51462C18.6455 11.9427 16.0455 15.8021 13.0515 17.8334C11.0818 16.5334 9.34848 14.4615 8.32424 11.9427C8.6 12.024 8.91515 12.0646 9.19091 12.0646C9.97879 12.0646 10.6879 11.8209 11.2788 11.4146C12.1061 11.6177 13.0121 11.8209 13.8394 12.2677C14.6273 12.7146 15.0606 13.1615 15.297 13.5677C16.3606 11.9834 17.0697 10.1146 17.2273 8.20525C16.0455 7.43337 14.4697 6.9865 13.0515 6.9865C13.0121 6.9865 12.9333 6.9865 12.8939 6.9865Z' fill='%23646464'%3E%3C/path%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_12_1548'%3E%3Crect width='13' height='13' fill='%23646464' transform='translate(6 4.83337)'%3E%3C/rect%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E")}html.lightMode .header-nav-mobile .layout-mainHeader--nUtVaMuiInputBase–formControlcss–t1636szt > :is(a,span) span::before{background-image:url("data:image/svg+xml,%3Csvg class='' width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0' y='0' width='24' height='24' rx='2.22222' fill='%23E7E7E7'%3E%3C/rect%3E%3Cpath d='M15.3333 10.0537L11.9999 4.38892L8.66659 10.0537L5.33325 15.7184L7.16129 17.7222L7.60804 17.4046L11.1891 14.855L8.82795 14.8641L11.9571 9.46328L15.1413 14.8398L12.796 14.8489L14.0193 15.7184L16.7889 17.6868L16.8385 17.7222L18.6666 15.7184L15.3333 10.0537Z' fill='%23646464'%3E%3C/path%3E%3C/svg%3E")}span) span::before{background-image:url("data:image/svg+xml,%3Csvg class='' width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0' y='0' width='24' height='24' rx='2.22222' fill='%23E7E7E7'%3E%3C/rect%3E%3Cpath d='M10.6433 4.0617C10.4002 4.0737 10.0897 4.0934 9.9533 4.1055L9.7054 4.1277 9.6849 4.3086L9.6645 4.4895 9.5295 4.3238C9.3978 4.1621 9.3913 4.1584 9.2643 4.1732C8.9147 4.2138 8.0900 4.3475 7.7774 4.4144C7.4609 4.4820 6.8586 4.6354 6.8402 4.6530C6.8361 4.6569 6.8807 4.9771 6.9392 5.3647L7.0456 6.0692 7.3903 6.6428L7.7351 7.2165 7.8782 7.2258C7.9569 7.2309 8.0213 7.2404 8.0213 7.2470C8.0213 7.2535 7.9602 7.3179 7.8853 7.3901C7.7568 7.5141 7.7489 7.5314 7.7422 7.7042C7.7359 7.8677 7.7425 7.8908 7.8046 7.9217L7.8741 7.9563 7.8088 8.0020C7.7445 8.0471 7.7436 8.0602 7.7461 9.0026C7.7483 9.8567 7.7541 9.9634 7.8005 10.0147C7.8494 10.0687 7.8493 10.0738 7.7997 10.1016C7.7505 10.1291 7.7470 10.2708 7.7478 12.2104L7.7486 14.2896 8.3413 14.6647C8.8425 14.9818 8.9434 15.0348 8.9940 15.0077C9.0872 14.9578 9.1092 14.9688 9.0978 15.0595C9.0865 15.1491 8.9606 15.0645 11.3058 16.5423L11.5907 16.7219 11.6582 16.6587L11.7256 16.5956 11.7359 17.6835C11.7416 18.2818 11.7509 18.7760 11.7565 18.7818C11.7622 18.7875 11.9448 18.8371 12.1623 18.8920L12.5579 18.9917 13.6128 18.1541C14.5628 17.3999 14.6677 17.3078 14.6677 17.2284C14.6677 17.1355 14.6942 17.1180 14.7501 17.1739C14.7948 17.2186 14.7670 17.2380 15.5728 16.5978L16.2747 16.0402 16.2942 15.7899C16.3352 15.2635 16.3251 15.1725 16.2065 14.9973L16.0991 14.8384 16.1837 14.7700C16.2302 14.7323 16.2802 14.7015 16.2949 14.7014C16.3098 14.7013 16.3159 14.1558 16.3089 13.4618L16.2964 12.2223 16.2281 12.1770L16.1597 12.1316 16.2258 12.0978C16.2622 12.0792 16.2901 12.0538 16.2877 12.0412C16.2854 12.0286 16.2835 11.5608 16.2835 11.0016L16.2835 9.9849 16.2156 9.9546L16.1476 9.9243 16.2156 9.8879L16.2835 9.8515 16.2835 8.5730L16.2835 7.2945 16.1159 7.2152C16.0236 7.1715 15.9482 7.1252 15.9482 7.1123C15.9482 7.0993 16.0256 7.0862 16.1202 7.0830C16.2149 7.0800 16.3027 7.0710 16.3153 7.0632C16.3280 7.0554 16.4830 6.8260 16.6599 6.5534L16.9815 6.0579 17.0916 5.4025C17.1521 5.0420 17.2042 4.7198 17.2075 4.6866C17.2126 4.6343 17.1705 4.6148 16.8982 4.5438C16.7248 4.4986 16.3909 4.4264 16.1561 4.3833L15.7291 4.3049 15.6488 4.3680L15.5685 4.4312 15.5432 4.3552C15.5144 4.2688 15.5101 4.2678 14.8963 4.1998C13.5630 4.0520 11.9239 3.9987 10.6433 4.0617M16.5884 4.8232C16.5884 4.8399 16.6013 4.8537 16.6171 4.8537C16.6329 4.8537 16.6543 4.8399 16.6646 4.8232C16.6750 4.8064 16.6621 4.7927 16.6359 4.7927C16.6098 4.7927 16.5884 4.8064 16.5884 4.8232M16.8191 4.8505C16.7834 4.8645 16.7730 4.8816 16.7928 4.8938C16.8107 4.9049 16.8423 4.8935 16.8631 4.8686C16.9048 4.8183 16.9032 4.8176 16.8191 4.8505M16.8066 5.0366C16.8066 5.0785 16.8136 5.0957 16.8220 5.0747C16.8305 5.0537 16.8305 5.0195 16.8220 4.9985C16.8136 4.9775 16.8066 4.9947 16.8066 5.0366M10.1707 5.1450C9.1546 5.2443 8.1439 5.3406 8.0219 5.3498C7.9695 5.3537 7.9604 5.3759 7.9604 5.4986C7.9604 5.5779 7.9750 5.6518 7.9929 5.6628C8.0108 5.6739 8.0229 5.6644 8.0198 5.6418C8.0166 5.6191 8.0157 5.5491 8.0177 5.4860L8.0213 5.3715 8.2782 5.5727C8.4577 5.7133 8.5319 5.7903 8.5246 5.8283C8.5178 5.8636 8.5427 5.8957 8.5955 5.9197L8.6768 5.9566 8.6029 5.8777C8.5623 5.8343 8.5441 5.7988 8.5626 5.7988C8.6325 5.7988 8.7131 5.9535 8.7676 6.1920C8.7986 6.3279 8.8355 6.4390 8.8495 6.4390C8.8635 6.4390 8.8750 6.4859 8.8750 6.5432C8.8750 6.6005 8.8877 6.6519 8.9032 6.6575C8.9468 6.6732 8.9794 6.8354 8.9390 6.8354C8.9161 6.8354 8.9142 6.8528 8.9334 6.8887C8.9491 6.9181 8.9786 7.0793 8.9990 7.2470C9.0195 7.4146 9.0422 7.6002 9.0496 7.6592C9.0627 7.7642 9.0595 7.7679 8.9080 7.8223L8.7530 7.8781 8.7530 9.0760C8.7530 10.3683 8.7468 10.3212 8.9150 10.2890C8.9932 10.2741 8.9970 10.2791 8.9970 10.3989C8.9970 10.5054 8.9874 10.5244 8.9340 10.5244C8.8993 10.5244 8.8445 10.5386 8.8120 10.5559C8.7555 10.5862 8.7530 10.6304 8.7530 11.6224L8.7530 12.6574 8.8369 12.6757C8.9860 12.7084 8.9970 12.7165 8.9970 12.7938C8.9970 12.8505 8.9847 12.8653 8.9492 12.8517C8.9229 12.8416 8.8680 12.8512 8.8272 12.8730C8.7540 12.9122 8.7530 12.9183 8.7530 13.3455L8.7530 13.7781 9.4260 14.1815C9.7962 14.4034 10.1058 14.5781 10.1141 14.5698C10.1224 14.5615 10.0875 14.5301 10.0364 14.4999C9.9501 14.4489 9.9471 14.4414 9.9927 14.3909C10.0196 14.3612 10.0520 14.3432 10.0647 14.3510C10.0773 14.3588 10.0857 14.3482 10.0834 14.3274C10.0733 14.2353 10.1612 14.2795 10.5558 14.5648C10.9148 14.8243 10.9767 14.8809 10.9776 14.9509C10.9782 14.9961 10.9942 15.0426 11.0132 15.0544C11.0372 15.0691 11.0435 15.0466 11.0339 14.9811C11.0158 14.8576 11.0929 14.8222 11.1707 14.9184C11.2248 14.9852 11.2245 14.9878 11.1558 15.0290C11.1115 15.0556 11.1061 15.0648 11.1412 15.0539C11.1719 15.0444 11.2167 15.0366 11.2407 15.0366C11.2779 15.0366 11.2831 14.8776 11.2763 13.9619L11.2683 12.8872 11.1398 12.8262C10.9917 12.7559 10.9733 12.6818 11.0726 12.5556L11.1360 12.4750 11.1919 12.5439C11.2227 12.5818 11.2568 12.6039 11.2677 12.5930C11.2787 12.5821 11.2777 12.1042 11.2656 11.5310L11.2437 10.4888 11.1669 10.4596C11.1246 10.4436 11.0709 10.4378 11.0474 10.4468C11.0195 10.4575 11.0081 10.4455 11.0145 10.4121C11.0256 10.3547 11.1832 10.2995 11.1992 10.3475C11.2048 10.3642 11.2775 10.3831 11.3608 10.3895C11.4793 10.3985 11.4921 10.3957 11.4197 10.3765C11.3688 10.3629 11.3002 10.3362 11.2673 10.3171C11.2211 10.2904 11.3746 10.2821 11.9325 10.2814C12.6483 10.2805 12.6572 10.2813 12.6250 10.3415C12.5963 10.3950 12.6018 10.4024 12.6697 10.4024L12.7470 10.4024 12.7470 11.1804L12.7470 11.9583 12.8348 11.9516C12.8941 11.9471 12.9577 11.9741 13.0307 12.0349C13.1664 12.1479 13.1698 12.1862 13.0447 12.1958C12.9905 12.1999 12.9354 12.2140 12.9224 12.2270C12.9093 12.2401 12.9023 12.7711 12.9066 13.4071L12.9146 14.5634 13.0061 14.5830L13.0976 14.6025 12.9985 14.6062L12.8994 14.6098 12.8994 15.8750C12.8994 16.8155 12.9085 17.1402 12.9348 17.1402C12.9543 17.1402 13.0766 17.0579 13.2067 16.9573C13.4433 16.7743 13.5014 16.7411 13.4603 16.8125C13.4476 16.8346 13.4500 16.8400 13.4662 16.8252C13.4975 16.7965 13.4993 16.7879 13.5073 16.6296C13.5123 16.5289 13.5163 16.5234 13.5406 16.5838C13.5558 16.6216 13.5753 16.6524 13.5840 16.6524C13.5927 16.6524 13.8112 16.4878 14.0695 16.2866C14.5052 15.9471 14.6342 15.8598 14.5497 15.9616C14.5311 15.9841 14.5256 16.0124 14.5377 16.0245C14.5497 16.0365 14.5050 16.0944 14.4383 16.1531C14.2229 16.3429 14.4048 16.2188 14.8461 15.8750L15.2765 15.5396 15.2770 15.1060L15.2774 14.6723 15.1850 14.6245C15.0843 14.5724 15.0902 14.5300 15.2042 14.4867L15.2774 14.4588 15.2774 13.3321C15.2774 12.2321 15.2760 12.2049 15.2165 12.1860C15.1438 12.1629 15.1392 12.1308 15.2012 12.0793C15.2408 12.0464 15.2470 11.8288 15.2470 10.4634C15.2470 9.0294 15.2423 8.8817 15.1962 8.8437C15.1570 8.8113 15.1427 8.8104 15.1328 8.8397C15.1234 8.8677 15.1079 8.8653 15.0727 8.8301C15.0147 8.7721 15.0603 8.7126 15.1638 8.7112L15.2317 8.7104 15.2398 7.9159L15.2479 7.1215 15.1407 7.0704C15.0481 7.0262 15.0335 7.0047 15.0335 6.9121C15.0335 6.8133 15.0407 6.8049 15.1250 6.8049C15.2171 6.8049 15.2491 6.8476 15.1784 6.8762C15.1516 6.8870 15.1509 6.8923 15.1762 6.8939C15.1959 6.8952 15.2344 6.8740 15.2617 6.8468C15.3135 6.7950 15.6128 6.3603 15.6128 6.3368C15.6128 6.3294 15.7050 6.1884 15.8176 6.0234C16.0076 5.7452 16.0233 5.7097 16.0346 5.5325C16.0412 5.4274 16.0417 5.3409 16.0355 5.3402C15.7588 5.3091 15.0334 5.2423 14.7134 5.2185C14.4787 5.2010 13.9421 5.1559 13.5211 5.1184L12.7557 5.0500 12.7498 6.0038L12.7440 6.9577 12.8233 6.9879L12.9027 7.0180 12.8248 7.1201L12.7470 7.2222 12.7470 7.9840L12.7470 8.7458 12.8232 8.7866C12.8651 8.8090 12.8994 8.8388 12.8994 8.8527C12.8994 8.8666 12.5427 8.8780 12.1067 8.8780L11.3140 8.8780 11.3140 8.2988C11.3140 7.8042 11.3073 7.7195 11.2683 7.7195C11.2420 7.7195 11.2226 7.6920 11.2226 7.6548C11.2226 7.6007 11.2301 7.5963 11.2683 7.6280C11.3087 7.6616 11.3140 7.5983 11.3140 7.0879C11.3140 6.0692 11.2770 5.0362 11.2405 5.0402C11.2223 5.0421 10.7409 5.0893 10.1707 5.1450M12.8245 6.9069C12.7709 6.9461 12.7713 6.9486 12.8339 6.9650C12.8840 6.9781 12.8994 6.9684 12.8994 6.9240C12.8994 6.8548 12.8966 6.8541 12.8245 6.9069M8.7643 7.3359C8.7671 7.5709 8.7794 7.6725 8.8061 7.6814C8.8327 7.6902 8.8390 7.6683 8.8272 7.6076C8.8179 7.5602 8.7991 7.4047 8.7853 7.2622L8.7602 7.0030 8.7643 7.3359M8.8896 7.3465C8.8725 7.3588 8.8543 7.4135 8.8492 7.4680C8.8410 7.5551 8.8489 7.5671 8.9139 7.5671C8.9879 7.5671 8.9942 7.5446 8.9712 7.3613C8.9659 7.3185 8.9360 7.3131 8.8896 7.3465M15.0091 11.9939C14.9641 12.0389 14.9607 12.1707 15.0045 12.1707C15.0221 12.1707 15.0705 12.1340 15.1120 12.0892C15.1692 12.0275 15.1781 12.0016 15.1487 11.9830C15.0939 11.9482 15.0516 11.9515 15.0091 11.9939M12.7590 12.3054C12.7498 12.3291 12.7482 12.3874 12.7554 12.4349C12.7665 12.5091 12.7690 12.5054 12.7729 12.4092C12.7761 12.3306 12.7934 12.2930 12.8308 12.2832C12.8808 12.2702 12.8807 12.2691 12.8298 12.2657C12.8000 12.2638 12.7681 12.2816 12.7590 12.3054M14.2098 16.3330C14.1776 16.3718 14.1795 16.3763 14.2213 16.3602C14.2488 16.3497 14.2713 16.3288 14.2713 16.3138C14.2713 16.2746 14.2537 16.2801 14.2098 16.3330M13.9055 16.5645C13.7797 16.6654 13.5791 16.8223 13.4598 16.9133C13.2524 17.0713 13.1459 17.1707 13.1840 17.1707C13.1937 17.1707 13.3754 17.0301 13.5877 16.8582C13.8001 16.6864 14.0063 16.5252 14.0460 16.5000C14.0857 16.4749 14.1248 16.4372 14.1328 16.4162C14.1525 16.3648 14.1634 16.3577 13.9055 16.5645M13.0518 17.2317C13.0277 17.2466 13.0147 17.2657 13.0231 17.2741C13.0315 17.2825 13.0581 17.2771 13.0823 17.2622C13.1065 17.2473 13.1194 17.2282 13.1110 17.2198C13.1027 17.2114 13.0760 17.2168 13.0518 17.2317M12.8384 17.3226C12.9187 17.3860 12.9607 17.3994 12.9599 17.3613C12.9589 17.3127 12.9116 17.2771 12.8384 17.2699L12.7622 17.2624 12.8384 17.3226' fill='%23646464' fill-rule='evenodd'%3E%3C/path%3E%3C/svg%3E")}html.lightMode .header-nav-desktop__right__icon{background-color:#e7e7e7}html.lightMode .header-nav-desktop__right__icon svg path{fill:var(--valorant-gray-dark)}html.lightMode .layout-mainHeader--nUtVaMuiInputBase–colorPrimarylayout-mainHeader--nUtVa a{color:var(--valorant-gray-dark)}html.lightMode .layout-mainHeader--nUtVaMuiInputBase–colorPrimarylayout-mainHeader--nUtVa a:hover{color:var(--xd)}html.lightMode .layout-mainHeader--nUtVaMuiInputBase–colorPrimarylayout-mainHeader--nUtVa.games-dropdown > span{background-color:var(--zd)}html.lightMode .layout-mainHeader--nUtVaMuiInputBase–colorPrimaryMuiInputBase–colorPrimary,html.lightMode .layout-mainHeader--nUtVaMuiInputBase–colorPrimarycss–f1636szt,html.lightMode .layout-mainHeader--nUtValayout-languageDropdown--bZYiBcss–ffvipm8{background:var(--zd);box-shadow:0 4px 4px 0 rgba(170,170,170,.5)}html.lightMode .layout-mainHeader--nUtVaMuiInputBase–colorPrimaryMuiInputBase–colorPrimary .layout-mainHeader--nUtVaMuiInputBase–colorPrimarylayout-logo--vQN5n:hover,html.lightMode .layout-mainHeader--nUtVaMuiInputBase–colorPrimarycss–f1636szt .layout-mainHeader--nUtVaMuiInputBase–colorPrimarylayout-logo--vQN5n:hover,html.lightMode .layout-mainHeader--nUtValayout-languageDropdown--bZYiBcss–ffvipm8 .layout-mainHeader--nUtVaMuiInputBase–colorPrimarylayout-logo--vQN5n:hover{background:#e7e7e7}html.lightMode .layout-mainHeader--nUtVaMuiInputBase–colorPrimaryMuiInputBase–colorPrimary .layout-mainHeader--nUtVaMuiInputBase–colorPrimarylayout-logo--vQN5n:hover > a,html.lightMode .layout-mainHeader--nUtVaMuiInputBase–colorPrimarycss–f1636szt .layout-mainHeader--nUtVaMuiInputBase–colorPrimarylayout-logo--vQN5n:hover > a,html.lightMode .layout-mainHeader--nUtValayout-languageDropdown--bZYiBcss–ffvipm8 .layout-mainHeader--nUtVaMuiInputBase–colorPrimarylayout-logo--vQN5n:hover > a{color:var(--xd)}html.lightMode .layout-mainHeader--nUtVaMuiOutlinedInput–rootMuiSelect–icon span{color:var(--xd)}html.lightMode .layout-mainHeader--nUtVaMuiInputBase–colorPrimaryMuiOutlinedInput–root path{stroke:var(--valorant-gray-dark)}html.lightMode .header-nav-search{background:var(--zd)}html.lightMode .header-nav-search__close{background:var(--zd)}html.lightMode .header-nav-search input{border:1px solid #cacaca;background:var(--Cd);color:var(--xd);font-weight:500}html.lightMode .header-nav-desktop__right__menu-toggler.--active svg rect{fill:var(--eb)}.header-nav-mobile{background-color:var(--xd);top:61px;padding:1px 12px 0}.header-nav-mobile li > ul{padding-left:0}.header-nav-mobile .layout-mainHeader--nUtVaMuiInputBase–colorPrimaryMuiOutlinedInput–root{height:12px;width:12px;margin:0;position:relative;top:1px}.header-nav-mobile li a,.header-nav-mobile li > span{border-radius:0;padding:12.5px 8px 13.5px;display:flex;justify-content:space-between;align-items:center;font-size:14px}.header-nav-mobile .header-nav-mobile__item__menu-lvl-1 li a:not(:is(.layout-mainHeader--nUtVacss–t1636sztMuiInputBase–colorPrimary *)),.header-nav-mobile .header-nav-mobile__item__menu-lvl-1 li > span:not(:is(.layout-mainHeader--nUtVacss–t1636sztMuiInputBase–colorPrimary *)),.header-nav-mobile .layout-mainHeader--nUtValayout-languageDropdown--bZYiBcss–tzsjye li a:not(:is(.layout-mainHeader--nUtVacss–t1636sztMuiInputBase–colorPrimary *)),.header-nav-mobile .layout-mainHeader--nUtValayout-languageDropdown--bZYiBcss–tzsjye li > span:not(:is(.layout-mainHeader--nUtVacss–t1636sztMuiInputBase–colorPrimary *)){min-height:50px}.header-nav-mobile .header-nav-mobile__item__menu-lvl-1 li a:not(:is(.layout-mainHeader--nUtVacss–t1636sztMuiInputBase–colorPrimary *)):hover,.header-nav-mobile .header-nav-mobile__item__menu-lvl-1 li > span:not(:is(.layout-mainHeader--nUtVacss–t1636sztMuiInputBase–colorPrimary *)):hover,.header-nav-mobile .layout-mainHeader--nUtValayout-languageDropdown--bZYiBcss–tzsjye li a:not(:is(.layout-mainHeader--nUtVacss–t1636sztMuiInputBase–colorPrimary *)):hover,.header-nav-mobile .layout-mainHeader--nUtValayout-languageDropdown--bZYiBcss–tzsjye li > span:not(:is(.layout-mainHeader--nUtVacss–t1636sztMuiInputBase–colorPrimary *)):hover{color:#cf3744}.header-nav-mobile .header-nav-mobile__item__menu-lvl-1 li:last-child > a,.header-nav-mobile .header-nav-mobile__item__menu-lvl-1 li:last-child > span,.header-nav-mobile .layout-mainHeader--nUtValayout-languageDropdown--bZYiBcss–tzsjye li:last-child > a,.header-nav-mobile .layout-mainHeader--nUtValayout-languageDropdown--bZYiBcss–tzsjye li:last-child > span{border-width:2px}.header-nav-mobile .header-nav-mobile__item__menu-lvl-1 li a,.header-nav-mobile .header-nav-mobile__item__menu-lvl-1 li > span{font-weight:400;padding-left:16px}.header-nav-mobile .layout-mainHeader--nUtValayout-languageDropdown--bZYiBcss–tzsjye.--active li > a,.header-nav-mobile .layout-mainHeader--nUtValayout-languageDropdown--bZYiBcss–tzsjye.--active li > span{color:#aaa;padding-left:24px}.header-nav-mobile .header-nav-mobile__item.--selected > span{background-color:#151515}.header-nav-mobile .header-nav-mobile__item > :is(a,span) span{display:flex;align-items:center;gap:10px;font-size:14px;transform:translateY(1px)}.header-nav-mobile .header-nav-mobile__item > :is(a,span) span::before{content:"";display:block;width:24px;height:24px;background-repeat:no-repeat;background-position:center;background-size:cover;transform:translateY(-1px)}.header-nav-mobile .layout-mainHeader--nUtVaMuiInputBase–formControlcss–t1k3x8v3 > :is(a,span) path{stroke:#cf3744}.header-nav-mobile .layout-mainHeader--nUtVaMuiInputBase–formControlcss–t1k3x8v3 > :is(a,span) span{color:#cf3744}.header-nav-mobile .layout-mainHeader--nUtVaMuiInputBase–formControlcss–t1k3x8v3 > :is(a,span) span::before{background-image:url("data:image/svg+xml,%3Csvg class='' width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0' y='0' width='24' height='24' rx='4' fill='%23CF3744'%3E%3C/rect%3E%3Crect x='0' y='0' width='24' height='24' rx='4' fill='black' fill-opacity='0.8'%3E%3C/rect%3E%3Cg clip-path='url(%23clip0_12_1453)'%3E%3Cpath d='M19.2972 4.33352C19.2681 4.33192 19.2381 4.34346 19.2164 4.37173L12.6774 12.7754C12.6659 12.7902 12.6586 12.8081 12.6566 12.827C12.6544 12.8458 12.6575 12.8649 12.6655 12.882C12.6735 12.8991 12.6861 12.9135 12.7017 12.9236C12.7174 12.9337 12.7354 12.939 12.7539 12.939H17.479C17.6068 12.939 17.7269 12.8797 17.8064 12.7771L19.2993 10.8591C19.3585 10.7821 19.3913 10.6872 19.3913 10.5894V4.43438C19.3913 4.37524 19.3455 4.33612 19.2972 4.33352ZM4.09384 4.33416C4.04547 4.33668 4 4.37525 4 4.43439V10.5894C4 10.6873 4.03273 10.7821 4.09201 10.8591L9.0041 17.1714C9.08365 17.274 9.2037 17.3334 9.3316 17.3334H14.0563C14.139 17.3334 14.1843 17.2356 14.1328 17.1699L4.17457 4.37174C4.15293 4.34408 4.12286 4.33264 4.09384 4.33416Z' fill='%23CF3744'%3E%3C/path%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_12_1453'%3E%3Crect width='16' height='13' fill='%23CF3744' transform='translate(4 4.33337)'%3E%3C/rect%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E")}.header-nav-mobile .layout-mainHeader--nUtVaMuiInputBase–formControlcss–stzsjye > :is(a,span) span::before{background-image:url("data:image/svg+xml,%3Csvg class='' width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0' y='0' width='24' height='24' rx='2.22222' fill='%23151515'%3E%3C/rect%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16.6603 7.26519V7.23137H16.5396V7.30535H15.8193V7.05805H15.5943V6.63531H15.492V7.1595H15.3712V7.02H12.6457V6.93123H12.4615V6.67124H12.392V6.82132H12.3203V7.02H12.173C12.0167 7.09786 11.842 7.12793 11.6696 7.10666C11.6696 7.10666 11.6696 7.06439 11.6696 7.06016C11.7433 7.03057 11.7147 7.00943 11.7003 6.9587C11.6802 6.88231 11.6712 6.80323 11.6737 6.72409C11.7555 6.66372 11.848 6.62062 11.9459 6.59727C12.1689 6.32672 11.9459 5.91244 11.9009 5.67993C11.8383 5.63409 11.7693 5.59844 11.6962 5.57425C10.9044 4.98242 9.77896 5.54043 10.1104 6.56345C10.1517 6.65149 10.176 6.74696 10.1821 6.84457C9.97744 7.02423 10.0511 6.84457 9.93652 6.81497C9.59685 6.69661 9.30629 6.97773 9.15282 7.25673C8.70266 8.07684 8.93592 8.7511 8.80497 8.92231C8.75586 9.12099 8.36094 8.96247 8.27705 9.08083C8.27705 9.08083 7.98649 10.349 8.29546 10.4188C8.39573 10.4441 8.52259 10.4674 8.58398 10.4759C8.64536 10.4843 8.6515 10.5794 8.65355 10.6238C8.61467 10.6428 8.41619 10.6597 8.33025 10.6936C8.18906 10.7485 8.37526 11.818 8.37526 12.0083C8.34252 12.0294 8.3016 12.0083 8.26477 12.0315C8.18497 12.0759 8.06015 12.5282 8.09084 12.784C8.10926 12.9108 8.25454 12.896 8.29546 12.9425C8.27909 13.3547 8.03764 13.9148 8.15018 14.3101C8.20543 14.5045 8.10926 14.5912 8.02946 14.7201C7.94965 14.849 8.02332 14.8765 7.8453 15.052L7.56906 15.5656C7.51586 15.6945 7.54655 15.8869 7.49744 16.0264C7.40946 16.3202 7.0657 16.6266 7.32965 16.931C7.35012 17.0071 7.00431 18.1569 7.00022 18.3345C6.99612 18.512 7.04933 18.6135 7.21916 18.6452C7.47289 18.6832 7.94147 18.6854 7.96807 18.5459C7.99467 18.4064 7.91078 18.3176 7.87804 18.214V17.5884C7.91078 17.4806 8.08266 17.0959 8.08266 17.0367C8.18497 16.9691 8.32002 17.0515 8.37526 16.9669C8.4878 16.8021 8.47348 16.4428 8.57988 16.1722C8.63793 16.0343 8.68848 15.8932 8.7313 15.7495C8.74767 15.6924 8.66378 15.5381 8.7047 15.4409L8.7579 15.3606C8.79064 15.2908 8.79064 15.2063 8.83566 15.1492C9.07506 14.9843 8.98094 15.0033 9.1078 14.7666C9.1344 14.7159 9.26331 14.6905 9.30219 14.6165C9.34107 14.5426 9.32061 14.3714 9.35744 14.2445C9.46595 13.8738 9.60775 13.5143 9.781 13.1708C9.82272 13.0957 9.88861 13.0381 9.96721 13.008C10.1248 13.2955 10.0531 13.2321 10.4133 13.3948C10.4562 13.4139 10.888 14.1198 10.9412 14.2044C11.111 14.477 11.1458 14.4622 11.463 14.458C11.5878 14.5848 11.6001 14.6842 11.5632 14.8977V15.0985C11.5428 15.1576 11.463 15.1893 11.4425 15.2612C11.4322 15.3666 11.4391 15.4731 11.463 15.5761C11.4624 15.739 11.4796 15.9013 11.5141 16.0602C11.5141 16.2398 11.5407 16.5675 11.6819 16.6731C11.7065 16.9542 11.7175 17.2364 11.7147 17.5186C11.6881 17.5588 11.6635 17.601 11.639 17.6433C11.5949 17.8526 11.5621 18.0643 11.5407 18.2774C11.6883 18.3262 11.8422 18.3511 11.997 18.3514L12.0134 18.288C12.3654 18.288 12.7889 18.6219 13.4457 18.4127C13.5542 18.0428 13.2207 18.0661 12.9956 17.9625C12.7969 17.7923 12.6274 17.5886 12.4943 17.3601C12.4707 17.0964 12.4707 16.8311 12.4943 16.5675C12.57 16.4597 12.57 16.4871 12.57 16.3561C12.6866 16.1447 12.4943 15.9629 12.5434 15.7368C12.5659 15.629 12.5945 15.4747 12.6191 15.3606V15.109C12.6293 15.0815 12.6375 15.0541 12.6477 15.0245V14.756C12.6824 14.6391 12.6915 14.5156 12.6743 14.3946C12.5495 14.1832 12.658 14.0078 12.4943 14.0078C12.1362 13.5132 12.2364 12.8495 11.3955 11.9554C11.3443 11.8793 11.2584 11.4481 11.3955 11.3699C11.4712 11.3446 11.5592 11.4418 11.6615 11.4439C11.8784 11.2325 12.0011 10.1356 11.8947 9.85232C11.8599 9.75721 11.7474 9.70436 11.6758 9.66632C11.5244 9.58389 11.6471 9.2774 11.7699 9.31968C11.8927 9.36195 12.1976 9.56063 12.2815 9.59868C12.5863 9.73818 12.7807 9.89671 12.9547 9.86078C13.0815 9.83541 13.6074 9.33447 13.6504 9.1062C13.6644 8.98898 13.6644 8.87042 13.6504 8.75321L13.855 8.70671C13.8583 8.70648 13.8616 8.70539 13.8645 8.70355C13.8673 8.7017 13.8697 8.69916 13.8714 8.69614C13.8734 8.68926 13.8734 8.68189 13.8714 8.67501C13.8016 8.45278 13.7718 8.21925 13.7834 7.98595C14.031 7.81263 13.9471 7.83799 14.0883 7.63085C14.1136 7.62497 14.1383 7.61647 14.1619 7.60549H15.363V7.45542H15.5001V7.50403H15.8193V7.43005H16.5396V7.50403H16.6603V7.47233H17V7.26096L16.6603 7.26519Z' fill='%2398989A'%3E%3C/path%3E%3C/svg%3E")}.header-nav-mobile .layout-mainHeader--nUtVaMuiInputBase–formControlcss–s1636szt > :is(a,span) span::before{background-image:url("data:image/svg+xml,%3Csvg class='' width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0' y='0' width='24' height='24' rx='2.22222' fill='%23151515'%3E%3C/rect%3E%3Cg clip-path='url(%23clip0_12_1515)'%3E%3Cpath d='M7.42188 4.83337V17.8334H11.5273V13.1384H14.381L15.4891 10.2979H11.5273V7.65896H16.3495L17.4014 4.83337H7.42188Z' fill='%2398989A'%3E%3C/path%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_12_1515'%3E%3Crect width='13' height='13' fill='%2398989A' transform='translate(6 4.83337)'%3E%3C/rect%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E")}.header-nav-mobile .layout-mainHeader--nUtVaMuiInputBase–formControlcss–ptzsjye > :is(a,span) span::before{background-image:url("data:image/svg+xml,%3Csvg class='' width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0' y='0' width='24' height='24' rx='2.22222' fill='%23151515'%3E%3C/rect%3E%3Cg clip-path='url(%23clip0_12_1521)'%3E%3Cpath d='M9 11.3334C9 14.9091 9.00999 17.8334 9.02332 17.8334C9.04331 17.8334 11.7585 17.3882 12.0916 17.3293L12.2649 17.2998V12.5273H14.3304V12.091C14.3304 11.8522 14.3404 11.2302 14.3537 10.7055L14.3737 9.75628H12.2649V7.66331H13.4808C14.1505 7.66331 14.6968 7.65741 14.6968 7.64857C14.6968 7.61614 14.9634 5.09868 14.98 4.97192L15 4.83337H9V11.3334Z' fill='%2398989A'%3E%3C/path%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_12_1521'%3E%3Crect width='6' height='13' fill='%2398989A' transform='translate(9 4.83337)'%3E%3C/rect%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E")}.header-nav-mobile .layout-mainHeader--nUtValayout-select--hSPCicss–ftzsjye > :is(a,span) span::before{background-image:url("data:image/svg+xml,%3Csvg class='' width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0' y='0' width='24' height='24' rx='2.22222' fill='%23151515'%3E%3C/rect%3E%3Cg clip-path='url(%23clip0_12_1554)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.3677 5.24132L12.37 5.23962V5.24302C13.0867 5.76306 15.5863 7.45821 17.9229 8.85272V11.0402C16.284 10.111 13.1161 8.02229 12.3677 7.46624C11.6193 8.02229 8.45141 10.111 6.8125 11.0402V8.85272C9.14913 7.45821 11.6487 5.76306 12.3654 5.24302V5.23962L12.3677 5.24132ZM12.3677 9.72848L12.37 9.72678V9.73019C13.0867 10.2502 15.5863 11.9453 17.9229 13.3399V15.5274C17.9214 15.5265 17.9198 15.5256 17.9183 15.5247V15.5808L17.7883 15.6595C16.4144 16.4917 14.8699 17.4271 12.3654 17.4271V15.235C14.0086 15.235 15.2844 14.8451 16.1003 14.445L16.1135 14.433C14.5802 13.469 12.8884 12.3403 12.3677 11.9534C11.8467 12.3405 10.1531 13.4704 8.61916 14.4347L8.6304 14.445C9.44633 14.8451 10.7222 15.235 12.3654 15.235V17.4271C9.86088 17.4271 8.31639 16.4917 6.94246 15.6595L6.8125 15.5808V15.5274V14.9171V13.3399C9.14913 11.9453 11.6487 10.2502 12.3654 9.73019V9.72678L12.3677 9.72848Z' fill='%2398989A'%3E%3C/path%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_12_1554'%3E%3Crect width='13' height='13' fill='%2398989A' transform='translate(6 4.83337)'%3E%3C/rect%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E")}.header-nav-mobile .layout-mainHeader--nUtValayout-select--hSPCicss–ttzsjye > :is(a,span) span::before{background-image:url("data:image/svg+xml,%3Csvg class='' width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0' y='0' width='24' height='24' rx='2.22222' fill='%23151515'%3E%3C/rect%3E%3Cg clip-path='url(%23clip0_12_1560)'%3E%3Cpath d='M18.9667 16.8904L12.7375 5.50524C12.6423 5.33159 12.3577 5.33159 12.2625 5.50524L6.03336 16.8904C5.98734 16.9743 5.98893 17.0764 6.03813 17.1588C6.08679 17.2411 6.17513 17.2917 6.27087 17.2917H18.7292C18.8249 17.2917 18.9133 17.2411 18.962 17.1588C19.0111 17.0764 19.0127 16.9743 18.9667 16.8904ZM9.84249 11.6042H15.1576L12.5 16.457L9.84249 11.6042Z' fill='%2398989A'%3E%3C/path%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_12_1560'%3E%3Crect width='13' height='13' fill='%2398989A' transform='translate(6 4.83337)'%3E%3C/rect%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E")}.header-nav-mobile .layout-mainHeader--nUtVaMuiInputBase–formControlcss–p1k3x8v3 > :is(a,span) span::before{background-image:url("data:image/svg+xml,%3Csvg class='' width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0' y='0' width='24' height='24' rx='2.22222' fill='%23151515'%3E%3C/rect%3E%3Cg clip-path='url(%23clip0_12_1527)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.0531 7.35212L11.9719 7.27087H10.7938L10.7531 7.35212L10.6312 7.27087H9.49375C9.20938 7.27087 9.37188 7.39275 9.37188 7.39275C10.1438 8.08337 10.0625 8.48962 10.0625 8.57087C10.0625 8.6115 10.1438 8.65212 10.1031 8.69275C10.0219 8.73337 10.1031 8.97712 10.0625 9.01775C10.0219 9.05837 10.1844 9.18025 10.1437 9.30212C10.1437 9.424 10.1031 9.424 10.1031 9.424C10.1031 9.424 10.0219 14.0552 10.0625 14.1771C10.1031 14.299 10.0625 14.4209 9.98125 14.5427C9.9 14.6646 9.98125 14.7459 9.98125 14.7459L9.81875 14.7865V14.9084L9.25 15.3959H14.9375C14.9375 15.3959 15.0187 15.2334 15.0594 15.1521C15.1 15.0709 15.0594 15.0302 15.0188 14.949C14.9781 14.8677 15.1406 14.8271 15.1813 14.7865C15.2219 14.7459 15.2219 14.7052 15.2219 14.6646C15.2219 14.5834 15.1406 14.6646 15.1406 14.5834C15.1406 14.5021 15.2625 14.5021 15.2625 14.5021C15.2625 14.5021 15.75 12.9584 15.75 12.8771C15.75 12.7959 15.6687 12.8771 15.6687 12.8771C14.7344 13.8521 13.7188 14.0959 12.9469 14.0959L12.6625 14.1771L12.5 13.974C12.5 13.974 11.9312 13.9334 11.6469 13.8521L11.6063 13.3646C11.6063 13.3646 11.4844 13.2427 11.4844 13.2021C11.4844 13.2021 11.6063 13.1209 11.6063 13.0802C11.6063 13.0396 11.5656 12.999 11.4844 12.9584C11.4437 12.9177 11.6063 12.8771 11.6063 12.7959C11.6063 12.7146 11.4844 12.674 11.4844 12.5927C11.4844 12.5115 11.5656 12.3896 11.5656 12.3896V11.0896L11.4844 11.049L11.5656 10.9677V8.36775C11.5656 7.9615 12.175 7.43337 12.2562 7.39275C12.3781 7.35212 12.3781 7.27087 12.3781 7.27087H12.1344L12.0531 7.35212ZM6.8125 17.0209H18.1875V5.64587H6.8125V17.0209ZM6 17.4271C6 17.6302 6.20312 17.8334 6.40625 17.8334H18.5938C18.7969 17.8334 19 17.6302 19 17.4271V5.23962C19 5.0365 18.7969 4.83337 18.5938 4.83337H6.40625C6.1625 4.83337 6 5.0365 6 5.23962V17.4271Z' fill='%2398989A'%3E%3C/path%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_12_1527'%3E%3Crect width='13' height='13' fill='%2398989A' transform='translate(6 4.83337)'%3E%3C/rect%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E")}.header-nav-mobile .layout-mainHeader--nUtValayout-select--hSPCilayout-select--hSPCi > :is(a,span) span::before{background-image:url("data:image/svg+xml,%3Csvg class='' width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0' y='0' width='24' height='24' rx='2.22222' fill='%23151515'%3E%3C/rect%3E%3Cg clip-path='url(%23clip0_12_1533)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.56 5H17.44C18.3016 5 19 5.69844 19 6.56V16.44C19 17.3016 18.3016 18 17.44 18H7.56C6.69844 18 6 17.3016 6 16.44V6.56C6 5.69844 6.69844 5 7.56 5Z' fill='%2398989A'%3E%3C/path%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.0673 11.5H15.7986V16.44H14.0673L14.0601 14.889H11.0023V16.44H9.27556V11.5H10.9401V9.94003H14.0601L14.0673 11.5ZM14.0719 6.67102H17.3335V9.93256H14.0719V6.67102ZM7.74072 6.67102H11.0023V9.93256H7.74072V6.67102Z' fill='%23151515'%3E%3C/path%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_12_1533'%3E%3Crect width='13' height='13' fill='%2398989A' transform='translate(6 5)'%3E%3C/rect%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E")}.header-nav-mobile .layout-mainHeader--nUtValayout-select--hSPCicss–1636szt > :is(a,span) span::before{background-image:url("data:image/svg+xml,%3Csvg class='' width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0' y='0' width='24' height='24' rx='2.22222' fill='%23151515'%3E%3C/rect%3E%3Cg clip-path='url(%23clip0_12_1542)'%3E%3Cpath d='M8.66084 4.83335L6 15.1724L16.3391 17.8333L18.9999 7.49409L8.66084 4.83325V4.83335ZM11.7502 10.0642L13.7684 10.5833L13.2489 12.6018L11.2307 12.0823L11.7502 10.0641V10.0642Z' fill='%2398989A'%3E%3C/path%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_12_1542'%3E%3Crect width='13' height='13' fill='%2398989A' transform='translate(6 4.83337)'%3E%3C/rect%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E")}.header-nav-mobile .layout-mainHeader--nUtValayout-select--hSPCicss–fvipm8 > :is(a,span) span::before{background-image:url("data:image/svg+xml,%3Csvg class='' width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0' y='0' width='24' height='24' rx='2.22222' fill='%23151515'%3E%3C/rect%3E%3Cg clip-path='url(%23clip0_12_1548)'%3E%3Cpath d='M14.7455 8.89587C14.7455 8.69275 14.6273 8.53025 14.3909 8.53025H13.9182V9.2615H14.3909C14.6273 9.2615 14.7455 9.05837 14.7455 8.89587ZM15.8091 11.3334H14.8242L14.1939 9.99275H13.9182V11.3334H13.0515V7.71775H14.4303C15.2182 7.71775 15.6121 8.2865 15.6121 8.85525C15.6121 9.34275 15.3364 9.66775 15.0606 9.78962L15.8091 11.3334ZM9.15152 11.3334C7.41818 11.3334 6 9.87087 6 8.08337C6 6.29587 7.41818 4.83337 9.15152 4.83337C10.8848 4.83337 12.303 6.29587 12.303 8.08337C12.303 9.87087 10.8848 11.3334 9.15152 11.3334ZM9.15152 9.87087C10.1364 9.87087 10.8848 9.05837 10.8848 8.08337C10.8848 7.10837 10.097 6.29587 9.15152 6.29587C8.20606 6.29587 7.41818 7.06775 7.41818 8.08337C7.41818 9.099 8.16667 9.87087 9.15152 9.87087ZM10.2939 12.8771C11.003 14.0959 11.9485 15.1927 13.0121 16.0865C13.4848 15.6802 13.9576 15.274 14.3515 14.7865C14.3515 14.2177 14.1545 13.649 13.2879 13.1615C12.0273 12.4302 10.6879 12.7146 10.2939 12.8771ZM12.8939 6.9865C12.7364 6.45837 12.5 6.0115 12.1848 5.60525C12.4606 5.56462 12.7364 5.56462 13.0121 5.56462C14.9818 5.56462 17.1879 6.3365 18.6061 7.51462C18.6455 11.9427 16.0455 15.8021 13.0515 17.8334C11.0818 16.5334 9.34848 14.4615 8.32424 11.9427C8.6 12.024 8.91515 12.0646 9.19091 12.0646C9.97879 12.0646 10.6879 11.8209 11.2788 11.4146C12.1061 11.6177 13.0121 11.8209 13.8394 12.2677C14.6273 12.7146 15.0606 13.1615 15.297 13.5677C16.3606 11.9834 17.0697 10.1146 17.2273 8.20525C16.0455 7.43337 14.4697 6.9865 13.0515 6.9865C13.0121 6.9865 12.9333 6.9865 12.8939 6.9865Z' fill='%2398989A'%3E%3C/path%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_12_1548'%3E%3Crect width='13' height='13' fill='%2398989A' transform='translate(6 4.83337)'%3E%3C/rect%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E")}.header-nav-mobile .layout-mainHeader--nUtVaMuiInputBase–formControlcss–t1636szt > :is(a,span) span::before{background-image:url("data:image/svg+xml,%3Csvg class='' width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0' y='0' width='24' height='24' rx='2.22222' fill='%23151515'%3E%3C/rect%3E%3Cpath d='M15.3333 10.0537L11.9999 4.38892L8.66659 10.0537L5.33325 15.7184L7.16129 17.7222L7.60804 17.4046L11.1891 14.855L8.82795 14.8641L11.9571 9.46328L15.1413 14.8398L12.796 14.8489L14.0193 15.7184L16.7889 17.6868L16.8385 17.7222L18.6666 15.7184L15.3333 10.0537Z' fill='%2398989A'%3E%3C/path%3E%3C/svg%3E")}span) span::before{background-image:url("data:image/svg+xml,%3Csvg class='' width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0' y='0' width='24' height='24' rx='2.22222' fill='%23151515'%3E%3C/rect%3E%3Cpath d='M10.6433 4.0617C10.4002 4.0737 10.0897 4.0934 9.9533 4.1055L9.7054 4.1277 9.6849 4.3086L9.6645 4.4895 9.5295 4.3238C9.3978 4.1621 9.3913 4.1584 9.2643 4.1732C8.9147 4.2138 8.0900 4.3475 7.7774 4.4144C7.4609 4.4820 6.8586 4.6354 6.8402 4.6530C6.8361 4.6569 6.8807 4.9771 6.9392 5.3647L7.0456 6.0692 7.3903 6.6428L7.7351 7.2165 7.8782 7.2258C7.9569 7.2309 8.0213 7.2404 8.0213 7.2470C8.0213 7.2535 7.9602 7.3179 7.8853 7.3901C7.7568 7.5141 7.7489 7.5314 7.7422 7.7042C7.7359 7.8677 7.7425 7.8908 7.8046 7.9217L7.8741 7.9563 7.8088 8.0020C7.7445 8.0471 7.7436 8.0602 7.7461 9.0026C7.7483 9.8567 7.7541 9.9634 7.8005 10.0147C7.8494 10.0687 7.8493 10.0738 7.7997 10.1016C7.7505 10.1291 7.7470 10.2708 7.7478 12.2104L7.7486 14.2896 8.3413 14.6647C8.8425 14.9818 8.9434 15.0348 8.9940 15.0077C9.0872 14.9578 9.1092 14.9688 9.0978 15.0595C9.0865 15.1491 8.9606 15.0645 11.3058 16.5423L11.5907 16.7219 11.6582 16.6587L11.7256 16.5956 11.7359 17.6835C11.7416 18.2818 11.7509 18.7760 11.7565 18.7818C11.7622 18.7875 11.9448 18.8371 12.1623 18.8920L12.5579 18.9917 13.6128 18.1541C14.5628 17.3999 14.6677 17.3078 14.6677 17.2284C14.6677 17.1355 14.6942 17.1180 14.7501 17.1739C14.7948 17.2186 14.7670 17.2380 15.5728 16.5978L16.2747 16.0402 16.2942 15.7899C16.3352 15.2635 16.3251 15.1725 16.2065 14.9973L16.0991 14.8384 16.1837 14.7700C16.2302 14.7323 16.2802 14.7015 16.2949 14.7014C16.3098 14.7013 16.3159 14.1558 16.3089 13.4618L16.2964 12.2223 16.2281 12.1770L16.1597 12.1316 16.2258 12.0978C16.2622 12.0792 16.2901 12.0538 16.2877 12.0412C16.2854 12.0286 16.2835 11.5608 16.2835 11.0016L16.2835 9.9849 16.2156 9.9546L16.1476 9.9243 16.2156 9.8879L16.2835 9.8515 16.2835 8.5730L16.2835 7.2945 16.1159 7.2152C16.0236 7.1715 15.9482 7.1252 15.9482 7.1123C15.9482 7.0993 16.0256 7.0862 16.1202 7.0830C16.2149 7.0800 16.3027 7.0710 16.3153 7.0632C16.3280 7.0554 16.4830 6.8260 16.6599 6.5534L16.9815 6.0579 17.0916 5.4025C17.1521 5.0420 17.2042 4.7198 17.2075 4.6866C17.2126 4.6343 17.1705 4.6148 16.8982 4.5438C16.7248 4.4986 16.3909 4.4264 16.1561 4.3833L15.7291 4.3049 15.6488 4.3680L15.5685 4.4312 15.5432 4.3552C15.5144 4.2688 15.5101 4.2678 14.8963 4.1998C13.5630 4.0520 11.9239 3.9987 10.6433 4.0617M16.5884 4.8232C16.5884 4.8399 16.6013 4.8537 16.6171 4.8537C16.6329 4.8537 16.6543 4.8399 16.6646 4.8232C16.6750 4.8064 16.6621 4.7927 16.6359 4.7927C16.6098 4.7927 16.5884 4.8064 16.5884 4.8232M16.8191 4.8505C16.7834 4.8645 16.7730 4.8816 16.7928 4.8938C16.8107 4.9049 16.8423 4.8935 16.8631 4.8686C16.9048 4.8183 16.9032 4.8176 16.8191 4.8505M16.8066 5.0366C16.8066 5.0785 16.8136 5.0957 16.8220 5.0747C16.8305 5.0537 16.8305 5.0195 16.8220 4.9985C16.8136 4.9775 16.8066 4.9947 16.8066 5.0366M10.1707 5.1450C9.1546 5.2443 8.1439 5.3406 8.0219 5.3498C7.9695 5.3537 7.9604 5.3759 7.9604 5.4986C7.9604 5.5779 7.9750 5.6518 7.9929 5.6628C8.0108 5.6739 8.0229 5.6644 8.0198 5.6418C8.0166 5.6191 8.0157 5.5491 8.0177 5.4860L8.0213 5.3715 8.2782 5.5727C8.4577 5.7133 8.5319 5.7903 8.5246 5.8283C8.5178 5.8636 8.5427 5.8957 8.5955 5.9197L8.6768 5.9566 8.6029 5.8777C8.5623 5.8343 8.5441 5.7988 8.5626 5.7988C8.6325 5.7988 8.7131 5.9535 8.7676 6.1920C8.7986 6.3279 8.8355 6.4390 8.8495 6.4390C8.8635 6.4390 8.8750 6.4859 8.8750 6.5432C8.8750 6.6005 8.8877 6.6519 8.9032 6.6575C8.9468 6.6732 8.9794 6.8354 8.9390 6.8354C8.9161 6.8354 8.9142 6.8528 8.9334 6.8887C8.9491 6.9181 8.9786 7.0793 8.9990 7.2470C9.0195 7.4146 9.0422 7.6002 9.0496 7.6592C9.0627 7.7642 9.0595 7.7679 8.9080 7.8223L8.7530 7.8781 8.7530 9.0760C8.7530 10.3683 8.7468 10.3212 8.9150 10.2890C8.9932 10.2741 8.9970 10.2791 8.9970 10.3989C8.9970 10.5054 8.9874 10.5244 8.9340 10.5244C8.8993 10.5244 8.8445 10.5386 8.8120 10.5559C8.7555 10.5862 8.7530 10.6304 8.7530 11.6224L8.7530 12.6574 8.8369 12.6757C8.9860 12.7084 8.9970 12.7165 8.9970 12.7938C8.9970 12.8505 8.9847 12.8653 8.9492 12.8517C8.9229 12.8416 8.8680 12.8512 8.8272 12.8730C8.7540 12.9122 8.7530 12.9183 8.7530 13.3455L8.7530 13.7781 9.4260 14.1815C9.7962 14.4034 10.1058 14.5781 10.1141 14.5698C10.1224 14.5615 10.0875 14.5301 10.0364 14.4999C9.9501 14.4489 9.9471 14.4414 9.9927 14.3909C10.0196 14.3612 10.0520 14.3432 10.0647 14.3510C10.0773 14.3588 10.0857 14.3482 10.0834 14.3274C10.0733 14.2353 10.1612 14.2795 10.5558 14.5648C10.9148 14.8243 10.9767 14.8809 10.9776 14.9509C10.9782 14.9961 10.9942 15.0426 11.0132 15.0544C11.0372 15.0691 11.0435 15.0466 11.0339 14.9811C11.0158 14.8576 11.0929 14.8222 11.1707 14.9184C11.2248 14.9852 11.2245 14.9878 11.1558 15.0290C11.1115 15.0556 11.1061 15.0648 11.1412 15.0539C11.1719 15.0444 11.2167 15.0366 11.2407 15.0366C11.2779 15.0366 11.2831 14.8776 11.2763 13.9619L11.2683 12.8872 11.1398 12.8262C10.9917 12.7559 10.9733 12.6818 11.0726 12.5556L11.1360 12.4750 11.1919 12.5439C11.2227 12.5818 11.2568 12.6039 11.2677 12.5930C11.2787 12.5821 11.2777 12.1042 11.2656 11.5310L11.2437 10.4888 11.1669 10.4596C11.1246 10.4436 11.0709 10.4378 11.0474 10.4468C11.0195 10.4575 11.0081 10.4455 11.0145 10.4121C11.0256 10.3547 11.1832 10.2995 11.1992 10.3475C11.2048 10.3642 11.2775 10.3831 11.3608 10.3895C11.4793 10.3985 11.4921 10.3957 11.4197 10.3765C11.3688 10.3629 11.3002 10.3362 11.2673 10.3171C11.2211 10.2904 11.3746 10.2821 11.9325 10.2814C12.6483 10.2805 12.6572 10.2813 12.6250 10.3415C12.5963 10.3950 12.6018 10.4024 12.6697 10.4024L12.7470 10.4024 12.7470 11.1804L12.7470 11.9583 12.8348 11.9516C12.8941 11.9471 12.9577 11.9741 13.0307 12.0349C13.1664 12.1479 13.1698 12.1862 13.0447 12.1958C12.9905 12.1999 12.9354 12.2140 12.9224 12.2270C12.9093 12.2401 12.9023 12.7711 12.9066 13.4071L12.9146 14.5634 13.0061 14.5830L13.0976 14.6025 12.9985 14.6062L12.8994 14.6098 12.8994 15.8750C12.8994 16.8155 12.9085 17.1402 12.9348 17.1402C12.9543 17.1402 13.0766 17.0579 13.2067 16.9573C13.4433 16.7743 13.5014 16.7411 13.4603 16.8125C13.4476 16.8346 13.4500 16.8400 13.4662 16.8252C13.4975 16.7965 13.4993 16.7879 13.5073 16.6296C13.5123 16.5289 13.5163 16.5234 13.5406 16.5838C13.5558 16.6216 13.5753 16.6524 13.5840 16.6524C13.5927 16.6524 13.8112 16.4878 14.0695 16.2866C14.5052 15.9471 14.6342 15.8598 14.5497 15.9616C14.5311 15.9841 14.5256 16.0124 14.5377 16.0245C14.5497 16.0365 14.5050 16.0944 14.4383 16.1531C14.2229 16.3429 14.4048 16.2188 14.8461 15.8750L15.2765 15.5396 15.2770 15.1060L15.2774 14.6723 15.1850 14.6245C15.0843 14.5724 15.0902 14.5300 15.2042 14.4867L15.2774 14.4588 15.2774 13.3321C15.2774 12.2321 15.2760 12.2049 15.2165 12.1860C15.1438 12.1629 15.1392 12.1308 15.2012 12.0793C15.2408 12.0464 15.2470 11.8288 15.2470 10.4634C15.2470 9.0294 15.2423 8.8817 15.1962 8.8437C15.1570 8.8113 15.1427 8.8104 15.1328 8.8397C15.1234 8.8677 15.1079 8.8653 15.0727 8.8301C15.0147 8.7721 15.0603 8.7126 15.1638 8.7112L15.2317 8.7104 15.2398 7.9159L15.2479 7.1215 15.1407 7.0704C15.0481 7.0262 15.0335 7.0047 15.0335 6.9121C15.0335 6.8133 15.0407 6.8049 15.1250 6.8049C15.2171 6.8049 15.2491 6.8476 15.1784 6.8762C15.1516 6.8870 15.1509 6.8923 15.1762 6.8939C15.1959 6.8952 15.2344 6.8740 15.2617 6.8468C15.3135 6.7950 15.6128 6.3603 15.6128 6.3368C15.6128 6.3294 15.7050 6.1884 15.8176 6.0234C16.0076 5.7452 16.0233 5.7097 16.0346 5.5325C16.0412 5.4274 16.0417 5.3409 16.0355 5.3402C15.7588 5.3091 15.0334 5.2423 14.7134 5.2185C14.4787 5.2010 13.9421 5.1559 13.5211 5.1184L12.7557 5.0500 12.7498 6.0038L12.7440 6.9577 12.8233 6.9879L12.9027 7.0180 12.8248 7.1201L12.7470 7.2222 12.7470 7.9840L12.7470 8.7458 12.8232 8.7866C12.8651 8.8090 12.8994 8.8388 12.8994 8.8527C12.8994 8.8666 12.5427 8.8780 12.1067 8.8780L11.3140 8.8780 11.3140 8.2988C11.3140 7.8042 11.3073 7.7195 11.2683 7.7195C11.2420 7.7195 11.2226 7.6920 11.2226 7.6548C11.2226 7.6007 11.2301 7.5963 11.2683 7.6280C11.3087 7.6616 11.3140 7.5983 11.3140 7.0879C11.3140 6.0692 11.2770 5.0362 11.2405 5.0402C11.2223 5.0421 10.7409 5.0893 10.1707 5.1450M12.8245 6.9069C12.7709 6.9461 12.7713 6.9486 12.8339 6.9650C12.8840 6.9781 12.8994 6.9684 12.8994 6.9240C12.8994 6.8548 12.8966 6.8541 12.8245 6.9069M8.7643 7.3359C8.7671 7.5709 8.7794 7.6725 8.8061 7.6814C8.8327 7.6902 8.8390 7.6683 8.8272 7.6076C8.8179 7.5602 8.7991 7.4047 8.7853 7.2622L8.7602 7.0030 8.7643 7.3359M8.8896 7.3465C8.8725 7.3588 8.8543 7.4135 8.8492 7.4680C8.8410 7.5551 8.8489 7.5671 8.9139 7.5671C8.9879 7.5671 8.9942 7.5446 8.9712 7.3613C8.9659 7.3185 8.9360 7.3131 8.8896 7.3465M15.0091 11.9939C14.9641 12.0389 14.9607 12.1707 15.0045 12.1707C15.0221 12.1707 15.0705 12.1340 15.1120 12.0892C15.1692 12.0275 15.1781 12.0016 15.1487 11.9830C15.0939 11.9482 15.0516 11.9515 15.0091 11.9939M12.7590 12.3054C12.7498 12.3291 12.7482 12.3874 12.7554 12.4349C12.7665 12.5091 12.7690 12.5054 12.7729 12.4092C12.7761 12.3306 12.7934 12.2930 12.8308 12.2832C12.8808 12.2702 12.8807 12.2691 12.8298 12.2657C12.8000 12.2638 12.7681 12.2816 12.7590 12.3054M14.2098 16.3330C14.1776 16.3718 14.1795 16.3763 14.2213 16.3602C14.2488 16.3497 14.2713 16.3288 14.2713 16.3138C14.2713 16.2746 14.2537 16.2801 14.2098 16.3330M13.9055 16.5645C13.7797 16.6654 13.5791 16.8223 13.4598 16.9133C13.2524 17.0713 13.1459 17.1707 13.1840 17.1707C13.1937 17.1707 13.3754 17.0301 13.5877 16.8582C13.8001 16.6864 14.0063 16.5252 14.0460 16.5000C14.0857 16.4749 14.1248 16.4372 14.1328 16.4162C14.1525 16.3648 14.1634 16.3577 13.9055 16.5645M13.0518 17.2317C13.0277 17.2466 13.0147 17.2657 13.0231 17.2741C13.0315 17.2825 13.0581 17.2771 13.0823 17.2622C13.1065 17.2473 13.1194 17.2282 13.1110 17.2198C13.1027 17.2114 13.0760 17.2168 13.0518 17.2317M12.8384 17.3226C12.9187 17.3860 12.9607 17.3994 12.9599 17.3613C12.9589 17.3127 12.9116 17.2771 12.8384 17.2699L12.7622 17.2624 12.8384 17.3226' fill='%2398989A' fill-rule='evenodd'%3E%3C/path%3E%3C/svg%3E")}.header-nav.container{position:relative}.header-nav.container:after{position:absolute;content:"";display:block;background-color:#303030;width:100%;bottom:-1px;left:0;height:1px;z-index:999}.header-nav.container .layout-mainHeader--nUtVaMuiOutlinedInput–rootMuiSelect–icon{gap:5px}.header-nav.container .layout-mainHeader--nUtVaMuiOutlinedInput–rootMuiSelect–icon > .layout-mainHeader--nUtVacss–tqiwgdbMuiSelect–nativeInput{transform:translateY(-1px);width:27px;height:19.8px}.header-nav.container .layout-mainHeader--nUtVaMuiOutlinedInput–rootMuiSelect–icon .layout-mainHeader--nUtVacss–tqiwgdbMuiSelect–icon{width:86.5px;height:14px}.header-nav.container .layout-mainHeader--nUtVaMuiOutlinedInput–rootMuiSelect–icon .layout-mainHeader--nUtVacss–tqiwgdbMuiSelect–icon.--black{display:none}.header-nav.container .layout-mainHeader--nUtVacss–t1636sztMuiInputBase–colorPrimary{position:sticky;background-color:inherit;z-index:10;bottom:0;padding-bottom:19px;margin-top:auto}.header-nav.container .layout-mainHeader--nUtVacss–t1636sztMuiInputBase–colorPrimary:before{content:"";display:block;height:1px;background-color:#333;width:calc(100% + 20px);position:absolute;top:-1px;left:-10px}.header-nav.container .layout-mainHeader--nUtValayout-languageDropdown--bZYiBcss–1k3x8v3{margin-bottom:25px;bottom:56px;width:100%;transform:translate(-4px,0px);padding:29px 5px 0 6px}.header-nav.container .layout-mainHeader--nUtValayout-languageDropdown--bZYiBcss–1k3x8v3 svg{width:11px;height:16px;transform:translateX(2px);color:#fff}.header-nav.container .layout-mainHeader--nUtValayout-languageDropdown--bZYiBcss–1636szt{max-width:259px;bottom:0;left:0;margin:0;transform:translate(8px,-1px)}.header-nav.container .layout-mainHeader--nUtValayout-languageDropdown--bZYiBcss–1636szt > a,.header-nav.container .layout-mainHeader--nUtValayout-languageDropdown--bZYiBcss–1636szt > span{justify-content:center !important;background-color:#cf3744;padding:12px !important;border-radius:4px !important;font-size:16px;text-transform:none;box-sizing:border-box}.header-nav.container li:has(> ul.--active) > span,.header-nav.container li:has(> ul.--active) > a{border-bottom:none}.header-nav.container .header-nav-mobile__item__menu-lvl-1.--active,.header-nav.container .layout-mainHeader--nUtValayout-languageDropdown--bZYiBcss–tzsjye.--active{margin-top:1px}.header-nav.container .header-nav-mobile__item__menu-lvl-1.--active li:not(:last-child),.header-nav.container .layout-mainHeader--nUtValayout-languageDropdown--bZYiBcss–tzsjye.--active li:not(:last-child){margin-bottom:1px}.header-nav-desktop__right__menu-toggler{padding:0;width:21px}.header-nav-desktop__right__menu-toggler svg rect:nth-child(1){transform:translateY(-1px)}.header-nav-desktop__right__menu-toggler svg rect:nth-child(3){transform:translateY(1px)}.header-nav-desktop__right__icon svg{width:16px;height:16px}.header-nav-desktop__right__icon svg path{fill:#aaa}.layout-mainHeader--nUtVaMuiInputBase–colorPrimaryMuiSelect–nativeInput:has(.header-nav-desktop__right__menu-toggler.--active){transform:translateX(3px)}.header-nav-desktop__right__icon.--language-switcher{padding:0 8px}.header-nav-desktop__right__icon.--language-switcher .layout-mainHeader--nUtVacss–t1k3x8v3css–p1k3x8v3{transform:translateY(-.5px)}.header-nav-desktop__right__icon.--language-switcher .layout-mainHeader--nUtVacss–t1k3x8v3css–pqiwgdb{display:flex;align-items:center;gap:8px;font-size:14px;text-transform:uppercase;line-height:16px;padding:6px 8px}.header-nav-desktop__right__icon.--language-switcher:hover{background:var(--yd)}.header-nav-desktop__right__icon.--language-switcher:hover .layout-mainHeader--nUtVacss–t1k3x8v3css–pqiwgdb{background-color:#2f2f2f;color:#fff}.header-nav-languages-menu{outline:none;position:fixed;height:calc(100% - 61px);width:80vw;max-width:299px;padding:0 10px 27px;list-style:none;z-index:999;transition:var(--Id);overflow-y:auto;margin-bottom:0;display:flex;flex-direction:column;background-color:var(--xd);top:61px;left:-105%;border:none}.header-nav-desktop.--menu-open ~ .header-nav-mobile.--active{left:0}.header-nav-desktop.--menu-open ~ .header-nav-mobile.--active + .layout-mainHeader--nUtValayout-languageDropdown--bZYiBcss–ftzsjye{z-index:998;opacity:1}.header-nav-desktop.--menu-open ~ .header-nav-languages-menu.--active{left:0}.header-nav-search .search__results-overlay{position:absolute;top:85px;left:0;right:0;width:95vw;min-height:200px;max-height:65vh;overflow-y:auto;z-index:100002;background:none;border-radius:8px;margin:8px auto 0;padding:0}.search__results-overlay__output{padding:0;width:100%;max-height:inherit;overflow-y:auto}.search__results-overlay__output .search-result-container{width:100%;display:flex;flex-direction:column}.search__results-overlay__output .req___search-result-container__nothing-found{padding:24px 20px;text-align:center;color:var(--Bd);font-size:1.5rem;line-height:1.5;background:rgba(0,0,0,.2);border-radius:8px;border:1px dashed var(--Ad);margin:12px 0}.search__results-overlay__output .req___search-result-container__tabs{display:flex;flex-wrap:wrap;gap:8px;padding:12px 15px;background:var(--yd);border-bottom:1px solid var(--Ad);position:sticky;top:0;z-index:1}.search__results-overlay__output .req___search-result-container__tab-item{padding:10px 14px;border-radius:8px;border:1px solid var(--Ad);background:var(--yd);color:var(--Bd);font-size:1.3rem;font-weight:600;cursor:pointer;transition:var(--Id)}.search__results-overlay__output .req___search-result-container__tab-item:hover,.search__results-overlay__output .req___search-result-container__tab-item.--active{background:var(--Gd);color:var(--Cd);border-color:var(--Gd)}.search__results-overlay__output div[id^=search-result-container__]{opacity:0;height:0;padding:0;overflow:hidden;transition:opacity .2s ease}.search__results-overlay__output div[id^=search-result-container__].--active{opacity:1;height:auto;padding:15px;overflow:visible}.search__results-overlay__output .req___search-result-container__list{list-style:none;margin:0;padding:0}.search__results-overlay__output .req___search-result-container__list li{padding:12px 8px;border-bottom:1px solid var(--Ad);transition:background .15s ease}.search__results-overlay__output .req___search-result-container__list li:hover{background:rgba(255,255,255,.05)}.search__results-overlay__output .req___search-result-container__list li.--text{padding:10px 8px}.search__results-overlay__output .req___search-result-container__list__operator-entry{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.search__results-overlay__output .req___search-result-container__list__logo{width:56px;min-width:56px;height:28px;border-radius:6px;overflow:hidden;background:var(--xd);display:flex;align-items:center;justify-content:center}.search__results-overlay__output .req___search-result-container__list__logo img{max-height:100%;width:auto;object-fit:contain}.search__results-overlay__output .req___search-result-container__list__title{flex:1;min-width:0}.search__results-overlay__output .req___search-result-container__list__title a{color:var(--Cd);text-decoration:none;font-weight:600;font-size:1.4rem}.search__results-overlay__output .req___search-result-container__list__title a:hover{color:var(--Gd)}.search__results-overlay__output .req___highlighted{background:rgba(240,77,89,.25);color:var(--Fd);font-style:normal;font-weight:700;padding:0 2px}.search__results-overlay__output .req___search-result-container__list__rating{display:flex;align-items:center;gap:6px;flex-shrink:0}.search__results-overlay__output .req___search-result-container__list__rating div:first-child{color:var(--Bd) !important;font-size:1.2rem !important}.search__results-overlay__output .req___search-result-container__list__rating div:first-child span{color:inherit !important;font-size:inherit !important}.search__results-overlay__output .req___search-result-container__list__rating div:last-child div{display:none !important}.search__results-overlay__output .search__results-overlay__loading{padding:20px;text-align:center;color:var(--Bd)}.search__results-overlay__output .search__results-overlay__loading img{max-width:48px;height:auto}html.lightMode .search__results-overlay__output .req___search-result-container__tabs{background:var(--Cd);border-bottom-color:var(--Ad)}html.lightMode .search__results-overlay__output .req___search-result-container__tab-item{background:var(--Cd);color:var(--xd);border-color:var(--Ad)}html.lightMode .search__results-overlay__output .req___search-result-container__tab-item:hover,html.lightMode .search__results-overlay__output .req___search-result-container__tab-item.--active{background:var(--Gd);color:var(--Cd);border-color:var(--Gd)}html.lightMode .search__results-overlay__output .req___search-result-container__nothing-found{color:var(--valorant-gray-dark);background:rgba(0,0,0,.04);border-color:rgba(0,0,0,.12)}html.lightMode .search__results-overlay__output .req___search-result-container__list li{border-bottom-color:rgba(0,0,0,.1)}html.lightMode .search__results-overlay__output .req___search-result-container__list li:hover{background:rgba(0,0,0,.05)}html.lightMode .search__results-overlay__output .req___search-result-container__list__title a{color:var(--xd)}html.lightMode .search__results-overlay__output .req___search-result-container__list__title a:hover{color:var(--Gd)}html.lightMode .search__results-overlay__output .req___highlighted{background:rgba(240,77,89,.2);color:var(--Hd)}html.lightMode .search__results-overlay__output .layout-logo--vQN5nMuiOutlinedInput–input,html.lightMode .search__results-overlay__output .layout-logo--vQN5nMuiSvgIcon–root{color:var(--valorant-gray-dark)}.header-nav-desktop .search__results-overlay__output .req___search-result-container__list,.header-search .search__results-overlay__output .req___search-result-container__list{display:block !important}html body{background-color:var(--xd);color:var(--Bd);font-family:Roboto;font-size:13px;font-weight:400;line-height:13px;margin:0;padding:0;scroll-behavior:smooth}html.lightMode body{background-color:var(--Dd);color:var(--yd)}.general-code-field__input{border:1.5px dashed var(--Ad) !important}.css–tfvipm8css–tfvipm8{font-size:11px;top:-5px}.h1-headline{color:var(--Cd);font-size:30px;text-transform:none;padding-left:0;padding-right:0 !important}body h1 + h2:not([class]){color:#ccc !important;font-size:16px !important}.lightMode .h1-headline{color:var(--yd)}.button{font-size:15px !important;font-weight:700 !important;line-height:20px !important;text-transform:uppercase !important;padding-top:17px !important;padding-bottom:17px !important;white-space:nowrap !important}.button.layout-gamesNavBar--Rtchccss–sqiwgdb{background-image:none !important}button:focus{outline:none}.MuiSelect–iconOutlinedcss–t1636szt{background-image:none !important;color:var(--Cd);height:18px !important;transform:translateY(-1px) !important;width:18px !important}.MuiSelect–iconOutlinedcss–stzsjye{background-color:transparent !important;background-size:contain !important;background-repeat:no-repeat;height:100% !important;width:100% !important}.layout-logo--vQN5nMuiOutlinedInput–input,.layout-logo--vQN5nMuiSvgIcon–root{color:var(--Cd);font-size:17px !important}.lightMode .layout-logo--vQN5nMuiOutlinedInput–input,.lightMode .layout-logo--vQN5nMuiSvgIcon–root{color:var(--yd)}table{background-color:transparent !important}.--closed:not(.toc-section__headline){display:none !important}a:not([class]){color:var(--Gd);text-decoration:underline}a:not([class]):hover{color:var(--Gd);text-decoration:none}.--layout-version1 .content-section,.css–f1k3x8v3css–t1636szt{color:var(--Cd);font-size:16px;line-height:28px}p:not([class]){color:var(--Cd);font-size:16px;line-height:28px}ol:not([class]) li,ul:not([class]) li{color:var(--Cd);font-size:16px;line-height:28px}ol:not([class]) li::before,ul:not([class]) li::before{color:var(--Cd) !important;font-size:14px !important}h2:not([class]){color:var(--Cd) !important;font-size:24px;font-weight:800;line-height:130%;text-transform:none !important}h3:not([class]),h4:not([class]){color:var(--Cd) !important;font-size:20px;font-weight:800;line-height:130%;text-transform:none !important}.lightMode p:not([class]){color:var(--yd)}.lightMode ol:not([class]) li,.lightMode ul:not([class]) li{color:var(--yd)}.lightMode ol:not([class]) li::before,.lightMode ul:not([class]) li::before{background-color:var(--yd)}.lightMode h2:not([class]){color:var(--yd) !important}.lightMode h3:not([class]),.lightMode h4:not([class]){color:var(--yd) !important}.general-code-field::before{content:none !important}.general-code-field__input.--active{background-color:transparent !important}.layout-mainHeader--nUtValayout-container--8mgcnMuiInputBase–formControl th,.layout-mainHeader--nUtValayout-container--8mgcnMuiInputBase–formControl td{color:var(--Cd) !important;font-size:14px !important;line-height:24px !important}.layout-mainHeader--nUtValayout-container--8mgcnMuiInputBase–formControl tr:hover th,.layout-mainHeader--nUtValayout-container--8mgcnMuiInputBase–formControl tr:hover td{background-color:transparent !important}.lightMode .layout-mainHeader--nUtValayout-container--8mgcnMuiInputBase–formControl th,.lightMode .layout-mainHeader--nUtValayout-container--8mgcnMuiInputBase–formControl td{color:var(--yd) !important}.MuiSelect–iconOutlinedlayout-logo--vQN5n{margin-bottom:16px}.css–t1k3x8v3{background-color:#151515;padding:15px;margin:15px 0;border-radius:5px;color:#c9c9c9}.single-post-meta-data__elem__image{max-width:70px}.css–p1k3x8v3{max-height:70px;max-width:70px;height:70px;width:70px}.lightMode .css–t1k3x8v3{background-color:#eaeaea;color:#6f6f6f}body .css–sqiwgdbcss–sfvipm8,body .css–sqiwgdbcss–sfvipm8::before{color:#000}.css–fqiwgdbcss–p1k3x8v3 .css–fqiwgdbcss–pfvipm8.disabled{display:none}body ul.css–stzsjyelayout-select--hSPCi{margin:20px 0;padding:10px 0}body ul.css–stzsjyelayout-select--hSPCi li:first-child a{color:#fff;border-color:#fff;padding:5px 0}.content-button-show-more{background:var(--Gd);color:#fff}.content-button-show-more:hover{background:var(--Hd)}.css–qiwgdb a{color:var(--Bd)}.css–qiwgdb > span > span:first-child a{color:var(--Gd)}.single-post-meta-data__elem__value--long-desc p:not(a){font-size:11px;line-height:16px}.author-footer-box{background-color:#191919}body .s_ew__close{background:#aaa}.layout-mainHeader--nUtValayout-logoImage--pckRVMuiInputBase–input{background:#333;color:#fff !important;font-size:90% !important}.layout-mainHeader--nUtValayout-logoImage--pckRVMuiInputBase–input span{white-space:wrap}.layout-mainHeader--nUtValayout-gamesNavBar--Rtchccss–stzsjye .s_sfb__content:not(.s_sfb__content:first-child){display:none !important}.s_ew{background-color:var(--xd) !important;color:var(--Cd) !important}.s_ew__close{background-color:var(--yd) !important}.lightMode .s_ew{background-color:var(--zd) !important;color:var(--xd) !important}.lightMode .s_ew__close{background-color:var(--Cd) !important}.MuiInputBase–colorPrimary.MuiSvgIcon–fontSizeMediumcss–p1k3x8v3{background:#151515}.MuiSvgIcon–fontSizeMediumMuiSelect–icon img{border-radius:50%}.MuiSelect–iconlayout-gamesNavBar--Rtchc > *{display:block;margin-bottom:1em}body .layout-mainHeader--nUtVacss–fvipm8css–qiwgdb{background:var(--yd)}.button.disabled,.button.disabled:hover{background-color:#636262}.s_cr .layout-select--hSPCilayout-logoImage--pckRV{background:#fff}@media (hover:hover){.layout-mainHeader--nUtVaMuiInputBase–colorPrimarylayout-mainHeader--nUtVa:hover > ul{display:block}.layout-mainHeader--nUtVaMuiInputBase–colorPrimarylayout-mainHeader--nUtVa:hover .layout-mainHeader--nUtVaMuiInputBase–colorPrimaryMuiOutlinedInput–root{transform:rotate(0);stroke:red}}@media (min-width:576px){body .layout-logo--vQN5ncss–ttzsjye{margin-right:0 !important}body .layout-logo--vQN5ncss–ffvipm8{flex:0 0 154px}}@media (min-width:768px){body h1 + h2:not([class]){font-size:19px !important}}@media (min-width:991px){.header-nav-desktop__right__menu-toggler{display:none}}@media (min-width:992px){body .layout-gamesNavBar--Rtchccss–ffvipm8{flex:0 1 170px !important}body .s_cr__toggle-link{padding-right:82px}}@media screen and (max-width:1220px){.provider-bonusbox{grid-template-columns:auto}.provider-bonusbox > div:last-child{padding:15px 15px 0 !important}.bonus-highlight-box__conversion-row{grid-template-rows:45px;grid-template-columns:1fr 1fr}}@media screen and (max-width:1024px){.css–fvipm8MuiSelect–nativeInput .css–fqiwgdbcss–ttzsjye{min-width:100%;order:5;padding:15px !important}.css–fvipm8MuiSelect–nativeInput .css–fqiwgdbcss–stzsjye{max-width:100% !important;width:100%}.css–fvipm8MuiSelect–nativeInput .css–fqiwgdbcss–ptzsjye{display:flex;flex-wrap:wrap}.css–fvipm8MuiSelect–nativeInput .css–fqiwgdbcss–ptzsjye .general-code-field{width:30%}.css–fvipm8MuiSelect–nativeInput .css–fqiwgdbcss–ptzsjye .css–fqiwgdbcss–p1k3x8v3{width:30%}.css–fvipm8MuiSelect–nativeInput .css–fqiwgdbcss–ptzsjye .layout-mainHeader--nUtValayout-logo--vQN5nMuiSelect–iconOutlined{margin-left:auto;width:fit-content !important}.css–fvipm8MuiSelect–nativeInput .css–fqiwgdbcss–sfvipm8{min-height:67px}.css–fvipm8MuiSelect–nativeInput .review-header-info-new-tabs{left:unset !important;right:0;top:-5px}}@media screen and (max-width:991px){.css–sfvipm8css–p1k3x8v3{max-width:190px;flex-basis:unset !important;min-width:unset !important}.css–sfvipm8css–sqiwgdb{max-width:calc(100% - 250px) !important}.css–sfvipm8css–sqiwgdb .css–sfvipm8css–sfvipm8{font-size:18px !important}}@media screen and (max-width:768px){.css–fvipm8MuiSelect–nativeInput .css–fqiwgdbcss–ptzsjye .general-code-field{width:calc(50% - 6px)}.css–fvipm8MuiSelect–nativeInput .css–fqiwgdbcss–ptzsjye .css–fqiwgdbcss–p1k3x8v3{width:calc(50% - 6px)}.css–t1636sztcss–stzsjye{font-size:21px !important}.css–s1k3x8v3css–f1636szt{grid-template-areas:"pb_logo pb_details" "pb_cta pb_cta";grid-template-columns:168px auto}.css–s1k3x8v3css–s1k3x8v3{font-size:21px !important}.h1-headline{font-size:21px}}@media (max-width:600px){.header-nav.container{padding:0 20px}}@media screen and (max-width:576px){.css–fvipm8MuiSelect–nativeInput .css–fqiwgdbcss–ptzsjye{gap:0;padding-top:24px}.css–fvipm8MuiSelect–nativeInput .css–fqiwgdbcss–ptzsjye .general-code-field{width:100%}.css–fvipm8MuiSelect–nativeInput .css–fqiwgdbcss–ptzsjye .css–fqiwgdbcss–p1k3x8v3{width:100%}.css–fvipm8MuiSelect–nativeInput .review-header-info-new-tabs{left:0 !important;right:unset !important;top:90px}.css–fvipm8MuiSelect–nativeInput .layout-mainHeader--nUtValayout-container--8mgcncss–pfvipm8{width:100%}.provider-bonusbox > div:first-child > div{flex-wrap:wrap}.css–t1636sztcss–tzsjye{height:69px}.css–t1636sztlayout-select--hSPCi:has(img){flex:0 0 100%;max-width:100%;padding:0 !important}.css–t1636sztcss–fvipm8{min-width:100% !important;padding-top:15px !important}.bonus-highlight-box__conversion-row{grid-template-rows:45px 45px;grid-template-columns:1fr}.css–s1k3x8v3css–f1636szt{grid-template-areas:"pb_logo" "pb_details" "pb_cta";grid-template-columns:auto}.css–s1k3x8v3css–ffvipm8{margin:15px 15px 0}.css–sfvipm8css–p1k3x8v3{max-width:130px !important}.css–sfvipm8css–pfvipm8 .button,.css–sfvipm8css–pfvipm8 input,.css–sfvipm8css–pfvipm8 .general-code-field{max-width:130px !important;width:130px !important}.css–sfvipm8css–f1k3x8v3{display:none !important}.css–sfvipm8css–sqiwgdb{max-width:calc(100% - 130px) !important}}@media screen and (max-width:575px){body .MuiInputBase–formControlcss–sqiwgdb{max-height:unset !important}}@container (min-width:600px){.header-nav-desktop__right__icon.--language-switcher{padding:0}.header-nav-desktop__right__icon.--language-switcher .layout-mainHeader--nUtVacss–t1k3x8v3css–pqiwgdb{padding:6px}.header-nav-languages-menu{display:none}}@container (min-width:935px){.layout-mainHeader--nUtVaMuiOutlinedInput–rootMuiOutlinedInput–input{gap:34px}.layout-mainHeader--nUtVaMuiOutlinedInput–rootMuiSelect–icon img{width:25px;height:19px}.layout-mainHeader--nUtVaMuiOutlinedInput–rootMuiSelect–icon span{display:inline}.layout-mainHeader--nUtVaMuiInputBase–colorPrimarylayout-mainHeader--nUtVa:nth-child(n+2){display:flex}.layout-mainHeader--nUtVaMuiInputBase–colorPrimarylayout-mainHeader--nUtVa.games-dropdown{padding:23px 0}.header-nav-desktop__right__icon.--light,.header-nav-desktop__right__icon.--forum{display:block}.layout-mainHeader--nUtVaMuiInputBase–formControlcss–qiwgdb{display:block}.header-nav-mobile{display:none}.layout-mainHeader--nUtValayout-languageDropdown--bZYiBcss–ftzsjye{display:none}}@container (max-width:1070px){.layout-mainHeader--nUtVaMuiInputBase–colorPrimarylayout-mainHeader--nUtVa:last-child .layout-mainHeader--nUtVaMuiInputBase–colorPrimarycss–f1636szt{right:calc(100% + 18px);left:unset}}@container (max-width:600px){.header-nav-desktop__right__menu-toggler.--active svg{width:19px;position:relative;top:-2px}.header-nav-desktop__right__menu-toggler.--active svg rect:nth-child(1){transform:rotate(45deg) translate(1px,-2px)}.header-nav-desktop__right__menu-toggler.--active svg rect:nth-child(3){transform:rotate(-45deg) translate(-10px,-3.5px)}.header-nav-desktop__right__icon.--search{width:32px;height:28px;display:flex;justify-content:center;align-items:center;padding:0}.header-nav-desktop.--menu-open .games-dropdown,.header-nav-desktop.--menu-open .header-nav-desktop__right__icon.--search{visibility:initial;width:32px}.layout-mainHeader--nUtVaMuiInputBase–colorPrimaryMuiSelect–nativeInput{gap:8px}.layout-mainHeader--nUtVaMuiOutlinedInput–rootMuiSelect–iconOutlined > .games-dropdown.layout-mainHeader--nUtVaMuiInputBase–colorPrimarylayout-logo--vQN5n{visibility:hidden}}:root{--Ud:#222;--Vd:#222;--Wd:#fff;--Xd:#fff;--Yd:var(--W);--Zd:var(--Y);--ae:var(--X);--be:var(--Z);--ce:#fff;--de:#fff}.newsletter-input-container{background-color:var(--ce);padding:5px;border-radius:60px;box-shadow:0 0 0 4px rgba(255,255,255,.1)}.newsletter-mail-input{border:none;outline:none;width:0;border-radius:60px;padding:0 15px;height:35px;line-height:35px;background:none}.newsletter__response-message{position:absolute;bottom:0;left:50%;transform:translate(-50%,50%);padding:12px 15px;border-radius:var(--d);line-height:1.2;background:#e56a14;color:#fff;font-size:1.3rem;user-select:none;text-align:center;width:60%;max-width:500px}@media (min-width:992px){.s_sf .newsletter-input-container{padding:10px}.s_sf .newsletter-mail-input{height:40px;line-height:40px}}.layout-mainHeader--nUtValayout-container--8mgcnMuiInputBase–colorPrimary{overflow:auto}.layout-mainHeader--nUtValayout-container--8mgcnMuiInputBase–colorPrimary table.layout-mainHeader--nUtValayout-container--8mgcnMuiInputBase–formControl{font-size:16px;border-collapse:separate;border-spacing:0 0;width:100%}.layout-mainHeader--nUtValayout-container--8mgcnMuiInputBase–colorPrimary table.layout-mainHeader--nUtValayout-container--8mgcnMuiInputBase–formControl thead tr,.layout-mainHeader--nUtValayout-container--8mgcnMuiInputBase–colorPrimary table.layout-mainHeader--nUtValayout-container--8mgcnMuiInputBase–formControl thead th{border-spacing:0}.layout-mainHeader--nUtValayout-container--8mgcnMuiInputBase–colorPrimary table.layout-mainHeader--nUtValayout-container--8mgcnMuiInputBase–formControl thead tr th{text-align:left;padding:.5rem}.layout-mainHeader--nUtValayout-container--8mgcnMuiInputBase–colorPrimary table.layout-mainHeader--nUtValayout-container--8mgcnMuiInputBase–formControl tbody > tr > td{border-spacing:0;box-sizing:border-box;float:none !important;padding:.5rem;text-align:left;vertical-align:top;border-top:1px solid var(--re,#aaa)}.layout-mainHeader--nUtValayout-container--8mgcnMuiInputBase–colorPrimary table.layout-mainHeader--nUtValayout-container--8mgcnMuiInputBase–formControl tbody > tr:last-child > td{border-bottom:1px solid var(--re,#aaa)}:root{--re:var(--kc,#e2e6e9)}body .layout-mainHeader--nUtValayout-container--8mgcnMuiInputBase–formControl{--ee:var(--o,#222) !important;--fe:var(--ee);--ge:var(--j,#f9f9f9) !important;--he:var(--ee);--ie:#f9f9f9;--je:var(--ee);--ke:var(--i,#fff) !important;--le:var(--ee);--me:#f3f3f3;--kc:var(--re,#e2e6e9) !important;--ne:1em .5em !important;--oe:var(--Ac,#ff4f42) !important;--pe:var(--Bc,#fff) !important}table.layout-mainHeader--nUtValayout-container--8mgcnMuiInputBase–formControl{border-collapse:collapse;border:none}table.layout-mainHeader--nUtValayout-container--8mgcnMuiInputBase–formControl th,table.layout-mainHeader--nUtValayout-container--8mgcnMuiInputBase–formControl td{padding:10px;border:1px solid var(--re)}table.layout-mainHeader--nUtValayout-container--8mgcnMuiInputBase–formControl nobr{white-space:nowrap}@media screen and (max-width:600px){.css–tqiwgdbMuiFormControl–root{flex-direction:column}}:root{--md:"Exclusive"}.MuiSelect–iconMuiSelect–outlined a:not([href^='https\:\/\/www.thespike.gg']):not([href^='\/']):not([href^='#']):not(.button):not(.tiles-flex):not(.css–fvipm8MuiSvgIcon–root):after,.content-section a:not([href^='https\:\/\/www.thespike.gg']):not([href^='\/']):not([href^='#']):not(.button):not(.tiles-flex):not(.css–fvipm8MuiSvgIcon–root):after,.MuiSelect–iconMuiSelect–outlined span.layout-mainHeader--nUtValayout-mainHeader--nUtVa:not(.tiles-flex):not(.bonus-offer-item__image-link):not(.css–fvipm8MuiSvgIcon–root):after,.content-section span.layout-mainHeader--nUtValayout-mainHeader--nUtVa:not(.tiles-flex):not(.css–fvipm8MuiSvgIcon–root):after{content:"";display:inline-block;background:currentColor;-webkit-mask-image:url(/reviews/asset/images/external-link-icon.svg);mask-image:url(/reviews/asset/images/external-link-icon.svg);-webkit-mask-size:10px auto;mask-size:10px auto;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;width:10px;height:10px;margin:0 2px 0 5px;vertical-align:baseline}.single-post-meta-data__mobile-toggle-menu{left:var(--of,-110px)}.single-post-meta-data__social-sharing__icons{display:none}.single-post-meta-data__social-sharing__icons.--active{display:flex}@media (min-width:576px){.single-post-meta-data__mobile-toggle-menu{left:0}}.toc-section__content.MuiSelect–iconMuiSelect–icon{display:block !important}.toc-section__content-wrapper{transition:.25s all;overflow:hidden}.layout-mainHeader--nUtVacss–fvipm8css–ttzsjye{font-family:var(--J),sans-serif;font-size:var(--L,16px);color:var(--o);margin-bottom:20px;counter-reset:step;list-style:none}.layout-mainHeader--nUtVacss–fvipm8css–ttzsjye .layout-mainHeader--nUtVacss–fvipm8css–tqiwgdb{counter-increment:step;gap:10px;position:relative;padding-left:58px;min-height:46px;padding-top:6px;list-style:none}.layout-mainHeader--nUtVacss–fvipm8css–ttzsjye .layout-mainHeader--nUtVacss–fvipm8css–tqiwgdb::marker{display:none}.layout-mainHeader--nUtVacss–fvipm8css–ttzsjye .layout-mainHeader--nUtVacss–fvipm8css–tqiwgdb:not(:last-child){margin-bottom:6px}.layout-mainHeader--nUtVacss–fvipm8css–ttzsjye .layout-mainHeader--nUtVacss–fvipm8css–tqiwgdb::before{content:counter(step);position:absolute;top:0;left:3px;background-color:#ffa500;color:white;width:38px;height:38px;border-radius:50px;display:flex;align-items:center;justify-content:center;font-weight:bold;font-size:18px;border:4px solid white;box-shadow:0 2px 6px rgba(0,0,0,.2)}.layout-mainHeader--nUtVacss–fvipm8css–ttzsjye .pointer[data-id]{color:var(--R);text-decoration:underline;text-decoration-color:var(--R)}.provider-bonusbox{display:flex;flex-flow:wrap row;border:1px solid var(--l);padding:15px;border-radius:var(--d);background:var(--Ub)}.css–t1636sztlayout-languageDropdown--bZYiB{display:flex}.css–t1636sztcss–fvipm8,.css–t1636sztMuiInputBase–root .css–t1636sztcss–stzsjye{text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.css–t1636sztcss–fvipm8:hover,.css–t1636sztcss–fvipm8:hover .css–t1636sztcss–stzsjye{text-overflow:unset;overflow:unset;white-space:normal}.css–t1636sztcss–stzsjye{font-weight:var(--a);font-size:2rem}.css–t1636sztcss–s1k3x8v3{margin-top:5px}.css–t1636sztcss–s1k3x8v3,.css–t1636sztcss–s1k3x8v3 .layout-gamesNavBar--Rtchccss–p1k3x8v3{font-size:1.1rem}.css–t1636sztcss–s1k3x8v3 .layout-gamesNavBar--Rtchccss–p1k3x8v3{margin:0}.css–t1636sztcss–sfvipm8{margin:0 5px}.css–t1636sztMuiInputBase–root{padding:15px 0;background:var(--Ub)}.css–t1636sztcss–ffvipm8{display:flex;align-items:center;margin-bottom:0}.css–t1636sztcss–ffvipm8,.css–t1636sztcss–ffvipm8 .layout-logo--vQN5nMuiOutlinedInput–input{font-size:1.2rem}.css–t1636sztcss–ffvipm8 .layout-logo--vQN5nMuiSelect–outlined{margin:0 10px 0 0}.css–t1636sztlayout-select--hSPCi{flex:0 0 155px;max-width:155px}.css–sfvipm8css–tzsjye{margin-bottom:15px}.css–t1636sztcss–tzsjye{border-radius:var(--d)}.css–t1636sztcss–ftzsjye{margin-bottom:0;flex-wrap:wrap}.css–t1636sztcss–ftzsjye > div{margin-bottom:5px}.css–sfvipm8css–qiwgdb{line-height:1.2;font-weight:var(--a);font-size:1.3rem}.content-section .provider-bonusbox:last-of-type{margin-bottom:0}@media (min-width:768px){.provider-bonusbox{flex-flow:nowrap}}@media (max-width:767px){.css–t1636sztlayout-select--hSPCi{flex:0 0 120px;max-width:120px}.css–t1636sztMuiInputBase–root .css–t1636sztMuiInputBase–input{flex:0 0 105px}.css–t1636sztMuiInputBase–root .css–tfvipm8layout-logo--vQN5n{flex:calc(100% - 115px)}}.layout-logo--vQN5nMuiFormControl–fullWidthcss–tzsjye{--white:#fff;--black:#222;--white-80:rgba(146,146,146,.8);--white-60:rgba(146,146,146,.53);--white-40:rgba(146,146,146,.31);--Id:.2s all ease-in-out;width:100%;padding-block:16px}.embla__viewport{position:relative;overflow:hidden}.layout-logo--vQN5nMuiFormControl–fullWidthcss–1636szt{touch-action:pan-y pinch-zoom;gap:20px;display:flex}.layout-logo--vQN5nMuiFormControl–fullWidthcss–fvipm8{-webkit-user-select:none;user-select:none;flex-grow:0;flex-shrink:0;transform:translate(0,0)}.layout-logo--vQN5nMuiFormControl–fullWidthcss–fvipm8:last-child>*{margin-right:0 !important}.layout-mainHeader--nUtVacss–ffvipm8layout-mainHeader--nUtVa{justify-content:space-between;width:100%;padding:0 8px;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.layout-mainHeader--nUtVacss–ffvipm8layout-logoText--EkrWz{background-color:var(--white-40);color:var(--white);cursor:pointer;transition:var(--Id);z-index:10;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;display:flex;outline:none !important}.layout-mainHeader--nUtVacss–ffvipm8layout-logoText--EkrWz:hover{background-color:var(--white-60)}.layout-mainHeader--nUtVacss–ffvipm8layout-logoText--EkrWz:focus{outline:none !important}.layout-mainHeader--nUtVacss–ffvipm8layout-logoText--EkrWz:active{background-color:var(--white-80)}.layout-mainHeader--nUtVacss–ffvipm8layout-logoText--EkrWz:disabled{background-color:var(--white-40);opacity:.4;pointer-events:none}.layout-mainHeader--nUtVacss–ffvipm8layout-logoText--EkrWz:disabled:hover{background-color:var(--white-40)}.layout-mainHeader--nUtVacss–ffvipm8layout-icons--h5h-p{width:50%;height:50%}.embla__dots{justify-content:center;gap:4px;width:100%;padding:16px;display:flex}.embla__dot{border:1px solid var(--black);cursor:pointer;transition:var(--Id);background-color:rgba(0,0,0,0);border-radius:50%;flex:0 0 12px;width:8px;height:12px;padding:0;outline:none !important}.embla__dot:hover{opacity:.8}.embla__dot:focus{outline:none !important}.embla__dot--selected{background-color:var(--black)}@media (width<=576px){.layout-mainHeader--nUtVaMuiFormControl–rootcss–tzsjye .layout-logo--vQN5nMuiFormControl–fullWidthcss–fvipm8{width:100%}}.layout-mainHeader--nUtVacss–tfvipm8layout-logo--vQN5n{height:0;overflow:hidden;transition:.25s height}.toggle-box-container__item__content{display:block}.layout-mainHeader--nUtValayout-container--8mgcncss–stzsjye.--active .layout-mainHeader--nUtVacss–tfvipm8layout-logo--vQN5n{height:max-content}body .s_sfb .layout-mainHeader--nUtVacss–s1636sztMuiSelect–nativeInput{overflow:auto;max-height:2lh}body .s_sfb .layout-mainHeader--nUtVacss–s1636sztMuiSelect–nativeInput,body .s_sfb .layout-mainHeader--nUtVacss–s1636sztMuiSelect–nativeInput > .layout-gamesNavBar--Rtchccss–p1k3x8v3{font-size:9px;line-height:10px;text-align:center;color:#000;margin:0 0}