
*,: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("/es/mexico/asset/webfonts/roboto-v20-latin-regular.woff2") format("woff2"),url("/es/mexico/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("/es/mexico/asset/webfonts/roboto-v20-latin-italic.woff2") format("woff2"),url("/es/mexico/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("/es/mexico/asset/webfonts/roboto-v20-latin-500.woff2") format("woff2"),url("/es/mexico/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("/es/mexico/asset/webfonts/roboto-v20-latin-500italic.woff2") format("woff2"),url("/es/mexico/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("/es/mexico/asset/webfonts/roboto-v20-latin-700.woff2") format("woff2"),url("/es/mexico/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("/es/mexico/asset/webfonts/roboto-v20-latin-700italic.woff2") format("woff2"),url("/es/mexico/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("/es/mexico/asset/webfonts/roboto-v20-latin-900.woff2") format("woff2"),url("/es/mexico/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("/es/mexico/asset/webfonts/roboto-v20-latin-900italic.woff2") format("woff2"),url("/es/mexico/asset/webfonts/roboto-v20-latin-900italic.woff") format("woff");font-display:swap}@font-face{font-family:"socialicons";src:url("/es/mexico/asset/webfonts/socialicons-v12.woff2") format("woff2"),url("/es/mexico/asset/webfonts/socialicons-v12.woff") format("woff");font-weight:normal;font-display:block}@font-face{font-family:"sf-regular";src:url(/es/mexico/asset/webfonts/stateface/stateface-regular-webfont.eot);src:url("/es/mexico/asset/webfonts/stateface/stateface-regular-webfont.eot#iefix") format("embedded-opentype"),url("/es/mexico/asset/webfonts/stateface/stateface-regular-webfont.woff") format("woff"),url("/es/mexico/asset/webfonts/stateface/stateface-regular-webfont.ttf") format("truetype"),url("/es/mexico/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,dl{margin-top:0;margin-bottom:1rem}ol ol,ul ul,ol ul,ul ol{margin-bottom:0}dt{font-weight:var(--font-weight-bold)}dd{margin-bottom:.5rem;margin-left:0}strong{font-weight:bolder}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}th{text-align:inherit}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}.MuiFormControl–root{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}.layout-select--hSPCi{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}.css–tzsjye{display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.col-3,.col-4,.col-5,.col-6,.col-8,.col-12,.css–1636szt,.col-auto,.col-sm-6,.col-sm-12,.col-sm,.col-sm-auto,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-12,.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-7,.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–1636szt{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%}.d-none{display:none !important}.css–tzsjyecss–tzsjye{display:inline-block !important}.d-block{display:block !important}.d-flex{display:flex !important}.css–1k3x8v3layout-logoImage--pckRV{display:inline-flex !important}.css–ttzsjyelayout-logo--vQN5n{flex-direction:row !important}.layout-logo--vQN5ncss–pfvipm8{flex-direction:column !important}.css–t1636szt{flex-wrap:wrap !important}.layout-logo--vQN5ncss–sqiwgdb{flex-wrap:nowrap !important}.css–s1k3x8v3MuiOutlinedInput–input{flex-grow:0 !important}.css–sqiwgdb{flex-grow:1 !important}.MuiFormControl–rootcss–tzsjye{justify-content:center !important}.css–s1k3x8v3css–sfvipm8{align-items:flex-start !important}.css–fvipm8MuiSvgIcon–root{align-items:flex-end !important}.MuiFormControl–rootMuiOutlinedInput–root{align-items:center !important}.css–p1k3x8v3layout-select--hSPCi{align-content:flex-start !important}.css–fqiwgdbcss–ftzsjye{align-self:flex-start !important}.css–fqiwgdbcss–t1k3x8v3{align-self:flex-end !important}.css–qiwgdbMuiSelect–nativeInput{align-self:center !important}.layout-logoText--EkrWzlayout-logoText--EkrWz{margin:0 !important}.css–1k3x8v3css–sfvipm8{margin-top:0 !important}.MuiFormControl–rootMuiFormControl–fullWidth{margin-right:0 !important}.css–ffvipm8css–tzsjye{margin-bottom:0 !important}.MuiFormControl–rootMuiFormControl–root{margin-left:0 !important}.layout-logo--vQN5ncss–p1636szt{padding:0 !important}.MuiFormControl–rootcss–1636szt{padding-right:0 !important}.MuiFormControl–rootMuiInputBase–formControl{padding-left:0 !important}.layout-logoText--EkrWzMuiFormControl–root{margin-top:auto !important}.css–tqiwgdbcss–s1k3x8v3{margin-bottom:auto !important}.css–f1636szt{margin-left:auto !important}.MuiFormControl–fullWidthlayout-container--8mgcn{text-align:left !important}.css–ttzsjyecss–1636szt{text-align:center !important}.css–t1k3x8v3css–qiwgdb{font-weight:700 !important}.css–p1k3x8v3layout-languageDropdown--bZYiB{position:static !important}.css–tqiwgdblayout-logo--vQN5n{position:relative !important}.visible{visibility:visible !important}.css–s1k3x8v3{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%}.MuiFormControl–root{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-12{flex:0 0 100%}}@media screen and (min-width:768px){.col-md-12{max-width:100%}.MuiFormControl–root{max-width:720px}.col-md-3{flex:0 0 25%;max-width:25%}.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–s1636sztcss–t1636szt{display:none !important}.css–f1k3x8v3{display:flex !important}.css–tfvipm8{flex-direction:row !important}.css–sqiwgdbMuiInputBase–input{align-self:flex-start !important}.css–s1k3x8v3layout-logo--vQN5n{align-self:center !important}.css–s1k3x8v3layout-container--8mgcn{text-align:center !important}.css–s1636sztMuiSelect–select{padding-left:0 !important}}@media screen and (min-width:992px){.col-lg,.col-lg-12{max-width:100%}.MuiFormControl–root{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-7{flex:0 0 58.333333%;max-width:58.333333%}.col-lg-8{flex:0 0 66.666667%;max-width:66.666667%}.col-lg-12{flex:0 0 100%}.css–tfvipm8MuiSelect–outlined{order:13}.css–tqiwgdbMuiInputBase–colorPrimary{order:1}.css–1k3x8v3css–t1636szt{display:none !important}.css–tqiwgdbMuiInputBase–formControl{display:flex !important}.MuiInputBase–formControllayout-container--8mgcn{flex-direction:row !important}.MuiFormControl–rootcss–pfvipm8{flex-direction:column !important}.layout-languageDropdown--bZYiBMuiSelect–nativeInput{flex-wrap:nowrap !important}}@media screen and (min-width:1200px){.MuiFormControl–root{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%}.MuiFormControl–rootMuiSelect–select{flex-direction:row !important}.css–s1k3x8v3css–s1636szt{flex-wrap:nowrap !important}.css–stzsjyelayout-logoImage--pckRV{justify-content:flex-start !important}.css–s1k3x8v3layout-logoImage--pckRV{align-self:flex-start !important}.css–sqiwgdbMuiSelect–iconOutlined{align-self:center !important}.css–sqiwgdbMuiOutlinedInput–input{align-self:stretch !important}.css–s1k3x8v3layout-mainHeader--nUtVa{text-align:left !important}}html{font-size:calc(10px * var(--bt-font-multiplier));-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(--body-bg);font-size:var(--font-size-default);line-height:var(--line-height-default);color:var(--color-default);font-family:var(--font-default);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--nUtVacss–fvipm8{color:var(--link-color);text-decoration:underline;background-color:transparent}a:hover,.layout-mainHeader--nUtVacss–fvipm8:hover{color:var(--link-color-hover)}a.css–tqiwgdbMuiSelect–select,.layout-mainHeader--nUtVacss–fvipm8.css–tqiwgdbMuiSelect–select{text-decoration:none}a.layout-logoImage--pckRVcss–ftzsjye{color:var(--color-default)}.layout-mainHeader--nUtVacss–qiwgdb{cursor:pointer}a,.layout-mainHeader--nUtVacss–fvipm8{cursor:pointer}.MuiInputBase–formControlcss–qiwgdb{border-bottom:1px solid var(--link-color-hover)}blockquote p:only-child,blockquote p:last-child{margin-bottom:0}.layout-logoImage--pckRVcss–s1k3x8v3{display:block;width:100%;max-width:calc(100vw - 30px);overflow-x:scroll;-webkit-overflow-scrolling:touch;margin:30px 0}.layout-logoImage--pckRVcss–s1k3x8v3 > table,.content-section > table{border:0 !important;width:100%;margin-bottom:15px}.layout-logoImage--pckRVcss–s1k3x8v3 table tr,.content-section > table tr{display:table-row;white-space:initial}.layout-logoImage--pckRVcss–s1k3x8v3 table th,.content-section > table th{font-weight:var(--font-weight-bold);background:var(--light-gray-bg)}.layout-logoImage--pckRVcss–s1k3x8v3 table th,.content-section > table th,.layout-logoImage--pckRVcss–s1k3x8v3 table td,.content-section > table td{padding:10px;border:1px solid var(--border-color);vertical-align:top}.css–p1k3x8v3MuiInputBase–colorPrimary{border:1px solid var(--border-color)}.css–tfvipm8css–1k3x8v3 .css–p1k3x8v3MuiInputBase–colorPrimary{border:none;box-shadow:0 5px 0 0 color-mix(in srgb,var(--dark-section-content-color) 15%,transparent) inset}img.MuiFormControl–fullWidthcss–p1636szt,.css–pqiwgdbcss–sfvipm8.MuiFormControl–fullWidthcss–p1636szt{float:left;margin:0 20px 10px 0;max-width:40% !important}img.css–pqiwgdbcss–ptzsjye{display:block;margin:30px auto;float:none;clear:both;max-width:100%}.col-lg-4 img.css–pqiwgdbcss–ptzsjye{margin:0 auto 10px}.layout-languageDropdown--bZYiBlayout-languageDropdown--bZYiB p:only-child{margin-bottom:0}.css–pqiwgdbcss–sfvipm8{max-width:100% !important}.css–pqiwgdbcss–sfvipm8.css–pqiwgdbcss–ptzsjye{margin:20px auto}.css–pqiwgdbcss–sfvipm8.css–pqiwgdbcss–ptzsjye img{width:100%}.css–pqiwgdbcss–pqiwgdb{color:var(--label-color);font-size:1.3rem;padding:5px 0;margin-top:5px}.css–ttzsjyelayout-gamesNavBar--Rtchc{box-shadow:0 0 0 1px rgba(0,0,0,.1) inset}.MuiFormControl–root,.layout-select--hSPCi{max-width:1200px}h1,h2,h3,.layout-mainHeader--nUtVaMuiInputBase–input{line-height:var(--line-height-reduced)}h1,h2,h3{font-weight:var(--font-weight-bold);margin-bottom:.75rem}.css–t1636sztMuiInputBase–formControl{margin-bottom:1.5rem}.css–sqiwgdbcss–t1k3x8v3 > h2{position:relative;margin-bottom:1rem}p{margin-bottom:1.5rem}p:empty,.MuiFormControl–fullWidthMuiSelect–select > br,.MuiFormControl–fullWidthMuiSelect–select > p:empty{display:none}.MuiOutlinedInput–input{line-height:1}ul.layout-mainHeader--nUtVacss–p1k3x8v3,ol.layout-mainHeader--nUtVacss–p1k3x8v3{margin:0;padding:0;list-style:none}.layout-mainHeader--nUtVacss–p1k3x8v3 li{list-style:none}.layout-languageDropdown--bZYiBlayout-languageDropdown--bZYiB{padding-bottom:1.5rem !important}.content-section{background:var(--content-bg);margin-bottom:15px}.content-section.css–1k3x8v3MuiSvgIcon–fontSizeMedium{padding-top:0;margin-bottom:0}input:read-only,textarea:read-only{outline:0}.css–tqiwgdb .h1-headline{color:var(--review-header-h1-color);margin-bottom:0;display:inline;padding-right:15px;vertical-align:middle}.css–pqiwgdb{mask:var(--mask);background:var(--review-label-bg);display:inline-block;color:var(--review-label-color);padding:5px 8px;line-height:1.2;vertical-align:middle;font-weight:var(--font-weight-bold);font-size:1.2rem;margin:.5rem 0;border-radius:var(--border-radius-default)}.layout-logo--vQN5nMuiSelect–nativeInput{margin-top:25px;margin-bottom:25px}.layout-logo--vQN5nMuiSelect–nativeInput ~ h2,.layout-logo--vQN5nMuiSelect–nativeInput ~ h3,.layout-logo--vQN5nMuiSelect–nativeInput ~ h4{margin-top:15px}[class^='label-color--'],[class*=' label-color--']{background:var(--tab-bg-active)}.layout-logoImage--pckRVMuiSelect–outlined{background-color:var(--tab-bg-active)}.layout-logoText--EkrWzMuiFormControl–fullWidth{background-color:#951b81}.css–tfvipm8MuiOutlinedInput–input{background-color:#336f55}body{--icon-row-height-mobile:38px;--icon-row-height-desktop:52px;--menu-row-height-mobile:44px;--menu-row-height-desktop:60px;--submenu-row-height:40px;--ab-height-mobile:46px;--ab-height-desktop:32px;padding-top:calc(var(--icon-row-height-mobile) + var(--menu-row-height-mobile))}.s_sh{position:absolute;top:0;left:0;width:var(--site-width,100vw);z-index:10;border-bottom:var(--s_sh-bottom)}.s_sh__icon-row,.s_sh__icon-row .header-toggle-btn{height:var(--icon-row-height-mobile);background:var(--menu-icon-row-bg);color:var(--menu-icon-row-color)}.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(/es/mexico/asset/images/arrow-down-angular-white.svg);mask-image:url(/es/mexico/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(--theme-color-2)}.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(--theme-color-2);left:50%;margin-left:-6px;opacity:1;transition:opacity .25s ease-in-out}.single-post-meta-data__mobile-toggle-btn.--active:before{background:var(--author-data-color)}.header-toggle-textbox,.header-toggle-label{font-size:1.3rem}.header-toggle-label{color:var(--label-color)}.header-toggle-btn:hover .header-toggle-label,.header-toggle-btn.--active .header-toggle-label{color:#fff}.header-toggle-textbox{top:var(--icon-row-height-mobile);background:var(--submenu-bg);border-top:4px solid var(--theme-color-2);width:100%;left:0;opacity:0;pointer-events:none;align-items:center;z-index:100000;color:var(--color-default);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(--submenu-link-color);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(--submenu-link-color-hover);text-decoration:none;cursor:pointer;transition:all .25s ease-in-out}.s_sh__top-row{background:var(--menu-desktop-bg);width:100%;position:relative}.s_sh__top-row--fixed{position:fixed;width:100vw;top:0;left:0;border-bottom:1px solid var(--theme-color-2)}.s_sh__mobile-menu-toggle{width:28px;height:28px;margin-left:15px;-webkit-mask-image:url(/es/mexico/asset/images/menu-icon.svg);mask-image:url(/es/mexico/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(--menu-desktop-link-color);cursor:pointer}.s_sh__mobile-menu-toggle--active{opacity:.5}.site-menu-extended__toggle{display:none}.site-menu{background:var(--menu-mobile-bg);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(--theme-color-2);opacity:0;left:0;transform:translateY(20px);pointer-events:none;transition:transform .25s ease-in-out,opacity .25s ease-in-out;top:var(--menu-row-height-mobile)}.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(--icon-row-height-mobile) - var(--menu-row-height-mobile))}.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(/es/mexico/asset/images/arrow-more-white.svg);mask-image:url(/es/mexico/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(--menu-mobile-link-color);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(--submenu-bg);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}.css–tqiwgdbMuiSelect–iconOutlined{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(--menu-row-height-mobile);cursor:pointer;margin-right:0;-webkit-mask-image:url(/es/mexico/asset/images/search-icon-white.svg);mask-image:url(/es/mexico/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(--menu-desktop-link-color)}.site-submenu-row{background:var(--submenu-row-bg);padding:0 15px;display:flex;height:40px;box-shadow:0 1px 0 0 var(--submenu-row-top-border) 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(--submenu-row-bg) 0%,transparent) 0%,color-mix(in srgb,var(--submenu-row-bg) 100%,transparent) 100%)}.site-submenu-row .css–ftzsjyecss–p1k3x8v3{margin-right:20px;white-space:nowrap}.site-submenu-row .css–ftzsjyecss–p1k3x8v3 a{text-decoration:none;font-size:var(--menu-submenu-row-font-size);position:relative;height:100%;display:flex;flex-direction:column;justify-content:center;color:var(--submenu-row-link-color)}.site-submenu-row .css–ftzsjyecss–p1k3x8v3 a:hover,.site-submenu-row .css–ftzsjyecss–p1k3x8v3.css–f1636sztcss–ffvipm8 a{color:var(--submenu-row-link-color-hover)}.site-submenu-row .css–ftzsjyecss–p1k3x8v3.css–f1636sztcss–ffvipm8 a:after{content:"";position:absolute;left:0;height:2px;background:var(--submenu-row-link-color-hover);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.layout-logo--vQN5nMuiSelect–select.--active{padding:0 15px}.s_mw{margin:20px 0;word-wrap:break-word}.s_mw.MuiInputBase–root{margin:0}.css–1636sztMuiSelect–icon .s_mw{margin-top:0}.layout-languageDropdown--bZYiB{margin-bottom:10px;z-index:3}.css–1k3x8v3 > span{display:block}.css–fvipm8css–tzsjye,.layout-logoImage--pckRV .layout-languageDropdown--bZYiB,.layout-languageDropdown--bZYiBMuiInputBase–colorPrimary{padding:10px 0;position:relative;margin-bottom:0}.layout-select--hSPCiMuiSelect–iconOutlined .layout-languageDropdown--bZYiBMuiInputBase–colorPrimary{margin-bottom:15px !important}.css–fvipm8css–tzsjye:after,.layout-languageDropdown--bZYiBMuiInputBase–colorPrimary:after{height:100% !important}.layout-languageDropdown--bZYiB,.layout-languageDropdown--bZYiB a{font-size:1.1rem;color:var(--breadcrumb-color);text-decoration:none;line-height:1.35}.layout-languageDropdown--bZYiB a:hover,.css–fvipm8{color:var(--breadcrumb-color-hover)}.css–qiwgdb .css–1k3x8v3 > span{position:relative;z-index:1}.MuiInputBase–formControl{background:var(--review-breadcrumb-bg);border-bottom:1px solid var(--border-color)}.h1-headline{font-size:calc(2.4rem * var(--headline-multiplier))}h2{font-size:calc(1.8rem * var(--headline-multiplier))}h2#sub-h2-headline-for-some-more-information{font-size:calc(1.6rem * var(--headline-multiplier));margin-top:-.125em}h3{font-size:calc(1.6rem * var(--headline-multiplier))}.button{text-decoration:none;margin:0 10px 10px 0;display:inline-flex;border:1px solid var(--btn-secondary-color);color:var(--btn-secondary-color);padding:10px;line-height:1.25;border-radius:var(--border-radius-default);margin-right:10px;cursor:pointer;font-weight:var(--font-weight-bold);font-size:1.5rem;align-content:center;justify-content:center;align-items:center;text-align:center}.button:hover{text-decoration:none;background-color:var(--btn-secondary-bg-hover);color:var(--btn-secondary-color-hover)}.button.layout-logo--vQN5nMuiFormControl–fullWidth{background-color:var(--theme-color-1);color:#fff}.button.layout-logo--vQN5nMuiFormControl–fullWidth:hover{text-decoration:none;background-color:var(--btn-secondary-bg-hover);border-color:var(--btn-secondary-bg-hover);color:var(--btn-secondary-color-hover)}.button.layout-logo--vQN5nMuiFormControl–root{color:var(--btn-primary-bg);border-color:var(--btn-primary-bg)}.button.layout-logo--vQN5nMuiFormControl–root:hover{background-color:var(--btn-primary-bg);color:var(--btn-primary-color-hover)}.button.layout-logo--vQN5nMuiFormControl–root.layout-logo--vQN5nMuiFormControl–fullWidth{background-color:var(--btn-primary-bg);border-color:var(--btn-primary-bg);color:var(--btn-primary-color-hover)}.button.layout-logo--vQN5nMuiFormControl–root.layout-logo--vQN5nMuiFormControl–fullWidth:hover{text-decoration:none;background-color:var(--btn-primary-bg-hover);border-color:var(--btn-primary-bg-hover);color:var(--btn-primary-color-hover)}.button.disabled,.button.disabled:hover{background-color:lightgray;border-color:lightgray;cursor:unset;color:#fff}.button.layout-logo--vQN5nMuiOutlinedInput–root{display:flex;margin:20px 0}.button.layout-logoText--EkrWzlayout-logo--vQN5n{background-image:var(--btn-secondary-arrow);background-position:right 12px center;background-size:7px auto;background-repeat:no-repeat;padding-right:25px;padding-left:25px}.button.layout-logoText--EkrWzlayout-logo--vQN5n:hover{background-image:var(--btn-secondary-arrow-hover)}.button.layout-logoText--EkrWzlayout-logoImage--pckRV{background-image:var(--btn-primary-arrow)}.owl-carousel__top3-row-carousel .button.layout-logoText--EkrWzlayout-logoImage--pckRV.MuiInputBase–formControlcss–ftzsjye{background-image:url(/es/mexico/asset/images/arrow-more-white.svg)}.button.layout-logoText--EkrWzlayout-logoImage--pckRV:hover{background-image:var(--btn-primary-arrow-hover)}.owl-carousel__top3-row-carousel .button.layout-logoText--EkrWzlayout-logoImage--pckRV.MuiInputBase–formControlcss–ftzsjye:hover{background-image:url(/es/mexico/asset/images/arrow-more-white.svg)}.button.MuiInputBase–formControlcss–f1k3x8v3{margin:3px 0}.button.layout-logo--vQN5nMuiInputBase–root{margin:0}.button.layout-logoText--EkrWzlayout-icons--h5h-p{padding-top:13px;padding-bottom:13px}.css–sqiwgdbcss–ttzsjye{margin-top:15px}.css–qiwgdbcss–sfvipm8:not(.flex-content__main-content--no-style):not(.css–t1k3x8v3css–tqiwgdb):not(.flex-content__main-content--fullwidth){padding:0;background:var(--content-bg)}.css–qiwgdbcss–sfvipm8.css–qiwgdbcss–ptzsjye{padding:20px 15px 15px !important}.css–qiwgdbcss–sfvipm8.css–sqiwgdbcss–tqiwgdb{padding:20px 15px !important}.css–qiwgdbcss–sfvipm8.css–ftzsjyecss–qiwgdb{background:none}.flex-content__col-sidebar{margin-top:40px}.css–ftzsjyecss–1k3x8v3{padding-top:15px}.css–fvipm8MuiFormControl–fullWidth:after{content:"";position:absolute;left:0;top:0;width:100%;height:100%}.layout-languageDropdown--bZYiBMuiOutlinedInput–root,.layout-logo--vQN5ncss–t1636szt{position:relative}.layout-languageDropdown--bZYiBlayout-select--hSPCi{flex-grow:1;max-width:fit-content !important}.fullwidth-blocker:after,.layout-languageDropdown--bZYiBMuiOutlinedInput–root:after,.css–fvipm8css–tzsjye:after,.layout-languageDropdown--bZYiBMuiInputBase–colorPrimary:after,.layout-logo--vQN5ncss–t1636szt:after{position:absolute;top:0;height:calc(100% + 1px * 1);width:var(--site-width,100vw);left:50%;right:50%;margin-left:-50vw;margin-right:-50vw;content:"";z-index:-1}.fullwidth-blocker:after{height:100%}.css–fvipm8css–ffvipm8{margin-top:15px}.css–fvipm8css–ffvipm8,.css–fvipm8css–ffvipm8:after{background:var(--light-section-content-bg)}.css–1636sztMuiSelect–icon .css–qiwgdbcss–pqiwgdb{margin:0;padding:15px 0;border-bottom:1px solid var(--border-color)}.css–tfvipm8layout-languageDropdown--bZYiB{padding:20px 0 40px;position:relative}.css–tfvipm8layout-languageDropdown--bZYiB .col-12 > ol,.css–tfvipm8layout-languageDropdown--bZYiB .col-12 > ul,.MuiInputBase–colorPrimaryMuiFormControl–fullWidth ol,.MuiInputBase–colorPrimaryMuiFormControl–fullWidth ul{margin:15px 0 30px;padding-left:30px}.css–tfvipm8css–1k3x8v3,.fullwidth-blocker,.css–tfvipm8css–1k3x8v3 > .css–tzsjye > .col-12 > a,.css–tfvipm8css–1k3x8v3 > .css–tzsjye > .col-12 > .layout-mainHeader--nUtVacss–1k3x8v3,.css–tfvipm8css–1k3x8v3 > .css–tzsjye > .col-12 > ul > li > a,.css–tfvipm8css–1k3x8v3 > .css–tzsjye > .col-12 > ol > li > a,.css–tfvipm8css–1k3x8v3 > .css–tzsjye > .col-12 > p > a,.css–tfvipm8css–1k3x8v3 > .css–tzsjye > .col-12 > p > .layout-mainHeader--nUtVacss–1k3x8v3,.css–tfvipm8css–1k3x8v3 .toggle-box-container__item__content a,.css–tfvipm8css–1k3x8v3 .MuiInputBase–colorPrimaryMuiFormControl–fullWidth a{color:var(--dark-section-content-color)}.css–tfvipm8css–1k3x8v3 > .css–tzsjye > .col-12 > a:hover,.css–tfvipm8css–1k3x8v3 > .css–tzsjye > .col-12 > .layout-mainHeader--nUtVacss–1k3x8v3:hover,.css–tfvipm8css–1k3x8v3 > .css–tzsjye > .col-12 > ul > li > a:hover,.css–tfvipm8css–1k3x8v3 > .css–tzsjye > .col-12 > ol > li > a:hover,.css–tfvipm8css–1k3x8v3 > .css–tzsjye > .col-12 > p > a:hover,.css–tfvipm8css–1k3x8v3 > .css–tzsjye > .col-12 > p > .layout-mainHeader--nUtVacss–1k3x8v3:hover,.css–tfvipm8css–1k3x8v3 .toggle-box-container__item__content a:hover,.css–tfvipm8css–1k3x8v3 .MuiInputBase–colorPrimaryMuiFormControl–fullWidth a:hover{opacity:.75}.css–tfvipm8css–1k3x8v3:after{position:absolute;height:100%;content:"";z-index:-1;top:0;width:var(--site-width,100vw);left:50%;right:50%;margin-left:calc(var(--site-width,100vw) / 2 * -1);margin-right:calc(var(--site-width,100vw) / 2 * -1)}.css–tfvipm8css–1k3x8v3:after{background:var(--dark-section-content-bg)}.content-section > ul,.content-section__toggle-content > ul,.css–sqiwgdbcss–t1k3x8v3 > ul{padding:0;margin:15px 0;list-style:none}.css–sqiwgdbcss–t1k3x8v3 > ul > li,.MuiFormControl–fullWidthlayout-logoText--EkrWz,.layout-mainHeader--nUtVaMuiSelect–outlined,.content-section > ul > li,.content-section__toggle-content > ul > li{padding-left:15px;position:relative;margin-bottom:5px}.css–sqiwgdbcss–t1k3x8v3 > ul > li p,.content-section > ul > li p{display:inline}.css–sqiwgdbcss–t1k3x8v3 > ul > li:before,.MuiFormControl–fullWidthlayout-logoText--EkrWz:before,.layout-mainHeader--nUtVaMuiSelect–outlined:before,.content-section > ul > li:before,.content-section__toggle-content > ul > li: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}.layout-mainHeader--nUtVacss–sqiwgdb{width:50px;height:10px;background-image:var(--rating-star-inactive);background-repeat:repeat-x;background-size:10px auto}.layout-mainHeader--nUtVacss–sqiwgdb.css–ttzsjyecss–fqiwgdb{width:30px;height:6px;background-size:6px 6px}.layout-mainHeader--nUtVacss–sqiwgdb.w1{width:55px;height:11px;background-size:11px auto}.layout-mainHeader--nUtVacss–s1636szt{height:10px;background-image:var(--rating-star-active);background-repeat:repeat-x;background-size:10px auto;background-color:var(--content-bg)}.layout-mainHeader--nUtVacss–s1636szt.css–tqiwgdblayout-languageDropdown--bZYiB{background-color:#fff}.layout-mainHeader--nUtVacss–s1636szt.css–ttzsjyecss–f1k3x8v3{background-color:var(--widget-bg)}.MuiFormControl–rootcss–t1k3x8v3,.s_sfb .layout-mainHeader--nUtVacss–s1636szt.css–tqiwgdblayout-languageDropdown--bZYiB{background-color:var(--shortcode-box-bg)}.css–pfvipm8 .layout-mainHeader--nUtVacss–s1636szt{background-color:var(--review-header-bg-mobile)}.layout-mainHeader--nUtVacss–s1636szt.css–ttzsjyecss–f1636szt{height:6px;background-size:6px 6px}.layout-mainHeader--nUtVacss–s1636szt.A1{height:11px;background-size:11px auto}.layout-mainHeader--nUtVacss–s1636szt.MuiInputBase–formControlMuiInputBase–colorPrimary{background-color:var(--carousel-item-bg-contrast)}.layout-logo--vQN5ncss–qiwgdb{font-size:1rem;line-height:1.25;margin-top:5px;margin-bottom:3px;white-space:normal}.css–fqiwgdbcss–ttzsjye .layout-logo--vQN5ncss–qiwgdb{margin-top:5px;margin-bottom:3px}.layout-logo--vQN5ncss–qiwgdb,.layout-logo--vQN5ncss–qiwgdb .layout-mainHeader--nUtVacss–1k3x8v3,.layout-logo--vQN5ncss–qiwgdb .layout-mainHeader--nUtVacss–qiwgdb{color:var(--tc-color)}.layout-logo--vQN5ncss–qiwgdb .layout-mainHeader--nUtVacss–1k3x8v3,.layout-logo--vQN5ncss–qiwgdb .layout-mainHeader--nUtVacss–qiwgdb{text-decoration:underline;white-space:pre-wrap}.layout-mainHeader--nUtVacss–ttzsjye{line-height:1;margin-bottom:.25em}.layout-mainHeader--nUtVacss–t1k3x8v3{font-size:1.375em;font-weight:var(--font-weight-bold)}.css–ttzsjyecss–fvipm8{font-size:1.2rem;margin-bottom:1px}.css–f1k3x8v3MuiSelect–select{padding:7px;border:1px solid var(--highlight-color);border-radius:var(--border-radius-default);height:100%;width:100%}.css–f1k3x8v3MuiOutlinedInput–input{background:var(--light-gray-bg);border-radius:var(--border-radius-default);display:flex;flex:1;height:100%;align-items:center;justify-content:center;padding:5px;min-height:64px}.css–f1636sztlayout-container--8mgcn{font-size:2.4rem;font-weight:var(--font-weight-black)}.css–stzsjyeMuiSelect–select{font-size:1.4rem;font-weight:var(--font-weight-bold);word-break:break-word}.css–p1k3x8v3MuiInputBase–input{font-size:1rem;font-weight:var(--font-weight-semi-bold)}.css–p1k3x8v3MuiSelect–nativeInput{margin-top:3px}.layout-logo--vQN5ncss–ftzsjye{display:inline-block;font-size:75%}.provider-bonus-details-widget .layout-logo--vQN5ncss–ftzsjye{font-size:85%}.css–tqiwgdbcss–sfvipm8{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}.css–tqiwgdbcss–sfvipm8.--active{display:flex}.css–tqiwgdbcss–ptzsjye{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}.css–tqiwgdbcss–ptzsjye.--active{display:flex}.css–tqiwgdbcss–p1k3x8v3{overflow-y:auto;padding:15px}.css–tqiwgdbcss–pfvipm8{align-self:flex-end;background:var(--light-gray-bg);font-size:2.4rem;width:40px;height:40px;color:#999;line-height:40px;border-radius:50%;font-weight:var(--font-weight-bold)}.css–tqiwgdbcss–pfvipm8:hover{color:var(--color-default)}.css–tqiwgdbMuiSelect–outlined{max-width:120px;margin:0 auto 15px}.css–tqiwgdbMuiInputBase–input{font-size:2.4rem;font-weight:var(--font-weight-bold)}.css–tqiwgdbMuiOutlinedInput–input{font-size:2rem;margin:5px 0 10px;color:var(--label-color)}.css–tqiwgdbMuiSelect–nativeInput{font-size:2.4rem;color:var(--link-color-flashy);border:2px dashed var(--link-color-flashy);background:color-mix(in srgb,var(--link-color-flashy) 5%,transparent);padding:12px;width:100%;max-width:400px;border-radius:var(--border-radius-default);font-weight:var(--font-weight-bold);margin:0 auto}.css–tqiwgdbMuiSvgIcon–root{margin:15px auto;font-size:1.2rem;width:100%;max-width:450px;line-height:1.5}.css–tqiwgdbMuiSelect–icon{margin:0 auto;padding-left:20px;padding-right:20px}.css–ffvipm8{padding:15px 0 20px;position:relative;margin-bottom:0;width:100%;color:var(--review-header-color)}.css–ffvipm8:nth-child(2){padding-top:0}.css–ttzsjyeMuiOutlinedInput–input .layout-languageDropdown--bZYiBMuiFormControl–fullWidth{padding-top:15px}.toc-section__headline{padding:15px 45px 15px 15px;font-weight:var(--font-weight-bold);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(/es/mexico/asset/images/filter-menu.svg);mask-image:url(/es/mexico/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(--color-default)}.toc-section__headline:not(.--closed){border-bottom-color:color-mix(in srgb,var(--color-default) 15%,transparent)}.toc-section__headline:hover{color:var(--link-color-hover)}.toc-section__content-wrapper{transition:.25s all;overflow:hidden}.layout-logoImage--pckRVMuiInputBase–formControl{padding:15px}.layout-logoImage--pckRVcss–qiwgdb{margin-bottom:8px}.toc-section__ul__li_link{text-decoration:none;display:flex;position:relative}.toc-section__ul__li_link:hover{color:var(--color-default);text-decoration:none}.toc-section__ul__li_link:after{content:"";width:0px;height:2px;display:block;background:var(--link-color-flashy);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("/es/mexico/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(--color-default);line-height:1.2;display:flex}.toc-section__ul__li__li__link:hover{text-decoration:none;color:var(--theme-color-2)}.content-section__toggle-element{background:var(--theme-color-1) url("/es/mexico/asset/images/toggle-minus-white.svg") 15px center no-repeat;background-size:21px auto;padding:12px 15px 12px 50px;border-radius:var(--border-radius-default);color:#fff;font-weight:var(--font-weight-bold);cursor:pointer}.content-section__toggle-element.--inactive{background-image:url(/es/mexico/asset/images/toggle-plus-white.svg)}.content-section__toggle-element:hover{color:rgba(255,255,255,.7)}.content-section__toggle-content{padding-top:15px}.css–f1k3x8v3css–pfvipm8{margin:30px -15px 0}.css–fvipm8layout-logoText--EkrWz{padding:10px 0;border-bottom:1px solid var(--border-color);font-size:1.4rem;height:100%}.css–fvipm8layout-logoText--EkrWz a{color:var(--color-default)}.css–fvipm8layout-logoText--EkrWz a:hover,.css–fvipm8layout-logoText--EkrWz:hover .css–fvipm8layout-icons--h5h-p{color:var(--link-color)}.css–fvipm8layout-icons--h5h-p{min-width:25px;display:inline-flex;align-self:flex-start;padding-right:5px;transition:color .25s ease-in-out}.css–fvipm8layout-logo--vQN5n:not(:first-child){margin-top:30px}.css–t1636sztMuiFormControl–root{margin-bottom:30px}.css–tfvipm8layout-logoImage--pckRV:not(:nth-last-child(2)){margin-bottom:30px;padding-bottom:10px;position:relative}.css–tfvipm8layout-logoImage--pckRV:not(:nth-last-child(2)):after{content:"";background:var(--border-color);position:absolute;left:15px;bottom:0;width:calc(100% - 30px * 1);height:1px}.css–t1636sztMuiSelect–select{background-color:var(--content-bg);overflow:hidden;margin-bottom:15px}.css–t1636sztMuiOutlinedInput–input{position:relative;height:0;padding-top:55.5%;background-repeat:no-repeat;background-size:cover;background-position:center;transition:box-shadow .25s ease-in-out;box-shadow:0 0 0 9999px rgba(0,0,0,0) inset}.css–tfvipm8MuiOutlinedInput–root .css–t1636sztMuiOutlinedInput–input{margin-bottom:20px}.css–t1636sztMuiOutlinedInput–input:not(.css–tfvipm8MuiInputBase–colorPrimary):hover{content:"";box-shadow:0 0 0 9999px rgba(0,0,0,.4) inset;transition:box-shadow .25s ease-in-out}.css–t1636sztMuiOutlinedInput–input:not(.css–tfvipm8MuiInputBase–colorPrimary):after{content:"";position:absolute;bottom:0;left:0;width:100%;background:-moz-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,1) 70%,rgba(0,0,0,1) 100%);background:-webkit-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,1) 70%,rgba(0,0,0,1) 100%);background:linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgba(0,0,0,1) 70%,rgba(0,0,0,1) 100%);z-index:1;height:45%;min-height:100px}.css–t1636sztMuiSelect–nativeInput{position:absolute;bottom:15px;left:20px;max-width:calc(100% - 40px * 1);z-index:2}.css–t1636sztMuiSvgIcon–root{font-size:2rem;line-height:1.2em;font-weight:var(--font-weight-bold);text-decoration:none;color:#fff;display:block;padding-left:0px;user-select:none;text-shadow:0 0 5px rgba(0,0,0,.5)}.css–t1636sztMuiSvgIcon–root:hover{color:var(--link-color-flashy);text-decoration:none}.css–t1636sztMuiSelect–icon{font-size:1.2rem;color:#fff;display:flex;line-height:1.2;margin-top:15px;align-items:center}.css–t1636sztMuiSelect–icon.css–tfvipm8MuiInputBase–formControl{color:var(--link-color);margin-bottom:.75em;margin-top:0}.css–t1636sztMuiSelect–icon div{padding-right:10px;margin-right:10px;position:relative}.css–t1636sztMuiSelect–icon div:not(:last-child):after{content:"";position:absolute;right:0;top:2px;width:1px;height:calc(100% - 4px * 1);background:#fff}.css–t1636sztMuiSelect–icon.css–tfvipm8MuiInputBase–formControl div:not(:last-child):after{background:var(--link-color)}.css–t1636sztMuiSelect–icon div:last-child{border:none;margin:0;padding:0}.css–t1636sztMuiSelect–iconOutlined{padding:13px 15px;min-height:74px}.css–tfvipm8MuiInputBase–root{margin-bottom:20px}.css–tfvipm8layout-select--hSPCi{text-decoration:none;font-size:2rem;color:var(--color-default);font-weight:var(--font-weight-bold);margin-bottom:.5em;display:block;line-height:1.2}.css–t1636sztMuiSelect–select:hover .css–t1636sztMuiSvgIcon–root,.css–tfvipm8MuiInputBase–root:hover .css–tfvipm8layout-select--hSPCi,.css–tfvipm8layout-select--hSPCi:hover{color:var(--link-color-flashy);text-decoration:none}.css–tfvipm8MuiOutlinedInput–root{height:100%}.css–tfvipm8layout-logoText--EkrWz,.css–tfvipm8css–t1k3x8v3,.css–tfvipm8layout-logoImage--pckRV:not(:nth-last-child(2)){border-color:var(--border-color)}.css–qiwgdbcss–pqiwgdb{margin:15px 0;font-size:1.1rem}.css–qiwgdbcss–p1k3x8v3{padding:0}.h1-headline ~ .css–qiwgdbcss–p1k3x8v3{padding-top:0;margin-top:0}.css–qiwgdbMuiSelect–iconOutlined:not(.css–f1k3x8v3css–pqiwgdb){padding-right:0}.css–1k3x8v3layout-mainHeader--nUtVa{font-weight:var(--font-weight-bold)}.single-post-meta-data__elem__image{max-width:40px;margin-right:15px;align-items:center;width:100%}.css–f1k3x8v3css–s1636szt,.single-post-meta-data__mobile-toggle-menu .css–qiwgdbMuiSelect–iconOutlined{border:none;padding:0;margin:0}.single-post-meta-data__mobile-toggle-menu .css–qiwgdbcss–pfvipm8: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(--color-default);-webkit-mask-image:url(/es/mexico/asset/images/header-icon-info-gray.svg);mask-image:url(/es/mexico/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(--author-data-color);-webkit-mask-size:10px auto;mask-size:10px auto}.single-post-meta-data__mobile-toggle-btn{background:var(--author-data-bg);color:var(--author-data-color);border-radius:10px 4px 4px 10px;font-size:.85rem;text-transform:uppercase;display:flex;font-weight:var(--font-weight-bold);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(--author-data-bg);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(--author-data-bg);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(--author-data-color);font-weight:normal;border-radius:var(--border-radius-default);user-select:none}.single-post-meta-data__mobile-toggle-menu.--active{display:flex !important;opacity:1;pointer-events:all}.css–qiwgdbMuiSelect–iconOutlined,.css–f1636sztlayout-logo--vQN5n{width:100%}.css–qiwgdbMuiSelect–iconOutlined p:last-child{margin-bottom:0}.single-post-meta-data__elem__author-name{font-weight:var(--font-weight-bold);font-size:1.2rem;padding-right:5px;text-decoration:none;color:currentColor}.css–f1k3x8v3css–tqiwgdb{padding-right:5px;font-size:1.1rem;z-index:1;transform:translateY(-15%)}.css–f1k3x8v3css–t1k3x8v3{margin:0 5px;width:12px;height:10px;text-indent:-9999px;text-decoration:none !important;color:currentColor !important}.css–f1k3x8v3css–t1k3x8v3: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(--border-radius-default)}.single-post-meta-data__social-sharing__icons.--active{opacity:1;pointer-events:all}.css–1k3x8v3MuiFormControl–fullWidth{text-decoration:none;color:var(--color-dark)}.css–1k3x8v3MuiFormControl–fullWidth span{width:30px;height:30px;display:block;transition:all .2s ease-out;text-indent:-9999px;overflow:hidden}.css–1k3x8v3MuiFormControl–fullWidth:hover{color:var(--link-color-flashy);transition:all .2s ease-out;text-decoration:none}.css–1k3x8v3MuiFormControl–fullWidth: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(--border-radius-default);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,.css–1k3x8v3MuiFormControl–fullWidth 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}.css–1k3x8v3MuiFormControl–fullWidth span.socialicon-mail:before{font-size:1.6rem}.single-post-meta-data__social-sharing__mobile-toggle.--active[class*=" socialicon-"]:before{color:var(--color-dark)}.css–1k3x8v3MuiFormControl–fullWidth span:before{width:100%;color:currentColor}.css–qiwgdbMuiSvgIcon–fontSizeMedium{border-radius:50%;max-width:40px;max-height:40px;cursor:pointer}.js-clickable{cursor:pointer}.css–sqiwgdbcss–ptzsjye{margin:15px 0;padding:0 15px}.css–sqiwgdbcss–ptzsjye a,.css–sqiwgdbcss–ptzsjye span{width:30px;height:30px;display:inline-flex;margin:0 5px 5px 0;background:var(--content-bg);box-shadow:0 0 0 1px var(--border-color) inset;font-size:1.3rem;text-align:center;justify-content:center;align-items:center;text-decoration:none;color:var(--color-default);font-weight:var(--font-weight-bold);transition:all .2s ease-out;cursor:pointer}.css–sqiwgdbcss–ptzsjye span.css–sqiwgdbcss–pqiwgdb{width:auto}.css–sqiwgdbcss–ptzsjye a:hover,.css–sqiwgdbcss–ptzsjye span.css–sqiwgdbcss–p1636szt,.css–sqiwgdbcss–ptzsjye span:hover,.css–sqiwgdbcss–ptzsjye span[data-current="1"]{box-shadow:0 0 0 1px transparent inset;transition:all .2s ease-out;background-color:var(--tab-bg-active);color:var(--tab-color-active)}.css–tfvipm8MuiInputBase–input{padding-top:30px;border-top:1px solid var(--border-color);margin:30px 0}.css–p1k3x8v3layout-gamesNavBar--Rtchc{margin-top:30px}.css–tfvipm8MuiInputBase–input:before{content:"";width:13px;height:13px;background:var(--border-color);position:absolute;left:0;top:-7px;border-radius:50%}.css–p1k3x8v3layout-icons--h5h-p{color:var(--label-color);text-transform:uppercase;font-size:1.6rem;margin-bottom:5px}.css–p1k3x8v3MuiFormControl–root{margin-bottom:5px !important}.css–tfvipm8MuiSvgIcon–fontSizeMedium{border-bottom:1px solid var(--border-color);padding:15px 0;background:var(--shortcode-box-bg);height:100%;box-shadow:none}.css–tfvipm8MuiSelect–iconOutlined{flex:1 0 100%;aspect-ratio:90/51;background-size:cover;background-position:center;background-repeat:no-repeat}.css–stzsjyelayout-mainHeader--nUtVa{padding:0;flex:1 0 100%;margin-top:15px}.css–stzsjyelayout-gamesNavBar--Rtchc,.css–p1k3x8v3css–ftzsjye{color:var(--color-default)}.css–stzsjyelayout-gamesNavBar--Rtchc:hover,.css–p1k3x8v3css–ftzsjye:hover{color:var(--link-color-flashy)}.css–stzsjyelayout-logoText--EkrWz,.css–p1k3x8v3css–fvipm8{font-size:1.8rem;color:var(--color-default);margin-bottom:5px;font-weight:var(--font-weight-bold)}.css–p1k3x8v3MuiFormControl–fullWidth{margin-left:-8px;margin-right:-8px}.css–p1k3x8v3css–fvipm8{font-size:1.3rem;margin-bottom:0}.css–stzsjyelayout-languageDropdown--bZYiB{margin:30px 0}.css–p1k3x8v3MuiInputBase–root{margin-bottom:15px;padding-left:8px;padding-right:8px}.css–p1k3x8v3MuiOutlinedInput–root{height:100%;border-radius:var(--border-radius-default);border:1px solid var(--border-color)}.css–p1k3x8v3css–tzsjye{padding:5px 0 5px 5px;align-self:center}.css–p1k3x8v3css–1k3x8v3{padding-top:5px;padding-bottom:5px;height:100%}.s_sf{background:var(--footer-primary-bg);color:var(--footer-primary-color)}.lang-switcher__toggle{color:#fff;padding:0 20px 0 10px;background:url("/es/mexico/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(--border-radius-default);display:flex;align-items:center;height:40px}.lang-switcher__toggle.--active,.lang-switcher__toggle:hover{background-color:var(--theme-color-3);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("/es/mexico/asset/images/arrow-more-white.svg") center no-repeat;background-size:6px auto !important;cursor:pointer;border:0;border-radius:var(--border-radius-default);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}.layout-mainHeader--nUtVacss–1k3x8v3{cursor:pointer}.MuiInputBase–colorPrimarycss–sqiwgdb{padding:0}.MuiInputBase–colorPrimarycss–sfvipm8{margin-top:1rem !important;padding:15px 15px 15px 45px;background:var(--warning-bg);border-radius:var(--border-radius-default);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(--warning-color)}.MuiInputBase–colorPrimarycss–p1k3x8v3{font-size:1.8rem;margin-bottom:3px;font-weight:var(--font-weight-bold);line-height:1.2}.MuiInputBase–colorPrimarycss–sfvipm8:before{height:auto;width:30px;line-height:1;font-size:4rem;position:absolute;content:"!";left:15px;top:15px;color:var(--warning-color);display:flex;align-items:center;border-radius:50%;font-weight:var(--font-weight-bold);z-index:1}.MuiInputBase–colorPrimarycss–sqiwgdb .MuiInputBase–colorPrimaryMuiOutlinedInput–input{margin-bottom:0;margin-top:0;padding-top:30px}.MuiInputBase–colorPrimarycss–sqiwgdb .MuiInputBase–colorPrimaryMuiOutlinedInput–input:not(.owl-loaded){padding-top:30px;display:grid;grid-gap:0 20px;grid-template-columns:1fr;grid-auto-flow:column}.MuiInputBase–colorPrimarycss–sqiwgdb .MuiInputBase–colorPrimaryMuiOutlinedInput–input:not(.owl-loaded) .MuiInputBase–colorPrimaryMuiSelect–icon{min-width:calc(var(--site-width,100vw) - 30px)}.MuiInputBase–colorPrimarycss–sqiwgdb .MuiInputBase–colorPrimaryMuiOutlinedInput–input .MuiInputBase–colorPrimaryMuiSelect–icon{max-width:calc(var(--site-width,100vw) - 30px)}.MuiInputBase–colorPrimarycss–sqiwgdb .MuiInputBase–colorPrimaryMuiOutlinedInput–input .owl-stage-outer{padding:15px;margin:-15px}.MuiInputBase–colorPrimarycss–sqiwgdb .MuiInputBase–colorPrimaryMuiOutlinedInput–input.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(.css–1636sztcss–sqiwgdb):not(.exclusive-promo-code-field):before{content:var(--exclusive-tag);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}.general-code-field{display:block;position:relative}.layout-logo--vQN5nlayout-mainHeader--nUtVa{position:absolute;left:25px;top:-.5em;background:#fff;padding:0 5px;font-size:1.1rem;font-weight:var(--font-weight-bold);display:block;z-index:1;text-transform:uppercase;line-height:1;color:var(--label-color);pointer-events:none}.css–pfvipm8 .layout-logo--vQN5nlayout-mainHeader--nUtVa{background:var(--review-header-bg-mobile);color:var(--cell-title)}.css–f1k3x8v3MuiSelect–iconOutlined .layout-logo--vQN5nlayout-mainHeader--nUtVa,.provider-bonus-details-widget .layout-logo--vQN5nlayout-mainHeader--nUtVa{background:var(--widget-bg)}.general-code-field label{margin:0;display:block}.general-code-field__input{background:var(--code-field-bg);color:var(--code-field-color);border:none;border-radius:var(--border-radius-default);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.--has-code:not(.--hide-copy-btn) .general-code-field__input{padding-right:35px}.general-code-field:not(.css–1636sztcss–sqiwgdb):hover .general-code-field__input:not(.--active){color:var(--highlight-color)}.general-code-field__input.--active{color:var(--highlight-color);font-weight:var(--font-weight-bold);border:1px solid var(--highlight-color) !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(/es/mexico/asset/images/copy-code-icon-black.svg);mask-image:url(/es/mexico/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(--highlight-color)}.general-code-field__cpy-btn:hover{opacity:.7}.general-code-field__cpy-btn.css–f1636sztlayout-select--hSPCi{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(--theme-color-2);color:#fff;padding:4px 8px;line-height:1.2;text-align:center;font-size:1.1rem;border-radius:var(--border-radius-default);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(--border-color-dark)}.--review-header-new .general-code-field__input:not(.--active){border:1px solid color-mix(in srgb,var(--review-header-color) 30%,transparent);background-color:var(--review-code-field-bg);color:var(--review-code-field-color)}.review-header-info-new.css–f1k3x8v3MuiSelect–iconOutlined .general-code-field__input:not(.--active),.provider-bonus-details-widget .general-code-field__input:not(.--active){border:1px solid color-mix(in srgb,var(--widget-color) 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(--highlight-color)}.--bonus-comparison .general-code-field__input:not(.--active),.--s_sfb .general-code-field__input:not(.--active),.--top5-bonus .general-code-field__input:not(.--active){background:var(--code-field-bg-light);color:var(--code-field-color-light)}.--s_sfb .general-code-field__copied-notice.--active{bottom:-8px}.s_mw{max-height:999999px}.search__results-overlay{position:absolute;top:var(--menu-row-height-mobile);left:0;width:100%;max-width:var(--site-width,100vw);background:var(--light-gray-bg);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(--theme-color-2) 12%,transparent);font-weight:var(--font-weight-bold);font-style:normal}.req___search-result-container__tabs{background:var(--light-gray-bg);padding:15px 15px 5px;position:sticky;top:0;z-index:1;overflow:auto}.req___search-result-container__tab-item{border:1px solid var(--border-color);padding:10px 15px;margin-right:10px;border-radius:var(--border-radius-default);white-space:nowrap;color:var(--label-color);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(--color-dark);border-color:var(--color-dark)}.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(--border-color)}.req___search-result-container__show-more{text-align:center;font-size:1.3rem;font-weight:var(--font-weight-bold);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(--color-default)}.req___search-result-container__list a:hover{color:var(--link-color-flashy)}.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(--border-radius-default);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 .layout-mainHeader--nUtVacss–s1636szt{background-color:transparent}.req___search-result-container__nothing-found{padding:15px}.css–tqiwgdbcss–ttzsjye{display:flex;align-items:stretch;padding:8px 25px 8px 8px;background:var(--btn-primary-bg);color:var(--btn-primary-color);border-radius:var(--border-radius-default);line-height:1.4;justify-content:center}.css–tqiwgdbcss–ttzsjye:hover{background:var(--btn-primary-bg-hover);color:var(--btn-primary-color-hover)}.css–tqiwgdbcss–t1636szt{width:65px;flex:0 0 65px;min-height:30px;margin-right:20px;display:flex;align-items:center;justify-content:center;border-radius:var(--border-radius-default);pointer-events:none}.css–tqiwgdbcss–tfvipm8{align-self:center;font-weight:var(--font-weight-bold);pointer-events:none}.content-section > ul:not([class]),.css–qiwgdbcss–sfvipm8 > .css–sqiwgdbcss–t1k3x8v3 > ul:not([class]),.css–qiwgdbcss–ptzsjye > ul:not([class]),.css–tfvipm8layout-languageDropdown--bZYiB > .css–tzsjye > [class*="col-"] > ul:not([class]),.content-section > ol:not([class]),.css–qiwgdbcss–sfvipm8 > .css–sqiwgdbcss–t1k3x8v3 > ol:not([class]),.css–qiwgdbcss–ptzsjye > ol:not([class]),.css–tfvipm8layout-languageDropdown--bZYiB > .css–tzsjye > [class*="col-"] > ol:not([class]){margin:15px 0 30px;padding:0;list-style:none;counter-reset:section}.content-section > ul:not([class]) > li,.css–qiwgdbcss–sfvipm8 > .css–sqiwgdbcss–t1k3x8v3 > ul:not([class]) > li,.css–qiwgdbcss–ptzsjye > ul:not([class]) > li,.css–tfvipm8layout-languageDropdown--bZYiB > .css–tzsjye > [class*="col-"] > ul:not([class]) > li,.content-section > ol:not([class]) > li,.css–qiwgdbcss–sfvipm8 > .css–sqiwgdbcss–t1k3x8v3 > ol:not([class]) > li,.css–qiwgdbcss–ptzsjye > ol:not([class]) > li,.css–tfvipm8layout-languageDropdown--bZYiB > .css–tzsjye > [class*="col-"] > ol:not([class]) > li{margin-bottom:10px;padding-left:30px}.content-section > ul:not([class]) > li:before,.css–qiwgdbcss–sfvipm8 > .css–sqiwgdbcss–t1k3x8v3 > ul:not([class]) > li:before,.css–qiwgdbcss–ptzsjye > ul:not([class]) > li:before,.css–tfvipm8layout-languageDropdown--bZYiB > .css–tzsjye > [class*="col-"] > 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(--list-point-bg,var(--badge-bg));-webkit-mask-image:url(/es/mexico/asset/images/circle-checkmark-green.svg);mask-image:url(/es/mexico/asset/images/circle-checkmark-green.svg)}.content-section > ol:not([class]) > li:before,.css–qiwgdbcss–sfvipm8 > .css–sqiwgdbcss–t1k3x8v3 > ol:not([class]) > li:before,.css–qiwgdbcss–ptzsjye > ol:not([class]) > li:before,.css–tfvipm8layout-languageDropdown--bZYiB > .css–tzsjye > [class*="col-"] > 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(--list-point-bg,var(--badge-bg));color:var(--list-point-color,var(--badge-color));border-radius:11px;justify-content:center;align-items:center;font-size:1.6rem}:target{scroll-margin-top:calc(var(--icon-row-height-desktop) + var(--menu-row-height-desktop) + 10px)}@media (min-width:576px){.layout-logoImage--pckRV .layout-languageDropdown--bZYiB,.css–fvipm8css–tzsjye,.layout-languageDropdown--bZYiBMuiInputBase–colorPrimary{padding:10px 0}.layout-languageDropdown--bZYiB,.layout-languageDropdown--bZYiB a{font-size:1.2rem}.css–qiwgdbMuiSelect–iconOutlined:not(.css–f1k3x8v3css–pqiwgdb){padding-right:15px;border-right:1px solid color-mix(in srgb,currentColor 15%,transparent)}.css–tfvipm8MuiSelect–iconOutlined{flex:0 0 250px;height:140px}.css–stzsjyelayout-mainHeader--nUtVa{flex:1 0 calc(100% - 250px * 1);max-width:100%;padding:0 15px;margin-top:0}}@media (min-width:700px){.MuiInputBase–colorPrimarycss–sqiwgdb .MuiInputBase–colorPrimaryMuiOutlinedInput–input:not(.owl-loaded){grid-template-columns:1fr 1fr}.MuiInputBase–colorPrimarycss–sqiwgdb .MuiInputBase–colorPrimaryMuiOutlinedInput–input:not(.owl-loaded) .MuiInputBase–colorPrimaryMuiSelect–icon{min-width:calc(50vw - 30px)}.MuiInputBase–colorPrimarycss–sqiwgdb .MuiInputBase–colorPrimaryMuiOutlinedInput–input .MuiInputBase–colorPrimaryMuiSelect–icon{max-width:calc(50vw - 30px)}}@media (min-width:768px){.layout-logoImage--pckRVcss–s1k3x8v3{overflow-x:auto}.css–pqiwgdb{font-size:1.5rem;padding:5px 10px}.css–tqiwgdb{margin-bottom:.75em}body{padding-top:calc(var(--icon-row-height-desktop) + var(--menu-row-height-desktop))}.s_sh__icon-row,.s_sh__icon-row .header-toggle-icon,.s_sh__icon-row .header-toggle-btn{height:var(--icon-row-height-desktop) !important}.single-post-meta-data__mobile-toggle-btn:hover:before{background:var(--author-data-color)}.header-toggle-textbox{top:var(--icon-row-height-desktop)}.site-menu{top:var(--menu-row-height-desktop)}.site-menu--active{max-height:calc(100vh - var(--icon-row-height-desktop) - var(--menu-row-height-desktop))}.search-toggle{width:50px;height:var(--menu-row-height-desktop);-webkit-mask-size:20px 20px;mask-size:20px 20px}.s_mw{margin:30px 0}.s_mw.MuiInputBase–root{margin:0}h2{font-size:calc(2.2rem * var(--headline-multiplier))}h2#sub-h2-headline-for-some-more-information{font-size:calc(2rem * var(--headline-multiplier))}h3{font-size:calc(2rem * var(--headline-multiplier))}.h1-headline{font-size:calc(2.8rem * var(--headline-multiplier))}.css–tqiwgdbMuiSvgIcon–root{font-size:1.3rem}.css–tfvipm8layout-logoText--EkrWz{padding-right:15px;border-right-style:solid;border-right-width:1px;margin-bottom:20px}.css–f1k3x8v3css–s1636szt{margin-left:20px}.single-post-meta-data__mobile-toggle-menu .css–qiwgdbcss–pfvipm8{margin-left:0;width:100%}.css–t1636sztMuiSelect–select{margin-bottom:0}.s_bttb{width:40px;height:40px;background-size:8px auto}.MuiInputBase–colorPrimarycss–sfvipm8{padding-left:40px}.MuiInputBase–colorPrimarycss–sfvipm8:before{width:50px;font-size:5rem}.MuiInputBase–colorPrimarycss–sfvipm8{padding-left:50px}.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}.search__results-overlay{top:var(--menu-row-height-desktop);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--nUtVacss–fvipm8{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--nUtVacss–fvipm8: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}.layout-logoImage--pckRVcss–fqiwgdb,.layout-logoImage--pckRVcss–fqiwgdb:hover{transition:color .25s ease-in-out}.css–1k3x8v3MuiFormControl–root,.css–1k3x8v3MuiFormControl–root:hover{transition:box-shadow .25s ease-in-out,opacity .25s ease-in-out}.css–pqiwgdb{float:right}body.css–1636sztMuiSelect–icon .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(--main-logo-container-width) - 50px)}.s_sh--single-row .s_sh__menu-row{max-width:calc(100% - var(--main-logo-container-width) - 50px - var(--menu-row-additional-cell,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(/es/mexico/asset/images/menu-show-more-icon-plus.svg) !important;mask-image:url(/es/mexico/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(--menu-extended-link-color-hover)}.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(--menu-extended-bg);color:var(--menu-extended-link-color);position:absolute;top:var(--menu-row-height-desktop);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(--menu-extended-link-color-hover);z-index:10;max-height:calc(100vh - 115px * 1);overflow:auto}.s_sh--single-row .site-menu-extended{right:calc(15px + var(--menu-row-additional-cell,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(--menu-extended-link-color)}.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(/es/mexico/asset/images/menu-show-more-icon-minus.svg) !important;mask-image:url(/es/mexico/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(--border-radius-default);display:flex;cursor:pointer}.site-menu-extended__toggle span{-webkit-mask-image:url(/es/mexico/asset/images/menu-icon-extended-toggle-white.svg);mask-image:url(/es/mexico/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(--menu-desktop-link-color)}.--active .site-menu-extended__toggle span{background:var(--menu-desktop-bg)}.site-menu-extended__toggle:hover{opacity:.5}.site-menu-extended__li-wrapper.--active .site-menu-extended__toggle{background-color:var(--menu-extended-link-color-hover);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)}.layout-logoImage--pckRV .layout-languageDropdown--bZYiB:not(.site-breadcrumb--review-hero-section-other){min-height:36px}.layout-languageDropdown--bZYiBMuiInputBase–colorPrimary{margin-bottom:15px}.layout-languageDropdown--bZYiBMuiInputBase–colorPrimary:not(.site-breadcrumb--box-shadow-none):after{box-shadow:0 1px 0 0 var(--border-color)}.button.layout-logoText--EkrWzlayout-logo--vQN5n:hover{background-position:right 9px center}.flex-content__col-sidebar{margin-top:-1px}.css–1636sztMuiSelect–icon .flex-content__col-sidebar{margin-top:30px}.flex-content__col-sidebar.css–t1636sztlayout-languageDropdown--bZYiB{margin-top:-1px}.flex-content__col-sidebar.css–f1k3x8v3MuiSelect–outlined,.flex-content__col-sidebar.css–s1k3x8v3MuiOutlinedInput–root,.layout-logoImage--pckRV .flex-content__col-sidebar{margin-top:35px}.css–qiwgdbcss–s1636szt{display:flex;flex-direction:row;justify-content:space-between}.css–qiwgdbcss–sfvipm8:not(.flex-content__main-content--no-style):not(.css–t1k3x8v3css–tqiwgdb),.layout-logo--vQN5nMuiInputBase–input{flex:0 1 auto;width:calc(100% - 40px - 365px * 1);max-width:795px;padding:15px 0 15px 15px;position:relative}.layout-logo--vQN5nMuiInputBase–input{padding-top:0}.css–qiwgdbcss–sfvipm8.css–sqiwgdbcss–tqiwgdb{padding-right:15px !important}.css–qiwgdbcss–sfvipm8:not(.css–ftzsjyecss–qiwgdb):not(.css–t1k3x8v3css–tqiwgdb):after{content:var(--page-bg-background-overlap);position:absolute;top:0;left:auto;right:0;width:var(--site-width,100vw);background:var(--content-bg);height:100%;z-index:-1}.flex-content__col-sidebar,.css–tzsjyeMuiOutlinedInput–input{flex:0 0 380px;margin-left:25px;min-height:1%;min-width:380px}.css–ffvipm8{padding:15px 0 30px}.css–tfvipm8css–t1k3x8v3{padding-left:15px;border-left-style:solid;border-left-width:1px;margin-bottom:20px}.css–qiwgdbcss–p1k3x8v3{padding:0;margin-bottom:30px}.css–t1636sztMuiSvgIcon–root{font-size:2.8rem}.content-section{border-left-width:1px;border-right-width:1px;border-radius:var(--border-radius-default)}.MuiInputBase–colorPrimarycss–pqiwgdb{z-index:1}.MuiInputBase–colorPrimarycss–sqiwgdb .MuiInputBase–colorPrimaryMuiOutlinedInput–input:not(.owl-loaded){grid-template-columns:1fr 1fr 1fr}.MuiInputBase–colorPrimarycss–sqiwgdb .MuiInputBase–colorPrimaryMuiOutlinedInput–input:not(.owl-loaded) .MuiInputBase–colorPrimaryMuiSelect–icon{min-width:calc(33.33vw - 30px)}.MuiInputBase–colorPrimarycss–sqiwgdb .MuiInputBase–colorPrimaryMuiOutlinedInput–input .MuiInputBase–colorPrimaryMuiSelect–icon{max-width:calc(33.33vw - 30px)}.MuiInputBase–colorPrimarycss–sqiwgdb .MuiInputBase–colorPrimaryMuiOutlinedInput–input.owl-carousel-inactive{padding-bottom:0}.MuiInputBase–colorPrimarycss–sqiwgdb .MuiInputBase–colorPrimaryMuiOutlinedInput–input .owl-dots,.MuiInputBase–colorPrimarycss–sqiwgdb .MuiInputBase–colorPrimaryMuiOutlinedInput–input .owl-nav{display:none !important}.MuiInputBase–colorPrimarycss–p1k3x8v3{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){.MuiInputBase–colorPrimarycss–sqiwgdb .MuiInputBase–colorPrimaryMuiOutlinedInput–input:not(.owl-loaded) .MuiInputBase–colorPrimaryMuiSelect–icon{min-width:calc(33.33% - 30px);max-width:calc(( 1200px / 3 ) - 30px)}}@media (min-width:1200px){.site-submenu-container{max-width:1170px}.css–tfvipm8MuiSvgIcon–root{margin-bottom:15px}.css–p1k3x8v3layout-icons--h5h-p{margin-bottom:30px}.css–tfvipm8MuiSvgIcon–fontSizeMedium{border:1px solid var(--border-color);padding:0;height:100%;border-radius:var(--border-radius-default);overflow:hidden;box-shadow:inherit}.css–tfvipm8MuiSelect–iconOutlined{flex:0 0 100%;height:130px}.css–stzsjyelayout-mainHeader--nUtVa{padding:15px}.css–stzsjyelayout-logoText--EkrWz{margin-bottom:10px}.css–stzsjyelayout-languageDropdown--bZYiB{margin:0 auto;padding-bottom:15px}.MuiInputBase–formControlcss–1636szt{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–1k3x8v3{width:0;flex-grow:1}}@media (max-width:768px){.css–1k3x8v3 > span{overflow-x:auto;white-space:nowrap}}@media (max-width:575px){.css–qiwgdbMuiSelect–select{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(/es/mexico/asset/images/menu-show-more-icon-plus.svg) !important;mask-image:url(/es/mexico/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(/es/mexico/asset/images/menu-show-more-icon-minus.svg) !important;mask-image:url(/es/mexico/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(.MuiFormControl–fullWidthlayout-select--hSPCi):not(.MuiInputBase–colorPrimaryMuiOutlinedInput–input):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 .hero-cards-carousel__item,.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 .MuiInputBase–colorPrimaryMuiSelect–icon{margin:0 25px 0 0 !important;position:relative}.MuiInputBase–colorPrimarycss–sqiwgdb .owl-carousel-inactive .MuiInputBase–colorPrimaryMuiSelect–icon{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(--border-radius-default)}.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}.owl-carousel__auto-width .award-cards-carousel__item,.owl-carousel__auto-width .hero-cards-carousel__item,.owl-carousel__auto-width .team-carousel__item{width:100%}.owl-carousel__auto-width .team-carousel__item{min-width:237px}.css–sqiwgdbcss–t1k3x8v3 > .owl-carousel .carousel-item,.css–sqiwgdbcss–t1k3x8v3 > .owl-carousel-inactive .carousel-item{border:1px solid var(--border-color)}.layout-logoText--EkrWzMuiInputBase–colorPrimary{margin-top:5px;margin-bottom:5px;font-size:1.4rem}.layout-logoText--EkrWzMuiInputBase–colorPrimary{font-size:1.2rem !important}.layout-logoImage--pckRVcss–sfvipm8{margin-bottom:30px}.layout-logoImage--pckRVcss–ptzsjye{border:1px solid var(--border-color);margin-bottom:15px;border-radius:var(--border-radius-default);position:relative;display:grid;grid-template-areas:"pb_logo pb_details" "pb_logo pb_cta";grid-template-columns:85px 1fr}.layout-logoImage--pckRVcss–ptzsjye > div:not(.provider-bonus-list__item__country-badge){padding:15px 10px;align-content:center}.layout-logoImage--pckRVcss–pqiwgdb{background:var(--light-gray-bg);display:flex;align-items:center;justify-content:center;grid-area:pb_logo;padding:0 !important}.layout-logoImage--pckRVcss–pqiwgdb > span.layout-mainHeader--nUtVacss–1k3x8v3{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;overflow:hidden}.layout-logoImage--pckRVcss–pqiwgdb > span.layout-mainHeader--nUtVacss–1k3x8v3 > img{flex-grow:1;width:100%;max-height:unset;object-fit:contain}.layout-logoImage--pckRVcss–p1k3x8v3{border-radius:32px}.layout-logoImage--pckRVcss–p1636szt{grid-area:pb_details}.layout-logoImage--pckRVcss–pfvipm8{display:flex;gap:4px 10px;align-items:center}.layout-logoImage--pckRVMuiInputBase–input{font-size:2rem;font-weight:var(--font-weight-bold);line-height:var(--line-height-reduced)}.layout-logoText--EkrWzMuiInputBase–root{font-size:1.6rem;font-weight:var(--font-weight-bold);line-height:var(--line-height-reduced);margin-top:.25em}.layout-logoImage--pckRVMuiSelect–select{color:var(--tab-color-active);border-radius:3px;font-size:1rem;padding:5px;line-height:1;text-transform:uppercase;font-weight:var(--font-weight-bold);margin-bottom:5px}.layout-logoImage--pckRVcss–sfvipm8 .layout-logoImage--pckRVMuiSelect–select{background:var(--tab-bg-active) !important}.layout-logoImage--pckRVcss–ptzsjye .layout-logoText--EkrWzMuiInputBase–colorPrimary{font-size:1.3rem !important;margin:0}.layout-logoImage--pckRVcss–ptzsjye > div.layout-logoImage--pckRVMuiOutlinedInput–input{grid-area:pb_cta}.layout-logoText--EkrWzMuiOutlinedInput–root{margin-top:5px;font-size:1.3rem;color:var(--cell-title);margin-bottom:5px}.css–s1k3x8v3MuiFormControl–fullWidth{margin-bottom:15px;margin-top:-5px}.layout-logoImage--pckRVMuiSelect–nativeInput{border:1px solid var(--btn-primary-bg);display:flex;border-radius:var(--border-radius-default)}.layout-logoImage--pckRVMuiSelect–nativeInput .general-code-field{width:100%}.layout-logoImage--pckRVMuiSelect–nativeInput .general-code-field__input:not(.--active){background:transparent}.layout-logoImage--pckRVMuiSelect–nativeInput .general-code-field__input{text-align:left;padding-left:15px}.layout-logoImage--pckRVMuiSelect–nativeInput .general-code-field__input.--active{border:none !important}.layout-logoImage--pckRVMuiSelect–nativeInput .button.layout-logo--vQN5nMuiFormControl–root.layout-logo--vQN5nMuiFormControl–fullWidth{text-indent:-9999px;padding:0;flex:0 0 45px;border:none;border-radius:calc(var(--border-radius-default) - 1px);border-top-left-radius:0;border-bottom-left-radius:0;background:var(--btn-primary-bg) url("/es/mexico/asset/images/arrow-more-white.svg") center no-repeat;background-size:10px auto}.layout-logoImage--pckRVMuiSelect–nativeInput .button.layout-logo--vQN5nMuiFormControl–root.layout-logo--vQN5nMuiFormControl–fullWidth:hover{background-color:var(--btn-primary-bg-hover);background-position:calc(50% + 3px)}.layout-logoImage--pckRVMuiSelect–nativeInput .layout-logo--vQN5nlayout-mainHeader--nUtVa{left:10px}.layout-logoImage--pckRVMuiSelect–nativeInput .general-code-field[data-is-exclusive="1"]:not(.css–1636sztcss–sqiwgdb):not(.exclusive-promo-code-field):before{right:-46px}.top5-tabs-widget__tab-item:after{display:block;content:attr(data-btn-label);font-weight:var(--font-weight-bold);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}.layout-logo--vQN5nMuiSvgIcon–root{margin-bottom:15px}.layout-logo--vQN5nMuiSvgIcon–fontSizeMedium{width:100%}.layout-logo--vQN5nMuiSelect–iconOutlined{font-weight:var(--font-weight-bold);font-size:1.8rem;margin-bottom:5px}.layout-logoImage--pckRVlayout-logoText--EkrWz{border-top:1px solid var(--border-color);margin-top:15px !important;padding-top:10px !important}.layout-logoImage--pckRVlayout-logo--vQN5n{margin-bottom:5px;padding-left:20px}.layout-logoImage--pckRVlayout-logo--vQN5n:last-child{margin-bottom:0}.layout-logoImage--pckRVlayout-logo--vQN5n: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-logoImage--pckRVlayout-logoImage--pckRV:before{background:var(--pro-bg,#0fc47e);-webkit-mask-image:url(/es/mexico/asset/images/circle-checkmark-green.svg);mask-image:url(/es/mexico/asset/images/circle-checkmark-green.svg)}.layout-logoImage--pckRVlayout-gamesNavBar--Rtchc:before{background:var(--con-bg,#f7054f);-webkit-mask-image:url(/es/mexico/asset/images/circle-minus-red.svg);mask-image:url(/es/mexico/asset/images/circle-minus-red.svg)}.layout-logo--vQN5nMuiSelect–icon.--active{padding-top:10px !important;padding-bottom:0 !important}.layout-logoText--EkrWzcss–fvipm8 .owl-stage{padding-left:0 !important}.layout-logoText--EkrWzcss–f1636szt{width:370px}.layout-logoText--EkrWzcss–fvipm8:has(.layout-logoText--EkrWzcss–f1636szt:nth-child(2)) .layout-logoText--EkrWzcss–f1636szt{max-width:80%}.layout-logoText--EkrWzcss–fvipm8:not(:has(.layout-logoText--EkrWzcss–f1636szt:nth-child(2))) .layout-logoText--EkrWzcss–f1636szt{max-width:100%}.layout-logoText--EkrWzcss–f1636szt:not(:last-child){margin-bottom:30px}.layout-logoText--EkrWzcss–tqiwgdb{margin-top:5px;color:var(--label-color);line-height:1.35;font-size:1.3rem;padding:5px 0}.owl-carousel-inactive.layout-logoText--EkrWzcss–fvipm8 img,.owl-carousel.layout-logoText--EkrWzcss–fvipm8 img{width:100% !important}.MuiInputBase–rootMuiOutlinedInput–root,.MuiOutlinedInput–rootcss–p1k3x8v3,.layout-logoText--EkrWzcss–t1636szt{flex-flow:wrap row}.layout-logoText--EkrWzcss–stzsjye{display:flex;flex:1 0 calc(50% - 10px * 1);margin:5px;min-height:70px;border:1px solid var(--border-color);padding:2px;border-radius:var(--border-radius-default);justify-content:center;align-items:center}.layout-logoText--EkrWzcss–t1636szt .layout-logoText--EkrWzcss–stzsjye{background:#fff}.layout-logoText--EkrWzcss–s1k3x8v3{align-self:center;max-height:82px;width:auto}.layout-logoText--EkrWzcss–t1636szt .layout-logoText--EkrWzcss–s1k3x8v3{max-height:50px;width:auto}.MuiOutlinedInput–rootcss–pfvipm8{flex:1 0 calc(50% - 10px * 1)}.layout-logoText--EkrWzcss–stzsjye.feature-toggle-item__show-more{font-size:1.6rem;font-weight:var(--font-weight-bold);cursor:pointer;align-items:center;transition:color .25s ease-in-out,border-color .25s ease-in-out;text-align:center;line-height:1.25}.layout-logoText--EkrWzcss–stzsjye.feature-toggle-item__show-more:hover{color:var(--link-color-flashy);border-color:var(--link-color-flashy);transition:color .25s ease-in-out,border-color .25s ease-in-out}.MuiFormControl–fullWidthlayout-mainHeader--nUtVa{font-size:1.4rem;font-weight:var(--font-weight-bold);color:var(--cell-title);margin-bottom:8px}.MuiFormControl–fullWidthlayout-select--hSPCi{padding:0 45px}.MuiFormControl–fullWidthlayout-languageDropdown--bZYiB{width:112px;min-height:112px;background:var(--light-gray-bg);border-radius:var(--border-radius-default);display:flex;align-items:center;flex-direction:column;justify-content:center;padding-bottom:10px}.MuiFormControl–fullWidthcss–tzsjye:not(.provider-casino-games__item__img){height:50px;width:auto}.MuiFormControl–fullWidthcss–1k3x8v3{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)}.MuiFormControl–fullWidthcss–pfvipm8,.MuiInputBase–colorPrimarylayout-gamesNavBar--Rtchc{counter-reset:section}.MuiFormControl–fullWidthcss–pfvipm8 > br{display:none}.MuiFormControl–fullWidthMuiSelect–nativeInput:not(:last-of-type){margin-bottom:6px}.css–tfvipm8layout-languageDropdown--bZYiB > .css–tzsjye > [class*="col-"] .MuiFormControl–fullWidthcss–pfvipm8,.css–tfvipm8layout-languageDropdown--bZYiB > .css–tzsjye > [class*="col-"] .owl-carousel,.css–tfvipm8layout-languageDropdown--bZYiB > .css–tzsjye > [class*="col-"] .owl-carousel-inactive{margin-top:0 !important}.css–tfvipm8layout-languageDropdown--bZYiB > .css–tzsjye > [class*="col-"] .MuiFormControl–fullWidthcss–pfvipm8{margin-bottom:0 !important}.css–tfvipm8layout-languageDropdown--bZYiB .owl-carousel__custom-carousel.owl-carousel-inactive .custom-carousel__item{margin-right:30px !important}.css–tfvipm8layout-languageDropdown--bZYiB > .css–tzsjye > [class*="col-"] p + .MuiFormControl–fullWidthcss–pfvipm8{margin-top:2.5rem !important}.MuiFormControl–fullWidthMuiSelect–outlined .MuiFormControl–fullWidthMuiSelect–nativeInput{border:1px solid var(--border-color-dark)}.toggle-box-container__item__title{background:var(--light-gray-bg);padding:12px 50px 12px 15px;font-weight:var(--font-weight-bold);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(/es/mexico/asset/images/dropdown-arrow-black.svg);mask-image:url(/es/mexico/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–tfvipm8css–1k3x8v3 .toggle-box-container__item__title,.css–tfvipm8css–1k3x8v3 .toggle-box-container__item__content{background-color:var(--theme-color-3);color:var(--dark-section-content-color)}.css–tfvipm8css–1k3x8v3 .toggle-box-container__item__content a{color:currentColor}.css–tfvipm8css–1k3x8v3 .toggle-box-container__item__content a:hover{color:currentColor;opacity:.6}.MuiFormControl–fullWidthMuiSelect–outlined .toggle-box-container__item__title{background-color:var(--content-bg)}.css–tfvipm8css–1k3x8v3 .MuiFormControl–fullWidthMuiSelect–outlined .toggle-box-container__item__title,.css–tfvipm8css–1k3x8v3 .MuiFormControl–fullWidthMuiSelect–outlined .toggle-box-container__item__content{color:var(--color-default)}.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(--link-color-flashy)}.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(--light-gray-bg);margin-top:-1px}.MuiFormControl–fullWidthMuiSelect–outlined .toggle-box-container__item__content{background-color:var(--content-bg)}.MuiFormControl–fullWidthMuiSelect–nativeInput.--active .toggle-box-container__item__content,.MuiFormControl–fullWidthcss–pfvipm8.MuiFormControl–fullWidthMuiInputBase–input .MuiFormControl–fullWidthMuiSelect–nativeInput:first-of-type .toggle-box-container__item__content,.MuiFormControl–fullWidthcss–pfvipm8.MuiFormControl–fullWidthMuiOutlinedInput–input .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.MuiInputBase–colorPrimaryMuiFormControl–root{display:flex;align-items:center;font-weight:var(--font-weight-bold);margin:0 0 2px;font-size:initial}h3.MuiInputBase–colorPrimaryMuiFormControl–root:before{counter-increment:section;content:counter(section);display:flex;flex:0 0 22px;height:22px;align-self:baseline;background:var(--theme-color-1);color:#fff;font-size:1.3rem;text-align:center;align-items:center;margin-right:10px;border-radius:var(--border-radius-default);justify-content:center}.MuiInputBase–colorPrimaryMuiOutlinedInput–input{margin-top:20px;margin-bottom:20px}.MuiInputBase–colorPrimaryMuiSelect–icon{position:relative}.MuiInputBase–formControllayout-mainHeader--nUtVa{margin:0;margin-bottom:15px;box-shadow:0 0 10px rgba(0,0,0,.15);border-radius:var(--border-radius-default);background:var(--shortcode-box-bg);width:100%;color:var(--color-default)}.MuiInputBase–formControllayout-logo--vQN5n{background:var(--carousel-item-bg-contrast);padding:15px 20px;justify-content:center;display:flex;flex-direction:column;align-items:center;border-radius:var(--border-radius-default) 0 0 var(--border-radius-default)}.MuiInputBase–formControllayout-logoImage--pckRV{border-radius:50%;overflow:hidden;width:90px;height:90px}.MuiInputBase–formControlMuiInputBase–root{margin-top:10px;font-size:1.3rem}.MuiInputBase–formControlMuiInputBase–formControl{padding:10px 15px;justify-content:center;flex-direction:column}.MuiInputBase–formControllayout-languageDropdown--bZYiB{width:100%}.MuiInputBase–formControlcss–tzsjye{align-self:baseline;font-size:1.4rem;line-height:1.25;margin-bottom:.25em;padding-bottom:.1em}.MuiInputBase–formControlcss–1k3x8v3{font-size:2rem;font-weight:var(--font-weight-bold);margin:2px 0;line-height:1.2}.owl-carousel__top3-row-carousel.MuiInputBase–colorPrimaryMuiSvgIcon–fontSizeMedium .owl-nav.disabled + .owl-dots{margin-top:10px !important}.css–ffvipm8 .owl-carousel__top3-row-carousel.MuiInputBase–colorPrimaryMuiSvgIcon–fontSizeMedium .owl-dots .owl-dot span{border-color:var(--theme-color-1)}.css–ffvipm8 .owl-carousel__top3-row-carousel.MuiInputBase–colorPrimaryMuiSvgIcon–fontSizeMedium .owl-dots .owl-dot.active span,.css–ffvipm8 .owl-carousel__top3-row-carousel.MuiInputBase–colorPrimaryMuiSvgIcon–fontSizeMedium .owl-dots .owl-dot:hover span{background:var(--theme-color-1)}.review-header-new--blacklisted .css–ffvipm8 .owl-carousel__top3-row-carousel.MuiInputBase–colorPrimaryMuiSvgIcon–fontSizeMedium .owl-dots .owl-dot span{border-color:#fff !important}.review-header-new--blacklisted .css–ffvipm8 .owl-carousel__top3-row-carousel.MuiInputBase–colorPrimaryMuiSvgIcon–fontSizeMedium .owl-dots .owl-dot.active span,.review-header-new--blacklisted .css–ffvipm8 .owl-carousel__top3-row-carousel.MuiInputBase–colorPrimaryMuiSvgIcon–fontSizeMedium .owl-dots .owl-dot:hover span{background:#fff !important}.owl-carousel__top3-row-carousel .MuiInputBase–formControllayout-logo--vQN5n{max-width:90px;padding:15px 10px}.owl-carousel__top3-row-carousel .MuiInputBase–formControllayout-logoImage--pckRV{height:70px;width:70px}.owl-carousel__top3-row-carousel:not(.--bookie-finder-layout) .MuiInputBase–formControlMuiInputBase–formControl,[class*=' top3-row--']:not(.owl-carousel):not(.--bookie-finder-layout) .MuiInputBase–formControlMuiInputBase–formControl,.MuiInputBase–colorPrimaryMuiSvgIcon–root .MuiInputBase–formControlMuiInputBase–formControl{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) .MuiInputBase–formControlMuiInputBase–formControl,.MuiInputBase–colorPrimaryMuiSvgIcon–root .MuiInputBase–formControlMuiInputBase–formControl{padding-right:15px;max-width:calc(100% - 95px * 1)}.owl-carousel__top3-row-carousel .MuiInputBase–formControlcss–ftzsjye{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 .MuiInputBase–formControlcss–ftzsjye:hover{background-position:right 12px center !important}.owl-carousel__top3-row-carousel .MuiInputBase–formControlcss–1636szt{margin-bottom:0}.css–qiwgdbcss–sfvipm8 .MuiInputBase–colorPrimaryMuiSvgIcon–root .MuiInputBase–colorPrimaryMuiSelect–icon .MuiInputBase–formControllayout-mainHeader--nUtVa{border:1px solid rgba(0,0,0,.15)}.owl-carousel__top3-row-carousel .css–1k3x8v3css–pqiwgdb{position:relative;box-shadow:0 0 12px 0 rgba(0,0,0,.1);margin-bottom:10px !important}.owl-carousel__top3-row-carousel .css–1k3x8v3css–pqiwgdb .MuiInputBase–formControllayout-logo--vQN5n{padding-top:10px;padding-bottom:10px}.MuiFormControl–rootcss–1k3x8v3{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 .css–fvipm8MuiFormControl–fullWidth:after{z-index:1}.content-toc{width:100%;background:var(--light-gray-bg);margin-bottom:15px;border-radius:var(--border-radius-default)}.MuiFormControl–rootcss–f1k3x8v3{color:var(--badge-color);font-size:1.2rem;font-weight:var(--font-weight-bold);line-height:1.2;text-transform:uppercase;padding:5px 8px;background:var(--badge-bg);border-radius:var(--border-radius-default);display:inline-flex}.MuiFormControl–rootcss–f1636szt{font-size:1rem;padding:4px 6px}.MuiFormControl–rootMuiInputBase–input{flex:0 0 140px;height:44px;margin-right:10px}.MuiFormControl–rootMuiSelect–icon{flex:calc(100% - 150px)}.MuiFormControl–rootcss–pqiwgdb{margin-top:10px;display:flex;flex-wrap:wrap}.MuiFormControl–rootMuiSelect–icon{min-height:44px}.css–s1k3x8v3MuiSelect–nativeInput{margin:-15px 0 30px}.MuiFormControl–rootMuiSelect–iconOutlined{margin-top:15px}.owl-carousel__external-sub-row{min-height:38px;padding-top:10px}.owl-carousel__how-to-register-conv-link{font-weight:var(--font-weight-bold);color:var(--theme-color-2);text-decoration:underline;margin-top:10px}.owl-dots.owl-dots--aligned-right.disabled{display:none}.MuiInputBase–colorPrimaryMuiSvgIcon–fontSizeMedium.owl-theme-modern .owl-dots.owl-dots--aligned-right{padding-top:0;border-top:none;margin:0}.MuiInputBase–colorPrimaryMuiSvgIcon–fontSizeMedium.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){.col-12.col-sm-6 .layout-logoImage--pckRVlayout-logoText--EkrWz{border:none;margin-top:0 !important;padding-top:0 !important}.layout-logo--vQN5nMuiSvgIcon–root{margin-bottom:0;padding-right:0}.layout-logo--vQN5nMuiSvgIcon–fontSizeMedium{width:auto}.layout-logoText--EkrWzcss–f1636szt:not(:last-child){margin-bottom:0}.MuiFormControl–fullWidthlayout-select--hSPCi{padding:0 60px}.owl-carousel:not(.--bookie-finder-layout) .MuiInputBase–formControlcss–1k3x8v3,.owl-carousel-inactive:not(.--bookie-finder-layout) .MuiInputBase–formControlcss–1k3x8v3{max-height:30px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}}@media (min-width:768px){.layout-logoImage--pckRVcss–ptzsjye{grid-template-areas:"pb_logo pb_details pb_cta";grid-template-columns:120px 1fr 200px}.layout-logoImage--pckRVcss–ptzsjye > div:not(.provider-bonus-list__item__country-badge){padding:10px 15px}.layout-logoImage--pckRVMuiInputBase–input{font-size:2.2rem}.layout-logoText--EkrWzMuiOutlinedInput–root{margin-bottom:0}.layout-logo--vQN5nMuiSelect–icon:not(.col-sm-12){padding-left:30px}.layout-logoText--EkrWzcss–stzsjye,.layout-logoText--EkrWzcss–stzsjye.feature-toggle-item__show-more,.layout-logoText--EkrWzcss–stzsjye.MuiOutlinedInput–rootcss–pfvipm8{flex:0 0 calc(33.33% - 10px * 1)}.MuiInputBase–formControllayout-logoImage--pckRV{width:100px;height:100px}.css–qiwgdbcss–sfvipm8 .MuiInputBase–formControllayout-logoImage--pckRV{width:70px;min-width:70px;height:70px}.MuiInputBase–formControllayout-logo--vQN5n{border-top-right-radius:var(--border-radius-default)}.MuiInputBase–formControlMuiInputBase–root{margin-top:15px;font-size:inherit}.MuiInputBase–formControlMuiInputBase–formControl{padding:15px}.owl-carousel__top3-row-carousel .MuiInputBase–formControlMuiInputBase–root{margin-top:10px}.MuiFormControl–rootcss–pqiwgdb{margin-top:0;align-items:center;align-content:center}.MuiFormControl–rootcss–p1k3x8v3{margin-top:8px}.MuiFormControl–rootMuiSelect–iconOutlined{margin-top:0;border-left:1px solid var(--border-color);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 .MuiInputBase–colorPrimaryMuiSelect–icon{max-width:377px}.css–qiwgdbcss–sfvipm8 .MuiInputBase–colorPrimaryMuiSvgIcon–root .MuiInputBase–colorPrimaryMuiSelect–icon{flex:0 0 100%;max-width:100%}.css–qiwgdbcss–sfvipm8 .MuiInputBase–colorPrimaryMuiSvgIcon–root .MuiInputBase–formControllayout-logo--vQN5n{flex:0 0 33.333333%;max-width:33.333333%;flex-direction:row;height:100%}.css–qiwgdbcss–sfvipm8 .MuiInputBase–colorPrimaryMuiSvgIcon–root .MuiInputBase–formControllayout-logo--vQN5n .MuiInputBase–formControllayout-logoImage--pckRV{width:80px;min-width:80px;height:80px;margin:-5px 0}.css–qiwgdbcss–sfvipm8 .MuiInputBase–colorPrimaryMuiSvgIcon–root .MuiInputBase–formControllayout-logo--vQN5n .MuiInputBase–formControlMuiInputBase–root{margin-left:15px;margin-top:0}.css–qiwgdbcss–sfvipm8 .MuiInputBase–colorPrimaryMuiSvgIcon–root .MuiInputBase–formControlMuiInputBase–formControl{text-align:left !important;padding-right:15px !important}.css–qiwgdbcss–sfvipm8 .MuiInputBase–colorPrimaryMuiSvgIcon–root .MuiInputBase–formControlMuiInputBase–formControl .MuiInputBase–formControlcss–1k3x8v3{max-height:100%;white-space:unset}.css–qiwgdbcss–sfvipm8 .MuiInputBase–colorPrimaryMuiSvgIcon–root .MuiInputBase–formControlMuiInputBase–formControl .MuiInputBase–formControlcss–tzsjye{align-self:flex-start !important}}@media (min-width:1199px){.css–qiwgdbcss–sfvipm8 .MuiInputBase–formControllayout-logo--vQN5n.col-4.col-md-12{flex:0 0 25%;max-width:25%}.css–qiwgdbcss–sfvipm8 .MuiInputBase–colorPrimaryMuiSvgIcon–root .MuiInputBase–formControlMuiInputBase–formControl{flex-direction:row;align-items:center}.css–qiwgdbcss–sfvipm8 .MuiInputBase–colorPrimaryMuiSvgIcon–root .MuiInputBase–formControlMuiInputBase–formControl .MuiInputBase–formControllayout-languageDropdown--bZYiB{flex:1 0 auto;padding-right:15px;max-width:calc(100% - 212px * 1)}.css–qiwgdbcss–sfvipm8 .MuiInputBase–colorPrimaryMuiSvgIcon–root .MuiInputBase–formControlMuiInputBase–formControl .MuiInputBase–formControlcss–fvipm8{flex:0 0 212px}}@media (min-width:1200px){.layout-logoText--EkrWzcss–fvipm8:not(.owl-carousel){display:flex;margin-right:-15px !important;margin-left:-15px !important;margin-bottom:25px !important}.layout-logoText--EkrWzcss–fvipm8:not(.owl-carousel) .layout-logoText--EkrWzcss–f1636szt{flex:0 0 50%;padding:0 15px;max-width:390px}.layout-logoText--EkrWzcss–stzsjye,.layout-logoText--EkrWzcss–stzsjye.MuiOutlinedInput–rootcss–pfvipm8,.MuiOutlinedInput–rootcss–p1k3x8v3 .layout-logoText--EkrWzcss–stzsjye,.MuiInputBase–rootMuiOutlinedInput–root .layout-logoText--EkrWzcss–stzsjye,.layout-logoText--EkrWzcss–stzsjye.feature-toggle-item__show-more{flex:0 0 calc(16.66% - 10px * 1);background:none}.layout-logoText--EkrWzcss–stzsjye.MuiOutlinedInput–rootcss–pfvipm8{flex-grow:1}.MuiInputBase–formControllayout-logo--vQN5n{border-top-right-radius:0}.owl-carousel__top3-row-carousel .MuiInputBase–formControllayout-logo--vQN5n{max-width:110px;padding:15px 30px}[class*=' top3-row--']:not(.owl-carousel):not(.owl-carousel__top3-row-carousel) .MuiInputBase–formControlMuiInputBase–formControl,.MuiInputBase–colorPrimaryMuiSvgIcon–root .MuiInputBase–formControlMuiInputBase–formControl{padding-right:0}.owl-carousel__top3-row-carousel .MuiInputBase–formControlcss–1k3x8v3{font-size:2.2rem}.MuiFormControl–rootcss–1k3x8v3{max-height:100px}}@media (max-width:768px){.content-toc__headline:not(.--initialized){border-bottom-color:transparent}}@media (max-width:767px){.layout-logoImage--pckRVcss–p1636szt{padding-bottom:5px !important}.layout-logoImage--pckRVcss–ptzsjye > div.layout-logoImage--pckRVMuiOutlinedInput–input{padding-top:0}}@media (min-width:768px) and (max-width:1199px){[class*=' top3-row--']:not(.owl-carousel):not(.owl-carousel__top3-row-carousel):not(.--bookie-finder-layout) .MuiInputBase–formControlMuiInputBase–formControl,.MuiInputBase–colorPrimaryMuiSvgIcon–root .MuiInputBase–formControlMuiInputBase–formControl{max-width:calc(100% - 15px * 1);padding-right:0}}@media (min-width:992px) and (max-width:1199px){.MuiFormControl–rootMuiInputBase–input{margin:0 0 15px;flex:0;width:100%}}.MuiFormControl–fullWidthlayout-logoText--EkrWz{font-size:1.3rem}.MuiFormControl–fullWidthlayout-logoText--EkrWz:last-child{margin-bottom:0}@media (min-width:576px){.review-header-info-tabs__tab-item{font-size:1.4rem;padding:14px 15px;flex-grow:1;max-width:140px}.layout-languageDropdown--bZYiBlayout-mainHeader--nUtVa:last-child{margin-bottom:0}}@media (min-width:768px){.MuiFormControl–fullWidthlayout-logo--vQN5n:not(.MuiFormControl–fullWidthlayout-logoImage--pckRV){height:103px;padding-right:5px}}@media (min-width:992px){.review-header-info-tabs__tab-item{height:42px;padding:0 10px}}@media (min-width:1200px){.MuiFormControl–fullWidthlayout-logoText--EkrWz{font-size:1.4rem;margin-bottom:10px}.MuiFormControl–fullWidthlayout-gamesNavBar--Rtchc{margin-bottom:5px}}@media (min-width:992px) and (max-width:1199px){.MuiFormControl–fullWidthlayout-logo--vQN5n:not(.MuiFormControl–fullWidthlayout-logoImage--pckRV),.MuiFormControl–fullWidthlayout-logo--vQN5n{height:auto}}.MuiOutlinedInput–root{background:var(--review-header-bg-mobile)}.--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(.css–t1636sztcss–qiwgdb){filter:grayscale(1);opacity:.7}.review-header-info-new{align-items:flex-start;position:relative}.review-header-info-new.css–pfvipm8{margin-top:1rem}.review-header-info-new__wrapper > div{padding-bottom:20px !important}.css–f1k3x8v3MuiSelect–iconOutlined .review-header-info-new__wrapper > div{padding-bottom:0 !important}.layout-mainHeader--nUtValayout-languageDropdown--bZYiB{border-radius:var(--border-radius-default);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}.layout-mainHeader--nUtVacss–tzsjye{display:flex;align-items:center;height:100%;justify-content:center}.layout-mainHeader--nUtValayout-languageDropdown--bZYiB img{max-width:100%;max-height:100%;width:auto}.layout-mainHeader--nUtVacss–fqiwgdb{margin-top:5px;max-width:150px}.layout-mainHeader--nUtVacss–f1k3x8v3{display:flex;border-radius:50px;border:1px solid color-mix(in srgb,var(--review-header-color) 30%,transparent);padding:5px;align-items:center}.layout-mainHeader--nUtVacss–f1636szt{width:24px;flex:0 0 24px;height:24px;margin-right:10px;background:var(--light-gray-bg);border-radius:50px;padding:3px;display:flex;align-items:center;justify-content:center}.MuiInputBase–formControlMuiSvgIcon–fontSizeMedium{font-size:1.1rem}.layout-mainHeader--nUtVacss–f1636szt img{max-height:100%}.layout-mainHeader--nUtVacss–fqiwgdb .layout-mainHeader--nUtVacss–ttzsjye{margin-bottom:0}.layout-mainHeader--nUtVacss–fqiwgdb .layout-mainHeader--nUtVacss–t1k3x8v3,.layout-mainHeader--nUtVacss–fqiwgdb .layout-mainHeader--nUtVacss–tfvipm8{font-size:1.4rem}.layout-mainHeader--nUtVacss–fqiwgdb .layout-mainHeader--nUtVacss–stzsjye{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–f1k3x8v3MuiSelect–iconOutlined .layout-mainHeader--nUtVacss–pqiwgdb:empty ~ .layout-mainHeader--nUtVaMuiOutlinedInput–input{margin-top:-15px}.review-header-info-new-tabs__tab-item{font-size:1rem;text-transform:uppercase;font-weight:var(--font-weight-bold);line-height:1;padding:5px 10px;border-radius:var(--border-radius-default);border:1px solid color-mix(in srgb,var(--review-header-color) 20%,transparent);color:var(--label-color);white-space:nowrap}.css–f1k3x8v3MuiInputBase–input .review-header-info-new-tabs__tab-item{border:1px solid color-mix(in srgb,var(--widget-color) 20%,transparent)}.review-header-info-new-tabs__tab-item.--active{border-color:var(--tab-bg-active);background:var(--tab-bg-active);color:var(--tab-color-active)}.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}.layout-mainHeader--nUtVaMuiSvgIcon–root,.review-extended-infos .MuiInputBase–colorPrimaryMuiInputBase–colorPrimary{font-size:1.1rem;font-weight:var(--font-weight-bold);text-transform:uppercase;line-height:1.1;color:var(--cell-title);margin-bottom:.75em}.review-extended-infos .MuiInputBase–colorPrimarylayout-languageDropdown--bZYiB{background:var(--extended-review-infos-bg,#fff);border:1px solid var(--border-color);border-radius:var(--border-radius-default);height:40px;display:flex;align-items:center;justify-content:center;min-width:50px;font-size:1.3rem;line-height:1.3;color:var(--color-dark)}.review-extended-infos .MuiInputBase–colorPrimarylayout-languageDropdown--bZYiB.css–fqiwgdbcss–ffvipm8{min-height:40px;height:auto;display:block}.review-extended-infos .MuiInputBase–colorPrimarylayout-languageDropdown--bZYiB.MuiInputBase–formControlcss–ptzsjye{min-width:85px;padding:2px 15px}.review-extended-infos .MuiInputBase–colorPrimarylayout-languageDropdown--bZYiB.MuiInputBase–formControlcss–ptzsjye.MuiInputBase–formControlcss–pqiwgdb{padding:2px 0}.review-extended-infos .MuiInputBase–colorPrimarylayout-languageDropdown--bZYiB.MuiInputBase–formControlcss–ptzsjye.MuiInputBase–formControlcss–pfvipm8{border:none;padding-left:0;background:none;color:var(--color-default);justify-content:flex-start}.review-extended-infos .MuiInputBase–colorPrimarylayout-languageDropdown--bZYiB.MuiInputBase–formControlcss–ptzsjye.MuiInputBase–formControlcss–p1636szt:before{content:attr(data-currency);width:22px;height:22px;border-radius:22px;background:color-mix(in srgb,var(--highlight-color) 25%,transparent);display:inline-flex;margin-right:10px;justify-content:center;font-weight:bold;color:var(--highlight-color);align-items:center;font-size:1.4rem}.review-extended-infos .MuiInputBase–colorPrimarylayout-select--hSPCi,.review-header-info-new__wrapper .MuiInputBase–colorPrimarylayout-select--hSPCi{display:flex;flex-wrap:wrap;padding-right:20px;max-width:200px;position:relative}.review-extended-infos .MuiInputBase–colorPrimarylayout-select--hSPCi.MuiInputBase–formControlMuiSelect–select,.review-header-info-new__wrapper .MuiInputBase–colorPrimarylayout-select--hSPCi.MuiInputBase–formControlMuiSelect–select{max-width:140px}.review-extended-infos .MuiInputBase–colorPrimarylayout-select--hSPCi .MuiInputBase–colorPrimarylayout-languageDropdown--bZYiB,.review-header-info-new__wrapper .MuiInputBase–colorPrimarylayout-select--hSPCi .MuiInputBase–colorPrimarylayout-languageDropdown--bZYiB{margin:0 10px 10px 0}.review-header-info-new__wrapper .MuiInputBase–colorPrimarylayout-select--hSPCi .MuiInputBase–colorPrimarylayout-languageDropdown--bZYiB{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 .MuiInputBase–formControlcss–s1k3x8v3,.review-header-info-new__wrapper .MuiInputBase–formControlcss–s1k3x8v3{background:var(--review-header-show-more,#fff);border:1px solid var(--border-color);border-radius:var(--border-radius-default);height:40px;width:20px;position:absolute;right:0;top:0;text-indent:-9999px}.review-extended-infos .MuiInputBase–formControlcss–s1k3x8v3:before,.review-header-info-new__wrapper .MuiInputBase–formControlcss–s1k3x8v3:before{content:"";height:5px;width:8px;-webkit-mask-image:url(/es/mexico/asset/images/arrow-down-angular-green.svg);mask-image:url(/es/mexico/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 .MuiInputBase–formControlcss–s1k3x8v3.--active:before,.review-header-info-new__wrapper .MuiInputBase–formControlcss–s1k3x8v3.--active:before{transform:rotate(-180deg)}.review-extended-infos .MuiInputBase–colorPrimarycss–tzsjye,.review-header-info-new__wrapper .MuiInputBase–colorPrimarycss–tzsjye{width:46px;height:auto;max-height:100%}.review-extended-infos .MuiInputBase–formControlcss–p1k3x8v3,.review-header-info-new__wrapper .MuiInputBase–formControlcss–p1k3x8v3{max-height:38px;width:auto}.layout-mainHeader--nUtVaMuiSvgIcon–fontSizeMedium{margin:20px 0 0}.layout-mainHeader--nUtVaMuiSelect–icon{padding-left:0;font-size:2.6rem;font-weight:var(--font-weight-bold);line-height:1.2;position:relative}.layout-mainHeader--nUtVaMuiSelect–icon:before{width:35px;height:1.2em;min-height:30px;display:block;position:absolute;left:0;top:0;-webkit-mask-image:var(--bonus-gift-icon);mask-image:var(--bonus-gift-icon);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–f1k3x8v3MuiSelect–iconOutlined .layout-mainHeader--nUtVaMuiSelect–icon:before,.provider-bonus-details-widget .layout-mainHeader--nUtVaMuiSelect–icon:before{-webkit-mask-size:20px 20px;mask-size:20px 20px}.general-code-field.--review-header-new{margin-bottom:10px;margin-top:5px;color:var(--review-code-field-color)}.layout-logo--vQN5nMuiInputBase–colorPrimary{display:flex;align-items:center;padding:12px 10px}.css–t1636sztcss–qiwgdb{margin-top:15px;line-height:1.2;font-size:1.1rem;align-items:center;padding:10px;border-radius:var(--border-radius-default);font-weight:var(--font-weight-bold)}.css–t1636sztcss–1k3x8v3{background:color-mix(in srgb,var(--review-header-color) 3.5%,transparent);color:var(--review-header-color)}.review-header-info-new.css–f1k3x8v3MuiSelect–iconOutlined .css–t1636sztcss–1k3x8v3{background:color-mix(in srgb,var(--widget-color) 3.5%,transparent);color:var(--widget-color)}.provider-test-result-widget .css–t1636sztcss–qiwgdb{margin-bottom:15px}.css–t1636sztcss–f1636szt{display:flex;height:16px;position:absolute;right:-8px;top:-8px;background:#fff;border-radius:8px;padding:1px}.css–t1636sztcss–ffvipm8{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}.css–t1636sztcss–1k3x8v3 .css–t1636sztcss–ffvipm8{-webkit-mask-image:url(/es/mexico/asset/images/circle-checkmark-green.svg);mask-image:url(/es/mexico/asset/images/circle-checkmark-green.svg);background:var(--highlight-color)}.css–t1636sztcss–ftzsjye{flex:0 0 32px;width:32px;min-width:32px;margin-right:15px;position:relative}.layout-logo--vQN5nlayout-gamesNavBar--Rtchc{position:relative}.layout-logo--vQN5ncss–t1k3x8v3{color:#fff;background:var(--review-top-menu-bg);width:100%;box-shadow:0px 4px 10px rgba(0,0,0,.05);position:relative;z-index:1}.layout-logo--vQN5ncss–t1k3x8v3.layout-logo--vQN5ncss–t1636szt:after{background:var(--review-top-menu-bg);height:100%}.layout-logo--vQN5ncss–tfvipm8{display:flex;padding:0}.layout-logo--vQN5ncss–sfvipm8{font-weight:var(--font-weight-bold);padding:5px 25px;height:52px;line-height:1;display:inline-flex;text-decoration:none;align-items:center;color:var(--review-top-menu-link-color);font-size:var(--review-top-menu-font-size);text-transform:uppercase;white-space:nowrap;transition:all .25s ease-in-out;box-shadow:-1px 0 0 0 color-mix(in srgb,var(--review-top-menu-link-color) 20%,transparent) inset}.layout-logo--vQN5ncss–sfvipm8.--active{background-color:var(--review-top-menu-link-bg-active);color:var(--review-top-menu-link-color-active)}.layout-logo--vQN5ncss–sfvipm8:hover{text-decoration:none}.layout-logo--vQN5ncss–sfvipm8:not(.--active):hover{background-color:rgba(255,255,255,.2);color:var(--review-top-menu-link-color);text-decoration:none;transition:all .25s ease-in-out}.layout-logo--vQN5ncss–pqiwgdb{padding:30px 0;background:var(--review-extended-infos-bg)}.layout-logoImage--pckRV .layout-logo--vQN5ncss–pqiwgdb{padding-bottom:15px}.MuiInputBase–colorPrimaryMuiInputBase–root:not(:only-child){margin-top:30px;padding-top:30px;border-top:1px solid var(--border-color)}.MuiInputBase–colorPrimaryMuiOutlinedInput–root{padding-bottom:15px;padding-right:0;flex-direction:column}.MuiInputBase–colorPrimaryMuiInputBase–colorPrimary{font-weight:normal}.review-header-info-new .MuiInputBase–colorPrimaryMuiInputBase–colorPrimary{font-weight:var(--font-weight-bold)}.css–qiwgdbcss–t1636szt table{background:var(--shortcode-box-bg)}.css–tzsjyeMuiOutlinedInput–input.css–tzsjyeMuiSelect–nativeInput{margin-top:30px}.css–tzsjyeMuiSelect–icon{align-items:center}.css–tzsjyeMuiSelect–iconOutlined{font-weight:var(--font-weight-bold);text-transform:uppercase;font-size:1.4rem;align-items:center}.css–qiwgdblayout-container--8mgcn{padding-left:0}.css–qiwgdblayout-container--8mgcn .layout-mainHeader--nUtVacss–sqiwgdb{width:65px;height:13px;background-size:13px}.layout-mainHeader--nUtVacss–s1636szt.css–qiwgdblayout-mainHeader--nUtVa{background-size:13px;height:13px;background-color:var(--review-extended-infos-bg)}.css–qiwgdblayout-logo--vQN5n .layout-mainHeader--nUtVacss–t1k3x8v3{font-size:1.6em}.css–qiwgdblayout-logo--vQN5n{font-size:1.4rem;font-weight:normal}.css–qiwgdblayout-logoImage--pckRV{margin-top:20px}.css–qiwgdblayout-logoImage--pckRV.css–qiwgdblayout-logoText--EkrWz{margin-left:0;margin-right:0;padding:0 15px;list-style:none}.css–qiwgdblayout-gamesNavBar--Rtchc{align-items:center}.css–qiwgdblayout-gamesNavBar--Rtchc:not(:last-child){margin-bottom:2px}.css–qiwgdbMuiOutlinedInput–root{font-size:1.3rem;width:100%;max-width:calc(100% - 65px * 1);line-height:1.2}.css–qiwgdbMuiInputBase–colorPrimary{padding-right:0;flex:0 0 45px;text-align:right}.css–qiwgdbMuiInputBase–colorPrimary span{font-weight:var(--font-weight-bold)}.css–qiwgdbMuiInputBase–formControl{padding:8px 0}.css–qiwgdblayout-select--hSPCi{border-radius:2px;height:4px;background:var(--review-rating-bar-base)}.css–qiwgdblayout-languageDropdown--bZYiB{border-radius:2px;height:100%;background:var(--review-rating-bar)}.req___review-header-how-we-rate__main-headline{font-size:2rem;font-weight:var(--font-weight-bold);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(--color-default);border-radius:var(--border-radius-default);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(--font-weight-bold);font-size:1.6rem}.review-header-info-new.css–f1k3x8v3MuiSelect–iconOutlined .layout-mainHeader--nUtValayout-languageDropdown--bZYiB{height:60px}.review-header-info-new.css–f1k3x8v3MuiSelect–iconOutlined .review-header-info-new-tabs{left:0;max-width:100%;top:75px}.review-header-info-new.css–f1k3x8v3MuiSelect–iconOutlined .layout-mainHeader--nUtValayout-languageDropdown--bZYiB img{max-width:75%;margin-right:40px}.review-header-info-new.css–f1k3x8v3MuiSelect–iconOutlined .layout-mainHeader--nUtValayout-select--hSPCi{flex:1 0 100%;padding-bottom:0 !important}.review-header-info-new.css–f1k3x8v3MuiSelect–iconOutlined .review-header-info-new__wrapper.tab-content{flex-direction:column}.review-header-info-new.css–f1k3x8v3MuiSelect–iconOutlined .layout-mainHeader--nUtVacss–fqiwgdb{position:absolute;right:15px;top:13px;margin:0}.review-header-info-new.css–f1k3x8v3MuiSelect–iconOutlined .layout-mainHeader--nUtVacss–f1k3x8v3{border:none;background:var(--widget-bg);border-radius:50px 0 0 50px;padding-right:10px}.review-header-info-new.css–f1k3x8v3MuiSelect–iconOutlined .layout-mainHeader--nUtVacss–pqiwgdb{padding-top:50px;max-width:100%;padding-left:20px;margin-bottom:20px}.review-header-info-new.css–f1k3x8v3MuiSelect–iconOutlined .layout-mainHeader--nUtVaMuiSvgIcon–fontSizeMedium{margin-top:10px;margin-bottom:20px}.review-header-info-new.css–f1k3x8v3MuiSelect–iconOutlined .layout-mainHeader--nUtVaMuiSelect–icon,.provider-bonus-details-widget .layout-mainHeader--nUtVaMuiSelect–icon{font-size:2.2rem}.review-header-info-new.css–f1k3x8v3MuiSelect–iconOutlined .layout-mainHeader--nUtVaMuiSelect–iconOutlined{flex:1 0 100%;max-width:100%}.provider-bonus-details-widget .layout-mainHeader--nUtVaMuiSvgIcon–fontSizeMedium{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}.layout-languageDropdown--bZYiBlayout-container--8mgcn{width:100%;margin-bottom:-8px}.layout-languageDropdown--bZYiBlayout-mainHeader--nUtVa{font-size:1.3rem;align-items:center;padding:5px 0;border:1px solid transparent;line-height:1.2}.layout-languageDropdown--bZYiBlayout-mainHeader--nUtVa:not(:last-child){border-bottom:1px solid color-mix(in srgb,var(--review-header-color) 20%,transparent)}.layout-languageDropdown--bZYiBlayout-logoImage--pckRV{flex:0 0 110px;font-weight:var(--font-weight-bold);align-self:baseline;padding-right:5px}.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(--color-default);white-space:nowrap;border:1px solid var(--border-color);padding:0px 30px 0px 10px;align-items:center;min-height:40px;border-radius:var(--border-radius-default);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(/es/mexico/asset/images/arrow-down-angular-green.svg);mask-image:url(/es/mexico/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)}.layout-logo--vQN5nMuiInputBase–formControl{margin-top:15px;display:flex;justify-content:center;align-items:center}.layout-logo--vQN5nlayout-select--hSPCi{width:min(25px,calc(calc(100% / 8)));height:auto;aspect-ratio:1;border:1px solid var(--border-color);border-radius:25px;display:flex;align-items:center;justify-content:center;overflow:hidden;margin:0 3px;background:#fff}.layout-logo--vQN5nlayout-languageDropdown--bZYiB{width:auto;height:70%;max-width:100%;clip-path:circle(100%)}.layout-mainHeader--nUtVaMuiSelect–iconOutlined.--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){.layout-mainHeader--nUtValayout-select--hSPCi{flex:0 0 180px}.review-header-info-new-tabs{left:195px;top:0;max-width:calc(100% - 195px * 1)}.layout-mainHeader--nUtVacss–pqiwgdb{padding-top:35px;width:100%;max-width:calc(100% - 210px * 1);padding-left:30px}.MuiInputBase–colorPrimaryMuiOutlinedInput–root{max-width:40%}}@media (min-width:992px){.MuiOutlinedInput–root{background-image:var(--review-header-bg-desktop-image);background-size:var(--review-header-bg-desktop-size);background-position:var(--review-header-bg-desktop-position)}.review-header-info-new__wrapper > div{padding-bottom:0 !important}.css–pfvipm8 .layout-mainHeader--nUtVaMuiOutlinedInput–input{max-width:calc(100% - 180px - 30% - 25%)}.layout-mainHeader--nUtVacss–pqiwgdb{max-width:30%;padding-left:45px}.review-header-info-new-tabs{left:210px;max-width:calc(33.333333% - 30px * 1)}.layout-mainHeader--nUtVaMuiSvgIcon–fontSizeMedium{margin:20px 0 10px}.review-header-info-new:not(.css–f1k3x8v3MuiSelect–iconOutlined) .layout-mainHeader--nUtVaMuiSelect–iconOutlined{max-width:400px;margin-left:auto}.review-header-info-new:not(.css–f1k3x8v3MuiSelect–iconOutlined) .layout-logo--vQN5nMuiInputBase–colorPrimary.css–ttzsjyecss–s1k3x8v3{padding:18px 15px;font-size:1.6rem;margin-top:25px;line-height:1.4}.review-header-info-new:not(.css–f1k3x8v3MuiSelect–iconOutlined) .css–t1636sztcss–1k3x8v3{justify-content:center}.layout-logo--vQN5ncss–tzsjye{margin-top:15px}.layout-logo--vQN5ncss–tfvipm8{padding:0 15px}.css–tzsjyeMuiOutlinedInput–input.css–tzsjyeMuiSelect–nativeInput{margin-top:0;padding-left:30px;padding-right:30px}}@media (max-width:575px){.css–pfvipm8.layout-select--hSPCicss–sfvipm8 .review-header-info-new__wrapper .layout-mainHeader--nUtValayout-select--hSPCi{order:1}.css–pfvipm8.layout-select--hSPCicss–sfvipm8 .review-header-info-new__wrapper .layout-mainHeader--nUtVaMuiOutlinedInput–input{order:2}.css–pfvipm8.layout-select--hSPCicss–sfvipm8 .review-header-info-new__wrapper .layout-mainHeader--nUtVacss–pqiwgdb{order:3;padding-bottom:30px !important;margin-top:5px}.css–pfvipm8.layout-select--hSPCicss–sfvipm8 .review-header-info-new__wrapper .layout-mainHeader--nUtVaMuiSelect–iconOutlined{order:4}.css–pfvipm8.layout-select--hSPCicss–sfvipm8 .review-header-info-new__wrapper .layout-logo--vQN5ncss–tzsjye{order:5}}.css–qiwgdbMuiFormControl–fullWidth{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–qiwgdbMuiFormControl–fullWidth{background:var(--color-default)}.--loaded .css–qiwgdbMuiInputBase–root{-webkit-mask-image:url(/es/mexico/asset/images/review/review-icon-bonus.svg);mask-image:url(/es/mexico/asset/images/review/review-icon-bonus.svg)}.--loaded .css–qiwgdbcss–ftzsjye{-webkit-mask-image:url(/es/mexico/asset/images/review/review-icon-payment.svg);mask-image:url(/es/mexico/asset/images/review/review-icon-payment.svg)}.--loaded .css–qiwgdbcss–tqiwgdb{-webkit-mask-image:url(/es/mexico/asset/images/review/review-icon-rewards.svg);mask-image:url(/es/mexico/asset/images/review/review-icon-rewards.svg)}.--loaded .css–qiwgdbcss–qiwgdb{-webkit-mask-image:url(/es/mexico/asset/images/review/review-icon-usability.svg);mask-image:url(/es/mexico/asset/images/review/review-icon-usability.svg)}.--loaded .css–qiwgdbcss–f1k3x8v3{-webkit-mask-image:url(/es/mexico/asset/images/review/review-icon-customer-service.svg);mask-image:url(/es/mexico/asset/images/review/review-icon-customer-service.svg)}.--loaded .css–qiwgdbcss–ffvipm8{-webkit-mask-image:url(/es/mexico/asset/images/review/review-icon-licensing.svg);mask-image:url(/es/mexico/asset/images/review/review-icon-licensing.svg)}.--loaded .css–1k3x8v3css–ttzsjye{-webkit-mask-image:url(/es/mexico/asset/images/review/review-icon-bonus-wagering.svg);mask-image:url(/es/mexico/asset/images/review/review-icon-bonus-wagering.svg)}.--loaded .css–1k3x8v3css–tfvipm8{-webkit-mask-image:url(/es/mexico/asset/images/review/review-icon-bonus-withdrawal.svg);mask-image:url(/es/mexico/asset/images/review/review-icon-bonus-withdrawal.svg)}.--loaded .css–qiwgdbcss–1636szt{-webkit-mask-image:url(/es/mexico/asset/images/review/review-icon-mobile-app.svg);mask-image:url(/es/mexico/asset/images/review/review-icon-mobile-app.svg)}:root{--placeholder-color-light:#aaa;--breadcrumb-light-color:rgba(255,255,255,.6);--border-radius-default:4px;--theme-color-1:#131c46;--theme-color-2:#ff4f42;--theme-color-3:#2a3360;--body-bg:#f6f8f9;--content-bg:#fff;--light-gray-bg:#f6f8f9;--box-shadow-default:0 0 15px rgba(0,0,0,.15);--highlight-color:#27da95;--warning-bg:#febf01;--warning-color:var(--color-default);--headline-btn-light-bg:var(--theme-color-2);--headline-btn-light-bg-hover:var(--theme-color-2);--headline-btn-light-color:var(--theme-color-2);--headline-btn-light-color-hover:#fff;--headline-btn-light-arrow:url(/es/mexico/asset/images/arrow-more-red.svg);--headline-btn-light-arrow-hover:url(/es/mexico/asset/images/arrow-more-white.svg);--headline-btn-dark-bg:#fff;--headline-btn-dark-bg-hover:#fff;--headline-btn-dark-color:#fff;--headline-btn-dark-color-hover:var(--color-default);--headline-btn-dark-arrow:url(/es/mexico/asset/images/arrow-more-white.svg);--headline-btn-dark-arrow-hover:url(/es/mexico/asset/images/arrow-more-darkblue.svg);--page-bg-background-overlap:"\22\22";--color-default:#222;--color-light:#fff;--color-dark:var(--color-default);--label-color:#a4adb9;--cell-title:#656d78;--tc-color:#a4adb9;--line-height-default:1.65;--line-height-reduced:1.2;--font-default:"Roboto",sans-serif;--bt-font-multiplier:1;--font-size-default:1.5rem;--font-weight-medium:500;--font-weight-semi-bold:600;--font-weight-bold:700;--font-weight-extra-bold:800;--font-weight-black:900;--headline-multiplier:1;--link-color:var(--theme-color-3);--link-color-hover:#5a649e;--link-color-flashy:var(--theme-color-2);--breadcrumb-color:#a4adb9;--breadcrumb-color-hover:#7c8693;--btn-primary-bg:#0fc47f;--btn-primary-bg-hover:#1dd08c;--btn-primary-color:#fff;--btn-primary-color-hover:#fff;--btn-primary-arrow:url(/es/mexico/asset/images/arrow-more-white.svg);--btn-primary-arrow-hover:url(/es/mexico/asset/images/arrow-more-white.svg);--btn-secondary-bg:transparent;--btn-secondary-bg-hover:#1c275d;--btn-secondary-color:var(--theme-color-1);--btn-secondary-color-hover:#fff;--btn-secondary-arrow:url(/es/mexico/asset/images/arrow-more-darkblue.svg);--btn-secondary-arrow-hover:url(/es/mexico/asset/images/arrow-more-white.svg);--btn-sidebar-bg:var(--btn-secondary-bg);--btn-sidebar-bg-hover:var(--btn-secondary-bg-hover);--btn-sidebar-color:var(--btn-secondary-color);--btn-sidebar-color-hover:var(--btn-secondary-color-hover);--btn-sidebar-arrow:url(/es/mexico/asset/images/arrow-more-darkblue.svg);--btn-sidebar-arrow-hover:url(/es/mexico/asset/images/arrow-more-white.svg);--main-logo-container-width:20%;--main-logo-container-width:200px;--main-logo-width-mobile:140px;--main-logo-width-desktop:180px;--s_sh-bottom:1px solid var(--theme-color-2);--menu-desktop-bg:var(--theme-color-1);--menu-mobile-bg:var(--theme-color-1);--menu-extended-bg:var(--theme-color-1);--menu-desktop-link-color:#fff;--menu-desktop-link-color-hover:var(--theme-color-2);--menu-mobile-link-color:#fff;--menu-mobile-link-color-hover:var(--theme-color-2);--menu-mobile-font-size:1.5rem;--menu-mobile-submenu-font-size:1.5rem;--menu-desktop-font-size:1.4rem;--menu-desktop-submenu-font-size:1.4rem;--menu-extended-link-color:#fff;--menu-extended-link-color-hover:var(--theme-color-2);--menu-submenu-row-font-size:1.4rem;--menu-icon-row-bg:var(--color-default);--menu-icon-row-color:#fff;--submenu-bg:#fff;--submenu-link-color:var(--color-default);--submenu-link-color-hover:var(--theme-color-2);--submenu-row-bg:#fff;--submenu-row-top-border:transparent;--submenu-row-link-color:var(--color-default);--submenu-row-link-color-hover:var(--theme-color-2);--search-close-icon-active:var(--color-default);--widget-bg:#fff;--widget-color:var(--color-default);--widget-link-color:var(--widget-color);--widget-link-color-hover:var(--link-color-hover);--shortcode-box-bg:#fff;--shortcode-box-color:var(--color-default);--carousel-item-bg:#fff;--carousel-item-bg-contrast:var(--light-gray-bg);--carousel-item-color:var(--color-default);--detail-cell-bg:#fff;--author-data-bg:var(--theme-color-2);--author-data-color:#fff;--fullwidth-hero-bg:#f6f8f9;--fullwidth-hero-color:var(--color-default);--fullwidth-hero-link-color:var(--theme-color-3);--fullwidth-hero-link-color-hover:var(--link-color-hover);--fullwidth-hero-cta-bg:#fff;--fullwidth-hero-cta-bg-hover:var(--theme-color-2);--fullwidth-hero-cta-color:var(--color-default);--fullwidth-hero-cta-color-hover:#fff;--border-color:#e2e6e9;--border-color-dark:var(--color-default);--tab-bg:#e9eff3;--tab-color:#a4adb9;--tab-bg-active:var(--theme-color-2);--tab-color-active:#fff;--comparison-box-shadow:0 6px 0 -3px rgba(0,0,0,.08);--rating-star-active:url(/es/mexico/asset/images/rating-star-golden.svg);--rating-star-inactive:url(/es/mexico/asset/images/rating-star-gray.svg);--star-red:url(/es/mexico/asset/images/star-red.svg);--bonus-gift-icon:url(/es/mexico/asset/images/icon-bonus-gift.svg);--comparison-review-link:var(--color-default);--code-field-bg:var(--light-gray-bg);--code-field-color:var(--color-default);--code-field-bg-light:#fff;--code-field-color-light:var(--color-default);--badge-bg:var(--theme-color-2);--badge-color:#fff;--arrow-right-angular-red:url(/es/mexico/asset/images/arrow-right-angular-red.svg);--arrow-link-sidebar:url(/es/mexico/asset/images/arrow-link-blue.svg);--game-elements-bg:#fff;--light-section-headline-bg:#fff;--light-section-headline-color:var(--color-default);--light-section-content-bg:#fff;--light-section-content-color:var(--color-default);--dark-section-headline-bg:var(--theme-color-1);--dark-section-headline-color:#fff;--dark-section-content-bg:var(--theme-color-1);--dark-section-content-color:#fff;--footer-primary-bg:var(--theme-color-1);--footer-primary-color:#fff;--footer-secondary-bg:var(--theme-color-3);--footer-secondary-color:#fff;--footer-tertiary-bg:#fff;--footer-tertiary-color:var(--color-default)}:root{--review-header-bg-mobile:#fff;--review-header-bg-desktop-image:url(/es/mexico/asset/images/header/review-header-bg-dots.png);--review-header-bg-desktop-size:cover;--review-header-bg-desktop-position:center 35px;--review-header-color:var(--color-default);--review-header-h1-color:var(--color-default);--review-header-h2-color:var(--color-default);--review-header-region-not-accepted-bg:var(--light-gray-bg);--review-header-region-not-accepted-color:var(--review-header-color);--review-breadcrumb-bg:#fff;--review-top-menu-bg:var(--theme-color-2);--review-top-menu-link-bg:var(--theme-color-2);--review-top-menu-link-bg-active:#fff;--review-top-menu-link-color:#fff;--review-top-menu-link-color-active:var(--theme-color-2);--review-top-menu-font-size:1.4rem;--review-toc-bg:#fff;--review-toc-link-bg-active:var(--theme-color-2);--review-toc-link-color:var(--color-default);--review-toc-link-color-active:#fff;--review-label-bg:var(--theme-color-2);--review-label-color:#fff;--review-extended-infos-bg:var(--light-gray-bg);--review-rating-bar:linear-gradient(to right,#0fc47f 0%,#76d9b3 100%);--review-rating-bar-base:rgba(0,0,0,.08);--review-code-field-bg:#fff;--review-code-field-color:var(--color-default)}.css–ptzsjyelayout-mainHeader--nUtVa{margin-top:8px}.css–f1k3x8v3MuiInputBase–input{background:var(--widget-bg);color:var(--widget-color);margin-bottom:20px;border-radius:var(--border-radius-default);border:1px solid var(--border-color)}.css–f1636sztcss–tfvipm8{font-weight:var(--font-weight-bold);box-shadow:0 -1px 0 0 color-mix(in srgb,var(--widget-color) 15%,transparent) inset;border-radius:4px 4px 0 0;line-height:1.25}.css–f1636sztcss–tfvipm8:empty{display:none !important}.css–f1636sztcss–stzsjye{padding:15px}.css–t1k3x8v3MuiSelect–iconOutlined{padding:15px;background-image:none !important}.css–f1636sztcss–sqiwgdb,.css–t1k3x8v3MuiSelect–iconOutlined{padding-left:15px}.css–f1636sztcss–s1k3x8v3{padding:15px}.css–f1636sztcss–s1k3x8v3.css–f1636sztcss–s1636szt{padding:0}.css–f1k3x8v3MuiInputBase–input.provider-test-result-widget.--sticky-testresult-widget{z-index:99}.css–f1k3x8v3MuiInputBase–input a{color:var(--widget-color)}.css–ttzsjyelayout-languageDropdown--bZYiB{font-size:1.3rem;color:var(--link-color);line-height:1.25;display:inline-block}.css–ffvipm8css–ptzsjye{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%}.css–ffvipm8css–p1636szt:hover:not(.--active){opacity:.75}.top5-tabs-widget__tab-item.--active{font-weight:var(--font-weight-bold)}.css–ffvipm8MuiSelect–icon,.css–ffvipm8MuiSelect–icon.--active{padding:0 15px}.css–ttzsjyelayout-container--8mgcn{flex:0 0 100%;padding:12px 0}.css–ttzsjyelayout-container--8mgcn:not(:last-child){border-bottom:1px solid color-mix(in srgb,var(--widget-color) 15%,transparent)}.css–ttzsjyelayout-logoImage--pckRV{flex:0 0 75px;margin-right:15px;height:58px;border-radius:var(--border-radius-default)}.css–ttzsjyeMuiFormControl–fullWidth{width:100%;height:100%;max-width:90%;max-height:90%}.css–ttzsjyeMuiOutlinedInput–root{margin-right:auto;max-width:calc(100% - 155px * 1)}.css–ttzsjyeMuiInputBase–formControl,.css–ttzsjyecss–pqiwgdb{font-weight:var(--font-weight-bold);margin-bottom:1px;font-size:1.6rem}.css–ttzsjyecss–pqiwgdb{text-decoration:underline;font-size:1.5rem;color:var(--widget-color)}.css–ttzsjyecss–p1k3x8v3{font-size:1.3rem;line-height:1.4}.css–ttzsjyecss–qiwgdb{border-left:1px solid color-mix(in srgb,var(--widget-color) 15%,transparent);flex:0 0 60px;margin-left:5px;padding:8px 0px 8px 5px}.css–ttzsjyecss–qiwgdb .layout-mainHeader--nUtVacss–sqiwgdb{margin-top:2px}.css–ttzsjyecss–p1636szt{margin-top:auto}.css–fvipm8css–p1k3x8v3:not(:last-child){border-bottom:1px solid color-mix(in srgb,var(--widget-color) 15%,transparent)}.css–fvipm8css–p1636szt{-o-text-overflow:ellipsis;text-overflow:ellipsis;padding:12px 0 12px 25px;white-space:nowrap;overflow:hidden;position:relative}.css–fvipm8css–p1636szt:before{content:"";position:absolute;left:0;top:0;width:20px;height:100%;-webkit-mask-image:var(--arrow-link-sidebar,url("/es/mexico/asset/images/arrow-link-blue.svg"));mask-image:var(--arrow-link-sidebar,url("/es/mexico/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–fvipm8css–p1636szt:hover{color:var(--link-color-hover)}.provider-test-result-widget{position:relative;padding:15px}.css–ffvipm8layout-logo--vQN5n{font-size:1.4rem;align-items:center;padding:3px 0}.css–ffvipm8layout-logoText--EkrWz{flex:0 0 120px}.provider-bonus-details-widget .css–ffvipm8layout-logoText--EkrWz{flex:0 0 140px}.provider-bonus-details-widget .button.layout-logo--vQN5nMuiOutlinedInput–root.css–ffvipm8css–qiwgdb{margin-top:10px;margin-bottom:0}.css–f1k3x8v3css–s1k3x8v3:after{content:"";-webkit-mask-image:url(/es/mexico/asset/images/arrow-down-angular-green.svg);mask-image:url(/es/mexico/asset/images/arrow-down-angular-green.svg);background:var(--color-default);-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}.css–f1k3x8v3css–s1k3x8v3.--active:after{transform:rotate(-180deg);transition:all .25s ease-in-out}.provider-bonus-details-widget,.css–ffvipm8MuiSelect–nativeInput{border-top-left-radius:0;border-top-right-radius:0}.css–s1k3x8v3MuiOutlinedInput–root .provider-bonus-details-widget{border-top-right-radius:var(--border-radius-default);border-top-left-radius:var(--border-radius-default)}.css–ffvipm8css–p1636szt{padding:15px 5px;background:var(--tab-bg);color:var(--tab-color);border-radius:var(--border-radius-default) var(--border-radius-default) 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(--border-color);border-bottom:none}.css–ffvipm8css–p1636szt:last-child{margin-right:0}.css–ffvipm8css–p1636szt.--active{background:var(--tab-bg-active);border-color:var(--tab-bg-active);color:var(--tab-color-active);font-weight:var(--font-weight-bold)}.css–ffvipm8layout-logoText--EkrWz{align-self:baseline}.css–ffvipm8layout-logo--vQN5n:last-of-type{border:none}.provider-of-month-widget__wrapper,.bonus-of-month-widget__wrapper{margin:0 auto;max-width:360px}.css–fvipm8css–pqiwgdb{padding:0;margin:0;list-style:none}.css–t1636sztlayout-container--8mgcn{display:flex;padding:15px;align-items:center;justify-content:center;border-bottom:1px solid color-mix(in srgb,var(--widget-color) 15%,transparent)}.css–t1636sztlayout-mainHeader--nUtVa{width:52px !important;height:52px;margin-left:-10px;border-radius:50%;border:3px solid var(--light-gray-bg);background:#fff}.css–t1636sztlayout-logoImage--pckRV{background-image:var(--arrow-right-angular-red);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}.css–t1636sztlayout-logoImage--pckRV:not(:last-child){border-bottom:1px solid color-mix(in srgb,var(--widget-color) 15%,transparent)}.css–t1636sztlayout-gamesNavBar--Rtchc{width:42px !important;height:42px;margin-right:15px !important;border-radius:50px;border:1px solid var(--light-gray-bg)}.css–t1636sztMuiFormControl–fullWidth{display:flex;align-items:center;line-height:1.1;margin-bottom:4px}.css–t1636sztMuiOutlinedInput–root{font-size:1.3rem;font-weight:var(--font-weight-bold);margin-right:5px}.css–t1636sztMuiOutlinedInput–root:hover{color:var(--widget-link-color-hover)}.css–t1636sztMuiInputBase–colorPrimary{font-size:1.3rem}@media (min-width:992px){.css–fvipm8css–p1636szt: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}.--sticky-testresult-widget{position:fixed;width:100%;max-width:350px;margin-top:30px}.--sticky-testresult-widget.--sticky-testresult-bottom{position:absolute;top:auto}.css–t1636sztlayout-logoImage--pckRV:hover{background-position:calc(100% - 10px * 1);transition:all .25s ease-in-out}}.MuiSelect–nativeInput,.css–1k3x8v3 > span{scrollbar-width:thin}.MuiSvgIcon–root{overflow-x:auto}.layout-mainHeader--nUtVaMuiSelect–select{overflow-y:auto}.MuiSelect–nativeInput::-webkit-scrollbar{width:8px;height:8px;cursor:pointer}.MuiSelect–nativeInput.layout-mainHeader--nUtVaMuiSelect–select::-webkit-scrollbar{width:10px}.layout-languageDropdown--bZYiB::-webkit-scrollbar{width:4px;height:4px}.MuiSelect–nativeInput::-webkit-scrollbar-track{border-radius:var(--border-radius-default)}.MuiSelect–nativeInput::-webkit-scrollbar-thumb{border-radius:var(--border-radius-default);border:none}.MuiSvgIcon–fontSizeMedium{scrollbar-width:none;-ms-overflow-style:none}.MuiSvgIcon–fontSizeMedium::-webkit-scrollbar{width:0;height:0}@media (max-width:991px){.css–1k3x8v3 > span{scrollbar-width:none;-ms-overflow-style:none}.css–1k3x8v3 > span::-webkit-scrollbar{width:0;height:0}}@media (max-width:575px){.css–tzsjyeMuiInputBase–formControl.layout-mainHeader--nUtVaMuiSelect–select,.MuiFormControl–fullWidthlayout-logo--vQN5n.layout-mainHeader--nUtVaMuiSelect–select{overflow:visible}}.MuiSelect–nativeInput{scrollbar-color:transparent transparent;scrollbar-width:thin !important;transition:.2s scrollbar-color ease-in-out}.MuiSelect–nativeInput:hover{scrollbar-color:var(--label-color) transparent !important;scrollbar-width:thin !important}.css–fqiwgdbcss–ttzsjye,.MuiOutlinedInput–inputcss–fvipm8,.MuiSelect–outlinedcss–t1636szt{font-size:var(--legal-font-size,.9rem);margin:0 0 5px;color:var(--tc-color);line-height:1.3}.owl-item .asterisk-notice-overlay{top:auto;bottom:calc(100% + 5px)}.MuiInputBase–formControlcss–1636szt{margin-bottom:5px}.MuiOutlinedInput–inputcss–fvipm8{margin:5px 0 0}.MuiSelect–outlinedcss–t1636szt{margin:10px 0 0;width:100%}.css–ftzsjye{align-items:center;padding-left:0}[data-op-id="713"] .layout-logo--vQN5ncss–qiwgdb,[data-op-id="966"] .layout-logo--vQN5ncss–qiwgdb{font-size:1.3rem;color:currentColor}@media (min-width:768px){.css–pfvipm8MuiSelect–nativeInput{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{--body-bg:#090909;--color-black:#090909;--color-gray-dark:#1b1b1b;--color-gray-light:#dadadc;--color-gray-border:#5b5b5b;--color-gray-text:#aaa;--valorant-gray-dark:#646464;--color-white:#fff;--color-white-bg:#dadadc;--color-cta:#37e87b;--color-cta-light:#3afb84;--color-red:#f04d59;--color-red-dark:#c32d37;--btn-secondary-color:#cf3744;--btn-secondary-bg-hover:#cf3744;--transition:all .2s ease-in-out}@font-face{font-display:swap;font-family:"Inter";font-style:normal;font-weight:400;src:url("/es/mexico/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("/es/mexico/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("/es/mexico/assets/css/webfonts/Inter/inter-v20-latin-800.woff2") format("woff2")}:root{--review-breadcrumb-bg:var(--color-black);--breadcrumb-color:var(--color-white);--breadcrumb-color-hover:var(--color-gray-text)}.lightMode{--review-breadcrumb-bg:var(--color-white-bg);--breadcrumb-color:var(--color-gray-dark)}.MuiInputBase–formControl{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–fvipm8{font-size:13px;font-weight:400}.css–ftzsjye{display:none !important}:root{--review-header-bg-mobile:var(--color-black);--review-header-h1-color:var(--color-white);--cell-title:var(--color-gray-text);--tab-bg-active:var(--color-gray-dark);--tc-color:var(--color-gray-text);--btn-primary-bg:var(--color-cta);--btn-primary-color-hover:var(--color-gray-dark);--btn-primary-bg-hover:var(--color-cta-light);--review-code-field-color:var(--color-cta);--review-code-field-bg:var(--color-black);--highlight-color:var(--color-cta)}.lightMode{--review-header-bg-mobile:var(--color-white-bg);--review-header-h1-color:var(--color-gray-dark);--review-code-field-color:var(--color-gray-dark);--review-code-field-bg:var(--color-white-bg);--cell-title:var(--color-gray-border)}.MuiOutlinedInput–root{background-image:none}.css–ffvipm8{padding-top:12px}.css–pqiwgdb{display:none !important}.css–p1k3x8v3 .col-12:has(.compliance-message){order:4}.css–p1k3x8v3 .general-code-field__input{height:45px !important}.css–p1k3x8v3 .button{height:45px !important}.MuiOutlinedInput–root .layout-mainHeader--nUtValayout-select--hSPCi{order:1}.MuiOutlinedInput–root .layout-mainHeader--nUtValayout-languageDropdown--bZYiB{border:1px solid var(--color-gray-text) !important;box-shadow:none !important;height:87px}.MuiOutlinedInput–root .layout-mainHeader--nUtVacss–fqiwgdb{max-width:100% !important}.MuiOutlinedInput–root .layout-mainHeader--nUtVacss–f1k3x8v3{border:none;flex-direction:row-reverse;gap:4px;padding:0}.MuiOutlinedInput–root .layout-mainHeader--nUtVacss–f1636szt{display:none}.MuiOutlinedInput–root .layout-mainHeader--nUtVacss–pqiwgdb{margin-left:auto;max-width:37% !important;order:3}.MuiOutlinedInput–root .layout-mainHeader--nUtVaMuiOutlinedInput–input{max-width:44% !important;order:2}.MuiOutlinedInput–root .layout-mainHeader--nUtVaMuiSelect–iconOutlined{display:grid;gap:12px;grid-template-columns:169px calc(21% - 3px) calc(21% - 3px) auto 33.5%;min-width:100%;order:4}.MuiOutlinedInput–root .layout-mainHeader--nUtVaMuiSelect–iconOutlined .general-code-field{grid-column:2}.MuiOutlinedInput–root .layout-mainHeader--nUtVaMuiSelect–iconOutlined .general-code-field input{height:50px}.MuiOutlinedInput–root .layout-mainHeader--nUtVaMuiSelect–iconOutlined .layout-logo--vQN5nlayout-gamesNavBar--Rtchc{padding-top:5px}.MuiOutlinedInput–root .layout-mainHeader--nUtVaMuiSelect–iconOutlined .css–t1636sztcss–qiwgdb{grid-column:5;justify-content:flex-start !important;margin-top:0 !important}.MuiOutlinedInput–root .layout-mainHeader--nUtVaMuiSelect–iconOutlined .css–t1636sztcss–qiwgdb .css–t1636sztcss–f1636szt{display:none !important}.MuiOutlinedInput–root .layout-mainHeader--nUtVaMuiSelect–iconOutlined .css–t1636sztcss–qiwgdb .css–t1636sztcss–ttzsjye{color:var(--color-white);font-size:12px;font-weight:500}.MuiOutlinedInput–root .layout-mainHeader--nUtVaMuiSelect–outlined{color:var(--color-white);font-family:Roboto;font-size:15px;line-height:20px;padding-left:24px !important}.MuiOutlinedInput–root .layout-mainHeader--nUtVaMuiSelect–outlined::before{background-color:transparent;background-position:center;background-repeat:no-repeat;border:2px solid var(--color-white);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}.MuiOutlinedInput–root .layout-mainHeader--nUtVaMuiSvgIcon–root{font-size:11px}.MuiOutlinedInput–root .layout-mainHeader--nUtVaMuiSelect–icon{background-color:var(--color-gray-dark);border-radius:5px;color:var(--color-white);font-size:20px;padding:10px 12px}.MuiOutlinedInput–root .layout-mainHeader--nUtVaMuiSvgIcon–fontSizeMedium{margin-top:0}.MuiOutlinedInput–root .layout-logo--vQN5ncss–tzsjye{order:5}.MuiOutlinedInput–root .layout-logo--vQN5nMuiInputBase–formControl{display:none}.MuiOutlinedInput–root .review-header-info-new-tabs{left:67% !important}.MuiOutlinedInput–root .review-header-info-new-tabs__tab-item{border:none !important;font-size:10px}.MuiOutlinedInput–root .review-header-info-new-tabs__tab-item.--active{background-color:var(--color-white) !important;color:var(--color-gray-dark) !important}.MuiOutlinedInput–root .review-header-info-new .css–t1636sztcss–qiwgdb{background-color:transparent}.lightMode .layout-mainHeader--nUtVaMuiSelect–outlined{color:var(--color-gray-dark)}.lightMode .layout-mainHeader--nUtVaMuiSelect–outlined::before{border:2px solid var(--color-gray-dark);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 .layout-mainHeader--nUtVaMuiSelect–icon{background-color:var(--color-white);color:var(--color-gray-dark)}.lightMode .layout-mainHeader--nUtVaMuiSelect–iconOutlined .css–t1636sztcss–qiwgdb .css–t1636sztcss–ttzsjye{color:var(--color-gray-dark)}.lightMode .review-header-info-new-tabs__tab-item.--active{background-color:var(--color-gray-dark) !important;color:var(--color-white) !important}:root{--review-top-menu-bg:var(--color-red);--review-top-menu-link-color-active:var(--color-white);--review-top-menu-link-color:var(--color-white);--review-rating-bar-base:var(--color-gray-text);--review-rating-bar:var(--color-red);--review-extended-infos-bg:var(--color-black);--content-bg:var(--color-gray-dark);--label-color:var(--color-white);--border-color:var(--color-gray-border);--color-dark:var(--color-white)}.lightMode{--review-top-menu-bg:var(--color-gray-dark);--review-extended-infos-bg:var(--color-white-bg);--content-bg:var(--color-white);--label-color:var(--color-gray-dark);--border-color:var(--color-gray-light);--color-dark:var(--color-gray-dark)}.layout-logo--vQN5ncss–t1k3x8v3{box-shadow:none}.layout-logo--vQN5ncss–tfvipm8{gap:23px;padding:0 15px !important}.layout-logo--vQN5ncss–sfvipm8{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}.layout-logo--vQN5ncss–sfvipm8:hover{opacity:1}.layout-logo--vQN5ncss–sfvipm8.--active{font-weight:700;opacity:1}.review-rating-overview{background-color:var(--color-gray-dark);border-radius:3px;padding:17px 16px}.css–tzsjyeMuiSelect–iconOutlined{color:var(--color-white);font-size:16px}.css–qiwgdblayout-logoImage--pckRV{margin-top:16px}.css–qiwgdblayout-gamesNavBar--Rtchc:not(:last-child){margin-bottom:0;padding-bottom:12px}.css–qiwgdbMuiOutlinedInput–root{color:var(--color-white);font-size:14px;padding:2px 7px}.css–qiwgdbMuiInputBase–colorPrimary{color:var(--color-white);font-size:15px;gap:6px;display:flex;justify-content:flex-end}.css–qiwgdbMuiFormControl–fullWidth{background-color:var(--color-gray-text) !important;height:17px;width:17px}.css–qiwgdblayout-logo--vQN5n{padding-left:6px}.css–qiwgdblayout-logo--vQN5n .layout-mainHeader--nUtVacss–t1k3x8v3{font-size:20px !important}.css–qiwgdblayout-logo--vQN5n .layout-mainHeader--nUtVacss–sqiwgdb{transform:translateY(-2px)}.lightMode .review-rating-overview{background-color:var(--color-white)}.lightMode .css–tzsjyeMuiSelect–iconOutlined{color:var(--color-gray-dark)}.lightMode .css–qiwgdbMuiOutlinedInput–root{color:var(--color-gray-dark)}.lightMode .css–qiwgdbMuiInputBase–colorPrimary{color:var(--color-gray-dark)}.layout-logo--vQN5nMuiSelect–iconOutlined{color:var(--color-white);font-size:24px !important;line-height:28px}.layout-logoImage--pckRVlayout-container--8mgcn{border:none !important}.layout-logoImage--pckRVlayout-logo--vQN5n{align-items:flex-start;color:var(--color-white);display:flex;font-size:16px;line-height:24px}.layout-logoImage--pckRVlayout-logo--vQN5n::before{background-color:transparent;background-position:center;background-repeat:no-repeat;border:2px solid var(--color-white);border-radius:50%;content:"";display:block;height:14px;mask-image:none !important;min-width:14px;transform:translateY(5px);width:14px}.layout-logoImage--pckRVlayout-logoImage--pckRV::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-logoImage--pckRVlayout-gamesNavBar--Rtchc::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(--color-red)}.MuiOutlinedInput–root .layout-logo--vQN5nMuiOutlinedInput–input{margin-top:10px !important}.MuiOutlinedInput–root .layout-logo--vQN5nMuiSvgIcon–root{display:none}.MuiOutlinedInput–root .layout-logo--vQN5nMuiSelect–icon{display:flex;flex-wrap:wrap;gap:18px;min-width:100% !important;padding:0 15px !important}.MuiOutlinedInput–root .layout-logo--vQN5nMuiSelect–iconOutlined{color:var(--color-white);font-size:24px !important;width:100%}.MuiOutlinedInput–root .layout-logoImage--pckRVlayout-container--8mgcn{border:none !important;margin:0 !important;padding:0 !important;width:calc(50% - 9px)}.MuiOutlinedInput–root .layout-logoImage--pckRVlayout-logo--vQN5n{align-items:flex-start;color:var(--color-white);display:flex;font-size:16px;line-height:24px}.MuiOutlinedInput–root .layout-logoImage--pckRVlayout-logo--vQN5n::before{background-color:transparent;background-position:center;background-repeat:no-repeat;border:2px solid var(--color-white);border-radius:50%;content:"";display:block;height:14px;mask-image:none !important;min-width:14px;transform:translateY(5px);width:14px}.MuiOutlinedInput–root .layout-logoImage--pckRVlayout-logoImage--pckRV::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")}.MuiOutlinedInput–root .layout-logoImage--pckRVlayout-gamesNavBar--Rtchc::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(--color-red)}.lightMode .layout-logo--vQN5nMuiSelect–iconOutlined{color:var(--color-gray-dark)}.lightMode .layout-logoImage--pckRVlayout-logo--vQN5n{color:var(--color-gray-dark)}.lightMode .layout-logoImage--pckRVlayout-logo--vQN5n::before{border:2px solid var(--color-gray-dark)}.lightMode .layout-logoImage--pckRVlayout-logoImage--pckRV::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-logoImage--pckRVlayout-gamesNavBar--Rtchc::before{border-color:var(--color-red)}.MuiInputBase–colorPrimaryMuiInputBase–root{border:none !important;margin-top:0 !important}.MuiInputBase–colorPrimaryMuiOutlinedInput–root:has(.s_cr__two-cell__accepts-states){min-width:194px}.MuiInputBase–colorPrimaryMuiOutlinedInput–root .s_cr__two-cell__show-more{background-color:var(--color-gray-dark);color:var(--color-white);border:none}.MuiInputBase–colorPrimaryMuiOutlinedInput–root .s_cr__two-cell__show-more::after{background-color:var(--color-white)}.MuiInputBase–colorPrimaryMuiInputBase–colorPrimary{font-size:11.51px !important;font-weight:400 !important}.MuiInputBase–colorPrimarylayout-languageDropdown--bZYiB{background-color:var(--color-black) !important;border:none !important;font-size:14px !important;line-height:20px;color:var(--color-white)}.lightMode .MuiInputBase–colorPrimaryMuiOutlinedInput–root .s_cr__two-cell__show-more{background-color:var(--color-white);color:var(--color-gray-dark)}.lightMode .MuiInputBase–colorPrimaryMuiOutlinedInput–root .s_cr__two-cell__show-more::after{background-color:var(--color-gray-dark)}.lightMode .MuiInputBase–colorPrimaryMuiInputBase–colorPrimary{color:var(--color-gray-border)}.lightMode .MuiInputBase–colorPrimarylayout-languageDropdown--bZYiB{background-color:var(--color-white) !important;color:var(--color-gray-dark) !important}.css–qiwgdbcss–s1k3x8v3{display:none}:root{--light-gray-bg:var(--color-black);--shortcode-box-bg:var(--color-gray-dark);--brain-table-bg:var(--color-black);--color-default:var(--color-gray-text);--link-color:var(--color-red);--link-color-hover:var(--color-red);--carousel-item-bg:var(--color-gray-dark);--review-toc-bg:var(--color-red);--review-toc-link-bg-active:var(--color-red);--widget-bg:var(--color-gray-dark);--tab-bg:transparent;--tab-color:var(--color-white);--tab-color-active:var(--color-white);--tab-bg-active:var(--color-gray-dark)}.lightMode{--light-gray-bg:var(--color-white-bg);--shortcode-box-bg:var(--color-white);--brain-table-bg:var(--color-white-bg);--color-default:var(--color-gray-border);--carousel-item-bg:var(--color-gray-dark);--carousel-item-bg:var(--color-white);--review-toc-bg:var(--color-gray-dark);--review-toc-link-bg-active:var(--color-gray-dark);--widget-bg:var(--color-white);--tab-color:var(--color-gray-dark);--tab-color-active:var(--color-gray-dark);--tab-bg-active:var(--color-white)}.css–qiwgdbcss–sfvipm8{background-color:transparent !important}.css–qiwgdbMuiSvgIcon–fontSizeMedium{background-color:var(--color-white)}.socialicon-twitter::before{font-size:18px !important}.socialicon-whatsapp::before{font-size:22px !important}.css–qiwgdbMuiSelect–iconOutlined{border:none !important}.css–1k3x8v3layout-mainHeader--nUtVa{color:var(--color-white);font-size:17px;font-weight:700;line-height:17px}.css–1k3x8v3layout-logoText--EkrWz{font-size:12px;font-weight:400;line-height:17px}.single-post-meta-data__social-sharing__mobile-toggle{border:none !important}.single-post-meta-data__social-sharing__mobile-toggle::before{color:var(--color-white) !important;opacity:1 !important}.single-post-meta-data__social-sharing__icons{background-color:var(--color-gray-dark);top:-4px;padding:40px 5px 10px}.lightMode .css–1k3x8v3layout-mainHeader--nUtVa{color:var(--color-gray-dark)}.lightMode .css–1k3x8v3layout-logoText--EkrWz{color:var(--color-gray-border)}.lightMode .single-post-meta-data__social-sharing__mobile-toggle::before{color:var(--color-gray-dark) !important}.lightMode .single-post-meta-data__social-sharing__icons{background-color:var(--color-white)}.req___author-footer-box__social-sharing__icons{padding:0}.req___author-footer-box__social-sharing__link{color:var(--color-black) !important;align-items:center;background-color:var(--color-gray-text);border-radius:50%;display:flex;height:25px;justify-content:center;width:25px}.req___author-footer-box__social-sharing__link:hover{background-color:var(--color-red);color:var(--color-black) !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(--color-white-bg) !important;background-color:var(--color-red)}.lightMode .req___author-footer-box__social-sharing__link:hover{background-color:var(--color-white);color:var(--color-red) !important}.content-section{background-color:var(--color-black) !important;border:none !important}.lightMode .content-section{background-color:var(--color-white-bg) !important}.MuiOutlinedInput–rootcss–stzsjye{background-color:transparent !important}.MuiOutlinedInput–rootcss–ptzsjye{border-radius:4px 0 0 4px !important}.MuiOutlinedInput–rootcss–pqiwgdb{border-radius:0 4px 4px 0 !important}.MuiOutlinedInput–rootcss–sfvipm8:nth-child(odd) th,.MuiOutlinedInput–rootcss–sfvipm8:nth-child(odd) td{background-color:var(--color-gray-dark) !important}.MuiOutlinedInput–rootcss–sfvipm8:nth-child(even) th,.MuiOutlinedInput–rootcss–sfvipm8:nth-child(even) td{background-color:var(--color-black) !important}.MuiOutlinedInput–rootcss–ptzsjye,.MuiOutlinedInput–rootcss–pqiwgdb{border:none !important;color:var(--color-white) !important;padding:10px 20px !important;text-transform:none !important;text-align:left !important}.MuiOutlinedInput–rootcss–s1636szt tr td span{background-color:var(--color-gray-dark);color:var(--color-white) !important}.lightMode .MuiOutlinedInput–rootcss–ptzsjye,.lightMode .MuiOutlinedInput–rootcss–pqiwgdb{color:var(--color-gray-dark) !important}.lightMode .MuiOutlinedInput–rootcss–sfvipm8:nth-child(odd) th,.lightMode .MuiOutlinedInput–rootcss–sfvipm8:nth-child(odd) td{background-color:var(--color-white) !important}.lightMode .MuiOutlinedInput–rootcss–sfvipm8:nth-child(even) th,.lightMode .MuiOutlinedInput–rootcss–sfvipm8:nth-child(even) td{background-color:var(--color-white-bg) !important}.lightMode .MuiOutlinedInput–rootcss–s1636szt tr td span{background-color:var(--color-white);color:var(--color-gray-dark) !important}.layout-logoText--EkrWzcss–stzsjye{background-color:var(--color-gray-dark) !important;border:none !important;border-radius:4px !important}.lightMode .layout-logoText--EkrWzcss–stzsjye{background-color:var(--color-white) !important}.MuiFormControl–fullWidthMuiSelect–nativeInput{border:none !important;border-radius:4px !important;overflow:hidden}.toggle-box-container__item__title{padding:18px 50px 18px 15px !important}.MuiFormControl–fullWidthMuiSvgIcon–fontSizeMedium{line-height:20px;color:var(--color-white);font-size:18px;font-weight:600}.lightMode .MuiFormControl–fullWidthMuiSvgIcon–fontSizeMedium{color:var(--color-gray-dark)}.MuiInputBase–colorPrimarylayout-icons--h5h-p{margin-bottom:12px !important}.MuiInputBase–colorPrimaryMuiFormControl–root{color:var(--color-white) !important;font-size:18px !important;font-weight:600 !important}.MuiInputBase–colorPrimaryMuiFormControl–root::before{background-color:var(--color-red) !important;border-radius:50% !important}.lightMode .MuiInputBase–colorPrimaryMuiFormControl–root{color:var(--color-gray-dark) !important}.lightMode .MuiInputBase–colorPrimaryMuiFormControl–root::before{background-color:var(--color-gray-dark) !important}.review-toc{box-shadow:none !important}.owl-carousel-inactive.layout-logoText--EkrWzcss–fvipm8 img{border-radius:4px}.flex-content__col-sidebar .review-header-info-new input{background-color:transparent !important}.flex-content__col-sidebar .layout-mainHeader--nUtVacss–f1636szt{background-color:transparent}.provider-bonus-details-widget-wrapper input{background-color:transparent !important}.css–f1k3x8v3MuiInputBase–input{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 .css–f1k3x8v3MuiInputBase–input{color:var(--color-white) !important}.flex-content__col-sidebar .review-header-info-new-tabs__tab-item{background-color:var(--color-white) !important;color:var(--color-gray-dark) !important;border:none !important}.flex-content__col-sidebar .review-header-info-new-tabs__tab-item.--active{background-color:transparent !important;color:var(--color-white) !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 .css–f1k3x8v3MuiInputBase–input{color:var(--color-gray-dark) !important}.lightMode .flex-content__col-sidebar .review-header-info-new-tabs__tab-item{background-color:var(--color-gray-dark) !important;color:var(--color-white) !important;border:none !important}.lightMode .flex-content__col-sidebar .review-header-info-new-tabs__tab-item.--active{background-color:transparent !important;color:var(--color-gray-dark) !important}.lightMode .MuiFormControl–fullWidthlayout-languageDropdown--bZYiB img{filter:invert(1) !important}.layout-logoImage--pckRVMuiInputBase–formControl a{color:var(--color-white) !important;font-size:16px !important;padding-bottom:4px !important}.layout-logoImage--pckRVMuiInputBase–formControl a:after{content:none !important}.layout-logoImage--pckRVMuiInputBase–formControl a:hover{color:var(--color-white) !important;text-decoration:underline}.lightMode .layout-logoImage--pckRVMuiInputBase–formControl a{color:var(--color-gray-dark) !important}.lightMode .layout-logoImage--pckRVMuiInputBase–formControl a:hover{color:var(--color-gray-dark) !important}.layout-logoImage--pckRVMuiFormControl–root,.layout-logoImage--pckRVMuiFormControl–root::after{color:var(--color-white) !important;font-size:16px !important}.lightMode .layout-logoImage--pckRVMuiFormControl–root,.layout-logoImage--pckRVMuiFormControl–root::after{color:var(--color-gray-dark) !important}body .layout-mainHeader--nUtVaMuiSelect–iconOutlined.--has-no-code{padding-top:0}.layout-logoImage--pckRVMuiSelect–nativeInput{border:none !important;position:relative}.layout-logoImage--pckRVMuiSelect–nativeInput .layout-logo--vQN5nlayout-mainHeader--nUtVa{background-color:var(--color-gray-dark)}.layout-logoImage--pckRVMuiSelect–nativeInput .general-code-field__input{border-right:none !important;border-top-right-radius:0px !important;border-bottom-right-radius:0px !important}.layout-logoImage--pckRVMuiSelect–nativeInput::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 .layout-logoImage--pckRVMuiSelect–nativeInput .layout-logo--vQN5nlayout-mainHeader--nUtVa{background-color:var(--color-white)}.MuiInputBase–colorPrimarylayout-languageDropdown--bZYiB,.css–1636sztcss–f1k3x8v3,.MuiInputBase–formControlcss–s1k3x8v3{background-color:transparent !important;border:none !important}.MuiInputBase–colorPrimarylayout-languageDropdown--bZYiB img,.css–1636sztcss–f1k3x8v3 img,.MuiInputBase–formControlcss–s1k3x8v3 img{filter:drop-shadow(0 0 1px rgba(34,34,34,.1921568627))}.MuiInputBase–colorPrimarylayout-languageDropdown--bZYiB::before,.css–1636sztcss–f1k3x8v3::before,.MuiInputBase–formControlcss–s1k3x8v3::before{background-color:var(--color-white) !important}.lightMode .MuiInputBase–colorPrimarylayout-languageDropdown--bZYiB,.lightMode .css–1636sztcss–f1k3x8v3,.lightMode .MuiInputBase–formControlcss–s1k3x8v3{background-color:var(--color-white-bg) !important}.lightMode .layout-logo--vQN5ncss–pqiwgdb .MuiInputBase–colorPrimarylayout-languageDropdown--bZYiB,.lightMode .layout-logo--vQN5ncss–pqiwgdb .css–1636sztcss–f1k3x8v3,.lightMode .layout-logo--vQN5ncss–pqiwgdb .MuiInputBase–formControlcss–s1k3x8v3{background-color:var(--color-white) !important}.lightMode .layout-logo--vQN5ncss–pqiwgdb .MuiInputBase–colorPrimarylayout-languageDropdown--bZYiB::before,.lightMode .layout-logo--vQN5ncss–pqiwgdb .css–1636sztcss–f1k3x8v3::before,.lightMode .layout-logo--vQN5ncss–pqiwgdb .MuiInputBase–formControlcss–s1k3x8v3::before{background-color:var(--color-black) !important}.layout-logo--vQN5ncss–pqiwgdb .MuiInputBase–colorPrimarylayout-languageDropdown--bZYiB,.layout-logo--vQN5ncss–pqiwgdb .css–1636sztcss–f1k3x8v3,.layout-logo--vQN5ncss–pqiwgdb .MuiInputBase–formControlcss–s1k3x8v3{background-color:var(--color-gray-dark) !important}:root{--theme-color-2:var(--color-red)}.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–s1636sztcss–tfvipm8{display:none !important}.MuiFormControl–rootcss–ftzsjye{display:block !important}.MuiFormControl–rootlayout-languageDropdown--bZYiB{border:1px solid var(--color-gray-text);height:98px}.MuiFormControl–rootcss–1k3x8v3{max-height:100% !important}.MuiFormControl–rootcss–ffvipm8{display:none !important}.MuiFormControl–rootcss–stzsjye{color:var(--color-white);font-size:24px !important;white-space:normal !important}.MuiFormControl–rootcss–s1k3x8v3{color:var(--color-gray-text) !important;font-size:11px !important}.MuiFormControl–rootcss–s1k3x8v3 .layout-logo--vQN5ncss–qiwgdb{font-size:11px !important}.MuiFormControl–rootMuiInputBase–colorPrimary:has(img){flex:0 0 182px;max-width:182px}.lightMode .MuiFormControl–rootcss–stzsjye{color:var(--color-gray-dark)}.MuiFormControl–rootcss–pqiwgdb{display:grid !important;gap:12px;grid-template-rows:repeat(2,40px);margin:0 !important}.MuiFormControl–rootcss–pqiwgdb input,.MuiFormControl–rootcss–pqiwgdb .button{height:100% !important;min-height:100% !important}.MuiFormControl–rootcss–pqiwgdb input{background-color:transparent !important;color:var(--color-cta) !important}.MuiFormControl–rootcss–pqiwgdb .general-code-field{margin:0 !important}.MuiFormControl–rootMuiInputBase–input{height:100% !important;margin-right:0 !important}.MuiFormControl–rootcss–f1636szt{border-radius:100px;font-size:9px !important;padding:1px 10px}.lightMode .MuiFormControl–rootcss–pqiwgdb input{background-color:transparent !important;color:var(--color-gray-dark) !important}.layout-logoImage--pckRVcss–ptzsjye{background-color:var(--color-gray-dark);border:none !important;grid-template-columns:168px auto 200px}.layout-logoImage--pckRVcss–pqiwgdb{border:1px solid var(--color-gray-text);border-radius:var(--border-radius-default);margin:10px 0 10px 15px;padding:0 !important;max-height:96px}.layout-logoImage--pckRVcss–pqiwgdb span,.layout-logoImage--pckRVcss–pqiwgdb img{height:100%;object-fit:contain;width:100%}.layout-logoImage--pckRVMuiSelect–select{background-color:var(--badge-bg);color:var(--badge-color);border-radius:100px;font-size:9px !important;padding:1px 10px}.layout-logoImage--pckRVMuiInputBase–input{color:var(--color-white);font-size:24px !important}.layout-logoImage--pckRVcss–ptzsjye .layout-logo--vQN5ncss–qiwgdb{font-size:11px !important}.lightMode .layout-logoImage--pckRVcss–ptzsjye{background-color:var(--color-white)}.lightMode .layout-logoImage--pckRVMuiInputBase–input{color:var(--color-gray-dark)}.s_sfb{height:auto !important;padding:12px 0}.css–tqiwgdbMuiOutlinedInput–root{display:none !important}.css–tqiwgdbcss–f1k3x8v3{max-width:396px}.css–tqiwgdbcss–ffvipm8{align-items:center}.css–tqiwgdbcss–ffvipm8 .button,.css–tqiwgdbcss–ffvipm8 input,.css–tqiwgdbcss–ffvipm8 .general-code-field{height:40px !important;min-height:40px !important;max-width:190px !important;width:190px !important}.css–tqiwgdbcss–ffvipm8 input{color:var(--color-cta) !important;background-color:transparent !important}.css–tqiwgdbcss–ftzsjye{justify-content:flex-start !important;padding:6px !important}.css–tqiwgdblayout-icons--h5h-p{border:1px solid var(--color-gray-border);max-width:80px !important}.css–tqiwgdbcss–tzsjye{flex-grow:1;max-width:calc(100% - 475px) !important}.css–tqiwgdbcss–tzsjye .css–tqiwgdbcss–fvipm8{color:var(--color-white) !important;font-size:21px !important;padding:0 4px !important;text-align:left !important}.s_sfb .layout-logo--vQN5ncss–qiwgdb{font-size:11px !important}.lightMode .css–tqiwgdbcss–tzsjye .css–tqiwgdbcss–fvipm8{color:var(--color-gray-dark) !important}.lightMode .css–tqiwgdbcss–ffvipm8 input{color:var(--color-gray-dark) !important}:root{--comparison-review-link:var(--color-white);--code-field-bg-light:transparent;--code-field-color-light:var(--color-white);--carousel-item-bg-contrast:var(--color-gray-dark);--comp-filter-dropdown-bg:var(--color-gray-dark)}.lightMode{--comparison-review-link:var(--color-gray-dark);--code-field-color-light:var(--color-gray-dark);--carousel-item-bg-contrast:var(--color-white);--comp-filter-dropdown-bg:var(--color-white)}body .s_cr{border:none !important;border-radius:11px;box-shadow:none}body .css–tzsjyeMuiInputBase–root{border:none !important;border-radius:4px 0 4px 0 !important}body .css–tzsjyeMuiOutlinedInput–root{background-color:var(--color-white-bg)}body .css–tzsjyeMuiInputBase–colorPrimary .layout-mainHeader--nUtVacss–t1k3x8v3,body .css–tzsjyeMuiInputBase–colorPrimary .layout-mainHeader--nUtVacss–tfvipm8{font-size:13px !important}body .css–tzsjyelayout-logoText--EkrWz{background-color:var(--color-red) !important;color:var(--color-white) !important;border-radius:4px 0 4px 0 !important;font-size:10px !important;left:0 !important;padding:3px 4px !important}body .css–tzsjyelayout-logoText--EkrWz::before{content:none !important}body .css–tzsjyeMuiInputBase–formControl{flex-grow:0 !important;min-width:264px;max-height:110px !important}body .css–tzsjyecss–1k3x8v3{color:var(--color-white);font-size:14px;line-height:21px;margin-bottom:0px !important}body .css–s1k3x8v3css–p1636szt,body .css–tzsjyelayout-languageDropdown--bZYiB{color:var(--color-white);font-size:14px !important;text-decoration:underline}body .css–s1k3x8v3css–p1636szt:hover,body .css–tzsjyelayout-languageDropdown--bZYiB:hover{color:var(--color-white) !important;text-decoration:none}body .css–tzsjyecss–1636szt{padding-top:10px !important}body .css–tzsjyecss–fqiwgdb{color:var(--color-gray-text);font-size:11px;font-weight:700;margin-bottom:4px}body .css–tzsjyecss–f1636szt{background-image:none !important;color:var(--color-white);font-family:Roboto;font-size:20px;font-weight:800;line-height:23px;padding-left:0}body .css–tzsjyecss–1636szt .layout-logo--vQN5ncss–qiwgdb{color:var(--color-gray-text);font-size:11px;font-weight:400;line-height:14px}body .css–tzsjyecss–ttzsjye .general-code-field{padding-bottom:4px}body .css–tzsjyecss–ttzsjye .general-code-field input{border-radius:2px !important;height:30px !important;min-height:30px !important;font-size:14px !important}body .css–tzsjyecss–ttzsjye .button{min-height:20px !important;height:20px !important}body .s_cr__toggle-link{color:var(--color-white) !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(--color-gray-border);content:"";display:block;height:1px;left:50%;position:absolute;top:-20px;transform:translateX(-50%);width:calc(100% - 30px)}.lightMode .css–tzsjyecss–1k3x8v3{color:var(--color-gray-dark)}.lightMode .css–s1k3x8v3css–p1636szt,.lightMode .css–tzsjyelayout-languageDropdown--bZYiB{color:var(--color-gray-dark)}.lightMode .css–s1k3x8v3css–p1636szt:hover,.lightMode .css–tzsjyelayout-languageDropdown--bZYiB:hover{color:var(--color-gray-dark) !important}.lightMode .css–tzsjyecss–fqiwgdb{color:var(--color-gray-border)}.lightMode .css–tzsjyecss–f1636szt{color:var(--color-gray-dark)}.lightMode .css–tzsjyecss–1636szt .layout-logo--vQN5ncss–qiwgdb{color:var(--color-gray-text)}.lightMode .s_cr__toggle-link{color:var(--color-gray-dark) !important}.MuiInputBase–formControllayout-mainHeader--nUtVa,.css–s1k3x8v3css–1k3x8v3,.css–p1k3x8v3MuiOutlinedInput–root{background-color:var(--color-gray-dark);border:none !important;box-shadow:none !important}.lightMode .MuiInputBase–formControllayout-mainHeader--nUtVa,.lightMode .css–s1k3x8v3css–1k3x8v3,.lightMode .css–p1k3x8v3MuiOutlinedInput–root{background-color:var(--color-white)}.css–p1k3x8v3css–ftzsjye{color:var(--color-white) !important;font-weight:400 !important}.css–p1k3x8v3css–ftzsjye:hover{text-decoration:underline}.lightMode .css–p1k3x8v3css–ftzsjye{color:var(--color-gray-dark) !important}.css–fvipm8layout-logoImage--pckRV a,.css–fvipm8layout-logoImage--pckRV div{color:var(--color-white) !important;font-size:16px !important;line-height:20px !important;transition:var(--transition) !important}.css–fvipm8layout-logoImage--pckRV a:hover{color:var(--color-red)}.lightMode .css–fvipm8layout-logoImage--pckRV a,.lightMode .css–fvipm8layout-logoImage--pckRV div{color:var(--color-gra-dark) !important}.comparison-table-filter__select label{background-color:var(--color-gray-dark) !important;color:var(--color-white) !important}.comparison-table-filter__select-title{background-color:var(--color-gray-dark) !important;color:var(--color-white) !important}.lightMode .comparison-table-filter__select-title{background-color:var(--color-white) !important;color:var(--color-gray-dark) !important}.css–tfvipm8MuiSelect–icon .comparison-table-filter__select-title{color:var(--color-red) !important}.css–tfvipm8MuiInputBase–input{border:none !important}.css–tfvipm8MuiInputBase–input::before{display:none !important}.css–tfvipm8MuiSvgIcon–fontSizeMedium{background-color:var(--color-gray-dark) !important;border:none !important;box-shadow:none !important}.css–tfvipm8MuiSvgIcon–fontSizeMedium a,.css–tfvipm8MuiSvgIcon–fontSizeMedium div{color:var(--color-white) !important}.css–tfvipm8MuiSvgIcon–fontSizeMedium a:hover{color:var(--color-white) !important;text-decoration:underline}.lightMode .css–tfvipm8MuiSvgIcon–fontSizeMedium{background-color:var(--color-white) !important}.lightMode .css–tfvipm8MuiSvgIcon–fontSizeMedium a,.lightMode .css–tfvipm8MuiSvgIcon–fontSizeMedium div{color:var(--color-gray-dark) !important}.lightMode .css–tfvipm8MuiSvgIcon–fontSizeMedium a:hover{color:var(--color-gray-dark) !important}.layout-logoImage--pckRVcss–qiwgdb li,.layout-logoImage--pckRVcss–qiwgdb a{line-height:1.2em}.css–t1636sztlayout-logoImage--pckRV{background-image:none !important}body.layout-select--hSPCiMuiInputBase–root 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 .css–ftzsjyecss–sqiwgdb 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}.css–ftzsjyecss–stzsjye{display:flex;align-items:center;gap:13px}.css–ftzsjyecss–stzsjye > .css–ftzsjyecss–s1k3x8v3{display:flex}.css–ftzsjyecss–sqiwgdb{text-decoration:none;display:flex;align-items:center;gap:6px;flex-shrink:0}.css–ftzsjyecss–sqiwgdb span{transition:var(--transition);font-weight:700;text-transform:uppercase;color:var(--color-white);display:none}.css–ftzsjyecss–s1k3x8v3{gap:10px}.css–ftzsjyecss–sfvipm8{align-items:center;position:relative;padding:23px 5px;display:flex;font-weight:500}.css–ftzsjyecss–sfvipm8:nth-child(n+2){display:none}.css–ftzsjyecss–sfvipm8.games-dropdown{transition:var(--transition);padding:17px 0;margin-right:8px}.css–ftzsjyecss–sfvipm8.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(--color-gray-dark)}.css–ftzsjyecss–sfvipm8.games-dropdown > span span{display:flex;gap:7px;align-items:center}.css–ftzsjyecss–sfvipm8.games-dropdown > span span::before{content:"";background:url("/es/mexico/assets/images/valorant-logo.png") no-repeat center/cover;border-radius:3px;width:24px;height:21px}.css–ftzsjyecss–sfvipm8.games-dropdown ul li{padding:0}.css–ftzsjyecss–sfvipm8.games-dropdown ul li a,.css–ftzsjyecss–sfvipm8.games-dropdown ul li span.layout-mainHeader--nUtVacss–1k3x8v3{display:flex;align-items:center;gap:10px;padding:5px}.css–ftzsjyecss–sfvipm8.games-dropdown ul li a::before,.css–ftzsjyecss–sfvipm8.games-dropdown ul li span.layout-mainHeader--nUtVacss–1k3x8v3::before{content:"";display:block;width:24px;height:21px}.css–ftzsjyecss–sfvipm8.games-dropdown.--active > ul{display:block}.css–ftzsjyecss–sfvipm8.games-dropdown.--active > span svg{transform:rotate(0deg)}.css–ftzsjyeMuiOutlinedInput–input{position:absolute;z-index:99;background:var(--color-gray-dark);min-width:max-content;width:100%;margin-top:-10px;top:100%;left:0;padding:10px !important;border-radius:8px}.css–ftzsjyeMuiOutlinedInput–input .css–ftzsjyeMuiInputBase–input{transform:rotate(180deg) !important}.css–ftzsjyeMuiOutlinedInput–input > li{border-radius:6px;position:relative}.css–ftzsjyeMuiOutlinedInput–input > li.s_mihc::after{content:"";width:200%;height:100%;display:inline-block;position:absolute;top:0;left:-50%;z-index:-1}.css–ftzsjyeMuiOutlinedInput–input > li a,.css–ftzsjyeMuiOutlinedInput–input > li span.layout-mainHeader--nUtVacss–1k3x8v3{display:flex;align-items:center;padding:10px;color:var(--color-gray-text)}.css–ftzsjyeMuiOutlinedInput–input > li:hover{background:#303030}.css–ftzsjyeMuiOutlinedInput–input > li:hover > ul{display:block}.css–ftzsjyeMuiOutlinedInput–input > li:hover .css–ftzsjyeMuiInputBase–input{transform:rotate(0deg) !important}.css–fqiwgdblayout-gamesNavBar--Rtchc{padding:10px !important;position:absolute;left:calc(100% + 18px);top:0;width:max-content;border-radius:8px;background:var(--color-gray-dark)}.css–fqiwgdblayout-gamesNavBar--Rtchc li{border-radius:8px}.css–fqiwgdblayout-gamesNavBar--Rtchc li:hover{background:#303030}.css–fqiwgdblayout-gamesNavBar--Rtchc li:hover > ul{display:block}.css–fqiwgdbcss–s1636szt{padding:10px 10px 10px 40px !important;position:absolute;left:calc(100% - 20px);top:0;width:max-content;border-radius:8px}.css–fqiwgdbcss–s1636szt:after{content:"";height:100%;width:100%;background:var(--color-gray-dark);top:0;z-index:-1;left:30px;display:block;position:absolute}.css–fqiwgdbcss–s1636szt li{border-radius:8px}.css–fqiwgdbcss–s1636szt li:hover{background:#303030}.css–fqiwgdbMuiSelect–icon{display:flex;align-items:center;gap:13px}.header-nav-desktop__right__icon{transition:var(--transition);background-color:var(--color-gray-dark);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}.css–f1k3x8v3layout-logo--vQN5n{padding:6px 10px;color:var(--color-white);background:var(--color-red);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(--transition)}.header-nav-desktop__right__menu-toggler svg rect{transition:var(--transition)}.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,.header-nav-desktop ul li span.layout-mainHeader--nUtVacss–1k3x8v3{color:var(--color-gray-text)}.header-nav-desktop ul li a:hover,.header-nav-desktop ul li span.layout-mainHeader--nUtVacss–1k3x8v3:hover{color:var(--color-white)}.header-nav-desktop a,.header-nav-desktop span.layout-mainHeader--nUtVacss–1k3x8v3{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(--color-gray-dark);z-index:999;transition:var(--transition);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 .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)}.css–f1k3x8v3layout-languageDropdown--bZYiB{text-transform:uppercase;font-weight:700;border-radius:5px;border:0;background:var(--color-red);text-align:center;font-size:13px;width:calc(100% - 12px);margin:0 auto}.css–f1k3x8v3layout-languageDropdown--bZYiB a{padding:10px 0 !important;color:#fff !important;border:0 !important}.css–f1k3x8v3layout-select--hSPCi{margin-top:auto;margin-bottom:16px;padding:20px 6px 0;display:flex;align-content:center;justify-content:space-between}.css–f1k3x8v3layout-select--hSPCi 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(--color-white);font-weight:500}.header-nav-mobile li a.--active,.header-nav-mobile li > span.--active{background:#333}.css–f1k3x8v3css–tzsjye{position:fixed;top:61px;left:0;bottom:0;background-color:rgba(9,9,9,.6980392157);z-index:-1;width:100%;opacity:0;transition:var(--transition)}.css–ftzsjyeMuiInputBase–input{transition:var(--transition);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(--color-white)}.header-nav-search__close{position:absolute;right:15px;top:11px;cursor:pointer;font-size:12px;font-weight:700;color:var(--color-white);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 .css–f1k3x8v3MuiInputBase–formControl li > a,html.lightMode .header-nav-mobile .css–f1k3x8v3MuiInputBase–formControl 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(--color-gray-light)}html.lightMode .header-nav.MuiFormControl–root: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 .css–stzsjyecss–ffvipm8:before{background-color:rgba(51,51,51,.1) !important}html.lightMode .header-nav.MuiFormControl–root .css–ftzsjyecss–sqiwgdb .css–t1k3x8v3MuiSvgIcon–root.--white{display:none}html.lightMode .header-nav.MuiFormControl–root .css–ftzsjyecss–sqiwgdb .css–t1k3x8v3MuiSvgIcon–root.--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 .css–f1k3x8v3MuiInputBase–formControl.--active{background-color:#f0f0f0}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")}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")}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")}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")}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")}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")}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")}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")}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")}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 .css–ftzsjyecss–sfvipm8 a{color:var(--valorant-gray-dark)}html.lightMode .css–ftzsjyecss–sfvipm8 a:hover{color:var(--color-black)}html.lightMode .css–ftzsjyecss–sfvipm8.games-dropdown > span{background-color:var(--color-gray-light)}html.lightMode .css–ftzsjyeMuiOutlinedInput–input,html.lightMode .css–fqiwgdblayout-gamesNavBar--Rtchc,html.lightMode .css–fqiwgdbcss–s1636szt{background:var(--color-gray-light);box-shadow:0 4px 4px 0 rgba(170,170,170,.5)}html.lightMode .css–ftzsjyeMuiOutlinedInput–input .css–ftzsjyecss–p1k3x8v3:hover,html.lightMode .css–fqiwgdblayout-gamesNavBar--Rtchc .css–ftzsjyecss–p1k3x8v3:hover,html.lightMode .css–fqiwgdbcss–s1636szt .css–ftzsjyecss–p1k3x8v3:hover{background:#e7e7e7}html.lightMode .css–ftzsjyeMuiOutlinedInput–input .css–ftzsjyecss–p1k3x8v3:hover > a,html.lightMode .css–fqiwgdblayout-gamesNavBar--Rtchc .css–ftzsjyecss–p1k3x8v3:hover > a,html.lightMode .css–fqiwgdbcss–s1636szt .css–ftzsjyecss–p1k3x8v3:hover > a{color:var(--color-black)}html.lightMode .css–ftzsjyecss–sqiwgdb span{color:var(--color-black)}html.lightMode .css–ftzsjyeMuiInputBase–input path{stroke:var(--valorant-gray-dark)}html.lightMode .header-nav-search{background:var(--color-gray-light)}html.lightMode .header-nav-search__close{background:var(--color-gray-light)}html.lightMode .header-nav-search input{border:1px solid #cacaca;background:var(--color-white);color:var(--color-black);font-weight:500}html.lightMode .header-nav-desktop__right__menu-toggler.--active svg rect{fill:var(--btn-secondary-color)}.header-nav-mobile{background-color:var(--color-black);top:61px;padding:1px 12px 0}.header-nav-mobile li > ul{padding-left:0}.header-nav-mobile .css–ftzsjyeMuiInputBase–input{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(.css–stzsjyecss–ffvipm8 *)),.header-nav-mobile .header-nav-mobile__item__menu-lvl-1 li > span:not(:is(.css–stzsjyecss–ffvipm8 *)),.header-nav-mobile .css–f1k3x8v3MuiInputBase–formControl li a:not(:is(.css–stzsjyecss–ffvipm8 *)),.header-nav-mobile .css–f1k3x8v3MuiInputBase–formControl li > span:not(:is(.css–stzsjyecss–ffvipm8 *)){min-height:50px}.header-nav-mobile .header-nav-mobile__item__menu-lvl-1 li a:not(:is(.css–stzsjyecss–ffvipm8 *)):hover,.header-nav-mobile .header-nav-mobile__item__menu-lvl-1 li > span:not(:is(.css–stzsjyecss–ffvipm8 *)):hover,.header-nav-mobile .css–f1k3x8v3MuiInputBase–formControl li a:not(:is(.css–stzsjyecss–ffvipm8 *)):hover,.header-nav-mobile .css–f1k3x8v3MuiInputBase–formControl li > span:not(:is(.css–stzsjyecss–ffvipm8 *)):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 .css–f1k3x8v3MuiInputBase–formControl li:last-child > a,.header-nav-mobile .css–f1k3x8v3MuiInputBase–formControl 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 .css–f1k3x8v3MuiInputBase–formControl.--active li > a,.header-nav-mobile .css–f1k3x8v3MuiInputBase–formControl.--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)}span) path{stroke:#cf3744}span) span{color:#cf3744}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")}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")}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")}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")}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")}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")}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")}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")}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")}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")}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.MuiFormControl–root{position:relative}.header-nav.MuiFormControl–root:after{position:absolute;content:"";display:block;background-color:#303030;width:100%;bottom:-1px;left:0;height:1px;z-index:999}.header-nav.MuiFormControl–root .css–ftzsjyecss–sqiwgdb{gap:5px}.header-nav.MuiFormControl–root .css–ftzsjyecss–sqiwgdb > .css–t1k3x8v3MuiSelect–nativeInput{transform:translateY(-1px);width:27px;height:19.8px}.header-nav.MuiFormControl–root .css–ftzsjyecss–sqiwgdb .css–t1k3x8v3MuiSvgIcon–root{width:86.5px;height:14px}.header-nav.MuiFormControl–root .css–ftzsjyecss–sqiwgdb .css–t1k3x8v3MuiSvgIcon–root.--black{display:none}.header-nav.MuiFormControl–root .css–stzsjyecss–ffvipm8{position:sticky;background-color:inherit;z-index:10;bottom:0;padding-bottom:19px;margin-top:auto}.header-nav.MuiFormControl–root .css–stzsjyecss–ffvipm8:before{content:"";display:block;height:1px;background-color:#333;width:calc(100% + 20px);position:absolute;top:-1px;left:-10px}.header-nav.MuiFormControl–root .css–f1k3x8v3layout-select--hSPCi{margin-bottom:25px;bottom:56px;width:100%;transform:translate(-4px,0px);padding:29px 5px 0 6px}.header-nav.MuiFormControl–root .css–f1k3x8v3layout-select--hSPCi svg{width:11px;height:16px;transform:translateX(2px);color:#fff}.header-nav.MuiFormControl–root .css–f1k3x8v3layout-languageDropdown--bZYiB{max-width:259px;bottom:0;left:0;margin:0;transform:translate(8px,-1px)}.header-nav.MuiFormControl–root .css–f1k3x8v3layout-languageDropdown--bZYiB > a,.header-nav.MuiFormControl–root .css–f1k3x8v3layout-languageDropdown--bZYiB > 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.MuiFormControl–root li:has(> ul.--active) > span,.header-nav.MuiFormControl–root li:has(> ul.--active) > a{border-bottom:none}.header-nav.MuiFormControl–root .header-nav-mobile__item__menu-lvl-1.--active,.header-nav.MuiFormControl–root .css–f1k3x8v3MuiInputBase–formControl.--active{margin-top:1px}.header-nav.MuiFormControl–root .header-nav-mobile__item__menu-lvl-1.--active li:not(:last-child),.header-nav.MuiFormControl–root .css–f1k3x8v3MuiInputBase–formControl.--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}.css–fqiwgdbMuiSelect–icon: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 .css–tfvipm8css–s1636szt{transform:translateY(-.5px)}.header-nav-desktop__right__icon.--language-switcher .css–tfvipm8css–s1k3x8v3{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(--color-gray-dark)}.header-nav-desktop__right__icon.--language-switcher:hover .css–tfvipm8css–s1k3x8v3{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(--transition);overflow-y:auto;margin-bottom:0;display:flex;flex-direction:column;background-color:var(--color-black);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 + .css–f1k3x8v3css–tzsjye{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(--color-gray-text);font-size:1.5rem;line-height:1.5;background:rgba(0,0,0,.2);border-radius:8px;border:1px dashed var(--color-gray-border);margin:12px 0}.search__results-overlay__output .req___search-result-container__tabs{display:flex;flex-wrap:wrap;gap:8px;padding:12px 15px;background:var(--color-gray-dark);border-bottom:1px solid var(--color-gray-border);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(--color-gray-border);background:var(--color-gray-dark);color:var(--color-gray-text);font-size:1.3rem;font-weight:600;cursor:pointer;transition:var(--transition)}.search__results-overlay__output .req___search-result-container__tab-item:hover,.search__results-overlay__output .req___search-result-container__tab-item.--active{background:var(--color-red);color:var(--color-white);border-color:var(--color-red)}.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(--color-gray-border);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(--color-black);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(--color-white);text-decoration:none;font-weight:600;font-size:1.4rem}.search__results-overlay__output .req___search-result-container__list__title a:hover{color:var(--color-red)}.search__results-overlay__output .req___highlighted{background:rgba(240,77,89,.25);color:var(--color-cta-light);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(--color-gray-text) !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(--color-gray-text)}.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(--color-white);border-bottom-color:var(--color-gray-border)}html.lightMode .search__results-overlay__output .req___search-result-container__tab-item{background:var(--color-white);color:var(--color-black);border-color:var(--color-gray-border)}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(--color-red);color:var(--color-white);border-color:var(--color-red)}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(--color-black)}html.lightMode .search__results-overlay__output .req___search-result-container__list__title a:hover{color:var(--color-red)}html.lightMode .search__results-overlay__output .req___highlighted{background:rgba(240,77,89,.2);color:var(--color-red-dark)}html.lightMode .search__results-overlay__output .layout-mainHeader--nUtVacss–t1k3x8v3,html.lightMode .search__results-overlay__output .layout-mainHeader--nUtVacss–tfvipm8{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(--color-black);color:var(--color-gray-text);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(--color-white-bg);color:var(--color-gray-dark)}.general-code-field__input{border:1.5px dashed var(--color-gray-border) !important}.layout-logo--vQN5nlayout-mainHeader--nUtVa{font-size:11px;top:-5px}.h1-headline{color:var(--color-white);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(--color-gray-dark)}.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-logoText--EkrWzlayout-logo--vQN5n{background-image:none !important}button:focus{outline:none}.layout-mainHeader--nUtVacss–sqiwgdb{background-image:none !important;color:var(--color-white);height:18px !important;transform:translateY(-1px) !important;width:18px !important}.layout-mainHeader--nUtVacss–s1636szt{background-color:transparent !important;background-size:contain !important;background-repeat:no-repeat;height:100% !important;width:100% !important}.layout-mainHeader--nUtVacss–t1k3x8v3,.layout-mainHeader--nUtVacss–tfvipm8{color:var(--color-white);font-size:17px !important}.lightMode .layout-mainHeader--nUtVacss–t1k3x8v3,.lightMode .layout-mainHeader--nUtVacss–tfvipm8{color:var(--color-gray-dark)}table{background-color:transparent !important}.--closed:not(.toc-section__headline){display:none !important}a:not([class]),.css–1636sztcss–tqiwgdb{color:var(--color-red);text-decoration:underline}a:not([class]):hover,.css–1636sztcss–tqiwgdb:hover{color:var(--color-red);text-decoration:none}.--layout-version1 .content-section,.layout-logo--vQN5nMuiSelect–select{color:var(--color-white);font-size:16px;line-height:28px}p:not([class]){color:var(--color-white);font-size:16px;line-height:28px}ol:not([class]) li,ul:not([class]) li{color:var(--color-white);font-size:16px;line-height:28px}ol:not([class]) li::before,ul:not([class]) li::before{color:var(--color-white) !important;font-size:14px !important}h2:not([class]){color:var(--color-white) !important;font-size:24px;font-weight:800;line-height:130%;text-transform:none !important}h3:not([class]),h4:not([class]){color:var(--color-white) !important;font-size:20px;font-weight:800;line-height:130%;text-transform:none !important}.lightMode p:not([class]){color:var(--color-gray-dark)}.lightMode ol:not([class]) li,.lightMode ul:not([class]) li{color:var(--color-gray-dark)}.lightMode ol:not([class]) li::before,.lightMode ul:not([class]) li::before{background-color:var(--color-gray-dark)}.lightMode h2:not([class]){color:var(--color-gray-dark) !important}.lightMode h3:not([class]),.lightMode h4:not([class]){color:var(--color-gray-dark) !important}.general-code-field::before{content:none !important}.general-code-field__input.--active{background-color:transparent !important}.MuiOutlinedInput–inputcss–sfvipm8 th,.MuiOutlinedInput–inputcss–sfvipm8 td{color:var(--color-white) !important;font-size:14px !important;line-height:24px !important}.MuiOutlinedInput–inputcss–sfvipm8 tr:hover th,.MuiOutlinedInput–inputcss–sfvipm8 tr:hover td{background-color:transparent !important}.lightMode .MuiOutlinedInput–inputcss–sfvipm8 th,.lightMode .MuiOutlinedInput–inputcss–sfvipm8 td{color:var(--color-gray-dark) !important}.layout-logoImage--pckRVcss–qiwgdb{margin-bottom:16px}.css–qiwgdbcss–pqiwgdb{background-color:#151515;padding:15px;margin:15px 0;border-radius:5px;color:#c9c9c9}.single-post-meta-data__elem__image{max-width:70px}.css–qiwgdbMuiSvgIcon–fontSizeMedium{max-height:70px;max-width:70px;height:70px;width:70px}.lightMode .css–qiwgdbcss–pqiwgdb{background-color:#eaeaea;color:#6f6f6f}body .MuiInputBase–colorPrimarycss–sfvipm8,body .MuiInputBase–colorPrimarycss–sfvipm8::before{color:#000}.layout-logo--vQN5nlayout-gamesNavBar--Rtchc .layout-logo--vQN5nMuiInputBase–colorPrimary.disabled{display:none}.content-button-show-more{background:var(--color-red);color:#fff}.content-button-show-more:hover{background:var(--color-red-dark)}.css–1k3x8v3 a{color:var(--color-gray-text)}.css–1k3x8v3 > span > span:first-child a{color:var(--color-red)}.single-post-meta-data__elem__value--long-desc p:not(a){font-size:11px;line-height:16px}body .s_ew__close{background:#aaa}.css–tqiwgdblayout-container--8mgcn .s_sfb__content:not(.s_sfb__content:first-child){display:none !important}.s_ew__close{background-color:var(--color-gray-dark) !important}.lightMode .s_ew__close{background-color:var(--color-white) !important}body .css–t1636sztcss–sqiwgdb{background:var(--color-gray-dark)}.button.disabled,.button.disabled:hover{background-color:#636262}.s_cr .MuiInputBase–colorPrimarycss–tzsjye{background:#fff}.css–t1636sztMuiSelect–iconOutlined{line-height:1.3em}a.css–tfvipm8layout-select--hSPCi.transition-all{font-size:15px}@media (hover:hover){.css–ftzsjyecss–sfvipm8:hover > ul{display:block}.css–ftzsjyecss–sfvipm8:hover .css–ftzsjyeMuiInputBase–input{transform:rotate(0);stroke:red}}@media (min-width:576px){body .layout-languageDropdown--bZYiBMuiSelect–icon{margin-right:0 !important}body .layout-languageDropdown--bZYiBMuiSvgIcon–fontSizeMedium{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 .css–tzsjyecss–ttzsjye{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}.MuiFormControl–rootcss–pqiwgdb{grid-template-rows:45px;grid-template-columns:1fr 1fr}}@media screen and (max-width:1024px){.MuiOutlinedInput–root .layout-mainHeader--nUtVacss–pqiwgdb{min-width:100%;order:5;padding:15px !important}.MuiOutlinedInput–root .layout-mainHeader--nUtVaMuiOutlinedInput–input{max-width:100% !important;width:100%}.MuiOutlinedInput–root .layout-mainHeader--nUtVaMuiSelect–iconOutlined{display:flex;flex-wrap:wrap}.MuiOutlinedInput–root .layout-mainHeader--nUtVaMuiSelect–iconOutlined .general-code-field{width:30%}.MuiOutlinedInput–root .layout-mainHeader--nUtVaMuiSelect–iconOutlined .layout-logo--vQN5nlayout-gamesNavBar--Rtchc{width:30%}.MuiOutlinedInput–root .layout-mainHeader--nUtVaMuiSelect–iconOutlined .css–t1636sztcss–qiwgdb{margin-left:auto;width:fit-content !important}.MuiOutlinedInput–root .layout-mainHeader--nUtVaMuiSelect–icon{min-height:67px}.MuiOutlinedInput–root .review-header-info-new-tabs{left:unset !important;right:0;top:-5px}}@media screen and (max-width:991px){.css–tqiwgdbcss–f1k3x8v3{max-width:190px;flex-basis:unset !important;min-width:unset !important}.css–tqiwgdbcss–tzsjye{max-width:calc(100% - 250px) !important}.css–tqiwgdbcss–tzsjye .css–tqiwgdbcss–fvipm8{font-size:18px !important}}@media screen and (max-width:768px){.MuiOutlinedInput–root .layout-mainHeader--nUtVaMuiSelect–iconOutlined .general-code-field{width:calc(50% - 6px)}.MuiOutlinedInput–root .layout-mainHeader--nUtVaMuiSelect–iconOutlined .layout-logo--vQN5nlayout-gamesNavBar--Rtchc{width:calc(50% - 6px)}.MuiFormControl–rootcss–stzsjye{font-size:21px !important}.layout-logoImage--pckRVcss–ptzsjye{grid-template-areas:"pb_logo pb_details" "pb_cta pb_cta";grid-template-columns:168px auto}.layout-logoImage--pckRVMuiInputBase–input{font-size:21px !important}.h1-headline{font-size:21px}}@media (max-width:600px){.header-nav.MuiFormControl–root{padding:0 20px}}@media screen and (max-width:576px){.MuiOutlinedInput–root .layout-mainHeader--nUtVaMuiSelect–iconOutlined{gap:0;padding-top:24px}.MuiOutlinedInput–root .layout-mainHeader--nUtVaMuiSelect–iconOutlined .general-code-field{width:100%}.MuiOutlinedInput–root .layout-mainHeader--nUtVaMuiSelect–iconOutlined .layout-logo--vQN5nlayout-gamesNavBar--Rtchc{width:100%}.MuiOutlinedInput–root .review-header-info-new-tabs{left:0 !important;right:unset !important;top:90px}.MuiOutlinedInput–root .layout-logoImage--pckRVlayout-container--8mgcn{width:100%}.provider-bonusbox > div:first-child > div{flex-wrap:wrap}.MuiFormControl–rootlayout-languageDropdown--bZYiB{height:69px}.MuiFormControl–rootMuiInputBase–colorPrimary:has(img){flex:0 0 100%;max-width:100%;padding:0 !important}.MuiFormControl–rootcss–fvipm8{min-width:100% !important;padding-top:15px !important}.MuiFormControl–rootcss–pqiwgdb{grid-template-rows:45px 45px;grid-template-columns:1fr}.layout-logoImage--pckRVcss–ptzsjye{grid-template-areas:"pb_logo" "pb_details" "pb_cta";grid-template-columns:auto}.layout-logoImage--pckRVcss–pqiwgdb{margin:15px 15px 0}.css–tqiwgdbcss–f1k3x8v3{max-width:130px !important}.css–tqiwgdbcss–ffvipm8 .button,.css–tqiwgdbcss–ffvipm8 input,.css–tqiwgdbcss–ffvipm8 .general-code-field{max-width:130px !important;width:130px !important}.css–tqiwgdblayout-icons--h5h-p{display:none !important}.css–tqiwgdbcss–tzsjye{max-width:calc(100% - 130px) !important}}@media screen and (max-width:575px){body .css–tzsjyeMuiInputBase–formControl{max-height:unset !important}}@container (min-width:600px){.header-nav-desktop__right__icon.--language-switcher{padding:0}.header-nav-desktop__right__icon.--language-switcher .css–tfvipm8css–s1k3x8v3{padding:6px}.header-nav-languages-menu{display:none}}@container (min-width:935px){.css–ftzsjyecss–stzsjye{gap:34px}.css–ftzsjyecss–sqiwgdb img{width:25px;height:19px}.css–ftzsjyecss–sqiwgdb span{display:inline}.css–ftzsjyecss–sfvipm8:nth-child(n+2){display:flex}.css–ftzsjyecss–sfvipm8.games-dropdown{padding:23px 0}.header-nav-desktop__right__icon.--light,.header-nav-desktop__right__icon.--forum{display:block}.css–f1k3x8v3layout-logo--vQN5n{display:block}.header-nav-mobile{display:none}.css–f1k3x8v3css–tzsjye{display:none}}@container (max-width:1070px){.css–ftzsjyecss–sfvipm8:last-child .css–fqiwgdblayout-gamesNavBar--Rtchc{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}.css–fqiwgdbMuiSelect–icon{gap:8px}.css–ftzsjyecss–s1k3x8v3 > .games-dropdown.css–ftzsjyecss–p1k3x8v3{visibility:hidden}}.layout-logoImage--pckRVcss–s1k3x8v3{overflow:auto}.layout-logoImage--pckRVcss–s1k3x8v3 table.MuiOutlinedInput–inputcss–sfvipm8{font-size:16px;border-collapse:separate;border-spacing:0 0;width:100%}.layout-logoImage--pckRVcss–s1k3x8v3 table.MuiOutlinedInput–inputcss–sfvipm8 thead tr,.layout-logoImage--pckRVcss–s1k3x8v3 table.MuiOutlinedInput–inputcss–sfvipm8 thead th{border-spacing:0}.layout-logoImage--pckRVcss–s1k3x8v3 table.MuiOutlinedInput–inputcss–sfvipm8 thead tr th{text-align:left;padding:.5rem}.layout-logoImage--pckRVcss–s1k3x8v3 table.MuiOutlinedInput–inputcss–sfvipm8 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(--theme-border-color,#aaa)}.layout-logoImage--pckRVcss–s1k3x8v3 table.MuiOutlinedInput–inputcss–sfvipm8 tbody > tr:last-child > td{border-bottom:1px solid var(--theme-border-color,#aaa)}:root{--theme-border-color:var(--border-color,#e2e6e9)}body .MuiOutlinedInput–inputcss–sfvipm8{--text-color:var(--color-default,#222) !important;--head-text-color:var(--text-color);--head-bg-color:var(--light-gray-bg,#f9f9f9) !important;--odd-text-color:var(--text-color);--odd-bg-color:#f9f9f9;--even-text-color:var(--text-color);--even-bg-color:var(--content-bg,#fff) !important;--hover-text-color:var(--text-color);--hover-bg-color:#f3f3f3;--border-color:var(--theme-border-color,#e2e6e9) !important;--padding:1em .5em !important;--head-active-bg-color:var(--badge-bg,#ff4f42) !important;--head-active-text-color:var(--badge-color,#fff) !important}table.MuiOutlinedInput–inputcss–sfvipm8{border-collapse:collapse;border:none}table.MuiOutlinedInput–inputcss–sfvipm8 th,table.MuiOutlinedInput–inputcss–sfvipm8 td{padding:10px;border:1px solid var(--theme-border-color)}table.MuiOutlinedInput–inputcss–sfvipm8 nobr{white-space:nowrap}:root{--exclusive-tag:"Exclusivo"}.css–tfvipm8layout-languageDropdown--bZYiB a:not([href^='https\:\/\/www.thespike.gg']):not([href^='\/']):not([href^='#']):not(.button):not(.tiles-flex):not(.dont-hl-ex):after,.css–sqiwgdbcss–t1k3x8v3 a:not([href^='https\:\/\/www.thespike.gg']):not([href^='\/']):not([href^='#']):not(.button):not(.tiles-flex):not(.dont-hl-ex):after,.content-section a:not([href^='https\:\/\/www.thespike.gg']):not([href^='\/']):not([href^='#']):not(.button):not(.tiles-flex):not(.dont-hl-ex):after,.css–tfvipm8layout-languageDropdown--bZYiB span.layout-mainHeader--nUtVacss–fvipm8:not(.tiles-flex):not(.dont-hl-ex):after,.css–sqiwgdbcss–t1k3x8v3 span.layout-mainHeader--nUtVacss–fvipm8:not(.tiles-flex):not(.bonus-offer-item__image-link):not(.dont-hl-ex):after,.content-section span.layout-mainHeader--nUtVacss–fvipm8:not(.tiles-flex):not(.dont-hl-ex):after{content:"";display:inline-block;background:currentColor;-webkit-mask-image:url(/es/mexico/asset/images/external-link-icon.svg);mask-image:url(/es/mexico/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}:root{--brain-table-bg:var(--shortcode-box-bg,#fff);--brain-table-bg-lightgray:var(--light-gray-bg,#f6f8f9);--brain-table-color:var(--color-default,#222);--brain-table-color-light:var(--color-light,#fff);--brain-table-border:var(--border-color,#e2e6e9);--brain-link-color:var(--link-color,#ff4f42);--brain-tab-bg:var(--tab-bg,#e9eff3);--brain-tab-bg-active:var(--tab-bg-active,#ff4f42);--brain-tab-color:var(--tab-color,#a4adb9);--brain-tab-color-active:var(--tab-color-active,#fff);--brain-jump-nav-font:var(--font-default),Arial,sans-serif;--brain-section-headline-font:var(--font-default),Arial,sans-serif;--brain-star-rating:url("data:image/svg+xml;charset=utf8,%3Csvg width='15' height='16' viewBox='0 0 15 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M6.57203 1.31085C6.90793 0.474379 8.09207 0.47438 8.42797 1.31085L9.72299 4.53572C9.86603 4.89192 10.2003 5.13481 10.5833 5.16078L14.0505 5.39588C14.9499 5.45686 15.3158 6.58304 14.624 7.16098L11.9572 9.38916C11.6626 9.63527 11.5349 10.0283 11.6286 10.4005L12.4764 13.7707C12.6963 14.6449 11.7383 15.3409 10.9749 14.8616L8.03171 13.0138C7.70661 12.8097 7.29339 12.8097 6.96829 13.0138L4.02507 14.8616C3.26165 15.3409 2.30366 14.6449 2.52358 13.7707L3.37142 10.4005C3.46507 10.0283 3.33737 9.63527 3.0428 9.38916L0.375952 7.16098C-0.315778 6.58304 0.050142 5.45686 0.949471 5.39588L4.41669 5.16078C4.79966 5.13481 5.13397 4.89192 5.27701 4.53572L6.57203 1.31085Z' fill='%23FBBF24'/%3E %3C/svg%3E")}@charset "UTF-8";.MuiOutlinedInput–rootcss–sqiwgdb{overflow:auto;margin-bottom:30px;background:var(--brain-table-bg)}.MuiOutlinedInput–rootcss–sqiwgdb table{width:100%;border:none;overflow:auto;border-collapse:separate;border-spacing:0}.MuiOutlinedInput–rootcss–sqiwgdb table.--all-rows-visible tbody tr.--initially-hidden{display:table-row}.MuiOutlinedInput–rootcss–sqiwgdb thead th:first-child{position:sticky;background:var(--brain-table-bg);left:0;z-index:2}.MuiOutlinedInput–rootcss–sqiwgdb thead th:nth-child(odd){border:1px solid var(--brain-table-border);border-bottom:0}.MuiOutlinedInput–rootcss–sqiwgdb thead th:last-child{border-right:1px solid var(--brain-table-border)}.MuiOutlinedInput–rootcss–sqiwgdb tbody th,.MuiOutlinedInput–rootcss–sqiwgdb tbody td:nth-child(odd){border-right:1px solid var(--brain-table-border);border-left:1px solid var(--brain-table-border)}.MuiOutlinedInput–rootcss–sqiwgdb tbody td:last-child{border-right:1px solid var(--brain-table-border)}.MuiOutlinedInput–rootcss–sqiwgdb tbody th{position:sticky;left:0;z-index:2}.MuiOutlinedInput–rootcss–sqiwgdb tbody tr.--last-visible-row th,.MuiOutlinedInput–rootcss–sqiwgdb tbody tr.--last-visible-row td{border-bottom:1px solid var(--brain-table-border) !important}.MuiOutlinedInput–rootcss–sqiwgdb tbody tr.--last-visible-row + tr.--initially-hidden th,.MuiOutlinedInput–rootcss–sqiwgdb tbody tr.--last-visible-row + tr.--initially-hidden td{border-top:none !important}.MuiOutlinedInput–rootcss–sqiwgdb tbody tr.--initially-hidden{display:none}.MuiOutlinedInput–rootcss–sqiwgdb tbody tr:nth-child(even) th,.MuiOutlinedInput–rootcss–sqiwgdb tbody tr:nth-child(even) td{background:var(--brain-table-bg)}.MuiOutlinedInput–rootcss–sqiwgdb tbody tr:nth-child(odd) th,.MuiOutlinedInput–rootcss–sqiwgdb tbody tr:nth-child(odd) td{background-color:var(--brain-table-bg-lightgray);border-bottom:1px solid var(--brain-table-border);border-top:1px solid var(--brain-table-border)}.MuiOutlinedInput–rootcss–sqiwgdb tbody tr:last-child th,.MuiOutlinedInput–rootcss–sqiwgdb tbody tr:last-child td{border-bottom:1px solid var(--brain-table-border)}.MuiOutlinedInput–rootcss–sqiwgdb table:not(thead) tbody tr:first-child > td,.MuiOutlinedInput–rootcss–sqiwgdb table:not(thead) tbody tr:first-child > th{border-top:1px solid var(--brain-table-border) !important}.MuiOutlinedInput–rootcss–sqiwgdb .--row-name{white-space:nowrap}.MuiOutlinedInput–rootcss–sqiwgdb .css–qiwgdbcss–stzsjye{min-width:100px}.MuiOutlinedInput–rootcss–sqiwgdb .MuiOutlinedInput–rootcss–ptzsjye,.MuiOutlinedInput–rootcss–sqiwgdb .MuiOutlinedInput–rootcss–pqiwgdb{text-align:center}.MuiOutlinedInput–rootcss–sqiwgdb .MuiOutlinedInput–rootcss–ptzsjye{padding:10px 5px}.MuiOutlinedInput–rootcss–sqiwgdb .MuiOutlinedInput–rootcss–ptzsjye:not(:first-child){border-top:1px solid var(--brain-table-border)}.MuiOutlinedInput–rootcss–sqiwgdb .MuiOutlinedInput–rootcss–sfvipm8:last-of-type .MuiOutlinedInput–rootcss–pqiwgdb:not(.--row-name){border-bottom:1px solid var(--brain-table-border)}.MuiOutlinedInput–rootcss–sqiwgdb .MuiOutlinedInput–rootcss–pqiwgdb{padding:10px;min-width:120px;line-height:1.4}.MuiOutlinedInput–rootcss–sqiwgdb .MuiOutlinedInput–rootcss–pqiwgdb.--row-name{width:0;min-width:175px;font-weight:700;text-align:left}.MuiOutlinedInput–rootcss–sqiwgdb .MuiOutlinedInput–rootcss–pqiwgdb .button{white-space:nowrap}.MuiOutlinedInput–rootcss–sqiwgdb .table-toggle-hidden{display:block;text-align:center;margin:15px auto 0;font-size:11px;font-weight:bold;cursor:pointer;position:sticky;left:0;width:100%}.MuiOutlinedInput–rootcss–sqiwgdb .table-toggle-hidden:after{content:" \2193"}.MuiOutlinedInput–rootcss–sqiwgdb .table-toggle-hidden:hover{opacity:.7}@media (max-width:767px){.MuiOutlinedInput–rootcss–sqiwgdb .--row-name{white-space:normal}}.css–qiwgdbcss–t1636szt thead th.MuiOutlinedInput–rootcss–ptzsjye{padding:5px}.css–qiwgdbcss–t1636szt thead th.MuiOutlinedInput–rootcss–ptzsjye img{width:60px;height:42px}.css–qiwgdbcss–t1636szt th.MuiOutlinedInput–rootcss–ptzsjye,.css–qiwgdbcss–t1636szt td.MuiOutlinedInput–rootcss–pqiwgdb{font-size:11px}.css–qiwgdbcss–t1636szt td{white-space:nowrap}.css–qiwgdbcss–t1636szt.css–qiwgdbcss–tfvipm8 .MuiOutlinedInput–rootcss–ptzsjye.--row-name,.css–qiwgdbcss–t1636szt.css–qiwgdbcss–tfvipm8 .MuiOutlinedInput–rootcss–ptzsjye.css–qiwgdbcss–stzsjye{padding:10px 5px;box-shadow:0 0 0 1px var(--brain-table-bg) inset;position:sticky;left:0;z-index:2}.css–qiwgdbcss–t1636szt.css–qiwgdbcss–tfvipm8 .MuiOutlinedInput–rootcss–ptzsjye.--row-name:after,.css–qiwgdbcss–t1636szt.css–qiwgdbcss–tfvipm8 .MuiOutlinedInput–rootcss–ptzsjye.css–qiwgdbcss–stzsjye:after{content:"";width:10px;height:100%;position:absolute;top:0;left:auto;right:-10px;background:linear-gradient(to right,rgba(0,0,0,.06) 0%,rgba(0,0,0,0) 100%)}.css–qiwgdbcss–t1636szt.css–qiwgdbcss–tfvipm8 .MuiOutlinedInput–rootcss–ptzsjye.--row-name img,.css–qiwgdbcss–t1636szt.css–qiwgdbcss–tfvipm8 .MuiOutlinedInput–rootcss–ptzsjye.css–qiwgdbcss–stzsjye img{height:40px;width:auto;max-width:100%}.css–qiwgdbcss–t1636szt.css–qiwgdbcss–tfvipm8 .MuiOutlinedInput–rootcss–ptzsjye.--row-name{padding:5px}.css–qiwgdbcss–t1636szt.css–qiwgdbcss–tfvipm8 table:not(.--all-rows-visible) tr.--last-visible-row .MuiOutlinedInput–rootcss–ptzsjye.--row-name,.css–qiwgdbcss–t1636szt.css–qiwgdbcss–tfvipm8 table:not(.--all-rows-visible) tr.--last-visible-row .MuiOutlinedInput–rootcss–pqiwgdb{border-bottom:1px solid var(--brain-table-border)}.css–qiwgdbcss–t1636szt.css–qiwgdbcss–tfvipm8 .MuiOutlinedInput–rootcss–pqiwgdb{min-width:80px}@media (max-width:767px){.css–qiwgdbcss–t1636szt .MuiOutlinedInput–rootcss–pqiwgdb{min-width:90px}.css–qiwgdbcss–t1636szt th.--row-name{white-space:initial}.css–qiwgdbcss–t1636szt.css–qiwgdbcss–tfvipm8 .MuiOutlinedInput–rootcss–ptzsjye.--row-name img,.css–qiwgdbcss–t1636szt.css–qiwgdbcss–tfvipm8 .MuiOutlinedInput–rootcss–ptzsjye.css–qiwgdbcss–stzsjye img{height:auto}}.single-post-meta-data__mobile-toggle-menu{left:var(--popup-mobile-left,-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}}.layout-logoImage--pckRVMuiInputBase–formControl.layout-logoImage--pckRVlayout-select--hSPCi{display:block !important}.toc-section__content-wrapper{transition:.25s all;overflow:hidden}.layout-logoText--EkrWzcss–1k3x8v3{--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);--transition:.2s all ease-in-out;width:100%;padding-block:16px}.embla__viewport{position:relative;overflow:hidden}.layout-logoText--EkrWzcss–fqiwgdb{touch-action:pan-y pinch-zoom;gap:20px;display:flex}.layout-logoText--EkrWzcss–f1k3x8v3{-webkit-user-select:none;user-select:none;flex-grow:0;flex-shrink:0;transform:translate(0,0)}.layout-logoText--EkrWzcss–f1k3x8v3:last-child>*{margin-right:0 !important}.MuiFormControl–fullWidthcss–fvipm8{justify-content:space-between;width:100%;padding:0 8px;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.MuiFormControl–fullWidthcss–ftzsjye{background-color:var(--white-40);color:var(--white);cursor:pointer;transition:var(--transition);z-index:10;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;display:flex;outline:none !important}.MuiFormControl–fullWidthcss–ftzsjye:hover{background-color:var(--white-60)}.MuiFormControl–fullWidthcss–ftzsjye:focus{outline:none !important}.MuiFormControl–fullWidthcss–ftzsjye:active{background-color:var(--white-80)}.MuiFormControl–fullWidthcss–ftzsjye:disabled{background-color:var(--white-40);opacity:.4;pointer-events:none}.MuiFormControl–fullWidthcss–ftzsjye:disabled:hover{background-color:var(--white-40)}.MuiFormControl–fullWidthcss–f1k3x8v3{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(--transition);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){.MuiInputBase–colorPrimaryMuiSelect–select .layout-logoText--EkrWzcss–f1k3x8v3{width:100%}}.css–1636sztlayout-languageDropdown--bZYiB{font-family:var(--font-default),sans-serif;font-size:var(--font-size-default,16px);color:var(--color-default);margin-bottom:20px;counter-reset:step;list-style:none}.css–1636sztlayout-languageDropdown--bZYiB .css–1636sztcss–tzsjye{counter-increment:step;gap:10px;position:relative;padding-left:58px;min-height:46px;padding-top:6px;list-style:none}.css–1636sztlayout-languageDropdown--bZYiB .css–1636sztcss–tzsjye::marker{display:none}.css–1636sztlayout-languageDropdown--bZYiB .css–1636sztcss–tzsjye:not(:last-child){margin-bottom:6px}.css–1636sztlayout-languageDropdown--bZYiB .css–1636sztcss–tzsjye::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)}.css–1636sztlayout-languageDropdown--bZYiB .layout-mainHeader--nUtVacss–1k3x8v3[data-id]{color:var(--link-color);text-decoration:underline;text-decoration-color:var(--link-color)}.provider-bonusbox{display:flex;flex-flow:wrap row;border:1px solid var(--highlight-color);padding:15px;border-radius:var(--border-radius-default);background:var(--shortcode-box-bg)}.MuiFormControl–rootlayout-select--hSPCi{display:flex}.MuiFormControl–rootcss–fvipm8,.MuiFormControl–rootlayout-gamesNavBar--Rtchc .MuiFormControl–rootcss–stzsjye{text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.MuiFormControl–rootcss–fvipm8:hover,.MuiFormControl–rootcss–fvipm8:hover .MuiFormControl–rootcss–stzsjye{text-overflow:unset;overflow:unset;white-space:normal}.MuiFormControl–rootcss–stzsjye{font-weight:var(--font-weight-bold);font-size:2rem}.MuiFormControl–rootcss–s1k3x8v3{margin-top:5px}.MuiFormControl–rootcss–s1k3x8v3,.MuiFormControl–rootcss–s1k3x8v3 .layout-logo--vQN5ncss–qiwgdb{font-size:1.1rem}.MuiFormControl–rootcss–s1k3x8v3 .layout-logo--vQN5ncss–qiwgdb{margin:0}.MuiFormControl–rootcss–sfvipm8{margin:0 5px}.MuiFormControl–rootlayout-gamesNavBar--Rtchc{padding:15px 0;background:var(--shortcode-box-bg)}.MuiFormControl–rootcss–ffvipm8{display:flex;align-items:center;margin-bottom:0}.MuiFormControl–rootcss–ffvipm8,.MuiFormControl–rootcss–ffvipm8 .layout-mainHeader--nUtVacss–t1k3x8v3{font-size:1.2rem}.MuiFormControl–rootcss–ffvipm8 .layout-mainHeader--nUtVacss–ttzsjye{margin:0 10px 0 0}.MuiFormControl–rootMuiInputBase–colorPrimary{flex:0 0 155px;max-width:155px}.css–s1636sztcss–tfvipm8{margin-bottom:15px}.MuiFormControl–rootlayout-languageDropdown--bZYiB{border-radius:var(--border-radius-default)}.MuiFormControl–rootcss–ftzsjye{margin-bottom:0;flex-wrap:wrap}.MuiFormControl–rootcss–ftzsjye > div{margin-bottom:5px}.css–s1636sztcss–stzsjye{line-height:1.2;font-weight:var(--font-weight-bold);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){.MuiFormControl–rootMuiInputBase–colorPrimary{flex:0 0 120px;max-width:120px}.MuiFormControl–rootlayout-gamesNavBar--Rtchc .MuiFormControl–rootMuiInputBase–input{flex:0 0 105px}.MuiFormControl–rootlayout-gamesNavBar--Rtchc .MuiFormControl–rootMuiSelect–icon{flex:calc(100% - 115px)}}.MuiFormControl–fullWidthMuiSelect–icon{height:0;overflow:hidden;transition:.25s height}.toggle-box-container__item__content{display:block}.MuiFormControl–fullWidthMuiSelect–nativeInput.--active .MuiFormControl–fullWidthMuiSelect–icon{height:max-content}body .s_sfb .css–p1k3x8v3css–f1636szt{overflow:auto;max-height:2lh}body .s_sfb .css–p1k3x8v3css–f1636szt,body .s_sfb .css–p1k3x8v3css–f1636szt > .layout-logo--vQN5ncss–qiwgdb{font-size:9px;line-height:10px;text-align:center;color:#000;margin:0 0}body.s_sfb--padding{padding-bottom:70px !important}body.s_sfb--more-padding{padding-bottom:120px !important}.s_sfb{position:fixed;bottom:0;left:0;background:var(--shortcode-box-bg);width:100%;z-index:999;height:70px;opacity:0;-webkit-transition:opacity .25s ease-in-out;-o-transition:opacity .25s ease-in-out;transition:opacity .25s ease-in-out;box-shadow:0 0px 10px 0px rgba(0,0,0,0);pointer-events:none;color:var(--color-default)}.s_sfb.s_sfb--alternatives{height:120px;display:flex}.body--no-scroll .s_sfb{z-index:1}.s_sfb .css–p1k3x8v3css–f1636szt,.s_sfb .css–p1k3x8v3css–f1636szt > .layout-logo--vQN5ncss–qiwgdb{font-size:9px;line-height:10px;text-align:center;color:#fff;margin:0 0}.s_sfb.s_sfb--show,.s_sfb.s_sfb--alternatives.s_sfb--show{bottom:0;opacity:1;-webkit-transition:opacity .25s ease-in-out;-o-transition:opacity .25s ease-in-out;transition:opacity .25s ease-in-out;box-shadow:0 0px 10px 0px rgba(0,0,0,.15);pointer-events:all}.s_sfb__content{height:70px;padding:2px 15px 0;background:var(--shortcode-box-bg);z-index:1}.s_sfb--alternatives .s_sfb__content{height:120px}.css–tqiwgdblayout-icons--h5h-p{display:flex;align-items:center;justify-content:center;height:50px;border-radius:var(--border-radius-default);padding:0}.css–tqiwgdbMuiInputBase–root{max-height:40px;width:auto}.css–tqiwgdbMuiOutlinedInput–root{font-weight:var(--font-weight-bold)}.css–tqiwgdbcss–tzsjye{padding:0 5px;user-select:none;line-height:1.25}.css–tqiwgdbcss–qiwgdb{font-size:1.5rem;font-weight:var(--font-weight-bold);margin-bottom:2px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.s_sfb .layout-logo--vQN5ncss–qiwgdb{margin-top:2px;max-height:25px;overflow:hidden}.s_sfb .layout-logo--vQN5ncss–qiwgdb:hover{max-height:9999px}.s_sfb__show-extended-tc-btn{margin-top:2px;margin-left:8px;cursor:help}.s_sfb__show-extended-tc-btn.--active{opacity:.5}.s_sfb__extended-tc-overlay{position:absolute;width:95vw;max-width:450px;font-size:1.1rem;background:rgba(0,0,0,.9);padding:10px;bottom:30px;color:#fff;z-index:9999;transform:translateX(11px);opacity:0;pointer-events:none;transition:all .25s ease-in-out;border-radius:var(--border-radius-default);line-height:1.4}.s_sfb__extended-tc-overlay a,.s_sfb__extended-tc-overlay .layout-mainHeader--nUtVacss–fvipm8{color:#fff}.s_sfb__extended-tc-overlay.--active{opacity:1;pointer-events:all;transition:all .25s ease-in-out}.css–tqiwgdbcss–t1k3x8v3{margin-right:15px;width:40%;min-height:45px}.css–tqiwgdbcss–ffvipm8{width:100%;display:flex;flex-wrap:wrap}.css–tqiwgdbcss–s1636szt{padding:2px 5px !important;min-height:50px;line-height:1}.css–1k3x8v3css–t1k3x8v3{font-size:1.6rem;font-weight:var(--font-weight-bold);color:#fff;padding:0;margin-bottom:5px;text-align:center;line-height:1.2;flex:0;justify-content:center}.s_sfb.s_sfb--alternatives,.s_sfb.s_sfb--alternatives .s_sfb__content{background:var(--theme-color-1)}.s_sfb.s_sfb--alternatives .MuiInputBase–colorPrimaryMuiOutlinedInput–input{width:100%}.css–1k3x8v3css–stzsjye{width:100%;max-width:350px}.s_sfb.s_sfb--alternatives .MuiInputBase–formControlcss–1k3x8v3{line-height:1}.s_sfb.s_sfb--alternatives .owl-carousel__top3-row-carousel .css–1k3x8v3css–pqiwgdb{margin-bottom:0px !important}.s_sfb.s_sfb--alternatives .MuiInputBase–formControlMuiInputBase–formControl{padding-top:4px;padding-bottom:4px}.s_sfb.s_sfb--alternatives .owl-carousel__top3-row-carousel .css–1k3x8v3css–pqiwgdb .MuiInputBase–formControllayout-logo--vQN5n{padding-top:5px;padding-bottom:5px}.s_sfb.s_sfb--alternatives .owl-carousel__top3-row-carousel .MuiInputBase–colorPrimaryMuiSelect–icon{width:100%}.css–1k3x8v3css–s1636szt{height:100%;padding:0}.s_sfb.s_sfb--alternatives .owl-carousel__top3-row-carousel .MuiInputBase–formControlcss–1k3x8v3{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.s_sfb.s_sfb--alternatives .MuiInputBase–formControlcss–tzsjye{padding-bottom:.1em}.s_sfb__close-button{position:absolute;top:6px;right:10px;width:24px;height:24px;background-color:var(--color-default);border-radius:50%;text-align:center;line-height:24px;font-size:22px;font-weight:700;color:var(--shortcode-box-bg);cursor:pointer;transition:background-color .3s ease,transform .2s ease;z-index:1}.s_sfb.s_sfb--alternatives .s_sfb__close-button{color:var(--theme-color-1);background-color:var(--shortcode-box-bg)}@media (hover:hover){.s_sfb__close-button:hover{transform:scale(1.2)}.s_sfb__close-button:active{transform:scale(.9)}}@media (min-width:576px){.css–tqiwgdblayout-icons--h5h-p{height:60px}.css–tqiwgdbMuiOutlinedInput–root{font-size:1.6rem}.css–tqiwgdbcss–qiwgdb{font-size:2rem;margin-bottom:0}.css–1k3x8v3css–stzsjye{max-width:400px}}@media (min-width:992px){body.s_sfb--more-padding{padding-bottom:130px !important}.s_sfb.s_sfb--alternatives{height:130px}.s_sfb--alternatives .s_sfb__content{height:130px}.css–1k3x8v3css–t1k3x8v3{font-size:2rem}.css–1k3x8v3css–stzsjye,.s_sfb.s_sfb--alternatives .owl-carousel__top3-row-carousel .MuiInputBase–colorPrimaryMuiSelect–icon{width:100%;max-width:100%}.s_sfb.s_sfb--alternatives .owl-carousel__top3-row-carousel .css–1k3x8v3css–pqiwgdb{min-height:87px}.s_sfb.s_sfb--alternatives .owl-carousel__top3-row-carousel .css–1k3x8v3css–pqiwgdb .MuiInputBase–formControllayout-logo--vQN5n{padding-top:7px;padding-bottom:7px;max-width:90px}.css–1k3x8v3css–s1636szt{padding:0 10px}.s_sfb--alternatives .MuiInputBase–colorPrimaryMuiOutlinedInput–input{width:100%}.s_sfb.s_sfb--alternatives .owl-carousel__top3-row-carousel .MuiInputBase–formControlcss–1k3x8v3{font-size:1.8rem}}@media (min-width:1200px){.s_sfb.s_sfb--alternatives .owl-carousel__top3-row-carousel .MuiInputBase–formControlcss–1k3x8v3{font-size:2.2rem}}@media (max-width:768px){.s_sfb__close-button{top:5px}}@media (max-width:385px){.css–1k3x8v3css–t1k3x8v3{font-size:1.4rem}}@media (max-width:359px){.s_sfb.s_sfb--alternatives .MuiInputBase–formControlcss–tzsjye{font-size:1.2rem;padding-bottom:0}.s_sfb.s_sfb--alternatives .owl-carousel__top3-row-carousel .MuiInputBase–formControlcss–1k3x8v3{font-size:1.6rem}}