@charset "UTF-8";

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

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

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

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

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

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

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

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

/**
 * Remove the inner border and padding in Firefox.
 */

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

/**
 * Restore the focus styles unset by the previous rule.
 */

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

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

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

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/**
 * Manually forked from SUIT CSS Base: https://github.com/suitcss/base
 * A thin layer on top of normalize.css that provides a starting point more
 * suitable for web applications.
 */

/**
 * Removes the default spacing and border for appropriate elements.
 */

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

button {
  background-color: transparent;
  background-image: none;
}

/**
 * Work around a Firefox/IE bug where the transparent `button` background
 * results in a loss of the default `button` focus styles.
 */

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

fieldset {
  margin: 0;
  padding: 0;
}

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/**
 * Tailwind custom reset styles
 */

/**
 * 1. Use the user's configured `sans` font-family (with Tailwind's default
 *    sans-serif font stack as a fallback) as a sane default.
 * 2. Use Tailwind's default "normal" line-height so the user isn't forced
 *    to override it to ensure consistency even when using the default theme.
 */

html {
  font-family: system-ui, -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"; /* 1 */
  line-height: 1.5; /* 2 */
}

/**
 * 1. Prevent padding and border from affecting element width.
 *
 *    We used to set this in the html element and inherit from
 *    the parent element for everything else. This caused issues
 *    in shadow-dom-enhanced elements like <details> where the content
 *    is wrapped by a div with box-sizing set to `content-box`.
 *
 *    https://github.com/mozdevs/cssremedy/issues/4
 *
 *
 * 2. Allow adding a border to an element by just adding a border-width.
 *
 *    By default, the way the browser specifies that an element should have no
 *    border is by setting it's border-style to `none` in the user-agent
 *    stylesheet.
 *
 *    In order to easily add borders to elements by just setting the `border-width`
 *    property, we change the default border-style for all elements to `solid`, and
 *    use border-width to hide them instead. This way our `border` utilities only
 *    need to set the `border-width` property instead of the entire `border`
 *    shorthand, making our border utilities much more straightforward to compose.
 *
 *    https://github.com/tailwindcss/tailwindcss/pull/116
 */

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e2e8f0; /* 2 */
}

/*
 * Ensure horizontal rules are visible by default
 */

hr {
  border-top-width: 1px;
}

/**
 * Undo the `border-style: none` reset that Normalize applies to images so that
 * our `border-{width}` utilities have the expected effect.
 *
 * The Normalize reset is unnecessary for us since we default the border-width
 * to 0 on all elements.
 *
 * https://github.com/tailwindcss/tailwindcss/issues/362
 */

img {
  border-style: solid;
}

textarea {
  resize: vertical;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #a0aec0;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #a0aec0;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #a0aec0;
}

input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #a0aec0;
}

input::placeholder,
textarea::placeholder {
  color: #a0aec0;
}

button,
[role="button"] {
  cursor: pointer;
}

table {
  border-collapse: collapse;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/**
 * Reset links to optimize for opt-in styling instead of
 * opt-out.
 */

a {
  color: inherit;
  text-decoration: inherit;
}

/**
 * Reset form element properties that are easy to forget to
 * style explicitly so you don't inadvertently introduce
 * styles that deviate from your design system. These styles
 * supplement a partial reset that is already applied by
 * normalize.css.
 */

button,
input,
optgroup,
select,
textarea {
  padding: 0;
  line-height: inherit;
  color: inherit;
}

/**
 * Use the configured 'mono' font family for elements that
 * are expected to be rendered with a monospace font, falling
 * back to the system monospace stack if there is no configured
 * 'mono' font family.
 */

pre,
code,
kbd,
samp {
  font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/**
 * Make replaced elements `display: block` by default as that's
 * the behavior you want almost all of the time. Inspired by
 * CSS Remedy, with `svg` added as well.
 *
 * https://github.com/mozdevs/cssremedy/issues/14
 */

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  vertical-align: middle;
}

/**
 * Constrain images and videos to the parent width and preserve
 * their instrinsic aspect ratio.
 *
 * https://github.com/mozdevs/cssremedy/issues/14
 */

img,
video {
  max-width: 100%;
  height: auto;
}

.container{
  width: 100%;
}

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

@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;
  }
}

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

*,
*::before,
*::after {
  box-sizing: border-box;
}

body,
html {
  scroll-padding-top: 5rem;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  height: 100%;
}

body {
  position: relative;
  font-weight: 400;
  font-style: normal;
  font-size: 1.125rem;
  --bg-opacity: 1;
  background-color: #EBEBEB;
  background-color: rgba(235, 235, 235, var(--bg-opacity));
  overflow-x: hidden;
  --text-opacity: 1;
  color: #EBEBEB;
  color: rgba(235, 235, 235, var(--text-opacity));
  font-family: tondo, Helvetica;
  line-height: 1.444;
  word-break: break-word;
  -ms-scroll-chaining: none;
      overscroll-behavior: none;
  font-size: 14px;
}

.no-scroll {
  overflow: hidden !important;
  background-color: #000000;
}

a {
  font-weight: bold !important;
}

main {
  padding-top: 80px;
}

@media (min-width: 1024px) {
  main {
    padding-top: 130px;
  }
}

img {
  display: inline !important;
}

.homepage-icon-star {
  color: #e9128b !important;
}

.home-first-row .text-white {
  padding: 0 30px !important;
}

.responsible-div {
  max-width: 52rem;
  margin-left: auto;
  margin-right: auto;
}

p {
  margin-bottom: 1.15rem;
}

h1,
h2,
h3,
h4,
h5 {
  font-weight: 900;
  text-transform: uppercase;
  font-family: tondo, Helvetica;
  margin: 2rem 0;
  line-height: 1.15;
  line-height: 0.96;
}

h1,
.h1 {
  margin-top: 0;
  line-height: 1;
  font-size: 2.281em;
}

h2,
.h2 {
  line-height: 1;
  font-size: 28px;
}

h3,
.h3 {
  font-size: 20px;
}

h4,
.h4 {
  font-size: 1.424em;
}

h5,
.h5 {
  font-size: 1.266em;
}

h6,
.h6 {
  font-size: 1em;
}

small {
  font-size: 0.889em;
}

ol,
ul {
  padding-left: 0.5rem;
  list-style-type: disc;
  list-style-position: inside;
  margin-bottom: 1.15rem;
}

a {
  --text-opacity: 1;
  color: #EBEBEB;
  color: rgba(235, 235, 235, var(--text-opacity));
}

a:hover, a:focus {
  text-decoration: underline;
}

.lead-para {
  font-size: 1.333rem;
}

strong,
b {
  font-weight: 900;
}

.banner_terms_mob {
  --bg-opacity: 1;
  background-color: #55C7EC;
  background-color: rgba(85, 199, 236, var(--bg-opacity));
  padding: 1rem;
}

.banner_terms {
  --text-opacity: 1;
  color: #FFFFFF;
  color: rgba(255, 255, 255, var(--text-opacity));
  float: left;
  font-family: tondo, Helvetica;
  text-align: left;
  font-weight: 400;
  font-size: 10px;
  line-height: 1.11;
  letter-spacing: normal;
}

@media (min-width: 768px) {
  .banner_terms {
    position: absolute;
    bottom: 0;
    width: 50%;
  }
}

@media (min-width: 1024px) {
  .banner_terms {
    position: absolute;
    bottom: 0;
    width: 40%;
  }
}

@media (min-width: 1280px) {
  .banner_terms {
    position: absolute;
    bottom: 0;
    width: 35%;
  }
}

.banner_terms a {
  --text-opacity: 1;
  color: #FFFFFF;
  color: rgba(255, 255, 255, var(--text-opacity));
}

.banner_header_text {
  --text-opacity: 1;
  color: #0066CC;
  color: rgba(0, 102, 204, var(--text-opacity));
  font-family: rubik-regular, Helvetica;
  font-weight: 900;
  text-transform: uppercase;
  text-align: center;
  font-size: 38px;
  line-height: 38px;
}

@media (min-width: 768px) {
  .banner_header_text {
    font-size: 52px;
    line-height: 52px;
  }
}

.banner_text {
  --text-opacity: 1;
  color: #0066CC;
  color: rgba(0, 102, 204, var(--text-opacity));
  font-family: rubik-regular, Helvetica;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
  font-size: 25px;
  line-height: 1.36;
  letter-spacing: 0.25px;
}

.banner_offer_text {
  --text-opacity: 1;
  color: #0066CC;
  color: rgba(0, 102, 204, var(--text-opacity));
  font-family: rubik-regular, Helvetica;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
  font-size: 48px;
  line-height: 1.35;
  letter-spacing: 2.4px;
}

.secondary_banner_title_text {
  --text-opacity: 1;
  color: #FFE902;
  color: rgba(255, 233, 2, var(--text-opacity));
  font-family: tondo, Helvetica;
  font-weight: 900;
  text-transform: uppercase;
  text-align: center;
  font-size: 38px;
  line-height: 38px;
}

@media (min-width: 768px) {
  .secondary_banner_title_text {
    font-size: 52px;
    line-height: 52px;
  }
}

.secondary_banner_text {
  --text-opacity: 1;
  color: #ffffff;
  color: rgba(255, 255, 255, var(--text-opacity));
  font-family: tondo, Helvetica;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
  font-size: 25px;
  line-height: 1.36;
  letter-spacing: 0.25px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body,
html {
  scroll-padding-top: 5rem;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  height: 100%;
}

body {
  position: relative;
  font-weight: 400;
  font-style: normal;
  font-size: 1.125rem;
  --bg-opacity: 1;
  background-color: #EBEBEB;
  background-color: rgba(235, 235, 235, var(--bg-opacity));
  overflow-x: hidden;
  --text-opacity: 1;
  color: #EBEBEB;
  color: rgba(235, 235, 235, var(--text-opacity));
  font-family: tondo, Helvetica;
  line-height: 1.444;
  word-break: break-word;
  -ms-scroll-chaining: none;
      overscroll-behavior: none;
  font-size: 14px;
}

.no-scroll {
  overflow: hidden !important;
  background-color: #000000;
}

a {
  font-weight: bold !important;
}

main {
  padding-top: 80px;
}

@media (min-width: 1024px) {
  main {
    padding-top: 130px;
  }
}

img {
  display: inline !important;
}

.homepage-icon-star {
  color: #e9128b !important;
}

.home-first-row .text-white {
  padding: 0 30px !important;
}

.responsible-div {
  max-width: 52rem;
  margin-left: auto;
  margin-right: auto;
}

.site-header {
  justify-content: flex-start;
  align-items: center;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  width: 100%;
  --text-opacity: 1;
  color: #FFFFFF;
  color: rgba(255, 255, 255, var(--text-opacity));
  --bg-opacity: 1;
  background-color: #0097CC;
  background-color: rgba(0, 151, 204, var(--bg-opacity));
  z-index: 998;
}

.site-header__logo {
  --bg-opacity: 1;
  background-color: #FFFFFF;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
  text-align: center;
  padding: 0 0.5rem;
  margin-bottom: 10px;
  width: 120px;
}

.site-header .btn {
  margin-top: 0;
}

.site-header .btn:first-of-type {
  margin-right: 0.5rem;
}

.site-header .btn-group {
  display: flex;
  margin-left: auto;
  margin-right: 0.5rem;
  margin-top: auto;
  margin-bottom: auto;
}

@media (min-width: 768px) {
  .site-header .btn-group .btn:last-of-type {
    display: inline-flex;
  }
}

.second-header {
  justify-content: flex-start;
  align-items: center;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  padding: 1rem;
  width: 100%;
  --text-opacity: 1;
  color: #FFFFFF;
  color: rgba(255, 255, 255, var(--text-opacity));
  --bg-opacity: 1;
  background-color: #00A4D8;
  background-color: rgba(0, 164, 216, var(--bg-opacity));
  z-index: 998;
}

.second-header .btn {
  margin-top: 0;
}

.second-header .btn:first-of-type {
  margin-right: 0.5rem;
}

.second-header .btn-group {
  display: flex;
  margin-left: auto;
  margin-right: 0.5rem;
}

@media (min-width: 768px) {
  .second-header .btn-group .btn:last-of-type {
    display: inline-flex;
  }
}

.hero {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  position: relative;
  min-height: 250px;
}

@media screen and (max-width: 767px) {
  .hero {
    min-height: 175px;
  }

  .about-text {
    padding-top: 0 !important;
  }
}

.top_banner_div {
  display: flex;
  text-align: center;
  justify-content: flex-start;
  background-size: cover;
  background-position: center;
  position: relative;
  background-repeat: no-repeat;
  z-index: 2;
  min-height: 550px;
}

.about_banner {
  min-height: 450px;
}

.join-button {
  margin: 10px 0;
}

.about-banner-div {
  background-size: cover;
  background-position: center;
}

.row_icons_text {
  --text-opacity: 1;
  color: #D90927;
  color: rgba(217, 9, 39, var(--text-opacity));
  font-family: tondo, Helvetica;
  font-weight: 900;
  text-align: center;
  font-size: 16px;
  line-height: 18px;
}

.welcome_offer_steps_text {
  --text-opacity: 1;
  color: #FFFFFF;
  color: rgba(255, 255, 255, var(--text-opacity));
  font-family: tondo, Helvetica;
  font-weight: 900;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

@media screen and (max-width: 767px) {
  .btn {
    padding: 10px 20px !important;
  }

  .about_banner {
    min-height: 420px;
  }

  .top_banner_div {
    min-height: 500px;
    padding-top: 20px;
  }
}

@media screen and (min-width: 1441px) {
  .about_banner {
    min-height: 550px;
  }
}

/*
    Primary
*/

.nav-primary {
  display: none;
  margin-left: -15px;
}

@media (min-width: 1024px) {
  .nav-primary {
    display: flex;
  }
}

.nav-primary__list {
  list-style-type: none;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 0;
  margin: 0;
}

.nav-primary__listItem {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  margin-left: 1rem;
  min-width: 50px;
}

.nav-primary__listItem.current-menu-item > a {
  --text-opacity: 1;
  color: #EBEBEB;
  color: rgba(235, 235, 235, var(--text-opacity));
}

.nav-primary__listLink {
  margin: 0;
  --text-opacity: 1;
  color: #FFFFFF;
  color: rgba(255, 255, 255, var(--text-opacity));
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
  transition-duration: 300ms;
  transition-timing-function: linear;
  font-weight: 900;
}

.nav-primary__listLink:hover {
  text-decoration: none;
  --text-opacity: 1;
  color: #FFFFFF;
  color: rgba(255, 255, 255, var(--text-opacity));
}

.nav-primary__listLink:active {
  text-decoration: none;
  --text-opacity: 1;
  color: #FFFFFF;
  color: rgba(255, 255, 255, var(--text-opacity));
}

.nav-primary__listLink.active {
  text-decoration: none;
  --text-opacity: 1;
  color: #FFFFFF;
  color: rgba(255, 255, 255, var(--text-opacity));
}

.nav-mobile__listLink.active {
  text-decoration: none;
  --text-opacity: 1;
  color: #ffffff;
  color: rgba(255, 255, 255, var(--text-opacity));
  --bg-opacity: 1;
  background-color: #D90927;
  background-color: rgba(217, 9, 39, var(--bg-opacity));
  border-radius: 14px;
}

.nav-footer__listLink :hover {
  text-decoration: none;
  --text-opacity: 1;
  color: #FFFFFF;
  color: rgba(255, 255, 255, var(--text-opacity));
}

.nav-footer__listLink {
  font-size: 14px !important;
  color: #fff;
  font-family: Arial !important;
  padding: 10px !important;
}

/*
    Mobile
*/

.nav-mobile {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  --bg-opacity: 1;
  background-color: #EBEBEB;
  background-color: rgba(235, 235, 235, var(--bg-opacity));
  overflow: auto;
  padding-top: 5rem;
  padding-bottom: 2rem;
  padding-left: 2rem;
  padding-right: 2rem;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  --text-opacity: 1;
  color: #000000;
  color: rgba(0, 0, 0, var(--text-opacity));
  -webkit-overflow-scrolling: touch;
  transform: translate3d(-100%, 0, 0);
  max-width: 360px;
  z-index: 999;
}

.nav-mobile .btn {
  display: block;
  width: 100%;
  text-align: center;
  margin-top: 0;
  margin-bottom: 1rem;
}

.nav-mobile__trigger {
  --text-opacity: 1;
  color: #ffffff;
  color: rgba(255, 255, 255, var(--text-opacity));
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  text-decoration: none;
  margin: 0;
  background-image: linear-gradient(to bottom, var(--gradient-color-stops));
  --gradient-from-color: #D90927;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(217, 9, 39, 0));
  --gradient-to-color: #D90927;
  border-radius: 6px;
  height: 48px;
  width: 48px;
}

.nav-mobile__trigger:hover, .nav-mobile__trigger:focus {
  text-decoration: none;
  --text-opacity: 1;
  color: #ffffff;
  color: rgba(255, 255, 255, var(--text-opacity));
  background-image: linear-gradient(to bottom, var(--gradient-color-stops));
  --gradient-from-color: #D90927;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(217, 9, 39, 0));
  --gradient-to-color: #D90927;
}

.nav-mobile__trigger i {
  margin: 0;
  padding: 0;
}

.nav-mobile__close {
  position: absolute;
  --text-opacity: 1;
  color: #FFFFFF;
  color: rgba(255, 255, 255, var(--text-opacity));
  background-image: linear-gradient(to bottom, var(--gradient-color-stops));
  --gradient-from-color: transparent;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  --gradient-to-color: transparent;
  top: 1rem;
  right: 1rem;
}

.nav-mobile__close:hover, .nav-mobile__close:focus {
  text-decoration: none;
  background-image: linear-gradient(to bottom, var(--gradient-color-stops));
  --gradient-from-color: transparent;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0));
  --gradient-to-color: transparent;
}

.nav-mobile__list {
  list-style-type: none;
  padding: 0;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.nav-mobile__listItem {
  display: block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.nav-mobile__listItem:not(:last-of-type) {
  border-bottom-width: 1px;
  --border-opacity: 1;
  border-color: #D90927;
  border-color: rgba(217, 9, 39, var(--border-opacity));
  border-style: solid;
}

.nav-mobile__listItem.current a {
  --text-opacity: 1;
  color: #FFFFFF;
  color: rgba(255, 255, 255, var(--text-opacity));
}

.nav-mobile__listLink {
  display: block;
  margin: 0;
  --text-opacity: 1;
  color: #000000;
  color: rgba(0, 0, 0, var(--text-opacity));
  font-weight: 700;
  padding: 0.75rem;
}

.nav-mobile__listLink:hover {
  text-decoration: none;
  --text-opacity: 1;
  color: #ffffff;
  color: rgba(255, 255, 255, var(--text-opacity));
  --bg-opacity: 1;
  background-color: #D90927;
  background-color: rgba(217, 9, 39, var(--bg-opacity));
  border-radius: 14px;
}

@media (min-width: 768px) {
  .hamburger {
    display: none;
  }
}

/*
    Sidebar
*/

.nav-sidebar__list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.nav-sidebar__listItem {
  margin-bottom: 0.5rem;
  display: block;
}

.nav-sidebar__listLink {
  display: block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding: 1rem;
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  border-radius: 0.25rem;
  text-decoration: none;
}

.nav-sidebar__listLink:focus, .nav-sidebar__listLink:hover {
  --bg-opacity: 1;
  background-color: #82368c;
  background-color: rgba(130, 54, 140, var(--bg-opacity));
  text-decoration: none;
}

/*
    Secondary
*/

.nav-secondary {
  white-space: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.nav-secondary__list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
}

@media (min-width: 768px) {
  .nav-secondary__list {
    justify-content: center;
    align-items: center;
  }
}

.nav-secondary__listItem {
  margin-right: 1rem;
}

.nav-secondary__listLink {
  display: block;
  border-width: 1px;
  border-style: solid;
  --border-opacity: 1;
  border-color: #FFFFFF;
  border-color: rgba(255, 255, 255, var(--border-opacity));
  --text-opacity: 1;
  color: #FFFFFF;
  color: rgba(255, 255, 255, var(--text-opacity));
  border-radius: 0.25rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-weight: 500;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.nav-secondary__listLink:hover {
  text-decoration: none;
  --text-opacity: 1;
  color: #FFFFFF;
  color: rgba(255, 255, 255, var(--text-opacity));
  background: rgba(255, 255, 255, 0.2);
}

.nav-secondary__listLink:focus, .nav-secondary__listLink[aria-selected=true] {
  --bg-opacity: 1;
  background-color: #c19bc6;
  background-color: rgba(193, 155, 198, var(--bg-opacity));
  text-decoration: none;
}

#return-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  display: block;
  text-decoration: none;
  border-radius: 35px;
  display: none;
  transition: all 0.3s ease;
}

#return-to-top img {
  color: #fff;
  margin: 0;
  position: relative;
  left: 16px;
  top: 13px;
  font-size: 19px;
  transition: all 0.3s ease;
}

#return-to-top:hover img {
  color: #fff;
  top: 5px;
}

.wrap {
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  max-width: 76rem;
}

@media (min-width: 768px) {
  .wrap {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.section {
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 768px) {
  .section {
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.section-sm {
  padding: 0.5rem;
}

@media (min-width: 768px) {
  .section-sm {
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.section-xs {
  padding: 0.5rem;
}

@media (min-width: 768px) {
  .section-xs {
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.section-hp-sliders {
  padding-right: 0;
}

@media (min-width: 768px) {
  .section-hp-sliders {
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 140px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 12px;
  text-decoration: none;
  display: block;
  margin: 0;
}

.dropdown-content a:hover {
  background-color: #f1f1f1;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown:hover .dropbtn {
  background-color: gray;
}

.no-scroll .site-background-mobile-menu {
  opacity: 0.5;
}

.site-footer {
  width: 100%;
  font-size: 0.875rem;
}

.site-footer svg {
  display: block;
  height: auto;
  margin: 0;
  width: 75px;
}

.site-footer__links {
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
  padding: 1rem;
  text-align: center;
  background-color: #060972;
}

@media (min-width: 768px) {
  .site-footer__links {
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 768px) {
  .site-footer__links-row {
    display: flex;
    align-items: center;
  }
}

@media (min-width: 768px) {
  .site-footer__links-col:first-of-type {
    width: 40%;
    text-align: center;
  }

  .site-footer__links-col:last-of-type {
    width: 60%;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
  }
}

.site-footer__note {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.site-footer__note a > img {
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 768px) {
  .site-footer__note {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .site-footer__note div:nth-child(1) {
    width: 320px;
  }

  .site-footer__note div:nth-child(1) p {
    margin: 0;
    text-align: left;
    font-size: 0.75rem;
    line-height: 1.25;
  }

  .site-footer__note div:nth-child(2) {
    margin-left: 1rem;
    margin-right: 1rem;
  }
}

.site-footer__legal {
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
  padding: 1rem;
  text-align: center;
  background-color: #060972;
}

@media (min-width: 768px) {
  .site-footer__legal {
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-left: 0;
    padding-right: 0;
  }
}

.site-footer__legal small {
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 32rem;
  opacity: 0.5;
  line-height: 1.5;
  font-size: 0.75rem;
  max-width: 52rem !important;
}

.site-footer__row {
  padding: 2rem;
}

@media (min-width: 768px) {
  .site-footer__row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
  }
}

.site-footer__col {
  padding-bottom: 1rem;
}

@media (min-width: 768px) {
  .site-footer__col {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

.site-footer__list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.site-footer__listItem {
  display: block;
  margin: 0;
}

.site-footer__listLink {
  text-decoration: underline;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.site-footer__listLink text-white, .site-footer__listLink:hover, .site-footer__listLink:focus {
  text-decoration: none;
  opacity: 0.5;
}

.nav-footer {
  text-align: left;
  margin-top: 1rem;
  margin-bottom: 1rem;
  -webkit-columns: 3;
     -moz-columns: 3;
          columns: 3;
}

@media (min-width: 768px) {
  .nav-footer {
    margin-top: 0;
    margin-bottom: 0;
    max-width: 360px;
  }
}

.nav-footer__list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.nav-footer__listItem {
  margin: 0;
}

.nav-footer__listLink {
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
}

.nav-legal {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.nav-legal__list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.nav-legal__listItem {
  margin: 0;
  display: block;
}

.nav-legal__listItem:not(:last-child)::after {
  display: inline-flex;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  content: "|";
}

.nav-legal__listLink {
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
}

.logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.logos a {
  margin: 0.5rem;
}

.logos a img {
  width: auto;
  height: 30px;
}

.social {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.social a {
  margin: 0.5rem;
}

.social a svg {
  display: block;
  margin: 0;
  height: 40px;
  width: 40px;
}

.social a svg:hover {
  transform: scale(1.1);
}

.btn {
  margin-top: 1rem;
  text-transform: uppercase;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  line-height: 1.25;
  letter-spacing: 0.025em;
  font-size: 1rem;
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
  text-decoration: none;
  font-weight: 900;
  font-family: tondo, Helvetica;
  border-radius: 0.375rem;
  font-size: 15px;
}

.btn:active {
  color: #eee;
}

.btn:focus {
  outline: none;
}

.btn:hover {
  text-decoration: none;
}

.btn--login {
  --text-opacity: 1;
  color: #FFFFFF;
  color: rgba(255, 255, 255, var(--text-opacity));
  background-image: linear-gradient(to bottom, var(--gradient-color-stops));
  --gradient-from-color: #0097CC;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 151, 204, 0));
  --gradient-to-color: #0097CC;
  border-width: 2px;
  --border-opacity: 1;
  border-color: #FFFFFF;
  border-color: rgba(255, 255, 255, var(--border-opacity));
  width: 92px;
  height: 30px;
  font-size: 12px;
}

.btn--login:hover {
  background-image: linear-gradient(to bottom, var(--gradient-color-stops));
  --gradient-from-color: #0097CC;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 151, 204, 0));
  --gradient-to-color: #0097CC;
}

.btn--join {
  --text-opacity: 1;
  color: #FFFFFF;
  color: rgba(255, 255, 255, var(--text-opacity));
  background-image: linear-gradient(to bottom, var(--gradient-color-stops));
  --gradient-from-color: #D90927;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(217, 9, 39, 0));
  --gradient-via-color: #D90927;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(217, 9, 39, 0));
  --gradient-to-color: #D90927;
  width: 100px;
  height: 30px;
  font-size: 12px;
}

.btn--join:hover {
  background-image: linear-gradient(to bottom, var(--gradient-color-stops));
  --gradient-from-color: #D90927;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(217, 9, 39, 0));
  --gradient-via-color: #D90927;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(217, 9, 39, 0));
  --gradient-to-color: #D90927;
}

.btn--banner-join {
  background-image: linear-gradient(to bottom, var(--gradient-color-stops));
  --gradient-from-color: #D90927;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(217, 9, 39, 0));
  --gradient-via-color: #D90927;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(217, 9, 39, 0));
  --gradient-to-color: #D90927;
  width: 200px;
  height: 50px;
}

.btn--banner-join:hover {
  background-image: linear-gradient(to bottom, var(--gradient-color-stops));
  --gradient-from-color: #D90927;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(217, 9, 39, 0));
  --gradient-via-color: #D90927;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(217, 9, 39, 0));
  --gradient-to-color: #D90927;
}

.btn--hp_content {
  --text-opacity: 1;
  color: #000000;
  color: rgba(0, 0, 0, var(--text-opacity));
  background-image: linear-gradient(to bottom, var(--gradient-color-stops));
  --gradient-from-color: #FFE902;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 233, 2, 0));
  --gradient-to-color: #FFE902;
  width: 180px;
  height: 44px;
}

.btn--hp_content:hover {
  background-image: linear-gradient(to bottom, var(--gradient-color-stops));
  --gradient-from-color: #FFE902;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 233, 2, 0));
  --gradient-to-color: #FFE902;
}

.btn--welcome_offer {
  --text-opacity: 1;
  color: #FFFFFF;
  color: rgba(255, 255, 255, var(--text-opacity));
  background-image: linear-gradient(to bottom, var(--gradient-color-stops));
  --gradient-from-color: #D90927;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(217, 9, 39, 0));
  --gradient-to-color: #D90927;
  width: 190px;
  height: 40px;
  font-size: 15px;
}

.btn--welcome_offer:hover {
  background-image: linear-gradient(to bottom, var(--gradient-color-stops));
  --gradient-from-color: #D90927;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(217, 9, 39, 0));
  --gradient-to-color: #D90927;
}

.btn--welcome_offer_right {
  --text-opacity: 1;
  color: #000000;
  color: rgba(0, 0, 0, var(--text-opacity));
  background-image: linear-gradient(to bottom, var(--gradient-color-stops));
  --gradient-from-color: #FFE902;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 233, 2, 0));
  --gradient-to-color: #FFE902;
  width: 190px;
  height: 40px;
  font-size: 15px;
}

.btn--welcome_offer_right:hover {
  background-image: linear-gradient(to bottom, var(--gradient-color-stops));
  --gradient-from-color: #FFE902;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 233, 2, 0));
  --gradient-to-color: #FFE902;
}

.btn--play-now {
  background-image: linear-gradient(to bottom, var(--gradient-color-stops));
  --gradient-from-color: #21A17E;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(33, 161, 126, 0));
  --gradient-to-color: #21A17E;
  --text-opacity: 1;
  color: #FFFFFF;
  color: rgba(255, 255, 255, var(--text-opacity));
  font-size: 0.75rem;
}

@media (min-width: 640px) {
  .btn--play-now {
    font-size: 15px;
  }
}

.btn--play-now:hover {
  background-image: linear-gradient(to bottom, var(--gradient-color-stops));
  --gradient-from-color: #21A17E;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(33, 161, 126, 0));
  --gradient-to-color: #21A17E;
}

.btn--promocard-join {
  --text-opacity: 1;
  color: #FFFFFF;
  color: rgba(255, 255, 255, var(--text-opacity));
  background-image: linear-gradient(to bottom, var(--gradient-color-stops));
  --gradient-from-color: #D90927;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(217, 9, 39, 0));
  --gradient-via-color: #D90927;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(217, 9, 39, 0));
  --gradient-to-color: #D90927;
  width: 190px;
  height: 40px;
  font-size: 15px;
}

.btn--promocard-join:hover {
  background-image: linear-gradient(to bottom, var(--gradient-color-stops));
  --gradient-from-color: #D90927;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(217, 9, 39, 0));
  --gradient-via-color: #D90927;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(217, 9, 39, 0));
  --gradient-to-color: #D90927;
}

.btn--promo-join {
  --text-opacity: 1;
  color: #000000;
  color: rgba(0, 0, 0, var(--text-opacity));
  background-image: linear-gradient(to bottom, var(--gradient-color-stops));
  --gradient-from-color: #FFE902;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 233, 2, 0));
  --gradient-to-color: #FFE902;
  width: 190px;
  height: 40px;
  font-size: 15px;
}

.btn--promo-join:hover {
  background-image: linear-gradient(to bottom, var(--gradient-color-stops));
  --gradient-from-color: #FFE902;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 233, 2, 0));
  --gradient-to-color: #FFE902;
}

.btn--promo-moredetails {
  --text-opacity: 1;
  color: #0066CC;
  color: rgba(0, 102, 204, var(--text-opacity));
  --bg-opacity: 1;
  background-color: #FFFFFF;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  border-style: solid;
  border-width: 2px;
  --border-opacity: 1;
  border-color: #0066CC;
  border-color: rgba(0, 102, 204, var(--border-opacity));
  width: 190px;
  height: 40px;
  font-size: 15px;
}

/* 
    Outline
*/

.btn--outline {
  background-color: transparent;
  --border-opacity: 1;
  border-color: #EBEBEB;
  border-color: rgba(235, 235, 235, var(--border-opacity));
  --text-opacity: 1;
  color: #EBEBEB;
  color: rgba(235, 235, 235, var(--text-opacity));
  text-shadow: none;
}

@media screen and (max-width: 760px) {
  .btn--login-desktop,
.btn--join-desktop {
    padding: 8px !important;
    font-size: 12px !important;
    width: 70px !important;
    height: 30px !important;
  }
}

@media screen and (max-width: 360px) {
  .site-header__logo {
    margin-left: 20px;
  }

  .btn--login-desktop,
.btn--join-desktop {
    display: none;
  }
}

/*
    card container
*/

.cards {
  margin-bottom: 1rem;
}

@media (min-width: 768px) {
  .cards {
    display: flex;
    flex-wrap: wrap;
    text-align: left;
    margin-left: -1rem;
    margin-top: -1rem;
  }
}

@media (min-width: 768px) {
  .cards .card-game {
    margin-left: 1rem;
    margin-top: 1rem;
    width: calc( 100% / 6 - 1rem);
  }
}

/*
    card bingo games
*/

.card-bingo {
  position: relative;
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  --text-opacity: 1;
  color: #C8102E;
  color: rgba(200, 16, 46, var(--text-opacity));
  cursor: pointer;
  width: 100%;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  border-radius: 0.375rem;
  margin-bottom: 1rem;
}

.card-bingo__content {
  position: relative;
  width: 100%;
  padding: 1rem;
  text-align: center;
  line-height: 1;
}

.card-bingo__content a {
  text-decoration: none;
}

.card-bingo__img {
  position: relative;
  width: 100%;
  height: auto;
  display: block;
  margin: 0;
  z-index: 10;
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}

.card-bingo .btn {
  margin-top: 0;
  width: 100%;
}

.card-bingo__link {
  display: block;
  position: relative;
}

.card-bingo__offer {
  text-transform: uppercase;
  font-weight: 900;
  font-size: 0.75rem;
  padding-top: 1rem;
  --text-opacity: 1;
  color: #C8102E;
  color: rgba(200, 16, 46, var(--text-opacity));
  font-family: tondo, Helvetica;
}

@media (min-width: 640px) {
  .card-bingo__offer {
    font-size: 0.875rem;
  }
}

.card-bingo__ball {
  font-weight: 900;
  position: absolute;
  text-align: center;
  border-radius: 9999px;
  --bg-opacity: 1;
  background-color: #C8102E;
  background-color: rgba(200, 16, 46, var(--bg-opacity));
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  border-width: 1px;
  border-width: 2px;
  --border-opacity: 1;
  border-color: #fff;
  border-color: rgba(255, 255, 255, var(--border-opacity));
  --text-opacity: 1;
  color: #C8102E;
  color: rgba(200, 16, 46, var(--text-opacity));
  height: 48px;
  width: 48px;
  line-height: 46px;
  left: 50%;
  transform: translateX(-50%);
  top: -24px;
  z-index: 100;
}

.card-bingo__ball::before {
  position: absolute;
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  border-radius: 9999px;
  display: block;
  content: "";
  height: 32px;
  width: 32px;
  top: 6px;
  left: 6px;
  z-index: -1;
}

.cards-bingo-games {
  display: flex;
  flex-wrap: wrap;
  text-align: left;
  margin-left: -1rem;
  margin-top: -1rem;
  margin-bottom: 4rem;
}

.cards-bingo-games .card-bingo {
  margin-left: 1rem;
  margin-top: 1rem;
  width: calc( 100% / 2 - 1rem);
}

@media (min-width: 640px) {
  .cards-bingo-games .card-bingo {
    width: calc( 100% / 4 - 1rem);
  }
}

@media (min-width: 768px) {
  .cards-bingo-games .card-bingo {
    width: calc( 100% / 6 - 1rem);
  }
}

.cards-slots-games {
  display: flex;
  flex-wrap: wrap;
  text-align: left;
  margin-left: -1rem;
  margin-top: -1rem;
  margin-bottom: 4rem;
}

.cards-slots-games .card-slot {
  margin-left: 1rem;
  margin-top: 1rem;
  width: calc( 100% / 2 - 1rem);
}

@media (min-width: 640px) {
  .cards-slots-games .card-slot {
    width: calc( 100% / 4 - 1rem);
  }
}

@media (min-width: 768px) {
  .cards-slots-games .card-slot {
    width: calc( 100% / 6 - 1rem);
  }
}

/*
    card slots
*/

.card-slot {
  position: relative;
  cursor: pointer;
  transform-origin: center;
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.card-slot__content {
  position: absolute;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  z-index: 20;
  font-weight: 700;
  --bg-opacity: 1;
  background-color: #EBEBEB;
  background-color: rgba(235, 235, 235, var(--bg-opacity));
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
  border-radius: 0.375rem;
  font-size: 0.875rem;
  text-transform: uppercase;
  background: rgba(59, 33, 81, 0.8);
}

.card-slot__content a {
  text-decoration: none;
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
}

.card-slot__img {
  position: relative;
  width: 100%;
  height: auto;
  display: block;
  margin: 0;
  z-index: 10;
  border-radius: 0.375rem;
}

.cards-slots {
  display: flex;
  flex-wrap: wrap;
  text-align: left;
  margin-left: -1rem;
  margin-top: -1rem;
  margin-bottom: 4rem;
}

.cards-slots .card-slot {
  margin-left: 1rem;
  margin-top: 1rem;
  width: calc( 100% / 2 - 1rem);
}

@media (min-width: 640px) {
  .cards-slots .card-slot {
    width: calc( 100% / 4 - 1rem);
  }
}

@media (min-width: 768px) {
  .cards-slots .card-slot {
    width: calc( 100% / 6 - 1rem);
  }
}

/*
    card promo
*/

.card-promo {
  position: relative;
  --text-opacity: 1;
  color: #EBEBEB;
  color: rgba(235, 235, 235, var(--text-opacity));
  width: 100%;
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  border-radius: 0.5rem;
}

.card-promo__title {
  padding: 1rem;
  padding-bottom: 0;
  --text-opacity: 1;
  color: #0066CC;
  color: rgba(0, 102, 204, var(--text-opacity));
  font-weight: 900;
  font-family: tondo, Helvetica;
  text-transform: uppercase;
  font-size: 18px;
}

.card-promo__content {
  --text-opacity: 1;
  color: #000000;
  color: rgba(0, 0, 0, var(--text-opacity));
  padding: 0.5rem;
  padding-bottom: 0.5rem;
  font-family: tondo, Helvetica;
  font-size: 14px;
}

.card-promo__content > *:last-of-type {
  margin-bottom: 0;
}

.card-promo__img {
  position: relative;
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0;
  z-index: 10;
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}

.card-promo__link {
  display: block;
  position: relative;
}

.card-promo .btn-group {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 1rem;
  padding-top: 0;
}

.card-promo .btn-group .btn {
  margin-top: 0;
  width: 48%;
}

.cards .card-promo {
  margin-bottom: 1rem;
  max-width: 485px;
}

@media (min-width: 768px) {
  .cards .card-promo {
    margin-bottom: 0;
    margin-left: 1rem;
    margin-top: 1rem;
    width: calc( 100% / 2 - 1rem);
  }
}

.cards-bingo-games.latest-games {
  margin-bottom: 2rem;
}

.cards-bingo-games.latest-games .card-bingo {
  width: calc( 100% / 2 - 1rem) !important;
}

.cards-slots-games.latest-games {
  margin-bottom: 2rem;
}

.cards-slots-games.latest-games .card-slot {
  width: calc( 100% / 2 - 1rem) !important;
}

.content__home {
  --bg-opacity: 1;
  background-color: #D90927;
  background-color: rgba(217, 9, 39, var(--bg-opacity));
  padding-left: 1.25rem;
  padding-right: 0;
  --text-opacity: 1;
  color: #ffffff;
  color: rgba(255, 255, 255, var(--text-opacity));
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 550px;
  background-position: center bottom;
  font-size: 14px;
}

@media (min-width: 768px) {
  .content__home {
    padding-right: 1.25rem;
    min-height: 593px;
  }
}

.content__bingo {
  --bg-opacity: 1;
  background-color: #D90927;
  background-color: rgba(217, 9, 39, var(--bg-opacity));
  padding-top: 2.5rem;
  padding-bottom: 0.25rem;
  --text-opacity: 1;
  color: #FFFFFF;
  color: rgba(255, 255, 255, var(--text-opacity));
}

.content__slots {
  --bg-opacity: 1;
  background-color: #FFFFFF;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  padding-top: 3rem;
  padding-bottom: 0.25rem;
  --text-opacity: 1;
  color: #000000;
  color: rgba(0, 0, 0, var(--text-opacity));
}

.content__slots__new {
  --bg-opacity: 1;
  background-color: #FFFFFF;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  --text-opacity: 1;
  color: #000000;
  color: rgba(0, 0, 0, var(--text-opacity));
}

.content__slots__fav {
  --bg-opacity: 1;
  background-color: #D90927;
  background-color: rgba(217, 9, 39, var(--bg-opacity));
  --text-opacity: 1;
  color: #FFFFFF;
  color: rgba(255, 255, 255, var(--text-opacity));
}

.content__promotions {
  text-align: center;
  --bg-opacity: 1;
  background-color: #EBEBEB;
  background-color: rgba(235, 235, 235, var(--bg-opacity));
  padding-top: 2.5rem;
  --text-opacity: 1;
  color: #000000;
  color: rgba(0, 0, 0, var(--text-opacity));
}

.content__content {
  --text-opacity: 1;
  color: #000000;
  color: rgba(0, 0, 0, var(--text-opacity));
  padding-top: 2rem;
  padding-bottom: 2rem;
  text-align: center;
  font-family: tondo, Helvetica;
}

.content__help {
  --text-opacity: 1;
  color: #000000;
  color: rgba(0, 0, 0, var(--text-opacity));
  font-family: tondo, Helvetica;
}

.content__help a {
  --text-opacity: 1;
  color: #000000;
  color: rgba(0, 0, 0, var(--text-opacity));
}

.hp_content_headers {
  --text-opacity: 1;
  color: #ffffff;
  color: rgba(255, 255, 255, var(--text-opacity));
  font-family: tondo, Helvetica;
  font-weight: 700;
  font-size: 28px;
}

.welcome_offer_content_headers {
  --text-opacity: 1;
  color: #FFFFFF;
  color: rgba(255, 255, 255, var(--text-opacity));
  font-family: tondo, Helvetica;
  text-transform: uppercase;
  font-size: 28px;
}

.cookie-consent {
  --text-opacity: 1;
  color: #000000;
  color: rgba(0, 0, 0, var(--text-opacity));
  --bg-opacity: 1;
  background-color: #FFE902;
  background-color: rgba(255, 233, 2, var(--bg-opacity));
  position: fixed;
  width: 100%;
  bottom: 0;
  text-align: center;
  font-size: 0.9em;
  padding: 1em;
  z-index: 9999 !important;
}

.cookie-consent__message {
  --text-opacity: 1;
  color: #000000;
  color: rgba(0, 0, 0, var(--text-opacity));
  display: inline-block;
}

.cookie-consent__message p {
  margin: 0;
}

.cookie-consent__agree {
  background-image: linear-gradient(to bottom, var(--gradient-color-stops));
  --gradient-from-color: #D90927;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(217, 9, 39, 0));
  --gradient-via-color: #D90927;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(217, 9, 39, 0));
  --gradient-to-color: #D90927;
  --text-opacity: 1;
  color: #FFFFFF;
  color: rgba(255, 255, 255, var(--text-opacity));
  border-radius: 0.375rem;
  font-weight: 700;
  margin: 0 1em;
  padding: 0.5em 1em;
}

.cookie-consent__agree:hover {
  background-image: linear-gradient(to bottom, var(--gradient-color-stops));
  --gradient-from-color: #D90927;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(217, 9, 39, 0));
  --gradient-via-color: #D90927;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(217, 9, 39, 0));
  --gradient-to-color: #D90927;
  --text-opacity: 1;
  color: #FFFFFF;
  color: rgba(255, 255, 255, var(--text-opacity));
  border-radius: 0.375rem;
}

.cookie-consent__agree:active {
  top: 1px;
}

:root {
  --swiper-theme-color: #e6007e;
}

.carousel--latest-promos {
  max-width: 500px;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  padding: 0 10px;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-container-3d {
  perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}

:root {
  --swiper-navigation-size: 44px;
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-next.swiper-button-white,
.swiper-button-prev.swiper-button-white {
  --swiper-navigation-color: #ffffff;
}

.swiper-button-next.swiper-button-black,
.swiper-button-prev.swiper-button-black {
  --swiper-navigation-color: #000000;
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white {
  --swiper-pagination-color: #ffffff;
}

.swiper-pagination-black {
  --swiper-pagination-color: #000000;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next + .swiper-slide,
.swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/*
  bingo games
*/

.carousel--bingo-games {
  width: 100%;
  height: 100%;
}

/*
  bingo slots
*/

.carousel--bingo-slots,
.carousel--bingo-slots2,
.carousel--bingo-slots3 {
  width: 100%;
  height: 100%;
}

/*
  gallery
*/

.carousel--gallery {
  width: 100%;
  border-radius: 0.375rem;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  height: 420px;
}

.carousel--gallery .swiper-slide {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}

.swiper-button-prev,
.swiper-button-next {
  height: 50px;
  width: 50px;
  line-height: 50px;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  display: none;
}

.carousel--home {
  width: 100%;
  height: 100%;
}

.carousel--home__row {
  width: 100%;
  z-index: 10;
  padding: 2rem;
}

@media (min-width: 768px) {
  .carousel--home__row {
    display: flex;
    align-items: center;
    max-width: 72rem;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
  }
}

.carousel--home__col {
  width: 100%;
  text-align: center;
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
}

@media (min-width: 768px) {
  .carousel--home__col {
    width: 50%;
    text-align: left;
  }
}

.carousel--home__col:first-of-type {
  margin-bottom: 2rem;
}

@media (min-width: 768px) {
  .carousel--home__col:first-of-type {
    padding-right: 2rem;
    margin-bottom: 0;
  }
}

.carousel--home__title {
  margin-top: 0;
}

.carousel--home__subtitle {
  margin-top: 0;
  text-transform: uppercase;
  font-weight: 900;
}

input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}

/* Accordion styles */

.tab {
  width: 100%;
  overflow: hidden;
}

.tab:not(:last-child) {
  border-width: 1px;
  border-top-width: 0;
  border-left-width: 0;
  border-right-width: 0;
  border-style: solid;
  --border-opacity: 1;
  border-color: #000000;
  border-color: rgba(0, 0, 0, var(--border-opacity));
}

.tab-label {
  display: flex;
  justify-content: space-between;
  padding: 1em;
  font-weight: bold;
  cursor: pointer;
  font-size: 15px;
}

.tab-label::after {
  content: "\276F";
  width: 1em;
  height: 1em;
  text-align: center;
  transition: all 0.35s;
}

.tab-content {
  max-height: 0;
  padding: 0 1em;
  transition: all 0.35s;
}

.tab-content a {
  --text-opacity: 1;
  color: #000000;
  color: rgba(0, 0, 0, var(--text-opacity));
  text-decoration: underline;
}

.tab-close {
  display: flex;
  justify-content: flex-end;
  padding: 1em;
  font-size: 0.75em;
  cursor: pointer;
}

input:checked + .tab-label::after {
  transform: rotate(90deg);
}

input:checked ~ .tab-content {
  max-height: 100vh;
  padding: 1em;
}

div.single-promo-desc {
  overflow-x: auto;
}

div.single-promo-desc .table-bordered th,
div.single-promo-desc .table-bordered td {
  border: 1px solid #ddd;
  padding: 4px;
}

div.single-promo-desc .table-bordered td p {
  margin-bottom: 0;
}

.icon {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 36px;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "liga";
}

.icon-fab {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 9999px;
  line-height: 1;
  height: 48px;
  width: 48px;
  line-height: 48px;
  background: rgba(0, 0, 0, 0.2);
}

.js .loading::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  --bg-opacity: 1;
  background-color: #EBEBEB;
  background-color: rgba(235, 235, 235, var(--bg-opacity));
  z-index: 100000;
}

.js .loading::after {
  content: "";
  position: fixed;
  opacity: 0.5;
  background-image: url(../img/frontend/logo.png);
  z-index: 100000;
  top: 50%;
  left: 50%;
  width: 320px;
  height: 220px;
  margin: -110px 0 0 -160px;
  pointer-events: none;
  -webkit-animation: loaderAnim 0.7s linear infinite alternate forwards;
          animation: loaderAnim 0.7s linear infinite alternate forwards;
}

@-webkit-keyframes loaderAnim {
  to {
    opacity: 1;
    transform: scale3d(0.5, 0.5, 1);
  }
}

@keyframes loaderAnim {
  to {
    opacity: 1;
    transform: scale3d(0.5, 0.5, 1);
  }
}

@media screen and (max-width: 767px) {
  .js .loading::after {
    background-image: url(../img/frontend/logo_mob.png);
    z-index: 100000;
    top: 50%;
    left: 50%;
    width: 160px;
    height: 110px;
    margin: -55px 0 0 -80px;
    -webkit-animation: loaderAnim 0.7s linear infinite alternate forwards;
            animation: loaderAnim 0.7s linear infinite alternate forwards;
  }
}

.btn-home-bounce {
  opacity: 1;
  -webkit-animation: bounceAnim 0.7s linear infinite alternate forwards;
  animation: bounceAnim 0.7s linear infinite alternate forwards;
  font-size: 20px !important;
}

@-webkit-keyframes bounceAnim {
  to {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1);
  }
}

.bingo_banner_text {
  font-family: rubik-regular, Helvetica;
  font-weight: 900;
  text-transform: uppercase;
  text-align: center;
  font-style: normal;
  --text-opacity: 1;
  color: #0066CC;
  color: rgba(0, 102, 204, var(--text-opacity));
  line-height: 1.35;
}

.bingo_banner_first {
  font-size: 25px;
}

.bingo_banner_second {
  font-size: 52px;
}

@media screen and (max-width: 767px) {
  .bingo_banner_first {
    font-size: 20px;
  }

  .bingo_banner_second {
    font-size: 38px;
  }
}

.slots_banner_text {
  font-family: rubik-regular, Helvetica;
  font-weight: 900;
  text-transform: uppercase;
  text-align: center;
  font-style: normal;
  --text-opacity: 1;
  color: #0066CC;
  color: rgba(0, 102, 204, var(--text-opacity));
  line-height: 1.35;
}

.slots_banner_first {
  font-size: 25px;
}

.slots_banner_second {
  font-size: 52px;
}

@media screen and (max-width: 767px) {
  .slots_banner_first {
    font-size: 20px;
  }

  .slots_banner_second {
    font-size: 38px;
  }
}

.promotions_banner_text {
  font-family: rubik-regular, Helvetica;
  font-weight: 900;
  text-transform: uppercase;
  text-align: center;
  font-style: normal;
  --text-opacity: 1;
  color: #0066CC;
  color: rgba(0, 102, 204, var(--text-opacity));
  line-height: 1.35;
}

.promotions_banner_first {
  font-size: 25px;
}

.promotions_banner_second {
  font-size: 52px;
}

.promo_banner_text {
  font-family: rubik-regular, Helvetica;
  font-weight: 900;
  text-transform: uppercase;
  text-align: center;
  font-style: normal;
  --text-opacity: 1;
  color: #0066CC;
  color: rgba(0, 102, 204, var(--text-opacity));
}

.promo_banner_text h2 {
  font-size: 52px;
}

.promo_banner_text .lead-para {
  font-size: 25px;
}

.promo_desc_title,
.promo_terms_title {
  text-transform: uppercase;
  font-weight: 900;
  margin-top: 2rem;
  margin-bottom: 2rem;
  text-align: center;
  font-size: 28px;
}

.promo_desc_text {
  font-size: 18px;
}

.promo_desc_text a {
  text-decoration: none;
  --text-opacity: 1;
  color: #000000;
  color: rgba(0, 0, 0, var(--text-opacity));
}

.promo_terms_text {
  font-size: 13px;
}

.promo_terms_text a {
  text-decoration: none;
  --text-opacity: 1;
  color: #000000;
  color: rgba(0, 0, 0, var(--text-opacity));
}

@media screen and (max-width: 767px) {
  .promo_banner_text h2 {
    font-size: 48px;
  }

  .promotions_banner_first {
    font-size: 20px;
  }

  .promotions_banner_second {
    font-size: 38px;
  }
}

.promo-details ol {
  font-size: smaller;
}

.btn-popup {
  display: inline-block;
  padding: 10px 20px;
  border: 2px solid #00898E;
  border-radius: 10px;
  transition: background 0.3s;
}

.btn-popup:hover {
  background: #00898E;
}

.popup {
  position: fixed;
  padding: 10px;
  max-width: 500px;
  border-radius: 10px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.9);
  visibility: hidden;
  opacity: 0;
  /* "delay" the visibility transition */
  transition: opacity 0.5s, visibility 0s linear 0.5s;
  z-index: 1;
}

.popup:target {
  visibility: visible;
  opacity: 1;
  /* cancel visibility transition delay */
  transition-delay: 0s;
}

.popup-close {
  position: absolute;
  padding: 10px;
  max-width: 500px;
  border-radius: 10px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.9);
}

.popup .close {
  position: absolute;
  right: 5px;
  top: 5px;
  padding: 5px;
  color: #000;
  transition: color 0.3s;
  font-size: 2em;
  line-height: 0.6em;
  font-weight: bold;
}

.popup .close:hover {
  color: #00E5EE;
}

.close-popup {
  background: rgba(0, 0, 0, 0.7);
  cursor: default;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  /* "delay" the visibility transition */
  transition: opacity 0.5s, visibility 0s linear 0.5s;
}

.popup:target + .close-popup {
  opacity: 1;
  visibility: visible;
  /* cancel visibility transition delay */
  transition-delay: 0s;
}

.image_modal,
.video_modal {
  position: fixed;
  padding-top: 3rem;
  padding-bottom: 3rem;
  padding-left: 0;
  padding-right: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.4);
}

.video_content {
  width: 100%;
  border-style: none;
  margin: auto;
  padding: 1rem;
  border-radius: 0.75rem;
  overflow: hidden;
  text-align: center;
  background-color: #fbfdfe;
  box-shadow: 1px 1px 14px 3px rgba(0, 0, 0, 0.75);
}

@media (min-width: 768px) {
  .video_content {
    width: 58.333333%;
  }
}

.image_content {
  width: 100%;
  border-style: none;
  margin: auto;
  padding: 1rem;
  border-radius: 0.75rem;
  overflow: hidden;
  text-align: center;
  background-color: #fbfdfe;
  box-shadow: 1px 1px 14px 3px rgba(0, 0, 0, 0.75);
}

@media (min-width: 768px) {
  .image_content {
    width: 33.333333%;
  }
}

.image_close,
.video_close {
  float: right;
  font-size: 1.875rem;
  font-weight: 700;
  color: #aaa;
}

.video_close:focus,
.video_close:hover {
  --text-opacity: 1;
  color: #000;
  color: rgba(0, 0, 0, var(--text-opacity));
  text-decoration: none;
  cursor: pointer;
  color: #000;
}

.image_close:focus,
.image_close:hover {
  --text-opacity: 1;
  color: #000;
  color: rgba(0, 0, 0, var(--text-opacity));
  text-decoration: none;
  cursor: pointer;
  color: #000;
}

.image_close,
.video_title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #D90927;
}

.text-welcome_title_text {
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 1.25rem;
  font-size: 28px;
  color: rgba(217, 9, 39, var(--text-opacity));
}

.text-welcome_text {
  font-weight: 500;
  text-align: center;
  font-size: 13px;
  color: rgba(0, 0, 0, var(--text-opacity));
}

.welcome-offer-terms {
  --bg-opacity: 1;
  background-color: #0097CC;
  background-color: rgba(0, 151, 204, var(--bg-opacity));
  --text-opacity: 1;
  color: #ffffff;
  color: rgba(255, 255, 255, var(--text-opacity));
}

.welcome-offer-terms a {
  --text-opacity: 1;
  color: #ffffff;
  color: rgba(255, 255, 255, var(--text-opacity));
}

.sr-only{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.bg-fixed{
  background-attachment: fixed;
}

.bg-white{
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
}

.bg-xmas_promo_terms_bg{
  --bg-opacity: 1;
  background-color: #8E0014;
  background-color: rgba(142, 0, 20, var(--bg-opacity));
}

.bg-latest_promos_bg{
  --bg-opacity: 1;
  background-color: #EBEBEB;
  background-color: rgba(235, 235, 235, var(--bg-opacity));
}

.bg-welcome_bg{
  --bg-opacity: 1;
  background-color: #FFFFFF;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
}

.bg-icons_row_1_3_bg{
  --bg-opacity: 1;
  background-color: #EBEBEB;
  background-color: rgba(235, 235, 235, var(--bg-opacity));
}

.bg-icons_row_2_4_bg{
  --bg-opacity: 1;
  background-color: #DADBDA;
  background-color: rgba(218, 219, 218, var(--bg-opacity));
}

.bg-footer_bg{
  --bg-opacity: 1;
  background-color: #D90927;
  background-color: rgba(217, 9, 39, var(--bg-opacity));
}

.bg-footer_888_bg{
  --bg-opacity: 1;
  background-color: #000000;
  background-color: rgba(0, 0, 0, var(--bg-opacity));
}

.bg-hp_slots_bg{
  --bg-opacity: 1;
  background-color: #FFFFFF;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
}

.bg-hp_bingo_bg{
  --bg-opacity: 1;
  background-color: #D90927;
  background-color: rgba(217, 9, 39, var(--bg-opacity));
}

.bg-bingo_content_bg{
  --bg-opacity: 1;
  background-color: #D90927;
  background-color: rgba(217, 9, 39, var(--bg-opacity));
}

.bg-promo_desc_bg{
  --bg-opacity: 1;
  background-color: #D90927;
  background-color: rgba(217, 9, 39, var(--bg-opacity));
}

.bg-promo_terms_bg{
  --bg-opacity: 1;
  background-color: #FFFFFF;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
}

.bg-welc_offer_steps_bg{
  --bg-opacity: 1;
  background-color: #D90927;
  background-color: rgba(217, 9, 39, var(--bg-opacity));
}

.bg-welc_offer_left_bg{
  background-color: transparent;
}

.bg-welc_offer_right_bg{
  --bg-opacity: 1;
  background-color: #0097CC;
  background-color: rgba(0, 151, 204, var(--bg-opacity));
}

.bg-content_bg_color{
  background-color: transparent;
}

.bg-primary1{
  --bg-opacity: 1;
  background-color: #EBEBEB;
  background-color: rgba(235, 235, 235, var(--bg-opacity));
}

.bg-hp-bg-img{
  background-image: transparent;
}

.bg-wel-off-bg-img{
  background-image: url('../img/frontend/bvb_hp_content_bg_img.jpg');
}

.bg-content-bg-img{
  background-image: url('../img/frontend/bvb_hp_content_bg_img.jpg');
}

.bg-cover{
  background-size: cover;
}

.rounded-md{
  border-radius: 0.375rem;
}

.border{
  border-width: 1px;
}

.box-content{
  box-sizing: content-box;
}

.block{
  display: block;
}

.flex{
  display: flex;
}

.table{
  display: table;
}

.grid{
  display: grid;
}

.hidden{
  display: none;
}

.flex-col{
  flex-direction: column;
}

.flex-wrap{
  flex-wrap: wrap;
}

.items-center{
  align-items: center;
}

.content-center{
  align-content: center;
}

.self-center{
  align-self: center;
}

.justify-start{
  justify-content: flex-start;
}

.justify-center{
  justify-content: center;
}

.float-right{
  float: right;
}

.float-left{
  float: left;
}

.clear-both{
  clear: both;
}

.font-banner-headers{
  font-family: rubik-regular, Helvetica;
}

.font-bold{
  font-weight: 700;
}

.leading-snug{
  line-height: 1.375;
}

.m-0{
  margin: 0;
}

.m-1{
  margin: 0.25rem;
}

.m-3{
  margin: 0.75rem;
}

.m-4{
  margin: 1rem;
}

.my-2{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.my-4{
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.mt-0{
  margin-top: 0;
}

.mr-0{
  margin-right: 0;
}

.mb-0{
  margin-bottom: 0;
}

.mt-1{
  margin-top: 0.25rem;
}

.mr-1{
  margin-right: 0.25rem;
}

.ml-1{
  margin-left: 0.25rem;
}

.ml-2{
  margin-left: 0.5rem;
}

.mt-3{
  margin-top: 0.75rem;
}

.mb-3{
  margin-bottom: 0.75rem;
}

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

.mr-4{
  margin-right: 1rem;
}

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

.ml-4{
  margin-left: 1rem;
}

.mt-8{
  margin-top: 2rem;
}

.mb-8{
  margin-bottom: 2rem;
}

.mt-20{
  margin-top: 5rem;
}

.mr-auto{
  margin-right: auto;
}

.ml-auto{
  margin-left: auto;
}

.max-w-4xl{
  max-width: 56rem;
}

.max-w-5xl{
  max-width: 64rem;
}

.p-0{
  padding: 0;
}

.p-3{
  padding: 0.75rem;
}

.p-4{
  padding: 1rem;
}

.p-6{
  padding: 1.5rem;
}

.py-0{
  padding-top: 0;
  padding-bottom: 0;
}

.px-0{
  padding-left: 0;
  padding-right: 0;
}

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

.px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

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

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

.py-10{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.pt-1{
  padding-top: 0.25rem;
}

.pl-1{
  padding-left: 0.25rem;
}

.pr-2{
  padding-right: 0.5rem;
}

.pt-3{
  padding-top: 0.75rem;
}

.pr-3{
  padding-right: 0.75rem;
}

.pb-3{
  padding-bottom: 0.75rem;
}

.pt-4{
  padding-top: 1rem;
}

.pr-4{
  padding-right: 1rem;
}

.pb-4{
  padding-bottom: 1rem;
}

.pl-5{
  padding-left: 1.25rem;
}

.pt-6{
  padding-top: 1.5rem;
}

.pb-6{
  padding-bottom: 1.5rem;
}

.pl-6{
  padding-left: 1.5rem;
}

.pb-8{
  padding-bottom: 2rem;
}

.pl-8{
  padding-left: 2rem;
}

.pb-10{
  padding-bottom: 2.5rem;
}

.pt-12{
  padding-top: 3rem;
}

.pb-16{
  padding-bottom: 4rem;
}

.pt-20{
  padding-top: 5rem;
}

.pb-20{
  padding-bottom: 5rem;
}

.fixed{
  position: fixed;
}

.relative{
  position: relative;
}

.resize{
  resize: both;
}

.shadow-sm{
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

.shadow{
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}

.text-left{
  text-align: left;
}

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

.text-right{
  text-align: right;
}

.text-white{
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
}

.text-mob_menu_icon_text{
  --text-opacity: 1;
  color: #ffffff;
  color: rgba(255, 255, 255, var(--text-opacity));
}

.text-mob_menu_close_icon{
  --text-opacity: 1;
  color: #D90927;
  color: rgba(217, 9, 39, var(--text-opacity));
}

.text-mob_menu_login_btn_text{
  --text-opacity: 1;
  color: #FFFFFF;
  color: rgba(255, 255, 255, var(--text-opacity));
}

.text-latest_promos_title_text{
  --text-opacity: 1;
  color: #D90927;
  color: rgba(217, 9, 39, var(--text-opacity));
}

.text-footer_text{
  --text-opacity: 1;
  color: #FFFFFF;
  color: rgba(255, 255, 255, var(--text-opacity));
}

.text-footer_888_text{
  --text-opacity: 1;
  color: #FFFFFF;
  color: rgba(255, 255, 255, var(--text-opacity));
}

.text-hp_content_title_text{
  --text-opacity: 1;
  color: #ffffff;
  color: rgba(255, 255, 255, var(--text-opacity));
}

.text-hp_slots_title_text{
  --text-opacity: 1;
  color: #D90927;
  color: rgba(217, 9, 39, var(--text-opacity));
}

.text-hp_slots_header_text{
  --text-opacity: 1;
  color: #D90927;
  color: rgba(217, 9, 39, var(--text-opacity));
}

.text-hp_bingo_title_text{
  --text-opacity: 1;
  color: #FFFFFF;
  color: rgba(255, 255, 255, var(--text-opacity));
}

.text-hp_bingo_header_text{
  --text-opacity: 1;
  color: #FFFFFF;
  color: rgba(255, 255, 255, var(--text-opacity));
}

.text-bingo_content_text{
  --text-opacity: 1;
  color: #FFFFFF;
  color: rgba(255, 255, 255, var(--text-opacity));
}

.text-promo_desc_text{
  --text-opacity: 1;
  color: #FFFFFF;
  color: rgba(255, 255, 255, var(--text-opacity));
}

.text-promo_terms_text{
  --text-opacity: 1;
  color: #000000;
  color: rgba(0, 0, 0, var(--text-opacity));
}

.text-welc_offer_left_title{
  --text-opacity: 1;
  color: #D90927;
  color: rgba(217, 9, 39, var(--text-opacity));
}

.text-welc_offer_right_text{
  --text-opacity: 1;
  color: #FFFFFF;
  color: rgba(255, 255, 255, var(--text-opacity));
}

.text-primary_text{
  --text-opacity: 1;
  color: #000000;
  color: rgba(0, 0, 0, var(--text-opacity));
}

.italic{
  font-style: italic;
}

.uppercase{
  text-transform: uppercase;
}

.align-baseline{
  vertical-align: baseline;
}

.align-middle{
  vertical-align: middle;
}

.w-6\/12{
  width: 50%;
}

.w-full{
  width: 100%;
}

.w-hp_banner_text_width{
  width: 70%;
}

.w-secondary_banner_text_width{
  width: 60%;
}

.gap-8{
  grid-gap: 2rem;
  gap: 2rem;
}

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

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

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

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

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

.col-span-6{
  grid-column: span 6 / span 6;
}

.transform{
  --transform-translate-x: 0;
  --transform-translate-y: 0;
  --transform-rotate: 0;
  --transform-skew-x: 0;
  --transform-skew-y: 0;
  --transform-scale-x: 1;
  --transform-scale-y: 1;
  transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
}

.transition{
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
}

@-webkit-keyframes spin{
  to{
    transform: rotate(360deg);
  }
}

@keyframes spin{
  to{
    transform: rotate(360deg);
  }
}

@-webkit-keyframes ping{
  75%, 100%{
    transform: scale(2);
    opacity: 0;
  }
}

@keyframes ping{
  75%, 100%{
    transform: scale(2);
    opacity: 0;
  }
}

@-webkit-keyframes pulse{
  50%{
    opacity: .5;
  }
}

@keyframes pulse{
  50%{
    opacity: .5;
  }
}

@-webkit-keyframes bounce{
  0%, 100%{
    transform: translateY(-25%);
    -webkit-animation-timing-function: cubic-bezier(0.8,0,1,1);
            animation-timing-function: cubic-bezier(0.8,0,1,1);
  }

  50%{
    transform: none;
    -webkit-animation-timing-function: cubic-bezier(0,0,0.2,1);
            animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}

@keyframes bounce{
  0%, 100%{
    transform: translateY(-25%);
    -webkit-animation-timing-function: cubic-bezier(0.8,0,1,1);
            animation-timing-function: cubic-bezier(0.8,0,1,1);
  }

  50%{
    transform: none;
    -webkit-animation-timing-function: cubic-bezier(0,0,0.2,1);
            animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}

@media (min-width: 480px){
  .xs\:container{
    width: 100%;
  }

  @media (min-width: 480px){
    .xs\:container{
      max-width: 480px;
    }
  }

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

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

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

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

  @media (min-width: 1600px){
    .xs\:container{
      max-width: 1600px;
    }
  }
}

@media (min-width: 640px){
  .sm\:container{
    width: 100%;
  }

  @media (min-width: 480px){
    .sm\:container{
      max-width: 480px;
    }
  }

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

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

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

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

  @media (min-width: 1600px){
    .sm\:container{
      max-width: 1600px;
    }
  }

  .sm\:pl-64{
    padding-left: 16rem;
  }
}

@media (min-width: 768px){
  .md\:container{
    width: 100%;
  }

  @media (min-width: 480px){
    .md\:container{
      max-width: 480px;
    }
  }

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

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

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

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

  @media (min-width: 1600px){
    .md\:container{
      max-width: 1600px;
    }
  }

  .md\:bg-icons_row_1_3_bg{
    --bg-opacity: 1;
    background-color: #EBEBEB;
    background-color: rgba(235, 235, 235, var(--bg-opacity));
  }

  .md\:bg-icons_row_2_4_bg{
    --bg-opacity: 1;
    background-color: #DADBDA;
    background-color: rgba(218, 219, 218, var(--bg-opacity));
  }

  .md\:block{
    display: block;
  }

  .md\:hidden{
    display: none;
  }

  .md\:p-0{
    padding: 0;
  }

  .md\:p-8{
    padding: 2rem;
  }

  .md\:px-0{
    padding-left: 0;
    padding-right: 0;
  }

  .md\:py-6{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

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

  .md\:pt-8{
    padding-top: 2rem;
  }

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

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

  .md\:col-span-4{
    grid-column: span 4 / span 4;
  }
}

@media (min-width: 1024px){
  .lg\:container{
    width: 100%;
  }

  @media (min-width: 480px){
    .lg\:container{
      max-width: 480px;
    }
  }

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

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

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

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

  @media (min-width: 1600px){
    .lg\:container{
      max-width: 1600px;
    }
  }

  .lg\:block{
    display: block;
  }

  .lg\:hidden{
    display: none;
  }

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

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

  .lg\:col-span-3{
    grid-column: span 3 / span 3;
  }

  .lg\:col-span-4{
    grid-column: span 4 / span 4;
  }
}

@media (min-width: 1280px){
  .xl\:container{
    width: 100%;
  }

  @media (min-width: 480px){
    .xl\:container{
      max-width: 480px;
    }
  }

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

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

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

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

  @media (min-width: 1600px){
    .xl\:container{
      max-width: 1600px;
    }
  }
}

@media (min-width: 1600px){
  .xxl\:container{
    width: 100%;
  }

  @media (min-width: 480px){
    .xxl\:container{
      max-width: 480px;
    }
  }

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

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

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

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

  @media (min-width: 1600px){
    .xxl\:container{
      max-width: 1600px;
    }
  }
}