* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  height: 100%;
  scrollbar-gutter: stable;
  overflow-y: scroll;
}
body {
  margin: 0;
  min-height: 100%;
  background-color: #fff;
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #333;
}
img {
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
}
html.jumbospielarena-touch * {
  background-attachment: scroll !important;
}
.jumbospielarena-inline-block {
  max-width: 100%;
  display: inline-block;
}
.jumbospielarena-button {
  display: inline-block;
  padding: 9px 15px;
  background-color: #3898EC;
  color: white;
  border: 0;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
  border-radius: 0;
}
input.jumbospielarena-button {
  -webkit-appearance: button;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  margin-bottom: 10px;
}
h1 {
  font-size: 38px;
  line-height: 44px;
  margin-top: 20px;
}
h2 {
  font-size: 32px;
  line-height: 36px;
  margin-top: 20px;
}
h3 {
  font-size: 24px;
  line-height: 30px;
  margin-top: 20px;
}
h4 {
  font-size: 18px;
  line-height: 24px;
  margin-top: 10px;
}
h5 {
  font-size: 14px;
  line-height: 20px;
  margin-top: 10px;
}
h6 {
  font-size: 12px;
  line-height: 18px;
  margin-top: 10px;
}
p {
  margin-top: 0;
  margin-bottom: 10px;
}
blockquote {
  margin: 0 0 10px 0;
  padding: 10px 20px;
  border-left: 5px solid #E2E2E2;
  font-size: 18px;
  line-height: 22px;
}
figure {
  margin: 0;
  margin-bottom: 10px;
}
figcaption {
  margin-top: 5px;
  text-align: center;
}
ul,
ol {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
}
.jumbospielarena-embed:before,
.jumbospielarena-embed:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.jumbospielarena-embed:after {
  clear: both;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
button,
[type='button'],
[type='reset'] {
  border: 0;
  cursor: pointer;
  -webkit-appearance: button;
}
:root {
  --bg_mulberry: #140f24;
  --bg_grape: #1b1331;
  --charcoal: #0a0913;
  --pure_white: #fff;
  --snow_white: #f7f5ff;
  --canadian_red: #d80621;
  --neon_green: #88f36d;
  --bg_alt: #0f1a32;
  --surface_base: #181527;
  --surface_soft: #201b34;
  --surface_tint: #28223f;
  --surface_purple_low: #30284a;
  --surface_purple_mid: #3b315c;
  --surface_night: #0f0c1c;
  --outline_soft: #ffffff1f;
  --outline_strong: #ffffff42;
  --outline_neutral: #665d87;
  --text_primary: #f5f2ff;
  --text_secondary: #c6bddc;
  --text_muted: #9d94b8;
  --accent_primary: #8b5cf6;
  --accent_secondary: #d946ef;
  --accent_highlight: #6ee7f9;
  --shadow_soft: 0 18px 44px -24px #0000006b;
  --shadow_card: 0 26px 44px -28px #0000008a;
  --shadow_card_hover: 0 30px 52px -28px #000000a6;
  --radius_large: 28px;
  --radius_medium: 20px;
  --radius_small: 16px;
  --radius_xsmall: 12px;
  --focus_ring: 0 0 0 3px #ffffff30, 0 0 0 6px #88f36d;
}

.body {
  background-color: var(--bg_mulberry);
  background-image: radial-gradient(circle at top, #8b5cf61f, transparent 30%), linear-gradient(180deg, #100d1d 0%, #151124 34%, #0f0c1c 100%);
  color: var(--text_primary);
  font-family: Noto Sans, sans-serif;
  font-size: 16px;
  line-height: 1.5rem;
  overflow-x: hidden;
}

.section {
  width: 100%;
  padding: 2.5rem 0;
}

.section.is-header {
  background-color: #130f22cc;
  background-image: linear-gradient(180deg, #1c1532f2, #120f22e6);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  color: snow;
  border-bottom: 1px solid #ffffff14;
  padding-top: .75rem;
  padding-bottom: .75rem;
  position: sticky;
  top: 0;
  z-index: 40;
  box-shadow: 0 20px 38px -30px #000000d9;
}

.section.is-hero {
  background-color: transparent;
  background-image: radial-gradient(circle at top, #d946ef1c, transparent 30%), radial-gradient(circle at right top, #6ee7f91a, transparent 26%), linear-gradient(180deg, #18122d 0%, #130f22 48%, transparent 100%);
  color: snow;
  margin-bottom: 1rem;
  padding-top: 2rem;
  padding-bottom: 3rem;
}

.section.is-main {
  margin-bottom: 0;
}

.section.is-footer {
  background-color: var(--surface_night);
  background-image: linear-gradient(180deg, #110d1f, #09070f);
  color: snow;
  border-top: 1px solid var(--outline_soft);
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.section.is-notice {
  background-color: #09070f;
  border-bottom: 1px solid #ffffff10;
  padding-top: .125rem;
  padding-bottom: .125rem;
}

.container__outer {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding: .25rem 1.5rem;
  display: block;
  overflow: visible;
}

.container__outer.is-footer, .container__outer.is-header {
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.section.is-notice .container__outer {
  padding-left: .25rem;
  padding-right: .25rem;
}

.section.is-notice .container__inner {
  padding-left: 0;
  padding-right: 0;
}

.container__outer.is-hero {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.container__inner {
  text-align: left;
  position: relative;
}

.card {
  opacity: 1;
  background-color: var(--surface_base);
  border: 1px solid var(--outline_soft);
  border-radius: 24px;
  margin-top: 0;
  margin-bottom: 4rem;
  padding: 0 0 1rem;
  transform: translate(0);
  box-shadow: var(--shadow_card);
  overflow: hidden;
}

.card.is-support {
  border: 0 solid transparent;
  max-width: 100%;
  margin-top: 4rem;
  margin-bottom: 4rem;
  padding: 0;
  display: flex;
  background-image: none;
}

.card.is-last {
  margin-bottom: 3rem;
}

.u-text-light-primary {
  color: snow;
}

.u-text-light-secondary {
  color: #f5f5f5;
}

.u-text-light-secondary.is-copyright {
  color: var(--pure_white);
  text-align: center;
  margin-bottom: .5rem;
}

.u-text-light-secondary.is-note {
  text-align: center;
  margin-bottom: .5rem;
}

.u-text-light-secondary.is-disclaimer {
  text-align: center;
}

.disclaimer-block {
  text-align: justify;
}

.u-text-light-secondary.is-disclaimer {
  display: flex;
  flex-direction: column;
  gap: .35rem;
  align-items: center;
}

.disclaimer-line {
  display: block;
  text-align: center;
}

.u-text-light-footer {
  color: var(--snow_white);
  font-size: 12px;
  font-style: normal;
  line-height: 1rem;
}

.header-wrapper {
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  max-width: 100%;
  display: flex;
  position: relative;
}

.logo-wrapper {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  cursor: pointer;
  align-items: center;
  height: 68px;
  display: flex;
  flex: 0 0 auto;
  min-width: max-content;
}

.nav-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-end;
  align-items: center;
  padding-top: 0;
  display: flex;
  flex-wrap: nowrap;
  flex: 1;
  min-width: 0;
  margin-left: 1.25rem;
}

.nav-wrapper:not(.mobile) {
  display: grid;
  grid-template-columns: 5.9rem 5.7rem 8.4rem 6.5rem 5.6rem 5.2rem;
  justify-content: end;
}

.nav-wrapper.mobile {
  display: none;
}

.nav-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  gap: .75rem;
  min-height: 48px;
  padding: .8rem 1rem;
  border: 1px solid var(--outline_soft);
  border-radius: 999px;
  background: linear-gradient(180deg, #ffffff14, #ffffff08);
  color: var(--text_primary);
  box-shadow: 0 18px 34px -26px #000000d9;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  transition: background-color .2s, border-color .2s, transform .2s, box-shadow .2s;
}

.nav-toggle:hover {
  transform: translateY(-1px);
  border-color: var(--outline_strong);
  box-shadow: 0 20px 36px -26px #000;
}

.nav-toggle:focus-visible {
  outline: none;
  box-shadow: var(--focus_ring);
}

.nav-toggle__label {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.nav-toggle__icon {
  position: relative;
  width: 18px;
  height: 14px;
  display: inline-flex;
}

.nav-toggle__icon::before, .nav-toggle__icon::after, .nav-toggle__icon span {
  content: "";
  position: absolute;
  left: 0;
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  transition: transform .2s ease, opacity .2s ease, top .2s ease;
}

.nav-toggle__icon::before {
  top: 0;
}

.nav-toggle__icon span {
  top: 6px;
}

.nav-toggle__icon::after {
  top: 12px;
}

.header-wrapper.is-nav-open .nav-toggle__icon::before {
  top: 6px;
  transform: rotate(45deg);
}

.header-wrapper.is-nav-open .nav-toggle__icon span {
  opacity: 0;
}

.header-wrapper.is-nav-open .nav-toggle__icon::after {
  top: 6px;
  transform: rotate(-45deg);
}

.nav-link {
  padding-top: .7rem;
  padding-bottom: .7rem;
  padding-left: .95rem;
  padding-right: .95rem;
  font-weight: 600;
  border-radius: 999px;
  transition: opacity .2s, background-color .2s, box-shadow .2s, transform .2s, border-color .2s;
}

.nav-link:hover {
  opacity: 1;
  box-shadow: 0 10px 24px -18px #000;
  transform: translateY(-1px);
}

.nav-link.u-text-light-primary {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  opacity: .94;
  color: var(--text_secondary);
  cursor: pointer;
  font-size: 14px;
  text-decoration: none;
  background-color: #ffffff08;
  border: 1px solid transparent;
  white-space: nowrap;
  text-align: center;
}

.nav-link.u-text-light-primary:hover {
  background-color: #ffffff10;
  border-color: #ffffff17;
  box-shadow: 0 14px 24px -20px #000000d9;
  opacity: 1;
  color: var(--pure_white);
  text-shadow: none;
}

.nav-link.u-text-light-primary:focus-visible, .footer-link:focus-visible, .button__hero:focus-visible, .card-button:focus-visible {
  outline: none;
  box-shadow: var(--focus_ring);
}

.nav-link.u-text-light-primary.jumbospielarena-current {
  opacity: 1;
  color: var(--pure_white);
  background-color: #ffffff16;
  border-color: #ffffff1f;
  box-shadow: inset 0 1px 0 #ffffff12;
}

.logo-img {
  aspect-ratio: auto;
  opacity: 1;
  object-fit: contain;
  height: 48px;
  line-height: 1;
  filter: drop-shadow(0 10px 18px #00000080);
}

.hero-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: flex;
}

.hero-content {
  opacity: 1;
  color: var(--text_primary);
  letter-spacing: 0;
  -webkit-text-fill-color: inherit;
  background-color: #0d0a18f2;
  background-clip: border-box;
  background-image: radial-gradient(circle at top left, #8b5cf61f, transparent 34%), linear-gradient(135deg, #0c0917f7, #1c1730f2 60%, #0c1224f0);
  border: 1px solid #ffffff17;
  border-radius: var(--radius_large);
  width: min(100%, 1040px);
  max-width: 1040px;
  margin-bottom: 0;
  padding: 3rem;
  box-shadow: 0 38px 80px -42px #000000e6;
}

.hero-eyebrow {
  font-size: 12px;
}

.hero-eyebrow.u-text-light-primary {
  color: var(--accent_highlight);
  letter-spacing: .1em;
  margin-bottom: .75rem;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
}

.hero-heading {
  font-size: 36px;
  line-height: 1.5;
}

.hero-heading.u-text-light-primary {
  color: var(--pure_white);
  text-align: left;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 1.25rem;
  font-size: 52px;
  line-height: 1.02;
  max-width: none;
}

.hero-paragraph {
  max-width: 620px;
  margin-bottom: 1.5rem;
}

.hero-paragraph.u-text-light-primary {
  text-align: justify;
  letter-spacing: .2px;
  word-break: normal;
  overflow-wrap: anywhere;
  max-width: 100%;
  margin-bottom: 2.25rem;
  font-weight: 400;
  line-height: 1.75;
  color: var(--text_secondary);
}

.hero-cta {
  color: var(--charcoal);
  cursor: pointer;
  justify-content: center;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.hero-disclaimer {
  justify-content: center;
  margin-top: 1rem;
  display: flex;
}

.footer-wrapper {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  width: 100%;
  padding-top: 1.25rem;
  padding-bottom: 1rem;
  display: flex;
}

.footer-editorial {
  color: var(--text_muted);
  justify-content: space-between;
  align-items: flex-start;
  gap: 1.5rem;
  width: 100%;
  margin-top: 0;
  margin-bottom: .5rem;
  display: flex;
}

.footer-links {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: var(--pure_white);
  border-top: 1px solid var(--outline_soft);
  border-bottom: 1px solid var(--outline_soft);
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  padding-top: .9rem;
  padding-bottom: .9rem;
  display: flex;
}

.links-text.u-text-light-secondary {
  opacity: .9;
  color: var(--pure_white);
  font-size: 14px;
  text-decoration: none;
}

.links-text.u-text-light-secondary:hover {
  opacity: 1;
}

.footer-link {
  opacity: .75;
  color: var(--pure_white);
  text-decoration: none;
  padding: .35rem .85rem;
  border-radius: 999px;
  transition: opacity .2s, background-color .2s;
}

.footer-link:hover {
  opacity: 1;
  background-color: #ffffff12;
}

.footer-link.jumbospielarena-current {
  opacity: .9;
  color: var(--pure_white);
  text-decoration: none;
}

.footer-link.jumbospielarena-current:hover {
  opacity: 1;
}

.footer-copyright {
  opacity: .8;
  color: var(--pure_white);
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  padding-top: .5rem;
  font-size: 12px;
  line-height: 1rem;
  display: flex;
}

.copyright-block {
  opacity: .9;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.content-section {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  border: 0 solid #e0e0e0;
  flex-flow: column;
  margin-bottom: 0;
  padding: 0 0 1rem;
  display: flex;
}

.content-header {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: #171229;
  background-image: radial-gradient(circle at left top, #d946ef24, transparent 28%), linear-gradient(135deg, #22183d, #171229 70%);
  border: 1px solid var(--outline_soft);
  border-radius: 24px 24px 0 0;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding: 1.5rem 2.5rem;
  display: flex;
  box-shadow: 0 24px 40px -32px #000000b3;
}

.content-header__text {
  width: 60%;
  margin-bottom: 0;
}

.content-header__text.is-about {
  width: 80%;
}

.content-header__title {
  color: snow;
  text-align: left;
  margin-top: 0;
  margin-bottom: .5rem;
  line-height: 1.15;
}

.content-header__subtitle {
  opacity: 1;
  color: #f2f3f4;
  text-align: left;
  letter-spacing: .4px;
  -webkit-text-stroke-color: #f2f3f4;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.25;
}

.content-body {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
  padding: 1.5rem 2.5rem 2rem;
  display: flex;
}

.content-body.is-cards {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: initial;
  flex: 0 auto;
  order: 1;
  justify-content: initial;
  align-items: initial;
  padding-top: 2rem;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.content-text {
  width: auto;
}

.about-paragraph {
  color: var(--text_secondary);
  letter-spacing: .5px;
  width: auto;
  max-width: 720px;
  margin-bottom: 0;
  font-size: 14px;
  text-align: justify;
}

.content-illustration {
  justify-content: center;
  align-items: center;
  width: 320px;
  display: flex;
}

.content-paragraph {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  display: flex;
}

.support-left {
  background-color: #171229;
  background-image: linear-gradient(180deg, #241943, #151125);
  color: snow;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  padding: 2rem 2.25rem;
  display: flex;
}

.support-right {
  background: linear-gradient(180deg, #f7f5ff, #ebe7f7);
  flex-flow: column;
  align-items: center;
  width: 50%;
  padding: 2rem 2.25rem;
  display: flex;
}

.support-heading {
  text-align: left;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 24px;
}

.support-heading.is-alt {
  color: #1b1331;
}

.support-text {
  text-align: justify;
  letter-spacing: .15px;
  margin-top: -.5rem;
  margin-bottom: .25rem;
  font-size: 14px;
  line-height: 1.5;
  color: var(--text_secondary);
}

.contact-heading {
  color: #1b1331;
  text-align: left;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 24px;
}

.embed-block {
  width: 100%;
  min-width: 480px;
  max-width: 100%;
}

.support-head {
  justify-content: center;
  width: 100%;
  margin-bottom: 1.125rem;
  display: flex;
}

.compliance-logo {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: var(--pure_white);
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.compliance-badge {
  width: auto;
  height: 36px;
  overflow: visible;
}

.compliance-badge.small {
  max-width: none;
  height: 24px;
}

.footer-compliance_block {
  color: var(--pure_white);
  margin-bottom: 0;
  padding: 1rem 1.5rem;
  font-size: 14px;
}

.button__hero {
  background-color: var(--pure_white);
  background-image: linear-gradient(135deg, #f7f5ff, #a7f3d0);
  color: var(--charcoal);
  border-radius: 999px;
  padding: 1rem 1.6rem;
  font-size: 16px;
  font-weight: 900;
  box-shadow: 0 22px 34px -22px #000000eb;
  transition: transform .2s, box-shadow .2s, background-color .2s, filter .2s;
}

.button__hero:hover {
  transform: translate(0, -4px);
  box-shadow: 0 24px 38px -20px #000;
  filter: saturate(1.08);
}

.header-icon {
  width: 72px;
  max-width: none;
}

.game-card {
  border: 1px solid var(--outline_soft);
  color: var(--text_primary);
  mix-blend-mode: normal;
  border-radius: 22px;
  flex-flow: column;
  flex: none;
  align-items: stretch;
  width: 100%;
  max-width: none;
  height: auto;
  margin-bottom: 0;
  display: flex;
  overflow: hidden;
  background: linear-gradient(180deg, #1b162d, #13101f);
  box-shadow: var(--shadow_card);
  transition: transform .2s, box-shadow .2s, border-color .2s;
  min-width: 0;
}

.game-card.is-library {
  flex: none;
  width: 100%;
  max-width: none;
  margin-bottom: 0;
  transition: transform .2s, box-shadow .2s, border-color .2s;
}

.game-card:hover, .game-card.is-library:hover {
  transform: translate(0, -4px);
  box-shadow: var(--shadow_card_hover);
  border-color: #ffffff24;
}

.game-card__top {
  aspect-ratio: auto;
  object-fit: fill;
  border-top-left-radius: 22px;
  border-top-right-radius: 22px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  display: block;
  position: static;
  overflow: hidden;
}

.game-card__btm {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  flex: auto;
  order: 0;
  align-items: center;
  margin-bottom: 0;
  padding: 1.2rem 1.2rem 1.3rem;
  display: flex;
  justify-content: flex-start;
}

.game-card__title {
  text-transform: uppercase;
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -.02em;
  margin: 0;
  text-wrap: balance;
}

.game-card__title.is-library {
  text-align: center;
  margin-bottom: auto;
  font-size: 18px;
  text-decoration: none;
}

.game-card__btm p {
  text-align: justify;
  text-wrap: pretty;
  width: 100%;
  line-height: 1.6;
  margin-bottom: 0;
  color: var(--text_secondary);
}

.card-image {
  border-top-left-radius: 22px;
  border-top-right-radius: 22px;
  width: 100%;
  max-width: none;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.card-button {
  background-color: var(--accent_primary);
  background-image: linear-gradient(135deg, #8b5cf6, #d946ef);
  color: #fff;
  text-decoration: none;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 0;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 999px;
  flex: 0 auto;
  margin-top: auto;
  min-height: 46px;
  width: 100%;
  padding: .8rem 1rem;
  font-weight: 700;
  letter-spacing: .08em;
  transition: box-shadow .2s, transform .2s, background-color .2s, filter .2s;
}

.card-button:hover {
  transform: translate(0, -2px);
  box-shadow: 0 12px 18px -12px #000000eb;
  filter: brightness(1.04);
}

.policy-header__title {
  color: var(--text_primary);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  line-height: 1.5;
}

.policy-toc {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: column;
  margin-bottom: 2rem;
  display: flex;
}

.policy-content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 3rem 3.25rem;
  display: flex;
  overflow: visible;
  color: var(--text_secondary);
}

.card:has(.policy-content) {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}

.policy-article {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  margin-bottom: 1rem;
  display: flex;
}

.policy-preamble__text {
  color: var(--text_secondary);
  text-align: justify;
  margin-bottom: 0;
  font-size: 15px;
  line-height: 1.8;
}

.policy-preamble__title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5;
  color: var(--text_primary);
}

.policy-article__title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 1.4;
  color: var(--text_primary);
}

.policy-preamble {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  margin-bottom: 2rem;
  display: flex;
}

.policy-subarticle__text {
  color: var(--text_secondary);
  margin-bottom: 0;
  font-size: 15px;
  line-height: 1.8;
  text-align: justify;
}

.policy-toc__item {
  color: var(--text_secondary);
  font-size: 14px;
  line-height: 1.65;
}

.policy-subarticle__title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: var(--text_primary);
}

.policy-toc__title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.5;
  color: var(--text_primary);
}

.policy-header {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  -webkit-text-stroke-color: var(--text_primary);
  border-bottom: 1px solid var(--outline_neutral);
  flex-flow: column;
  margin-bottom: 2rem;
  padding-bottom: 1.25rem;
  display: flex;
}

.policy-header__date {
  color: var(--text_muted);
}

.policy-article__text {
  color: var(--text_secondary);
  margin-bottom: 0;
  font-size: 15px;
  line-height: 1.8;
  text-align: justify;
}

.policy-subarticle {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  margin-bottom: 1rem;
  display: flex;
}

.notice-wrapper {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  opacity: .88;
  color: var(--snow_white);
  justify-content: center;
  align-items: center;
  max-width: 100%;
  padding-right: 2rem;
  padding-top: .1rem;
  padding-bottom: .1rem;
  line-height: 1.5;
  display: flex;
  position: relative;
}

.notice-message {
  text-align: center;
  font-size: 13px;
  line-height: 1.45;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  white-space: normal;
  word-break: normal;
  overflow-wrap: normal;
}

.notice-line {
  display: block;
}

.notice-close {
  position: absolute;
  top: 50%;
  right: 0;
  width: 1.6rem;
  height: 1.6rem;
  padding: 0;
  border: 1px solid #ffffff24;
  border-radius: 999px;
  background: #ffffff08;
  color: var(--snow_white);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transform: translateY(-50%);
  transition: background-color .2s, border-color .2s, opacity .2s;
}

.notice-close:hover {
  background: #ffffff16;
  border-color: #ffffff38;
}

.notice-close:focus-visible {
  outline: none;
  box-shadow: var(--focus_ring);
}

.notice-message.is-mobile {
  display: none;
}

.disclaimer-block {
  color: var(--snow_white);
  letter-spacing: .5px;
  font-size: 12px;
  line-height: 1.5;
}

.home-paragraph {
  color: var(--text_secondary);
  letter-spacing: .5px;
  width: auto;
  max-width: 720px;
  margin-bottom: 0;
  font-size: 16px;
  text-align: justify;
}

@media screen and (max-width: 991px) {
  .section.is-header {
    position: sticky;
  }

  .card.is-support {
    flex-flow: column;
    align-items: stretch;
  }

  .header-wrapper {
    flex-flow: row;
    flex-wrap: wrap;
    align-items: center;
  }

  .nav-wrapper:not(.mobile) {
    display: none;
  }

  .nav-wrapper.mobile {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    position: absolute;
    top: calc(100% + .9rem);
    right: 0;
    left: auto;
    z-index: 30;
    display: none;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    width: min(260px, calc(100vw - 2rem));
    max-width: 100%;
    padding: .7rem;
    border: 1px solid var(--outline_soft);
    border-radius: 24px;
    background: linear-gradient(180deg, #171229f2, #0f0c1cf0);
    box-shadow: 0 30px 56px -34px #000000e6;
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
  }

  .header-wrapper.is-nav-open .nav-wrapper.mobile {
    display: flex;
  }

  .nav-wrapper.mobile .nav-link.u-text-light-primary {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 48px;
    padding-top: .55rem;
    padding-bottom: .55rem;
    padding-left: .8rem;
    padding-right: .8rem;
    text-align: center;
  }

  .nav-wrapper.mobile .nav-link.u-text-light-primary > div {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  .nav-toggle {
    display: inline-flex;
    margin-left: auto;
  }

  .nav-link.u-text-light-primary {
    font-size: 15px;
  }

  .logo-img {
    height: 56px;
  }

  .hero-wrapper {
    flex-flow: column;
    justify-content: center;
  }

  .content-header {
    flex-flow: column;
    flex: 0 auto;
    order: 0;
  }

  .content-header__text {
    text-align: center;
    width: 100%;
  }

  .content-header__title, .content-header__subtitle {
    text-align: center;
  }

  .content-body.is-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .content-text {
    width: 100%;
  }

  .content-illustration {
    display: none;
  }

  .support-left {
    align-items: stretch;
    width: 100%;
  }

  .support-right {
    width: 100%;
  }

  .compliance-logo {
    flex-flow: wrap;
    justify-content: center;
  }

  .game-card {
    width: 100%;
  }

  .game-card.is-library {
    flex-flow: column;
    width: 100%;
  }

  .notice-wrapper {
    flex-flow: column;
    justify-content: center;
    padding-right: 0;
    padding-top: 1.8rem;
  }

  .notice-message {
    font-size: 12px;
    max-width: 100%;
  }

  .notice-close {
    top: 0;
    right: 50%;
    transform: translate(50%, 0);
  }
}

@media screen and (min-width: 992px) {
  .nav-wrapper:not(.mobile) {
    display: grid;
  }

  .nav-wrapper.mobile {
    display: none !important;
  }

  .nav-toggle {
    display: none !important;
  }
}

@media screen and (min-width: 992px) and (max-width: 1120px) {
  .header-wrapper {
    gap: .75rem;
  }

  .nav-wrapper {
    grid-column-gap: .35rem;
    grid-row-gap: .35rem;
    margin-left: .75rem;
  }

  .nav-wrapper:not(.mobile) {
    grid-template-columns: 5.4rem 5.2rem 7.5rem 5.9rem 5.1rem 4.8rem;
  }

  .nav-link.u-text-light-primary {
    padding-left: .8rem;
    padding-right: .8rem;
    font-size: 13px;
  }

  .logo-img {
    height: 44px;
  }
}

@media screen and (max-width: 767px) {
  .container__outer {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .section.is-notice .container__outer {
    padding-left: .2rem;
    padding-right: .2rem;
  }

  .container__inner {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    justify-content: flex-start;
    align-items: center;
    display: block;
  }

  .header-wrapper {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    flex-flow: row;
    align-items: center;
  }

  .nav-link.u-text-light-primary {
    font-size: 14px;
    white-space: normal;
    text-align: center;
  }

  .logo-img {
    vertical-align: baseline;
    height: 44px;
  }

  .footer-editorial {
    flex-flow: column;
  }

  .footer-links {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .footer-copyright {
    text-align: center;
  }

  .content-paragraph {
    flex-flow: column-reverse;
  }

  .compliance-logo {
    flex-flow: wrap;
    justify-content: center;
    gap: .75rem 1rem;
  }

  .footer-links {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    justify-content: center;
    align-items: stretch;
    gap: .625rem;
  }

  .footer-link {
    width: 100%;
    min-width: 0;
    text-align: center;
    justify-content: center;
    display: flex;
  }

  .links-text.u-text-light-secondary.is-mobile {
    display: none;
  }

  .compliance-badge {
    height: 32px;
  }

  .compliance-badge.small {
    height: 22px;
  }

  .notice-message {
    font-size: 12px;
    display: none;
  }

  .notice-message.is-mobile {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    text-wrap: balance;
  }

  .content-body.is-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
  }

  .game-card, .game-card.is-library {
    width: 100%;
    max-width: none;
  }

  .policy-content {
    padding: 2rem 1.5rem;
  }
}

@media screen and (max-width: 479px) {
  .section.is-header {
    z-index: 10;
    position: relative;
  }

  .container__outer {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .container__outer.is-footer {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .section.is-notice .container__outer {
    padding-left: .1rem;
    padding-right: .1rem;
  }

  .container__inner {
    z-index: 15;
    padding-left: 0;
    padding-right: 0;
    position: relative;
  }

  .card {
    margin-top: 0;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .u-text-light-secondary.is-copyright {
    text-align: center;
    font-size: 10px;
  }

  .header-wrapper {
    z-index: 20;
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    padding-top: .25rem;
    padding-bottom: .25rem;
    position: relative;
  }

  .logo-wrapper {
    cursor: pointer;
  }

  .nav-wrapper.mobile {
    padding: .75rem;
    width: min(240px, calc(100vw - 2rem));
  }

  .nav-link.u-text-light-primary {
    padding-top: .7rem;
    padding-bottom: .7rem;
    padding-left: .85rem;
    padding-right: .85rem;
    text-align: center;
    font-size: 13px;
    line-height: 1.3;
  }

  .nav-wrapper.mobile .nav-link.u-text-light-primary {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .nav-wrapper.mobile .nav-link.u-text-light-primary > div {
    width: 100%;
    text-align: center;
  }

  .nav-link.u-text-light-primary.jumbospielarena-current {
    opacity: 1;
  }

  .footer-editorial {
    flex-flow: column;
    align-items: center;
  }

  .footer-links {
    grid-template-columns: minmax(0, 1fr);
    gap: .5rem;
  }

  .footer-link {
    width: 100%;
    padding: .3rem .75rem;
    font-size: 13px;
  }

  .hero-content {
    padding: 1.4rem;
    border-radius: var(--radius_medium);
  }

  .logo-img {
    height: 38px;
  }

  .hero-heading.u-text-light-primary {
    font-size: 34px;
    line-height: 1.05;
  }

  .content-header {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .content-body {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .content-body.is-cards {
    grid-template-columns: 1fr;
  }

  .game-card, .game-card.is-library {
    width: 100%;
    max-width: 100%;
  }

  .policy-content {
    padding: 2rem 1.25rem;
  }

  .embed-block {
    min-width: 0;
  }

  .links-text.u-text-light-secondary.is-mobile {
    display: none;
  }

  .content-section {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .content-header {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
    padding: 1rem 1rem 0;
  }

  .content-header__title {
    font-size: 32px;
  }

  .content-header__subtitle {
    font-size: 18px;
  }

  .content-body {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .content-paragraph {
    justify-content: space-between;
    align-items: center;
  }

  .support-left {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .embed-block {
    min-width: 0;
  }

  .compliance-logo {
    flex-flow: wrap;
    justify-content: center;
    gap: .625rem .875rem;
  }

  .compliance-badge {
    height: 28px;
  }

  .compliance-badge.small {
    height: 20px;
  }

  .game-card, .game-card.is-library {
    width: 100%;
  }

  .game-card__title {
    text-align: center;
  }

  .policy-content {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .notice-message {
    display: flex;
  }

  .notice-message.is-mobile {
    display: none;
  }
}

@media screen and (min-width: 992px) and (max-width: 1279px) {
  .content-body.is-cards {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media screen and (min-width: 560px) and (max-width: 767px) {
  .content-body.is-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media screen and (max-width: 559px) {
  .content-body.is-cards {
    grid-template-columns: 1fr;
  }
}
