/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
  }
  
  body {
    margin: 0;
  }

  .table--desktop {
    display: none;
  } 

  .table--mobile {
    display: block;
  }

  #overlay--age {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 9999999999999;
  }

  #overlay--age.no {
    background: rgba(0, 0, 0, 0.95);
  }

  #popup--age {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 0.825);
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.5);
    width: 300px;
  }

  #popup--age img {
    max-width: 30%;
    border-radius: 10px;
  }

  #popup--age h2 {
    font-size: 18px;
    margin: 15px 0;
  }

  #popup--age p {
    font-size: 14px;
    margin: 10px 0 20px;
  }

  #popup--age button {
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    font-size: 14px;
    cursor: pointer;
    margin: 5px;
  }

  #popup--age button#yes {
    background-color: green;
    color: white;
  }

  #popup--age button#no {
    background-color: red;
    color: white;
  }

  #popup--age.no {
    padding: 40px 20px;
    background-color: #00000000;
  }

  #popup--age.no p,
  #popup--age.no button {
    display: none;
  }

  #popup--age.no h2 {
    font-size: 18px;
    color: white;
    margin: 0;
  }
  
  h1 {
    font-size: 2em;
    margin: 0.67em 0;
  }
  
  hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
  }
  
  pre {
    font-family: monospace, monospace;
    font-size: 1em;
  }
  
  a {
    background-color: transparent;
  }
  
  abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  
  b,
  strong {
    font-weight: bolder;
  }
  
  code,
  kbd,
  samp {
    font-family: monospace, monospace;
    font-size: 1em;
  }
  
  small {
    font-size: 80%;
  }
  
  sub,
  sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  
  sub {
    bottom: -0.25em;
  }
  
  sup {
    top: -0.5em;
  }
  
  img {
    border-style: none;
  }
  
  button,
  input,
  optgroup,
  select,
  textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
  }
  
  button,
  input {
    overflow: visible;
  }
  
  button,
  select {
    text-transform: none;
  }
  
  [type="button"],
  [type="reset"],
  [type="submit"],
  button {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
  }
  
  [type="button"]::-moz-focus-inner,
  [type="reset"]::-moz-focus-inner,
  [type="submit"]::-moz-focus-inner,
  button::-moz-focus-inner {
    border-style: none;
    padding: 0;
  }
  
  [type="button"]:-moz-focusring,
  [type="reset"]:-moz-focusring,
  [type="submit"]:-moz-focusring,
  button:-moz-focusring {
    outline: 1px dotted ButtonText;
  }
  
  fieldset {
    padding: 0.35em 0.75em 0.625em;
  }
  
  legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
  }
  
  progress {
    vertical-align: baseline;
  }
  
  textarea {
    overflow: auto;
  }
  
  [type="checkbox"],
  [type="radio"] {
    box-sizing: border-box;
    padding: 0;
  }
  
  [type="number"]::-webkit-inner-spin-button,
  [type="number"]::-webkit-outer-spin-button {
    height: auto;
  }
  
  [type="search"] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
    outline-offset: -2px;
  }
  
  [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
    appearance: none;
  }
  
  ::-webkit-file-upload-button {
    -webkit-appearance: button;
    appearance: button;
    font: inherit;
  }
  
  details {
    display: block;
  }
  
  summary {
    display: list-item;
  }
  
  [hidden],
  template {
    display: none;
  }
  
  html {
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    text-size-adjust: 100%;
    background-color: #fff;
    box-sizing: border-box;
    font-size: 16px;
    overflow-x: hidden;
    overflow-y: scroll;
  }
  
  body {
    background-color: #000;
    color: #fff;
    font-size: 1em;
    font-weight: 400;
    line-height: 1.5;
  }
  
  .main,
  body {
    position: relative;
  }
  
  .main {
    min-height: 100vh;
    overflow-x: hidden;
    z-index: 1;
  }
  
  *,
  :after,
  :before {
    box-sizing: inherit;
  }
  
  img {
    height: auto;
    max-width: 100%;
  }
  
  .content blockquote:not(:last-child),
  .content dl:not(:last-child),
  .content ol:not(:last-child),
  .content p:not(:last-child),
  .content pre:not(:last-child),
  .content table:not(:last-child),
  .content ul:not(:last-child) {
    margin-bottom: 1.5em;
  }
  
  .content ul {
    list-style: disc outside;
  }
  
  .content ol,
  .content ul {
    margin-left: 2em;
    margin-top: 1em;
  }
  
  .content li {
    margin-bottom: 0.25rem;
  }
  
  .content h1,
  .content h2,
  .content h3,
  .content h4,
  .content h5,
  .content h6 {
    font-weight: 700;
    line-height: 1.125;
  }
  
  blockquote,
  body,
  dd,
  dl,
  dt,
  fieldset,
  figure,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  hr,
  html,
  iframe,
  legend,
  li,
  ol,
  p,
  pre,
  textarea,
  ul {
    margin: 0;
    padding: 0;
  }
  
  .content h1 {
    font-size: 1.85rem;
    margin-bottom: 0.5em;
  }
  
  .content h2 {
    font-size: 1.6rem;
    margin-bottom: 0.5714em;
  }
  
  .content h2:not(:first-child) {
    margin-top: 1.1428em;
  }
  
  .content h3 {
    font-size: 1.5rem;
    margin-bottom: 0.6666em;
  }
  
  .content h3:not(:first-child) {
    margin-top: 1.3333em;
  }
  
  .content h4 {
    font-size: 1.25rem;
    margin-bottom: 0.8em;
  }
  
  .content h5 {
    font-size: 1.125rem;
    margin-bottom: 0.8888em;
  }
  
  .content h6 {
    font-size: 1rem;
    margin-bottom: 1em;
  }
  
  .container {
    flex-grow: 1;
    margin: 0 auto;
    position: relative;
    width: auto;
  }
  
  .section {
    padding: 2.5rem 0;
  }
  
  .footer {
    font-size: 12px;
    font-weight: 700;
    padding-bottom: 2rem;
    position: relative;
  }
  
  .footer-icons {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 2rem;
  }
  
  .footer-icons img {
    height: 25px;
    margin: 0.5rem;
    width: auto;
  }
  
  .footer-icons img:first-child {
    margin-left: 0;
  }
  
  .footer-icons img:last-child {
    margin-right: 0;
  }
  
  .body-bg {
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top center;
    object-position: top center;
    pointer-events: none;
    position: fixed;
    top: 0;
    width: 100%;
  }
  
  .button {
    background-color: #2d0f4b;
    border-radius: 0.25rem;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.25);
    color: #fff;
    font-size: 1.2rem;
    font-weight: 700;
    padding: 0.5rem 2rem;
    text-decoration: none;
    transition: all 0.15s ease-in-out;
  }
  
  .button:hover {
    background-color: #753376;
  }
  
  .tooltip {
    background: #000;
    border-radius: 4px;
    font-size: 14px;
    left: 0;
    opacity: 0;
    padding: 2px 10px;
    pointer-events: none;
    position: fixed;
    top: 0;
    z-index: 999;
  }
  
  .tooltip.show {
    opacity: 1;
  }
  
  .tooltip:after {
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #000;
    bottom: -7px;
    content: "";
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
  }
  
  .has-text-shadow {
    text-shadow: 1px 1px 3px #000;
  }
  
  @media screen and (max-width: 991px) {
    .content h1 {
      font-size: 1.25rem;
    }
  
    .content h2 {
      font-size: 1.2rem;
    }
  
    .content h3 {
      font-size: 1.1rem;
    }
  
    .content h4 {
      font-size: 1.05rem;
    }
  
    .content h5,
    .content h6 {
      font-size: 1rem;
    }
  
    .section {
      padding: 1rem 0;
    }
  }
  
  @media screen and (max-width: 767px) {
    footer.footer {
      font-size: 10px;
    }
  }
  
  @media screen and (max-width: 575px) {
    .container {
      padding-left: 0.35rem;
      padding-right: 0.35rem;
      padding-top:30px;
    }
  }
  
  @media screen and (min-width: 576px) {
    .container {
      max-width: 540px;
    }
  }
  
  @media screen and (min-width: 768px) {
    .container {
      max-width: 720px;
    }

    .table--desktop {
      display: block;
  }

  .table--mobile {
      display: none;
  }
  }
  
  @media screen and (min-width: 992px) {
    .container {
      max-width: 960px;
    }
  }
  
  @media screen and (min-width: 1150px) {
    .container {
      max-width: 1140px;
    }
  }
  
  @media screen and (min-width: 1250px) {
    .container {
      max-width: 1240px;
    }
  }
  
  .navbar-wrapper {
    background-color: #fff;
    padding: 0.75rem;
  }
  
  .site-logo img {
    display: block;
    height: 30px;
    margin: 0 auto;
  }
  
  @media screen and (max-width: 767px) {
    .site-logo img {
      height: 18px;
    }
  
    .navbar-wrapper {
      padding: 0.25rem;
    }
  }
  
  .hero-desktop-alignment-left {
    text-align: left;
  }
  
  .hero-desktop-alignment-left .features-icons,
  .hero-desktop-alignment-left .hero-section-content.content li {
    justify-content: flex-start;
  }
  
  .hero-desktop-alignment-center {
    text-align: center;
  }
  
  .hero-desktop-alignment-center .features-icons,
  .hero-desktop-alignment-center .hero-section-content.content li {
    justify-content: center;
  }
  
  .hero-section-content {
    font-weight: 500;
  }
  
  .hero-section-content.content ul {
    list-style-type: none;
    margin: 1rem 0 0;
    padding: 0 0 0 1rem;
  }
  
  .hero-section-content.content ul:not(:last-child) {
    margin-bottom: 1rem;
  }
  
  .hero-section-content.content li {
    display: flex;
    line-height: 1.5;
  }
  
  .hero-section-content.content li img {
    flex: none;
    height: 25px;
    margin-right: 0.5rem;
    width: auto;
  }
  
  .hero-section-content.content li:not(:last-child) {
    margin-bottom: 0.75rem;
  }
  
  .hero-section-content.content h1,
  .hero-section-content.content h2 {
    margin-bottom: 0;
  }
  
  .hero-section-content.content h1 + div,
  .hero-section-content.content h1 + h2,
  .hero-section-content.content h1 + p,
  .hero-section-content.content h2 + div,
  .hero-section-content.content h2 + h2,
  .hero-section-content.content h2 + p {
    margin-top: 0.5rem;
  }
  
  .hero-section-content.content p:not(:last-child) {
    margin-bottom: 0.35rem;
  }
  
  .section--hero {
    padding: 1.5rem 0 0;
  }
  
  .section--hero.has-desktop-bg,
  .section--hero.has-mobile-bg {
    position: relative;
  }
  
  .hero-bg,
  .hero-desktop-bg,
  .hero-mobile-bg {
    height: 77%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%;
  }
  
  .last-updated {
    font-size: 0.8rem;
    line-height: 1;
  }
  
  .features-icons-wrapper + .last-updated {
    margin-top: 0.75rem;
  }
  
  @media (min-width: 768px) {
    .hero-mobile-bg,
    .last-updated--mobile,
    .section--hero.has-mobile-hero .hero-section--mobile {
      display: none;
    }
  
    .last-updated {
      margin-top: 1rem;
    }
  
    .section--hero.has-desktop-bg {
      padding-bottom: 1.5rem;
    }
  
    .hero-desktop-alignment-left
      .last-updated:not(.last-updated--pos-desktop-center),
    .last-updated.last-updated--pos-desktop-left,
    .last-updated.last-updated--pos-desktop-right {
      margin-bottom: -1rem;
    }
  
    .last-updated.last-updated--pos-desktop-left {
      text-align: left;
    }
  
    .last-updated.last-updated--pos-desktop-center {
      text-align: center;
    }
  
    .last-updated.last-updated--pos-desktop-right {
      text-align: right;
    }
  
    .features-icons-wrapper.features-position-desktop-left .features-icons {
      justify-content: flex-start;
    }
  
    .features-icons-wrapper.features-position-desktop-center .features-icons {
      justify-content: center;
    }
  }
  
  @media screen and (min-width: 1024px) {
    .section--hero.hero-desktop-alignment-center
      .hero-section-content.hero-section--desktop {
      padding: 0 6rem;
    }
  
    .section--hero.hero-desktop-alignment-left
      .hero-section-content.hero-section--desktop {
      padding-right: 25%;
    }
  }
  
  @media screen and (max-width: 1023px) {
    .hero-section-content {
      font-size: 12px;
    }
  }
  
  @media screen and (max-width: 991px) {
    .hero-section-content.content h2 {
      font-size: 1.1rem;
    }
  
    .feature-icon-label {
      font-size: 0.75rem;
    }
  }
  
  @media screen and (max-width: 767px) {
    .hero-desktop-bg,
    .section--hero.has-mobile-hero .hero-section--desktop {
      display: none;
    }
  
    .hero-mobile-alignment-left {
      text-align: left;
    }
  
    .hero-mobile-alignment-left .hero-section-content {
      padding: 0 0.35rem;
    }
  
    .hero-mobile-alignment-left .features-icons,
    .hero-mobile-alignment-left .hero-section-content.content li {
      justify-content: center;
    }
  
    .hero-mobile-alignment-center {
      text-align: center;
    }
  
    .hero-mobile-alignment-center .features-icons,
    .hero-mobile-alignment-center .hero-section-content.content li {
      justify-content: center;
    }
  
    .features-icons-wrapper.features-position-mobile-left .features-icons {
      justify-content: flex-start;
    }
  
    .features-icons-wrapper.features-position-mobile-center .features-icons {
      justify-content: center;
    }
  
    .hero-section-content {
      font-size: 10px;
    }
  
    .hero-section-content.content h1 {
      font-size: 1.125rem;
    }
  
    .hero-section-content.content h2 {
      font-size: 1rem;
    }
  
    .hero-section-content.content ul {
      margin: 0.5rem 0 0;
      padding-left: 0.5rem;
    }
  
    .hero-section-content.content ul:not(:last-child) {
      margin-bottom: 0.5rem;
    }
  
    .hero-section-content.content li {
      margin-bottom: 0;
    }
  
    .hero-section-content.content li:not(:last-child) {
      margin-bottom: 0.5rem;
    }
  
    .hero-section-content.content li img {
      height: 15px;
    }
  
    .hero-section-content br {
      display: none;
    }
  
    .section--hero {
      padding-top: 0.5rem;
    }
  
    .section--hero.has-mobile-bg {
      padding-bottom: 3rem;
    }
  
    .last-updated--desktop {
      display: none;
    }
  
    .last-updated {
      font-size: 9px;
      margin-top: 0.5rem;
    }
  
    .last-updated.last-updated--pos-mobile-left {
      text-align: left;
    }
  
    .last-updated.last-updated--pos-mobile-center {
      text-align: center;
    }
  
    .last-updated.last-updated--pos-mobile-right {
      text-align: right;
    }
  
    .features-icons-wrapper + .last-updated {
      margin-top: 0.5rem;
    }
  }
  
  .feature-icon-single,
  .features-icons {
    align-items: center;
    display: flex;
  }
  
  .feature-icon-single {
    justify-content: center;
    padding: 0.175rem 0.5rem;
    text-align: left;
  }
  
  .feature-icon {
    height: 25px;
    width: auto;
  }
  
  .feature-icon-label {
    font-size: 0.8rem;
    font-weight: 500;
    line-height: 1;
    padding-left: 0.5rem;
  }
  
  .features-icons-wrapper {
    margin-top: 1rem;
  }
  
  @media (min-width: 768px) {
    .hide-features--desktop {
      display: none;
    }
  
    .hero-desktop-alignment-left .feature-icon-single:first-child {
      padding-left: 0;
    }
  }
  
  @media screen and (max-width: 767px) {
    .feature-icon-single {
      padding: 0.175rem 0.35rem;
    }
  
    .features-icons {
      flex-wrap: wrap;
    }
  
    .feature-icon {
      height: 14px;
    }
  
    .feature-icon-label {
      font-size: 10px;
      padding-left: 0.35rem;
    }
  
    .features-icons-wrapper {
      margin-top: 0.5rem;
    }
  
    .features-icons-wrapper--alt {
      background: #fff;
      color: #000;
      margin-left: -0.35rem;
      margin-right: -0.35rem;
      padding: 0.125rem 0.35rem;
      text-shadow: none;
    }
  
    .dark-mode-both .features-icons-wrapper--alt,
    .dark-mode-mobile .features-icons-wrapper--alt {
      background: #1d1e1e;
      color: #fff;
    }
  
    .hide-features--mobile {
      display: flex;
    }
  }
  
  .content-block {
    align-items: center;
    border-radius: 8px;
    display: flex;
    font-size: 14px;
    padding: 2rem;
    padding-right: 100px;
  }
  
  .content-block:not(:last-child) {
    margin-bottom: 1rem;
  }
  
  .content-block-content.content {
    flex: 1;
  }
  
  .content-block-image {
    margin: 0 3rem 0 1rem;
  }
  
  .content-block-image img {
    display: block;
    margin: 0 auto;
    width: 160px;
  }
  
  @media screen and (max-width: 991px) {
    .content-block {
      display: block;
    }
  
    .content-block-image {
      float: left;
      margin: 0 1.5rem 0.5rem 0;
    }
  }
  
  .section--table {
    padding: 1.5rem 0 0;
  }
  
  .casino-table-headers {
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 0.35rem;
    text-transform: uppercase;
  }
  
  .casino-table-headers,
  .ctr {
    border-radius: 6px;
    display: flex;
  }
  
  .ctr {
    align-items: center;
    background-color: rgb(73, 22, 79);
    color: wheat;
    position: relative;
  }
  
  .ctr:not(:last-child) {
    margin-bottom: 0.35rem;
  }
  
  .cth {
    padding: 0.5rem 0;
  }
  
  .ctc,
  .cth {
    text-align: center;
  }
  
  .ctc {
    padding: 1rem 0;
  }
  
  .ctc:not(.ctc--clickout),
  .cth:not(.cth--clickout) {
    flex: none;
  }
  
  .ctc--pos,
  .cth--pos {
    width: 32px;
  }
  
  .ctc--logo,
  .ctc--offer,
  .cth--logo,
  .cth--offer {
    width: 250px;
  }
  
  .ctc--payment,
  .cth--payment {
    width: 215px;
  }
  
  .ctc--rating,
  .cth--rating {
    width: 195px;
  }
  
  .ctc--clickout,
  .cth--clickout {
    flex: 1;
  }
  
  .ctc--pos {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
    color: #fff;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1;
  }
  
  .ctc--logo,
  .ctc--pos {
    align-items: center;
    align-self: stretch;
    display: flex;
    justify-content: center;
  }
  
  .ctc--logo {
    position: relative;
  }
  
  .ctc--logo img {
    display: block;
    margin: 0 auto;
    width: 180px;
  }
  
  .ctc--logo.has-ribbon {
    padding-top: 2rem;
  }
  
  .ctc--offer {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  
  .ctc--offer p {
    line-height: 1.25;
  }
  
  .ctc--offer strong {
    display: inline-block;
    font-size: 1.1rem;
    margin-bottom: 0.25rem;
  }
  
  .offer-tcs {
    color: #8e8e8e;
    font-size: 0.6rem;
    margin-top: 10px;
  }
  
  .ctc--clickout {
    align-items: center;
    display: flex;
    flex-direction: column;
    z-index: 3;
  }
  
  .ctc--clickout .button:after {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }
  
  .visit-casino {
    color: #01004a;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    margin-top: 0.75rem;
    text-decoration: underline;
  }
  
  .ribbon {
    background: #4d96e6;
    color: #fff;
    font-size: 11px;
    font-weight: 500;
    left: 0;
    padding: 2px 20px;
    position: absolute;
    top: 0;
    white-space: nowrap;
  }
  
  .ribbon-logo {
    top: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
  }
  
  .star {
    margin: 0 2px;
  }
  
  .star:first-child {
    margin-left: 0;
  }
  
  .star:last-child {
    margin-right: 0;
  }
  
  .star-icon {
    fill: #00b67a;
    display: block;
    height: 22px;
    width: 22px;
  }
  
  .star-rating {
    align-items: center;
    display: flex;
    justify-content: center;
  }
  
  .score {
    font-size: 14px;
    line-height: 1;
    margin-bottom: 0.5rem;
  }
  
  .score span {
    font-size: 26px;
    font-weight: 700;
  }
  
  .votes {
    font-size: 13px;
    margin-top: 0.5rem;
  }
  
  .payment-methods {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  
  .payment-methods .pm-icon-wrapper {
    margin: 0 0.35rem;
  }
  
  .payment-methods .pm-icon-wrapper:first-child {
    margin-left: 0;
  }
  
  .payment-methods .pm-icon-wrapper:last-child {
    margin-right: 0;
  }
  
  .pm-icon-wrapper {
    flex: none;
    height: 26px;
    overflow: hidden;
    padding: 2px;
    position: relative;
    width: 26px;
  }
  
  .pm-icon {
    border-radius: 50%;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
    height: 48px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%) scale(0.5);
    width: 48px;
  }
  
  .pm-danskebank {
    background-position: -10px -10px;
  }
  
  .pm-nordea {
    background-position: -78px -10px;
  }
  
  .pm-handelsbanken {
    background-position: -10px -78px;
  }
  
  .pm-oppohjola {
    background-position: -78px -78px;
  }
  
  .pm-saastopankki {
    background-position: -146px -10px;
  }
  
  .pm-spankki {
    background-position: -146px -78px;
  }
  
  .pm-giropay {
    background-position: -10px -146px;
  }
  
  .pm-payid {
    background-position: -78px -146px;
  }
  
  .pm-amex {
    background-position: -146px -146px;
  }
  
  .pm-banco-do-brasil {
    background-position: -214px -10px;
  }
  
  .pm-bank-transfer {
    background-position: -214px -78px;
  }
  
  .pm-astropay {
    background-position: -214px -146px;
  }
  
  .pm-bitcoin {
    background-position: -10px -214px;
  }
  
  .pm-bradesco {
    background-position: -78px -214px;
  }
  
  .pm-brite {
    background-position: -146px -214px;
  }
  
  .pm-cashlib {
    background-position: -214px -214px;
  }
  
  .pm-caixa {
    background-position: -282px -10px;
  }
  
  .pm-ecopayz {
    background-position: -282px -78px;
  }
  
  .pm-echeck {
    background-position: -282px -146px;
  }
  
  .pm-entropay {
    background-position: -282px -214px;
  }
  
  .pm-ethereum {
    background-position: -10px -282px;
  }
  
  .pm-ezeewallet {
    background-position: -78px -282px;
  }
  
  .pm-ideal {
    background-position: -146px -282px;
  }
  
  .pm-idebit {
    background-position: -214px -282px;
  }
  
  .pm-instantbanking {
    background-position: -282px -282px;
  }
  
  .pm-instadebit {
    background-position: -350px -10px;
  }
  
  .pm-itau {
    background-position: -350px -78px;
  }
  
  .pm-jeton {
    background-position: -350px -146px;
  }
  
  .pm-interac {
    background-position: -350px -214px;
  }
  
  .pm-klarna {
    background-position: -350px -282px;
  }
  
  .pm-maestro {
    background-position: -10px -350px;
  }
  
  .pm-litecoin {
    background-position: -78px -350px;
  }
  
  .pm-muchbetter {
    background-position: -146px -350px;
  }
  
  .pm-neosurf {
    background-position: -214px -350px;
  }
  
  .pm-mifinity {
    background-position: -282px -350px;
  }
  
  .pm-mastercard {
    background-position: -350px -350px;
  }
  
  .pm-payfun {
    background-position: -418px -10px;
  }
  
  .pm-net {
    background-position: -418px -78px;
  }
  
  .pm-paysafe {
    background-position: -418px -146px;
  }
  
  .pm-paypal {
    background-position: -418px -214px;
  }
  
  .pm-nodapay {
    background-position: -418px -282px;
  }
  
  .pm-promptpay {
    background-position: -418px -350px;
  }
  
  .pm-poli {
    background-position: -10px -418px;
  }
  
  .pm-pix {
    background-position: -78px -418px;
  }
  
  .pm-revolut {
    background-position: -146px -418px;
  }
  
  .pm-ripple {
    background-position: -214px -418px;
  }
  
  .pm-santander {
    background-position: -282px -418px;
  }
  
  .pm-skrill {
    background-position: -350px -418px;
  }
  
  .pm-sofort {
    background-position: -418px -418px;
  }
  
  .pm-tether {
    background-position: -486px -10px;
  }
  
  .pm-trustly {
    background-position: -486px -78px;
  }
  
  .pm-visa {
    background-position: -486px -146px;
  }
  
  .pm-zimpler {
    background-position: -486px -214px;
  }
  
  .pm-volt {
    background-position: -486px -282px;
  }
  
  .more-pm {
    font-size: 0.75rem;
    line-height: 1;
    margin-top: 0.5rem;
    text-decoration: underline;
  }
  
  .more-pm-tooltip {
    position: relative;
  }
  
  .more-pm-list {
    background: #fff;
    border: 1px solid #a5a5a5;
    border-radius: 4px;
    font-size: 14px;
    left: 50%;
    padding: 0.5rem;
    position: absolute;
    top: 10px;
    transform: translateX(-50%);
    width: 100%;
    z-index: 5;
  }
  
  .more-pm-list:after {
    border-bottom: 8px solid #fff;
    top: -7px;
  }
  
  .more-pm-list:after,
  .more-pm-list:before {
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    content: "";
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
  }
  
  .more-pm-list:before {
    border-bottom: 8px solid #a5a5a5;
    top: -8px;
  }
  
  .more-pm {
    cursor: pointer;
  }
  
  .ctc--payment:not(.show) .more-pm-tooltip .more-pm-list {
    display: none;
  }
  
  .more-mp-item {
    align-items: center;
    display: flex;
  }
  
  .more-pm-label {
    margin-left: 0.5rem;
    text-align: left;
  }
  
  .more-mp-item:not(:last-child) {
    margin-bottom: 0.25rem;
  }
  
  .ctc:not(:first-child) {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  
  .above-agg-table {
    margin-bottom: 1.25rem;
    margin-top: 2rem;
  }
  
  .above-agg-table + .section--table {
    padding-top: 0;
  }
  
  .section--table + .section--table {
    padding-top: 3rem;
  }
  
  .brand-banner-link img {
    display: block;
    width: 100%;
  }
  
  .brand-banner-link {
    border-radius: 10px;
    display: block;
    margin: 0.5rem 0;
    overflow: hidden;
  }
  
  .clickout-incentive {
    font-size: 12px;
  }
  
  @media screen and (min-width: 768px) {
    .more-pm,
    .payment-methods {
      position: relative;
      z-index: 4;
    }
  
    .offer-tcs--mobile,
    .rank-mobile,
    .ribbon-offer {
      display: none;
    }
  
    .clickout-incentive {
      margin-bottom: 0.75rem;
    }
  
    .clickout-incentive--under-cta {
      display: none;
    }
  }
  
  @media screen and (max-width: 1249px) and (min-width: 768px) {
    .ctc--logo,
    .cth--logo {
      width: 200px;
    }
  }
  
  @media screen and (max-width: 1149px) and (min-width: 768px) {
    .ctc--logo,
    .cth--logo {
      width: 175px;
    }
  
    .ctc--offer,
    .cth--offer {
      width: 185px;
    }
  
    .star-icon {
      height: 14px;
      width: 14px;
    }
  
    .ctc--rating,
    .cth--rating {
      width: 165px;
    }
  
    .ctc--clickout .button {
      font-size: 1rem;
      padding: 0.5rem;
      width: 100%;
    }
  }
  
  @media screen and (max-width: 991px) and (min-width: 768px) {
    .ctc--payment,
    .cth--payment {
      display: none;
    }
  
    .ctc--logo,
    .cth--logo {
      width: 160px;
    }
  }
  
  @media screen and (max-width: 767px) {
    .casino-table-headers,
    .ctc--pos,
    .offer-tcs--desktop,
    .votes {
      display: none;
    }
  
    .ctr {
      display: grid;
      grid-template-columns: 1fr 1fr;
      grid-template-rows: repeat(3, auto);
      overflow: hidden;
    }
  
    .ctc {
      align-self: stretch;
      justify-self: stretch;
      padding: 0.5rem;
      width: auto;
    }
  
    .ctc--logo {
      grid-column-start: 1;
      grid-row-end: 2;
    }
  
    .ctc--logo,
    .ctc--offer {
      grid-column-end: 2;
      grid-row-start: 1;
    }
  
    .ctc--offer {
      grid-column-start: 2;
      grid-row-end: 3;
    }
  
    .ctc--clickout {
      grid-column-end: 2;
      grid-column-start: 2;
      grid-row-end: 4;
      grid-row-start: 3;
    }
  
    .ctc--rating {
      grid-row-end: 3;
      grid-row-start: 2;
    }
  
    .ctc--payment,
    .ctc--rating {
      grid-column-end: 2;
      grid-column-start: 1;
    }
  
    .ctc--payment {
      grid-row-end: 4;
      grid-row-start: 3;
    }
  
    .ctc--logo {
      padding-bottom: 7px;
      padding-top: 7px;
    }
  
    .ctc--clickout,
    .ctc--offer {
      background-color: #ebebeb;
    }
  
    .ctc--offer {
      font-size: 0.9rem;
      padding-top: 1.75rem;
      position: relative;
    }
  
    .condensed-mode-offer-label {
      color: #000;
      font-size: 0.625rem;
      line-height: 1;
      margin-bottom: 0.5rem;
      text-transform: uppercase;
    }
  
    .score {
      font-size: 12px;
    }
  
    .score span {
      font-size: 20px;
    }
  
    .star-icon {
      height: 15px;
      width: 15px;
    }
  
    .more-pm {
      font-size: 10px;
    }
  
    .ctc--clickout .button {
      font-size: 15px;
      padding: 0.5rem;
      width: 100%;
    }
  
    .visit-casino {
      font-size: 11px;
      margin-top: 0.5rem;
    }
  
    .offer-tcs--mobile {
      color: #212529;
      font-size: 8px;
      margin-top: 5px;
    }
  
    .ctc--payment {
      align-items: center;
      display: flex;
      flex-direction: column;
      justify-content: center;
    }
  
    .ribbon-logo,
    .ribbon-offer {
      border-radius: 7px;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.13);
      font-size: 10px;
    }
  
    .ribbon-logo {
      left: 1.25rem;
      padding-right: 10px;
    }
  
    .ribbon-offer {
      background-color: #3672b4;
      left: 0.75rem;
      top: 5px;
      width: calc(100% - 1.5rem);
    }
  
    .ctc--rating {
      padding: 0 0.5rem;
    }
  
    .ctc--clickout {
      padding-top: 0;
    }
  
    .ctc--logo.has-ribbon {
      padding-top: 2rem;
    }
  
    .section--table {
      padding-top: 0.5rem;
    }
  
    .section--hero.has-mobile-bg + .section--table {
      margin-top: -2.5rem;
      padding-top: 0;
    }
  
    .rank-mobile {
      height: 30px;
      left: 3px;
      position: absolute;
      top: 3px;
      width: 30px;
      z-index: 1;
    }
  
    .rank-mobile span {
      font-weight: 700;
      left: 50%;
      line-height: 1;
      position: absolute;
      top: calc(50% + 1px);
      transform: translate(-50%, -50%);
    }
  
    .rank-star-mobile {
      filter: drop-shadow(1px 1px 0 rgba(0, 0, 0, 0.2));
      height: 100%;
      width: 100%;
    }
  
    .above-agg-table {
      font-size: 14px;
    }
  
    .clickout-incentive {
      font-size: 9px;
      margin-top: 0.5rem;
    }
  }
  
  @media (max-width: 365px) {
    .more-pm--short {
      font-size: 9px;
    }
  
    .clickout-incentive {
      font-size: 7px;
    }
  }
  
  @media screen and (max-width: 350px) {
    .payment-methods .pm-icon-wrapper {
      margin: 0 0.125rem;
    }
  
    .feature-icon-label {
      font-size: 8px;
    }
  
    .ribbon {
      font-size: 9px;
    }
  
    .ctc--clickout .button {
      font-size: 14px;
    }
  }
  
  .exit-modal {
    align-items: center;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    height: 100vh;
    justify-content: center;
    left: 0;
    position: fixed;
    top: 0;
    width: 100vw;
    z-index: 9999;
  }
  
  .exit-modal:not(.active) {
    display: none;
  }
  
  .exit-modal-inner {
    background: #000;
    border: 1px solid #f6c651;
    border-radius: 5px;
    box-shadow: 0 22px 70px 4px rgba(0, 0, 0, 0.56);
    color: #fff;
    max-width: 100%;
    padding: 4.5rem 2rem 2rem;
    position: relative;
    text-align: center;
    width: 500px;
  }
  
  .exit-modal-close {
    background: #fff;
    border-radius: 50%;
    cursor: pointer;
    padding: 1px;
    position: absolute;
    right: 0;
    top: -65px;
    z-index: 1;
  }
  
  .exit-modal-close svg {
    display: block;
    height: 25px;
    pointer-events: none;
    width: 25px;
  }
  
  .modal-ribbon {
    bottom: calc(100% - 7rem);
    filter: drop-shadow(0 4px 25px rgba(246, 198, 81, 0.8));
    height: auto;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 130%;
  }
  
  .exit-modal-heading {
    color: #000;
    font-size: 30px;
    font-weight: 700;
    left: 0;
    line-height: 1.25;
    position: absolute;
    top: 5px;
    width: 100%;
  }
  
  .exit-modal-logo {
    background: #1d1e1e;
    border-radius: 20px;
    margin: 1rem auto;
    max-width: 100%;
    padding: 1rem 0;
    width: 300px;
  }
  
  .exit-modal-logo img {
    display: block;
    margin: 0 auto;
    width: 250px;
  }
  
  .exit-modal-offer {
    font-size: 20px;
    margin-bottom: 1rem;
  }
  
  .exit-modal-offer strong {
    font-size: 2rem;
  }
  
  .exit-modal-button .button {
    display: block;
    padding: 0.75rem 2rem;
  }
  
  .exit-modal-button .button:after {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
  }
  
  .modal-offer-rating {
    align-items: center;
    display: flex;
    gap: 1rem;
    justify-content: center;
    margin-bottom: 2rem;
  }
  
  .modal-modal-stars {
    display: flex;
    gap: 0.25rem;
  }
  
  .modal-modal-score {
    line-height: 1;
  }
  
  .modal-modal-score strong {
    font-size: 1.5rem;
  }
  
  .disclosure {
    bottom: 0;
    position: absolute;
    right: 0;
  }
  
  .disclosure-content {
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 10px 20px 13px rgba(0, 0, 0, 0.25);
    color: #000;
    font-size: 10px;
    padding: 0.5rem;
    position: absolute;
    right: 0;
    top: calc(100% + 0.25rem);
    width: 300px;
    z-index: 9999;
  }
  
  .disclosure-label {
    cursor: pointer;
    font-size: 12px;
  }
  
  .disclosure-label:not(.active) + .disclosure-content {
    display: none;
  }
  
  @keyframes pulse-green {
    0% {
      box-shadow: 0 0 0 0 rgba(51, 217, 178, 0.7);
    }
  
    70% {
      box-shadow: 0 0 0 10px rgba(51, 217, 178, 0);
    }
  
    to {
      box-shadow: 0 0 0 0 rgba(51, 217, 178, 0);
    }
  }
  
  @keyframes pulse {
    0% {
      transform: scale(1);
    }
    50% {
      transform: scale(1.05);
    }
    100% {
      transform: scale(1);
    }
  }
  
  .table-button-animated .ctr:first-child .ctc--clickout .button {
    animation: pulse-green 2s infinite;
    box-shadow: 0 0 0 0 #33d9b2;
  }
  
  @media (min-width: 768px) {
    .navbar-is-transparent-both .navbar-wrapper,
    .navbar-is-transparent-desktop .navbar-wrapper {
      background-color: transparent !important;
      margin-bottom: calc(-30px - 1.5rem);
      position: relative;
      z-index: 1;
    }
  
    .navbar-is-transparent-both .section--hero,
    .navbar-is-transparent-desktop .section--hero {
      padding-top: calc(2rem + 30px);
    }
  
    .dark-mode-both .ctr,
    .dark-mode-desktop .ctr {
      background: #1d1e1e;
      border: 1px solid #616161;
      color: #fff;
    }
  
    .dark-mode-both .visit-casino,
    .dark-mode-desktop .visit-casino {
      color: #fff;
    }
  
    .dark-mode-both .ribbon,
    .dark-mode-desktop .ribbon {
      background: linear-gradient(142deg, #ffd25e, #fcf6ba, #e8c363, #fbf5b7);
      color: #121213;
    }
  
    .dark-mode-both.first-row-highlight .ctr:first-child,
    .dark-mode-desktop.first-row-highlight .ctr:first-child {
      border: 1px solid #fcf5b8;
      box-shadow: 0 0 0 1px #fcf5b8, 0 7px 15px 3px #000,
        0 5px 40px 10px hsla(54, 92%, 85%, 0.35);
    }
  
    .dark-mode-both.first-row-highlight .ctr:not(:first-child) .ribbon,
    .dark-mode-desktop.first-row-highlight .ctr:not(:first-child) .ribbon {
      background: #666;
      color: #fff;
    }
  
    .dark-mode-both.casino-offer-glow .ctc--offer p,
    .dark-mode-desktop.casino-offer-glow .ctc--offer p {
      text-shadow: 0 0 36px hsla(54, 92%, 85%, 0.6);
    }
  
    .dark-mode-both .more-pm-list,
    .dark-mode-desktop .more-pm-list {
      background: #121213;
      border: 1px solid #616161;
    }
  
    .dark-mode-both .more-pm-list:after,
    .dark-mode-desktop .more-pm-list:after {
      border-bottom: 8px solid #121213;
    }
  
    .dark-mode-both .more-pm-list:before,
    .dark-mode-desktop .more-pm-list:before {
      border-bottom: 8px solid #616161;
    }
  
    .condensed-mode-offer-label,
    .more-pm--short,
    .score-label {
      display: none;
    }
  }
  
  @media (max-width: 767px) {
    .navbar-is-transparent-both .navbar-wrapper,
    .navbar-is-transparent-mobile .navbar-wrapper {
      background-color: transparent !important;
      margin-bottom: calc(-18px - 0.5rem);
      position: relative;
      z-index: 1;
    }
  
    .navbar-is-transparent-both .section--hero,
    .navbar-is-transparent-mobile .section--hero {
      padding-top: calc(1rem + 18px);
    }
  
    .no-table-numbering .rank-mobile {
      display: none;
    }
  
    .no-table-numbering .ribbon-logo {
      left: 0.75rem;
      padding: 2px 10px;
      width: calc(100% - 1.5rem);
    }
  
    .dark-mode-both .ctr,
    .dark-mode-mobile .ctr {
      background: #2d2d9600;
      border: 1px solid #616161;
      color: #fff;
    }
  
    .dark-mode-both .visit-casino,
    .dark-mode-mobile .visit-casino {
      color: #fff;
    }
  
    .dark-mode-both .ribbon,
    .dark-mode-mobile .ribbon {
      background: linear-gradient(142deg, #ffd25e, #fcf6ba, #e8c363, #fbf5b7);
      color: #121213;
    }
  
    .dark-mode-both.first-row-highlight .ctr:nth-child(1),
    .dark-mode-mobile.first-row-highlight .ctr:nth-child(1) {
      border: 1px solid #fcf5b8;
      box-shadow: 0 0 0 1px #fcf5b8, 0 7px 15px 3px #000,
        0 5px 40px 10px hsla(54, 92%, 85%, 0.35);
    }
  
    .dark-mode-both.first-row-highlight .ctr:nth-child(2),
    .dark-mode-mobile.first-row-highlight .ctr:nth-child(2) {
      border: 1px solid #acacac;
      box-shadow: 0 0 0 1px #acacac, 0 7px 15px 3px #000,
        0 5px 40px 10px hsla(54, 92%, 85%, 0.35);
    }
  
    .dark-mode-both.first-row-highlight .ctr:nth-child(3),
    .dark-mode-mobile.first-row-highlight .ctr:nth-child(3) {
      border: 1px solid #a46628;
      box-shadow: 0 0 0 1px #a46628, 0 7px 15px 3px #000,
        0 5px 40px 10px hsla(54, 92%, 85%, 0.35);
    }
  
    .dark-mode-both.first-row-highlight .ctr:not(:first-child) .ribbon,
    .dark-mode-mobile.first-row-highlight .ctr:not(:first-child) .ribbon {
      background: #636363;
      color: #fff;
    }
  
    .dark-mode-both.first-row-highlight .ctr:nth-child(2) .ribbon,
    .dark-mode-mobile.first-row-highlight .ctr:nth-child(2) .ribbon {
      background: linear-gradient(142deg, #c0c0c0, #b0b0b0, #c0c0c0);
      color: #050505;
    }
  
    .dark-mode-both.first-row-highlight .ctr:nth-child(3) .ribbon,
    .dark-mode-mobile.first-row-highlight .ctr:nth-child(3) .ribbon {
      background: linear-gradient(142deg, #8b4513, #cd7f32, #8b4513);
      color: #fff;
    }
  
    .dark-mode-both.casino-offer-glow .ctc--offer p,
    .dark-mode-mobile.casino-offer-glow .ctc--offer p {
      text-shadow: 0 0 36px hsla(54, 92%, 85%, 0.6);
    }
  
    .dark-mode-both .ctc--clickout,
    .dark-mode-both .ctc--offer,
    .dark-mode-mobile .ctc--clickout,
    .dark-mode-mobile .ctc--offer {
      background: #12121300;
    }
  
    .dark-mode-both .condensed-mode-offer-label,
    .dark-mode-both .score-label,
    .dark-mode-both .votes,
    .dark-mode-mobile .condensed-mode-offer-label,
    .dark-mode-mobile .score-label,
    .dark-mode-mobile .votes {
      color: #a0a0a1;
      font-weight: bold;
    }
  
    .dark-mode-both .rank-mobile,
    .dark-mode-mobile .rank-mobile {
      color: #000;
    }
  
    .table-is-condensed-mobile .more-pm--long,
    .table-is-condensed-mobile .ribbon-offer,
    .table-is-condensed-mobile .visit-casino {
      display: none;
    }
  
    .table-is-condensed-mobile.no-table-numbering .ctr .ribbon-logo {
      font-weight: 700;
    }
  
    .table-is-condensed-mobile.no-table-numbering .ribbon-logo {
      left: 0.25rem;
      width: calc(100% - 0.5rem);
    }
  
    .table-is-condensed-mobile .ctc--offer {
      padding-top: 0.5rem;
    }
  
    .table-is-condensed-mobile .votes {
      display: block;
    }
  
    .table-is-condensed-mobile .score-label,
    .table-is-condensed-mobile .votes {
      font-size: 9px;
      text-transform: uppercase;
    }
  
    .table-is-condensed-mobile .score,
    .table-is-condensed-mobile .votes {
      margin: 0;
    }
  
    .table-is-condensed-mobile .star-icon {
      height: 17px;
      width: 17px;
    }
  
    .table-is-condensed-mobile .ctc--rating {
      display: grid;
      gap: 0.25rem;
      grid-template-columns: 1fr 1fr;
    }
  
    .table-is-condensed-mobile .score {
      grid-column-end: 2;
      grid-column-start: 1;
      grid-row-end: 2;
      grid-row-start: 1;
    }
  
    .table-is-condensed-mobile .star-rating {
      grid-column-end: 3;
      grid-column-start: 2;
      grid-row-end: 2;
      grid-row-start: 1;
    }
  
    .table-is-condensed-mobile .score-label {
      grid-column-end: 2;
      grid-column-start: 1;
      grid-row-end: 3;
      grid-row-start: 2;
    }
  
    .table-is-condensed-mobile .votes {
      grid-column-end: 3;
      grid-column-start: 2;
      grid-row-end: 3;
      grid-row-start: 2;
    }
  
    .table-is-condensed-mobile .payment-methods .pm-icon-wrapper {
      height: 22px;
      margin: 0 0.125rem;
      width: 22px;
    }
  
    .table-is-condensed-mobile .pm-icon {
      transform: translate(-50%, -50%) scale(0.467);
    }
  
    .table-is-condensed-mobile .ctc--payment {
      flex-direction: row;
    }
  
    .table-is-condensed-mobile .more-pm--short {
      margin: 0 0 0 0.25rem;
    }
  
    .table-is-condensed-mobile .ctc--clickout .button {
      padding: 0.75rem 0.5rem;
    }
  }
  
  @media (max-width: 350px) {
    .table-is-condensed-mobile .payment-methods .pm-icon-wrapper {
      height: 18px;
      width: 18px;
    }
  
    .table-is-condensed-mobile .pm-icon {
      transform: translate(-50%, -50%) scale(0.385);
    }
  
    .table-is-condensed-mobile .star-icon {
      height: 17px;
      width: 17px;
    }
  }
  
  /* latin-ext */
  @font-face {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../../VfaXMjqVVM7Z.com/s/montserrat/v15/yb381KIEbBuD.woff2)
      format("woff2");
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB,
      U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  }
  /* latin */
  @font-face {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../../VfaXMjqVVM7Z.com/s/montserrat/v15/IU0ej5wG42GR.woff2)
      format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
      U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
      U+FEFF, U+FFFD;
  }
  /* latin-ext */
  @font-face {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(../../VfaXMjqVVM7Z.com/s/montserrat/v25/4rWXtt5vO9Oi.woff2)
      format("woff2");
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB,
      U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  }
  /* latin */
  @font-face {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(../../VfaXMjqVVM7Z.com/s/montserrat/v25/OBBqMkiFi9Xx.woff2)
      format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
      U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
      U+FEFF, U+FFFD;
  }
  /* latin-ext */
  @font-face {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(../../VfaXMjqVVM7Z.com/s/montserrat/v15/tWTm6iPEDvf4.woff2)
      format("woff2");
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB,
      U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  }
  /* latin */
  @font-face {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(../../VfaXMjqVVM7Z.com/s/montserrat/v15/qRtj2CdQGjVP.woff2)
      format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
      U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
      U+FEFF, U+FFFD;
  }
  body,
  button,
  input,
  optgroup,
  select,
  textarea {
    font-family: "Montserrat", BlinkMacSystemFont, -apple-system, "Segoe UI",
      "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue",
      "Helvetica", "Arial", sans-serif;
  }
  .pm-icon {
    background-image: url(../images/payment-methods.png);
  }
  .casino-table-headers,
  .ctc--pos {
    background-color: #191919;
  }
  .content-block {
    background-color: #191919c9;
  }
  
  .hero-section-content h1 span {
    background: -webkit-linear-gradient(#56679d, #93a0c9, #56679d, #93a0c9);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: none;
  }
  
  @media (min-width: 768px) {
    .site-logo img {
      padding: 4px 0;
    }
  }
  
  @media (max-width: 767px) {
    @keyframes pulse {
      0% {
        transform: scale(1);
      }
  
      50% {
        transform: scale(0.95);
      }
  
      100% {
        transform: scale(1);
      }
    }
  
    .site-logo img {
      padding: 3px 0;
    }
  
    .hero-section-content.content h1 {
      font-size: 1.1rem;
    }
  }
  
  .ctr:first-child,
  .pulse-block {
    animation: pulse 2s infinite; /* 2s за продължителността, infinite за безкраен цикъл */
    z-index: 9999;
  }
  
  .counter {
    display: inline-block;
  }
  
