/* Brand palette tokens — always-present defaults, overridden by the per-site
   globals.css_file stylesheet linked after this one. Keeping real defaults
   here (not transparent/inherit) means the page still looks correct and
   passes contrast checks even when no palette file is supplied. */
:root {
  --css_header_background_color: #0e1426;
  --css_header_link_color: #ffffff;
  --css_header_primary_button_background_color: #2ab765;
  --css_header_primary_button_text_color: #ffffff;
  --css_header_primary_second_button_background_color: #1d213c;
  --css_header_primary_second_button_text_color: #ffffff;

  --css_main_background_color: #1a2234;
  --css_main_text_color: #c2c0ce;
  --css_main_heading_color: #ffffff;
  --css_main_link_color: #1f35fa;
  --css_main_primary_button_background_color: #2ab765;
  --css_main_primary_button_text_color: #ffffff;
  --css_main_primary_second_button_background_color: #1a713e;
  --css_main_primary_second_button_text_color: #ffffff;

  --css_content_background_color: #171a2b;
  --css_content_heading_color: #ffffff;
  --css_content_text_color: #a29eb6;
  --css_content_link_color: #ffffff;
  --css_content_primary_button_background_color: #6241d5;
  --css_content_primary_button_text_color: #ffffff;
  --css_content_primary_second_button_background_color: #262646;
  --css_content_primary_second_button_text_color: #ffffff;
  --css_content_table_border_color: #262646;
  --css_content_table_header_background_color: #6241d5;
  --css_content_table_tr_paired_lines_background_color: #171a2b;
  --css_content_table_tr_unpaired_lines_background_color: #23233c;

  --css_banner_background_color: #ffbe16;
  --css_banner_title_color: #1a2234;
  --css_banner_text_color: #1a2234;
  --css_banner_button_background_color: #2ab765;
  --css_banner_button_text_color: #ffffff;
}

* {
  outline: none;
  box-sizing: border-box;
}
*::after,
*::before {
  box-sizing: border-box;
}

svg {
  transform: translateZ(0);
}

a {
  cursor: pointer;
  color: var(--css_content_link_color);
}

body,
input,
textarea {
  font-family: Arial, Helvetica, Verdana, sans-serif;
}

body {
  height: 100%;
  background: var(--css_main_background_color);
  color: var(--css_main_text_color);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
}

h1 {
  font-weight: 700;
  font-size: 48px;
  line-height: normal;
  color: var(--css_main_heading_color);
}

h2 {
  font-weight: 700;
  font-size: 30px;
  line-height: normal;
  color: var(--css_content_heading_color);
}

h3 {
  font-weight: 600;
  font-size: 26px;
  line-height: normal;
  color: var(--css_content_heading_color);
}

h4 {
  font-weight: 700;
  font-size: 22px;
  line-height: normal;
  color: var(--css_content_heading_color);
}

h5 {
  font-weight: 600;
  font-size: 20px;
  line-height: normal;
  color: var(--css_content_heading_color);
}

h6 {
  font-weight: 500;
  font-size: 18px;
  line-height: normal;
  color: var(--css_content_heading_color);
}

.xmbiqvggexw {
  overflow: hidden;
  min-height: 100vh;
  position: relative;
  padding: 66px 0 0;
}
@media only screen and (max-width: 767px) {
  .xmbiqvggexw {
    padding: 54px 0 0;
  }
}

/* ==========================================================================
   Header
   ========================================================================== */
.x354t6xcq3h {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 66px;
  background: var(--css_header_background_color);
  z-index: 99;
}
@media only screen and (max-width: 767px) {
  .x354t6xcq3h {
    height: 54px;
  }
}
.x6xrjlzaaf0 {
  max-width: 1310px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
@media only screen and (max-width: 1400px) {
  .x6xrjlzaaf0 {
    padding: 0 16px;
  }
}
@media only screen and (max-width: 1023px) {
  .x6xrjlzaaf0 {
    justify-content: flex-start;
  }
}

.x2ldszvq9ar {
  color: var(--css_header_link_color);
}
.x2ldszvq9ar a {
  color: var(--css_header_link_color);
  display: flex;
  align-items: center;
}
.x2ldszvq9ar span {
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.18px;
  display: inline-flex;
  font-size: 18px;
  text-transform: uppercase;
  margin-left: 11px;
}
.x2ldszvq9ar img {
  max-height: 40px;
  width: auto;
}
@media only screen and (max-width: 1023px) {
  .x2ldszvq9ar {
    order: -2;
  }
  .x2ldszvq9ar span {
    display: none;
  }
  .x6rvk9odxxk .x2ldszvq9ar span {
    display: block;
  }
  .x6xrjlzaaf0 .x2ldszvq9ar img {
    max-width: 90px;
  }
}

@media only screen and (max-width: 1023px) {
  .x34ozlfn9rp {
    display: none;
  }
  .x34ozlfn9rp::before {
    content: "";
    position: absolute;
    top: 0;
    right: 100%;
    height: 100%;
    width: 300%;
    background: rgba(0, 0, 0, 0.6);
    pointer-events: none;
  }
}
.x0t2f6p4z6q {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
.x0t2f6p4z6q li {
  font-size: 16px;
  margin: 0 20px;
}
.x0t2f6p4z6q li a {
  color: var(--css_header_link_color);
  text-decoration: none;
}
@media only screen and (min-width: 1025px) {
  .x0t2f6p4z6q li a:hover {
    text-decoration: underline;
  }
}
@media only screen and (max-width: 1023px) {
  .x0t2f6p4z6q {
    display: block;
  }
  .x0t2f6p4z6q li {
    margin: 0;
    font-size: 16px;
    border-bottom: 1px solid var(--css_main_background_color);
  }
  .x0t2f6p4z6q li a {
    display: flex;
    align-items: center;
    padding: 14px 16px;
    position: relative;
  }
  .x0t2f6p4z6q li a::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 12px;
    border: 5px solid transparent;
    border-left: 5px solid var(--css_header_link_color);
  }
  .x0t2f6p4z6q li:first-of-type {
    border-top: 1px solid var(--css_main_background_color);
  }
}

.x1lq5fl2mgw {
  display: flex;
  align-items: center;
  margin-right: 120px;
}
@media only screen and (max-width: 1400px) {
  .x1lq5fl2mgw {
    margin-right: 105px;
  }
}
@media only screen and (max-width: 1023px) {
  .x1lq5fl2mgw {
    order: -1;
    margin-left: auto;
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .x1lq5fl2mgw {
    max-width: 230px;
    justify-content: flex-end;
  }
}
.x1lq5fl2mgw.xqmbo0abgdf {
  margin-right: 0;
}

.xp33oksx6ul {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  white-space: nowrap;
  height: 42px;
  border-radius: 6px;
  background: var(--css_header_primary_second_button_background_color);
  color: var(--css_header_primary_second_button_text_color);
  font-size: 16px;
  text-decoration: none;
  cursor: pointer;
  transition: 0.3s ease-in-out;
}
@media only screen and (min-width: 1025px) {
  .xp33oksx6ul:hover {
    opacity: 0.9;
  }
}
@media only screen and (max-width: 767px) {
  .xp33oksx6ul {
    height: 38px;
    width: auto;
    padding: 0 10px;
    white-space: normal;
    text-align: center;
  }
}

.x2gmt6um8wu {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  white-space: nowrap;
  height: 42px;
  border-radius: 6px;
  background: var(--css_header_primary_button_background_color);
  color: var(--css_header_primary_button_text_color);
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  margin-left: 10px;
  transition: 0.3s ease-in-out;
  -webkit-animation: xe2h1ko5ikk 2s infinite;
  animation: xe2h1ko5ikk 2s infinite;
}
@media only screen and (min-width: 1025px) {
  .x2gmt6um8wu:hover {
    opacity: 0.9;
  }
}
@media only screen and (max-width: 767px) {
  .x2gmt6um8wu {
    height: 38px;
    width: auto;
    padding: 0 10px;
    white-space: normal;
    text-align: center;
  }
}

@-webkit-keyframes xe2h1ko5ikk {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 var(--css_header_primary_button_background_color);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 4px 24px 0 var(--css_header_primary_button_background_color);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 transparent;
  }
}
@keyframes xe2h1ko5ikk {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 var(--css_header_primary_button_background_color);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 4px 24px 0 var(--css_header_primary_button_background_color);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 transparent;
  }
}

/* Language switcher */
.xpp8xyiijem {
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
}
.xpp8xyiijem:hover > ul,
.xpp8xyiijem:focus > ul,
.xpp8xyiijem:focus-within > ul {
  display: flex;
}
.xsvwvikbfzp {
  position: relative;
  border-radius: 10px;
  height: 42px;
  padding: 5px 32px 5px 12px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  cursor: pointer;
  background: var(--css_header_primary_second_button_background_color);
  color: var(--css_header_primary_second_button_text_color);
  gap: 5px;
  text-decoration: none;
}
.xsvwvikbfzp::after {
  border-bottom: 1px solid var(--css_header_primary_second_button_text_color);
  border-right: 1px solid var(--css_header_primary_second_button_text_color);
  content: "";
  height: 7px;
  width: 7px;
  margin-top: -5px;
  pointer-events: none;
  position: absolute;
  right: 15px;
  top: 50%;
  transform-origin: 66% 66%;
  transform: rotate(45deg);
  transition: all 0.15s ease-in-out;
}
@media only screen and (max-width: 767px) {
  .xsvwvikbfzp {
    padding: 5px 30px 5px 5px;
    font-size: 12px;
    height: 38px;
    gap: 3px;
  }
}
.xpp8xyiijem ul {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 100%;
  right: 0;
  transition: 0.3s ease-in-out;
  z-index: 2;
  border-radius: 10px;
  min-width: 66px;
  display: none;
  max-height: 300px;
  overflow: auto;
  flex-direction: column;
  flex-wrap: wrap;
  width: max-content;
  background: var(--css_header_primary_second_button_background_color);
}
@media only screen and (max-width: 767px) {
  .xpp8xyiijem ul {
    min-width: 52px;
    left: 10px;
    right: auto;
  }
}
.xpp8xyiijem ul li {
  padding: 10px 12px;
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  transition: 0.3s ease-in-out;
  overflow: hidden;
}
.xpp8xyiijem ul li a {
  display: flex;
  align-items: center;
  gap: 5px;
  color: var(--css_header_primary_second_button_text_color);
  text-decoration: none;
}
@media only screen and (min-width: 1025px) {
  .xpp8xyiijem ul li a:hover {
    text-decoration: underline;
  }
}

/* Burger / mobile nav toggle */
#x3z5ooz92tz {
  display: none;
}

.xqj2k2d70tw {
  width: 38px;
  height: 38px;
  display: none;
  cursor: pointer;
  border-radius: 6px;
  background: var(--css_header_primary_second_button_background_color);
  padding: 12px 5px;
  z-index: 99;
  margin-left: 8px;
}
@media only screen and (max-width: 1023px) {
  .xqj2k2d70tw {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
  }
}
.xqj2k2d70tw span {
  display: block;
  height: 1px;
  border-radius: 4px;
  width: 20px;
  background: var(--css_header_primary_second_button_text_color);
}

@media only screen and (max-width: 1023px) {
  .x34ozlfn9rp {
    display: none;
    transition: display 0.3s ease-in-out;
  }
  #x3z5ooz92tz:checked ~ .x34ozlfn9rp {
    display: block;
    position: absolute;
    height: 100vh;
    background: var(--css_header_background_color);
    top: 0;
    right: 0;
    max-width: 286px;
    width: 100%;
    z-index: 9;
    padding: 85px 0;
  }
  #x3z5ooz92tz:checked + .xqj2k2d70tw span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 4px);
  }
  #x3z5ooz92tz:checked + .xqj2k2d70tw span:nth-child(2) {
    display: none;
  }
  #x3z5ooz92tz:checked + .xqj2k2d70tw span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
  }
}

/* ==========================================================================
   Hero (main-section)
   ========================================================================== */
.xfeeb5berdm {
  padding: 50px;
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 50px;
  background: var(--css_main_background_color);
  color: var(--css_main_text_color);
}
@media only screen and (max-width: 1200px) {
  .xfeeb5berdm {
    padding: 0 16px;
  }
}
@media only screen and (max-width: 767px) {
  .xfeeb5berdm {
    padding-bottom: 60px;
    padding-top: 20px;
    margin-bottom: 60px;
  }
}
.xfeeb5berdm img {
  margin-bottom: 20px;
}
.xfeeb5berdm p {
  color: var(--css_main_text_color);
  font-size: 20px;
  line-height: 160%;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .xfeeb5berdm p {
    font-size: 16px;
  }
}
.x8mr65hnhzr {
  font-size: 40px;
  font-weight: 700;
  line-height: 110%;
  color: var(--css_main_heading_color);
  text-align: center;
  max-width: 985px;
  width: 100%;
  margin: 0 auto 20px;
}
@media only screen and (max-width: 767px) {
  .x8mr65hnhzr {
    font-size: 32px;
  }
}

.xgr7s9qb6y7 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  max-width: 300px;
  width: 100%;
  height: 60px;
  margin: 30px auto 0;
  border-radius: 6px;
  background: var(--css_main_primary_button_background_color);
  color: var(--css_main_primary_button_text_color);
  text-decoration: none;
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
  border: none;
  transition: 0.3s ease-in-out;
}
@media only screen and (min-width: 1025px) {
  .xgr7s9qb6y7:hover {
    opacity: 0.9;
  }
}

/* ==========================================================================
   Rendered JSON/API content wrapper
   ========================================================================== */
.xsv0yflt7hk {
  color: var(--css_content_text_color);
  font-size: 18px;
  line-height: 150%;
}
.xsv0yflt7hk p,
.xsv0yflt7hk li {
  color: var(--css_content_text_color);
  line-height: 150%;
  margin: 0 0 16px;
}
.xsv0yflt7hk a {
  color: var(--css_content_link_color);
}
.xsv0yflt7hk table {
  width: 100%;
  border-collapse: collapse;
  line-height: 150%;
  margin: 32px 0;
}
.xsv0yflt7hk th {
  padding: 12px 16px;
  text-align: left;
  border: 1px solid var(--css_content_table_border_color);
  color: var(--css_content_heading_color);
  background: var(--css_content_table_header_background_color);
}
.xsv0yflt7hk td {
  padding: 12px 16px;
  border: 1px solid var(--css_content_table_border_color);
  color: var(--css_content_text_color);
  background: transparent;
}

/* ==========================================================================
   Content table ("General Information")
   ========================================================================== */
.xzhjthhqvof {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}
@media only screen and (max-width: 1200px) {
  .xzhjthhqvof {
    padding: 0 16px;
  }
}
@media only screen and (max-width: 767px) {
  .xzhjthhqvof {
    margin-bottom: 60px;
  }
}
.x8o45u8r0an {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--css_content_table_header_background_color);
  color: var(--css_content_heading_color);
  font-size: 28px;
  font-weight: 700;
  padding: 24px 32px;
  border-radius: 12px 12px 0 0;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .x8o45u8r0an {
    padding: 16px 14px;
    font-size: 18px;
    text-align: center;
  }
}
.x9po1edt7ld {
  padding: 24px 32px;
  border: 1px solid var(--css_content_table_border_color);
  border-radius: 12px;
}
@media only screen and (max-width: 767px) {
  .x9po1edt7ld {
    padding: 16px 14px;
  }
}

/* Service pages (about-us, contacts, privacy-policy, ...) — plain content
   block, no "General Information" head bar (that's homepage-specific). */
.x9o90dp6tka {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}
@media only screen and (max-width: 1200px) {
  .x9o90dp6tka {
    padding: 0 16px;
  }
}
@media only screen and (max-width: 767px) {
  .x9o90dp6tka {
    margin-bottom: 60px;
  }
}

/* ==========================================================================
   Updated-date badge (end of main)
   ========================================================================== */
.xfagxlyqf2w {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 40px;
}
@media only screen and (max-width: 1200px) {
  .xfagxlyqf2w {
    padding: 0 16px;
  }
}
.xa1wy0u6g9o {
  padding: 16px 32px;
  border-radius: 10px;
  border: 1px solid var(--css_content_table_border_color);
  background: var(--css_content_background_color);
  color: var(--css_content_text_color);
  font-size: 16px;
  border-left: 5px solid var(--css_main_primary_button_background_color);
}

/* ==========================================================================
   FAQ accordion
   ========================================================================== */
.x8qx2oho5dq {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}
@media only screen and (max-width: 1200px) {
  .x8qx2oho5dq {
    padding: 0 16px;
  }
}
@media only screen and (max-width: 767px) {
  .x8qx2oho5dq {
    margin-bottom: 60px;
  }
}
.xi8oz9virov {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.xog5mbdiu1s {
  border: 1px solid var(--css_content_table_border_color);
  border-radius: 10px;
  background: var(--css_content_background_color);
  overflow: hidden;
}
.xiv0ag55fex {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 16px 20px;
  background: transparent;
  border: none;
  cursor: pointer;
  text-align: left;
  font-size: 16px;
  font-weight: 700;
  color: var(--css_content_heading_color);
}
.x564bgebtp2 {
  flex: 0 0 auto;
  transition: transform 0.2s ease-in-out;
}
.xiv0ag55fex[aria-expanded="true"] .x564bgebtp2 {
  transform: rotate(180deg);
}
.xbp3qfogekx {
  padding: 0 20px 18px;
  color: var(--css_content_text_color);
  line-height: 150%;
}
.xbp3qfogekx p {
  margin: 0;
}

/* ==========================================================================
   Best games (tabs)
   ========================================================================== */
.xqzkwz0x2yf {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}
.xqzkwz0x2yf h2 {
  font-weight: 700;
  font-size: 28px;
  line-height: normal;
  text-align: center;
  margin: 0 auto 32px;
}
@media only screen and (max-width: 1200px) {
  .xqzkwz0x2yf {
    padding: 0 16px;
  }
}
@media only screen and (max-width: 767px) {
  .xqzkwz0x2yf {
    margin-bottom: 60px;
  }
  .xqzkwz0x2yf h2 {
    font-size: 26px;
    margin-bottom: 20px;
  }
}
.xkv1o5g2gtv {
  list-style: none;
  padding: 0;
  margin: 0 0 32px;
  display: flex;
  align-items: center;
  gap: 14px;
}
@media only screen and (max-width: 767px) {
  .xkv1o5g2gtv {
    gap: 6px;
    overflow-x: auto;
    margin: 0 0 20px;
  }
}
.xkv1o5g2gtv li {
  background-color: var(--css_banner_background_color);
  width: 100%;
  border-radius: 6px;
}
.xkv1o5g2gtv li a {
  font-size: 16px;
  font-weight: 600;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  text-decoration: none;
  transition: 0.3s ease-in-out;
  gap: 7px;
  color: var(--css_banner_title_color);
}
.xkv1o5g2gtv li a svg {
  fill: var(--css_banner_title_color);
}
.xkv1o5g2gtv li a.active {
  background: var(--css_main_background_color);
  color: var(--css_main_heading_color);
}
.xkv1o5g2gtv li a.active svg {
  fill: var(--css_main_heading_color);
}
@media only screen and (min-width: 1025px) {
  .xkv1o5g2gtv li a:hover {
    background: var(--css_main_background_color);
    color: var(--css_main_heading_color);
  }
  .xkv1o5g2gtv li a:hover svg {
    fill: var(--css_main_heading_color);
  }
}
@media only screen and (max-width: 767px) {
  .xkv1o5g2gtv li a {
    font-size: 12px;
    height: 36px;
    padding-left: 3px;
  }
}
.xq3osw6dxld {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.15s ease-in-out;
}
.xq3osw6dxld.active {
  height: auto;
  overflow: visible;
  opacity: 1;
}
.xjwzkevqtmy {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 0 -10px;
}
@media only screen and (max-width: 767px) {
  .xjwzkevqtmy {
    margin: 0 -5px;
  }
}
.x9wtqylipzp {
  max-width: calc(25% - 20px);
  width: 100%;
  flex-basis: calc(25% - 20px);
  margin: 0 10px 20px;
  display: block;
  text-decoration: none;
  cursor: pointer;
}
.x9wtqylipzp span {
  display: block;
  margin-bottom: 5px;
  font-size: 18px;
  color: var(--css_content_link_color);
}
.x9wtqylipzp small {
  display: block;
  color: var(--css_content_text_color);
  opacity: 0.8;
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  .x9wtqylipzp {
    max-width: calc(50% - 10px);
    flex-basis: calc(50% - 10px);
    margin: 0 5px 10px;
  }
  .x9wtqylipzp span {
    font-size: 16px;
    margin-bottom: 2px;
  }
}
.xh6iv8bkx66 {
  margin-bottom: 10px;
  border-radius: 10px;
  overflow: hidden;
}
.xh6iv8bkx66 img {
  width: 100%;
  transition: 0.3s ease-in-out;
}
@media only screen and (min-width: 1025px) {
  .xh6iv8bkx66:hover img {
    transform: scale(1.1);
  }
}

/* ==========================================================================
   Promopanel (sticky bonus ribbon)
   ========================================================================== */
.xnf6647pjsr {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9;
  display: none;
}
.xrmgwplctll {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  min-height: 74px;
  border-radius: 20px 20px 0 0;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  overflow: hidden;
  position: relative;
  background: var(--css_banner_background_color);
}
.xu330503bhl {
  flex: 1 1 auto;
  min-width: 0;
  position: relative;
  display: flex;
  align-items: center;
  padding: 10px 16px;
  gap: 10px;
  font-size: 16px;
  font-weight: 700;
  overflow: hidden;
  color: var(--css_banner_text_color);
}
.xwodocseyxi {
  flex: 0 0 auto;
  color: var(--css_banner_title_color);
  line-height: 1;
}
.xwodocseyxi img {
  border-radius: 12px;
  max-width: 40px;
  display: block;
}
@media only screen and (max-width: 767px) {
  .xu330503bhl {
    font-size: 13px;
    padding: 8px 10px;
  }
}
.xtepvu6zrek {
  max-width: 260px;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 10px 40px 10px 16px;
}
@media only screen and (max-width: 767px) {
  .xtepvu6zrek {
    max-width: 190px;
    padding-right: 32px;
  }
}
.xnrcen1759f {
  width: 200px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  cursor: pointer;
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
  transition: 0.3s ease-in-out;
  color: var(--css_banner_button_text_color);
  background: var(--css_banner_button_background_color);
}
@media only screen and (min-width: 1025px) {
  .xnrcen1759f:hover {
    opacity: 0.9;
  }
}
@media only screen and (max-width: 767px) {
  .xnrcen1759f {
    width: 130px;
    height: 38px;
    font-size: 13px;
  }
}
.xqai7wf6bsm {
  width: 16px;
  height: 16px;
  cursor: pointer;
  position: absolute;
  top: 12px;
  right: 16px;
  z-index: 2;
}

/* ==========================================================================
   Footer
   ========================================================================== */
.xe80lc0jhdr {
  padding: 40px 0 0;
  background: var(--css_header_background_color);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
@media only screen and (max-width: 1200px) {
  .xe80lc0jhdr {
    padding: 40px 16px 0;
  }
}
@media only screen and (max-width: 767px) {
  .xe80lc0jhdr {
    padding: 24px 16px 32px;
  }
}
.xleubwl6sd4 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .xleubwl6sd4 {
    flex-direction: column;
  }
}
.x2kv1ojws7i {
  margin-bottom: 20px;
}
.x6rvk9odxxk .x2ldszvq9ar {
  margin-bottom: 16px;
}
.x6rvk9odxxk .x2ldszvq9ar img {
  max-height: 60px;
  width: auto;
}
.xlbykfppr7j {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}
.xlbykfppr7j img {
  max-height: 40px;
  width: auto;
}
.xdyfjf5n8id {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 0 24px;
}
@media only screen and (max-width: 767px) {
  .xdyfjf5n8id {
    padding: 0 0 24px;
    justify-content: flex-start;
  }
}
.xuutw5tv7o6 {
  display: flex;
  align-items: flex-start;
  margin-left: 20px;
}
@media only screen and (max-width: 767px) {
  .xuutw5tv7o6 {
    margin: 40px 0 0;
    flex-direction: column;
  }
}
.xvjxqjyfve9 {
  max-width: 420px;
  margin: 0 0 32px;
  font-size: 13px;
  line-height: 150%;
  color: var(--css_content_text_color);
}
.xqf6q79o7xb {
  color: var(--css_content_heading_color);
  font-size: 12px;
  text-align: center;
}
.xqedo7jt4ci + .xqedo7jt4ci {
  margin-left: 60px;
}
@media only screen and (max-width: 767px) {
  .xqedo7jt4ci + .xqedo7jt4ci {
    margin: 24px 0 0;
  }
}
.xe0qg73iui0 {
  color: var(--css_header_link_color);
  font-size: 18px;
  margin-bottom: 20px;
}
.xzzfeygfjep {
  list-style: none;
  margin: 0;
  padding: 0;
}
.xzzfeygfjep li {
  font-size: 16px;
}
.xzzfeygfjep li a {
  color: var(--css_header_link_color);
}
@media only screen and (min-width: 1025px) {
  .xzzfeygfjep li a:hover {
    text-decoration: underline;
  }
}
.xzzfeygfjep li + li {
  margin-top: 12px;
}

/* ==========================================================================
   Mobile guard rails — no horizontal scroll
   ========================================================================== */
html,
body {
  max-width: 100%;
  overflow-x: hidden;
}
