@media (forced-colors:active) {

  a,
  button,
  input[type=button],
  input[type=reset],
  input[type=submit] {
    forced-color-adjust: none;
    background: ButtonFace !important;
    color: ButtonText !important
  }

  a>span {
    color: ButtonText !important
  }

  a:hover,
  button:hover,
  input[type=button]:hover,
  input[type=reset]:hover,
  input[type=submit]:hover {
    forced-color-adjust: none;
    background: Highlight !important;
    color: HighlightText !important
  }

  a:hover>span {
    color: HighlightText !important
  }

  a:focus-visible,
  button:focus-visible,
  input:focus-visible,
  input[type=button]:focus-visible,
  input[type=reset]:focus-visible,
  input[type=submit]:focus-visible,
  select:focus-visible,
  textarea:focus-visible {
    forced-color-adjust: none;
    outline: none !important;
    border: 2px solid Highlight !important
  }

  button:focus-visible:before {
    forced-color-adjust: none;
    outline: none !important;
    border: none !important
  }

  a[aria-current=page] {
    background: Highlight !important;
    color: HighlightText !important
  }

  a[aria-current=page]:hover {
    background: HighlightText !important;
    color: Highlight !important
  }

  a[aria-current=page]:focus-visible {
    border: 2px solid HighlightText !important
  }

  a:focus-visible:before {
    border: none !important;
    box-shadow: none !important
  }

  a:focus>div:after,
  a:hover>div:after {
    box-shadow: none !important;
    border: .25rem solid CanvasText !important
  }

  a:active,
  button:active,
  input[type=button]:active,
  input[type=reset]:active,
  input[type=submit]:active {
    forced-color-adjust: none;
    background: HighlightText !important;
    color: Highlight !important
  }

  svg path {
    stroke: CanvasText !important
  }
}

@media (prefers-reduced-motion:reduce) {
  * {
    animation-duration: .01ms;
    animation-iteration-count: 1;
    transition-duration: .01ms;
    scroll-behavior: auto
  }
}

:root {
  --topbar-height: 3rem;
  --grid-margins: 1rem
}

@media screen and (min-width:1025px) {
  :root {
    --grid-margins: 3.5rem
  }
}

*,
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
  font-size: 16px;
  font: inherit;
  font-weight: 400;
  vertical-align: baseline;
  text-decoration: none
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block
}

ol,
ul {
  list-style: none
}

blockquote,
q {
  quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: none
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

body {
  width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: #ffffff;
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5
}

html:has(body.page-with-sorting-dropdowns) {
  overflow-y: scroll
}

html:not(:has(body[data-page-type=game])):has([data-testid=user-dropdown-content]) {
  overflow-y: scroll
}

html:has([data-testid=country-select-content]) {
  overflow-y: scroll
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto
}

img {
  max-width: 100%;
  display: block;
  border-style: none
}

article>*+* {
  margin-top: 1em
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%
}

main {
  display: block;
  isolation: isolate;
  min-height: 100vh;
  margin: 0;
  padding-bottom: 5rem;
  width: 100vw
}

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

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible
}

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

a {
  background-color: transparent
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline
}

b,
strong {
  font-weight: bolder
}

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

small {
  font-size: 80%
}

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

sub {
  bottom: -.25em
}

sup {
  top: -.5em
}

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

button,
input {
  overflow: visible
}

button,
select {
  text-transform: none
}

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

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

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

fieldset {
  padding: .35em .75em .625em
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal
}

progress {
  vertical-align: baseline
}

textarea {
  overflow: auto
}

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

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

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

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit
}

summary {
  display: list-item
}

[hidden],
template {
  display: none
}

#wiz-iframe,
#wiz-iframe-intent,
#wzrkImageOnlyDiv {
  pointer-events: all
}

#qc-cmp2-container {
  position: fixed;
  z-index: 2147483647;
  pointer-events: auto
}

._1vujioe0 {
  display: flex;
  gap: .25rem;
  align-items: center;
  min-width: -moz-fit-content;
  min-width: fit-content;
  height: 2rem;
  border-radius: 1rem;
  color: #000;
  background-color: #FFF;
  padding: .25rem .5rem;
  margin-left: .25rem !important;
  margin-right: .25rem !important
}

._1vujioe3 {
  padding: .5rem 1rem;
  height: 3.5rem;
  gap: .5rem;
  color: #fff;
  background-color: #0E1858;
  -webkit-background-color: #0E1858
}

._1vujioe4 {
  margin: .5rem 1.5rem 1.5rem !important;
  background-color: rgba(46, 60, 163, .1);
  -webkit-background-color: rgba(46, 60, 163, .1)
}

._1vujioe5 {
  font-size: var(--_1tjd7xf14);
  font-weight: var(--_1tjd7xf11)
}

._1vujioe7 {
  font-size: var(--_1tjd7xf18);
  font-weight: var(--_1tjd7xfz) !important
}

._1vujioe9 {
  position: relative;
  width: 19px;
  height: 18px
}

._1vujioeb {
  width: 31px;
  height: 30px
}

@media screen and (max-width:810px) {
  ._1vujioe3 {
    margin: .5rem 1.5rem !important
  }
}

@media (max-width:810px) {
  ._1vujioe7 {
    font-size: var(--_1tjd7xf16) !important
  }
}