.desktop-links.cta,
.flag,
.item-offer-bonus,
.item-offer-bonus-line,
.pop-btn,
.popup__button,
.site-text,
.site-title,
a.read-more {
  text-transform: uppercase;
}

body,
dl,
p,
ul {
  margin: 0;
}

#header,
.logo,
.terms .container,
section.terms,
sub {
  position: relative;
}

.other_link,
footer a {
  text-decoration: none;
}

.item-offer-bonus,
.more,
.pop-btn,
[role="button"],
a.read-more {
  cursor: pointer;
}

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../assets/fonts/open-sans-v29-latin-regular.eot);
  src: local(""),
    url(../assets/fonts/open-sans-v29-latin-regular.eot?#iefix)
      format("embedded-opentype"),
    url(../assets/fonts/open-sans-v29-latin-regular.woff2) format("woff2"),
    url(../assets/fonts/open-sans-v29-latin-regular.woff) format("woff"),
    url(../assets/fonts/open-sans-v29-latin-regular.ttf) format("truetype"),
    url(../assets/fonts/open-sans-v29-latin-regular.svg#OpenSans) format("svg");
}

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(../assets/fonts/open-sans-v29-latin-800.eot);
  src: local(""),
    url(../assets/fonts/open-sans-v29-latin-800.eot?#iefix)
      format("embedded-opentype"),
    url(../assets/fonts/open-sans-v29-latin-800.woff2) format("woff2"),
    url(../assets/fonts/open-sans-v29-latin-800.woff) format("woff"),
    url(../assets/fonts/open-sans-v29-latin-800.ttf) format("truetype"),
    url(../assets/fonts/open-sans-v29-latin-800.svg#OpenSans) format("svg");
}

.survey_overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(6px);
  /* Blur effect */
  background: rgba(0, 0, 0, 0.256);
  z-index: 100;
}

.survey_popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  backdrop-filter: blur(10px);
  /* Blur effect */
  -webkit-backdrop-filter: blur(10px);
  /* Safari support */
  background: rgba(0, 0, 0, 0.3);
  /* Darker transparent background */
  border: 4px solid #fff;
  border-radius: 20px;
  padding: 20px 82px;
  width: 96%;
  max-width: 687px;
  min-height: 278px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  z-index: 101;
}

.survey_overlay.hidden,
.survey_popup.hidden,
.survey_popup .step.hidden {
  display: none;
}

.survey_popup .question {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
}

.survey_popup .button_container {
  margin-inline: auto;
  margin-top: 46px;
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 30px;
}

.survey_popup .button_container button.option-btn {
  flex: auto;
  padding: 16px 22px;
  border-radius: 12px;
  background: #5dbff7;
  color: white;
  cursor: pointer;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
}

.survey_popup .button_container button.option-btn:last-child {
  background: #fff;
  color: #535353;
}

.survey_popup .button_container button.option-btn:hover {
  background: #0b87ce;
}

.survey_popup .button_container button.option-btn:last-child:hover {
  background: #e1e1e1;
}

div#titles-container ul {
  margin-top: 10px;
  line-height: 10px;
  font-size: 14px;
}

ul li.item:before {
  content: "\2714\0020";
  color: #2fc936;
}

li.item {
  height: auto !important;
}

ul li.item {
  list-style-position: outside;
  text-indent: -1em;
  padding-left: 1em;
}

.item-offer-separator-container.inline-block.md-hidden {
  margin-left: 10px;
}

.z-20 {
  z-index: 20;
}

.item-offer-bonus-text-mobile,
.mt-0 {
  margin-top: 0;
}

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

.mr-3 {
  margin-right: 0.75rem;
}

.flex-1 {
  flex: 1 1 0;
}

.flex-grow {
  flex-grow: 1;
}

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

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

.justify-between {
  justify-content: space-between;
}

.p-4 {
  padding: 1rem;
}

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

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

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

.position-relative {
  position: relative;
}

.flex-auto {
  flex: auto !important;
}

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

.text-black {
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

body {
  background-color: #323232;
  background-position-x: center !important;
  background-position-y: top !important;
  background-size: cover;
  overflow-y: scroll;
  overflow-x: hidden;
  min-height: 100vh;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial,
    sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
  line-height: inherit;
}

.complete,
.cta-casino,
.cta-sports,
.d-none {
  display: none;
}

body.casino {
  background: url(../assets/bg-casino.webp);
}

body.sports {
  background: url(../assets/bg-sports.webp);
}

section.terms {
  background: #fff;
  text-align: left;
  padding: 40px;
}

.terms .container {
  width: 1024px;
  margin: 0 auto;
  padding-top: 20px;
  color: #000;
}

.coin {
  position: absolute;
  z-index: -1;
  animation-name: floating;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}

@keyframes floating {
  from {
    transform: translate(0, 0px);
  }

  55% {
    transform: translate(0, 10px);
  }

  to {
    transform: translate(0, -0px);
  }
}

img.coin.coin-kat-1.img-fluid {
  top: -70px;
  right: 10%;
}

img.coin.coin-kat-2.img-fluid {
  top: -70px;
  left: 10%;
}

img.coin.coin-kat-3.img-fluid {
  top: 150px;
  left: 16%;
}

img.coin.coin-kat-4.img-fluid {
  top: 150px;
  right: 16%;
}

.coin-5,
.coin-6 {
  display: none;
}

.coin-container {
  display: none;
}

@media (max-width: 1400px) {
  img.coin.coin-kat-1.img-fluid {
    top: -70px;
    right: 5%;
  }

  img.coin.coin-kat-2.img-fluid {
    top: -70px;
    left: 5%;
  }

  img.coin.coin-kat-3.img-fluid {
    top: 150px;
    left: 12%;
  }

  img.coin.coin-kat-4.img-fluid {
    top: 150px;
    right: 12%;
  }
}

@media (max-width: 1240px) {
  img.coin.coin-kat-1.img-fluid {
    top: -70px;
    right: 3%;
  }

  img.coin.coin-kat-2.img-fluid {
    top: -70px;
    left: 3%;
  }

  img.coin.coin-kat-3.img-fluid {
    top: 150px;
    left: 5%;
  }

  img.coin.coin-kat-4.img-fluid {
    top: 150px;
    right: 5%;
  }
}

@media (max-width: 1024px) {
  .md-hidden {
    display: none !important;
  }

  .terms .container {
    width: 100%;
  }

  .item-offer-bonus {
    position: relative !important;
    top: 5px !important;
    font-size: 18px !important;
    padding: 9px 30px !important;
    width: 165px !important;
  }

  .site-text {
    font-size: 16px !important;
    display: none;
  }

  .site-title {
    font-size: 25px !important;
    line-height: 27px !important;
  }

  #nav-content-mobile {
    width: 100%;
    text-align: center;
    position: relative;
    height: 40px;
  }

  .logo {
    width: 216px;
    margin: 20px auto;
  }

  .items-background,
  .items-header,
  .items-header-title {
    width: 100% !important;
  }

  .cta,
  .logo {
    position: relative;
  }

  .cta {
    top: 0 !important;
  }

  .items-header-title {
    text-align: center !important;
  }

  .items-container {
    background: #f7f7f7;
  }

  .items-header {
    font-size: 12px !important;
  }

  .logo-container {
    width: 34% !important;
    height: auto !important;
    padding-top: 0;
  }
}

.flag,
.pop-heading,
.popup,
.popup__content,
.score-new {
  text-align: center;
}

footer {
  margin: 0 auto;
}

*,
::after,
::before {
  box-sizing: border-box;
  box-sizing: border-box;
  border: 0 solid currentColor;
  --tw-border-opacity: 1;
  border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  --tw-shadow: 0 0 #0000;
  --tw-ring-inset: var(--tw-empty);
  --tw-ring-offset-width: 0;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgba(59, 130, 246, 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
}

b {
  font-weight: bolder;
}

code {
  font-size: 1em;
}

sub {
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
  bottom: -0.25em;
}

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

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

ul {
  list-style: none;
  padding: 0;
}

html {
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  -webkit-text-size-adjust: 100%;
  font-family: ui-sans-serif, 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";
  line-height: 1.5;
}

img {
  border-style: solid;
  max-width: 100%;
  height: auto;
}

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

code {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;
}

iframe,
img {
  display: block;
  vertical-align: middle;
}

.container {
  width: 100%;
}

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

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

@media (min-width: 1024px) {
  .lg\:mt-0 {
    margin-top: 0;
  }

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:w-auto {
    width: auto;
  }

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

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

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

  .container {
    max-width: 1024px;
  }
}

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

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

.top-0 {
  top: 0;
}

.z-30 {
  z-index: 30;
}

.m-28 {
  margin: 7rem;
}

.bonus,
.mx-auto,
body {
  margin-left: auto;
  margin-right: auto;
}

.mb-10 {
  margin-bottom: 2.5rem;
}

.flex {
  display: flex;
}

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

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

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

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

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

@keyframes pulse {
  50% {
    opacity: 0.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);
  }
}

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

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

.filter {
  --tw-blur: var(--tw-empty);
  --tw-brightness: var(--tw-empty);
  --tw-contrast: var(--tw-empty);
  --tw-grayscale: var(--tw-empty);
  --tw-hue-rotate: var(--tw-empty);
  --tw-invert: var(--tw-empty);
  --tw-saturate: var(--tw-empty);
  --tw-sepia: var(--tw-empty);
  --tw-drop-shadow: var(--tw-empty);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast)
    var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate)
    var(--tw-sepia) var(--tw-drop-shadow);
}

@font-face {
  font-family: Gotham;
  font-style: italic;
  font-weight: 400;
}

@font-face {
  font-family: Gotham;
  font-style: normal;
  font-weight: 300;
}

@font-face {
  font-family: Gotham;
  font-style: italic;
  font-weight: 300;
}

@font-face {
  font-family: Gotham;
  font-style: normal;
  font-weight: 500;
}

@font-face {
  font-family: Gotham;
  font-style: italic;
  font-weight: 500;
}

@font-face {
  font-family: Gotham;
  font-style: normal;
  font-weight: 700;
}

@font-face {
  font-family: Gotham;
  font-style: italic;
  font-weight: 700;
}

@font-face {
  font-family: "Gotham Black";
  font-style: normal;
  font-weight: 500;
}

@font-face {
  font-family: "Gotham Light";
  font-style: normal;
  font-weight: 500;
}

@font-face {
  font-family: "Gotham Thin";
  font-style: normal;
  font-weight: 500;
}

@font-face {
  font-family: "Gotham XLight";
  font-style: normal;
  font-weight: 500;
}

@font-face {
  font-family: "Gotham Book";
  font-style: italic;
  font-weight: 500;
}

@font-face {
  font-family: "Gotham Thin";
  font-style: italic;
  font-weight: 500;
}

@font-face {
  font-family: "Gotham Ultra";
  font-style: italic;
  font-weight: 500;
}

@font-face {
  font-family: "Gotham XLight";
  font-style: italic;
  font-weight: 500;
}

.state-regulations {
  padding: 29px 0;
}

#nav-content {
  position: absolute;
  right: 1%;
}

#nav-content ul {
  margin-inline: auto;
  max-width: 1200px;
}

.desktop-links.cta {
  border-radius: 15px;
  font-family: "Myriad Pro", sans-serif;
  font-size: 16px;
  background-color: #2b2b2b;
  padding: 30px 40px 10px;
  line-height: normal;
  letter-spacing: -0.32px;
  color: #fff;
  font-weight: 900;
  position: relative;
  top: -60px !important;
  transition: top 0.1275s;
}

.desktop-links.cta:hover {
  top: -50px !important;
}

.desktop-links.cta.active {
  background-color: #1fade1;
}

.bonus,
body {
  color: #bfbfbf;
  -webkit-font-smoothing: antialiased;
  font-smooth: always;
  font-family: "Open Sans", Arial, sans-serif;
  background-attachment: fixed !important;
  background-position-x: center !important;
  background-position-y: top !important;
  background-repeat: no-repeat !important;
  width: 100vw;
  height: 100vh;
}

ul.list-reset {
  justify-content: flex-end;
}

.logo-div {
  justify-content: flex-start !important;
}

.flag {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 155px;
  height: 40px;
  font-size: 13px;
  background-repeat: no-repeat;
  background-position: 0 0;
  z-index: 2;
  top: -16px;
  left: -11px;
  color: #000;
  font-weight: 800;
}

.tag-text-color,
.tag-text-mobile {
  color: #fff;
  z-index: 10;
}

.tag-img-mobile {
  width: 153px;
  z-index: 1;
}

.tag-img,
.tag-img-mobile {
  position: absolute;
  top: -16px;
  left: -11px;
}

.items-background {
  position: absolute;
  width: 1060px;
  height: 100%;
  overflow: visible;
  background: hsla(0, 0%, 100%, 0.1);
  z-index: -1;
  top: 34px;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: none;
}

.items-header-spacer {
  position: relative;
  width: 230px;
  display: inline-block;
}

#bonus-col-text,
#bonus-score-text {
  width: 245px;
  text-align: center;
}

#bonus-last-updated-text {
  width: 400px;
  font-size: 22px;
}

@media (max-width: 1024px) {
  .site-text,
  .site-title {
    font-size: 16px !important;
  }

  .item-offer {
    padding-top: 10px !important;
  }

  .item-offer,
  .logo-container {
    align-content: flex-start !important;
  }

  .md-hidden {
    display: none !important;
  }

  .flag.mobile {
    top: -5px;
    left: -9px;
    width: 135px;
    font-size: 10px !important;
  }

  .cta,
  .item-offer,
  .logo {
    position: relative;
  }

  .cta {
    top: 0 !important;
  }

  .tag-img-mobile {
    width: 135px;
  }

  .editors-choice,
  .players-choice,
  .trending-now {
    background-size: 135px;
  }

  .tag-img,
  .tag-img-mobile {
    position: absolute;
    top: -5px;
    left: -9px;
  }

  .site-title {
    line-height: 27px !important;
  }

  #nav-content-mobile {
    width: 100%;
    text-align: center;
    position: relative;
    height: 40px;
  }

  #nav-content-mobile ul {
    display: flex;
    justify-content: flex-end;
    margin-right: 24px;
  }

  .logo {
    width: 176px;
    margin: 20px auto;
  }

  .items-background,
  .items-header,
  .items-header-title {
    width: 100% !important;
  }

  #titles-container {
    width: 90%;
    margin: 0 auto;
    padding-bottom: 5px;
  }

  .items-header-title {
    text-align: center !important;
    padding-right: 5.25%;
  }

  .items-header {
    font-size: 12px !important;
  }

  .item-offer {
    height: 217px;
    width: 94% !important;
    justify-content: space-between !important;
  }

  .item-offer-bonus-text-mobile {
    text-align: center !important;
    width: 100%;
  }

  .logo-container {
    width: 42% !important;
  }

  span.description {
    width: 100%;
  }

  .logo-operator {
    width: 135px !important;
    height: auto !important;
  }

  #toplist ul ul.read-more-ul {
    margin: 0 !important;
    display: flex;
    flex-direction: column;
    gap: 8px;
  }

  #toplist ul ul.read-more-ul li {
    flex-basis: auto;
  }

  .item-offer-bonus-container {
    width: 50% !important;
    height: 100% !important;
    display: flex !important;
    flex-wrap: wrap !important;
    align-content: space-around !important;
    justify-content: center !important;
  }

  .item-offer-bonus {
    position: relative !important;
    font-size: 18px !important;
    width: 168px !important;
    height: 47px !important;
    padding: 12px 0 !important;
  }

  .item-offer-bonus-text-mobile {
    position: relative;
    color: #434343;
    font-size: 12px !important;
    font-weight: 400 !important;
    display: flex;
    flex-wrap: wrap !important;
    flex-direction: row;
    justify-content: flex-start;
    align-items: normal;
    font-family: Gotham, sans-serif;
  }

  .item-offer-score-mobile {
    display: flex;
    font-size: 17px;
    margin-left: 10px;
  }

  .item-offer-description-mobile {
    position: relative;
    height: 87px;
  }

  .stars-mobile,
  .stars.mobile {
    width: 40% !important;
    position: relative;
    height: auto !important;
    justify-content: space-evenly !important;
    align-items: flex-start !important;
  }

  .stars-mobile .star-empty,
  .stars-mobile .star-full,
  .stars-mobile .star-half {
    position: relative !important;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .item-offer-bonus-text {
    width: 100% !important;
    text-align: center;
    line-height: 1;
  }

  .item-offer-bonus-line.line-1.mobile {
    font-size: 22px;
  }

  .item-offer-bonus-line.line-2.mobile {
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0;
    padding-top: 5px;
    line-height: 18px;
  }

  .footer-content,
  footer .container {
    width: 100% !important;
    padding: 10px 20px !important;
  }
}

.items-header,
.site-title {
  font-weight: 800;
  text-transform: uppercase;
}

#header,
.items-header {
  width: 1024px;
  margin: 0 auto;
}

@media (min-width: 1025px) {
  .lg-hidden {
    display: none !important;
  }
}

.items-header {
  height: 30px;
  font-size: 15px;
  margin-block: 10px;
  letter-spacing: -0.3px;
  color: #bebcc2;
  opacity: 1;
}

.inline-block,
.items-header-title,
div#titles-container li {
  display: inline-block;
}

.items-container {
  position: relative;
  clear: both;
}

.site-title {
  font-size: 35px;
}

.site-text {
  font: 600 18px/25px "Open Sans";
}

.site-text,
.site-title {
  letter-spacing: 0;
  color: #fff;
  text-shadow: 4px 2px 4px #000;
}

#toplist ul {
  margin-left: 5px !important;
  margin-right: 5px !important;
  padding-top: 10px;
  padding-bottom: 10px;
}

.item-offer {
  background: #fff;
  width: 1200px;
  height: auto;
  margin: 0 auto 28px;
  justify-content: space-around;
  flex-direction: row;
  flex-wrap: wrap !important;
  padding: 15px 10px 8px;
  box-shadow: 0 4px 25px rgb(0 0 0 / 25%);
  border-radius: 20px;
}

.item-offer,
.item-offer-score {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}

.item-offer-score {
  display: inline-block;
  height: auto;
  vertical-align: super;
  padding-top: 0;
}

.item-offer-bonus-container {
  padding-right: 10px;
  position: relative;
  height: 90%;
  width: 250px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: space-around;
}

.item-offer-bonus-text {
  position: relative;
  width: 25%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-content: center;
  justify-content: space-around;
  font-family: "Open Sans", Arial, sans-serif;
}

.item-offer-bonus-line {
  color: #434343;
  position: relative;
  width: 100%;
  text-align: center;
}

.item-offer-bonus-line.line-1 {
  font-size: 30px;
  font-weight: 800 !important;
  letter-spacing: -0.6px;
  line-height: 1;
}

.item-offer-bonus-line.line-2 {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0;
  padding-top: 10px;
  line-height: 26px;
}

.item-offer-bonus-line.line-3 {
  font-size: 18px;
  font-weight: 500;
  text-transform: none;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: -0.75px;
  line-height: 26px;
}

.item-offer-bonus {
  background: linear-gradient(
    175.47deg,
    #1fb941 -9.75%,
    #5cf714 41.1%,
    #1fb941 96.02%
  );

  border-radius: 12px;
  letter-spacing: -0.58px;
  padding: 12px;
  transition: background-color 1s, gap 0.5s ease-in-out;
  opacity: 1;
  width: 236px;
  height: 70px;
  display: flex;
  color: #fff;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  font-style: normal;
  font-size: 26px;
  line-height: 30px;
  font-weight: 800;
  font-family: "Open Sans", sans-serif;
  z-index: 99;
  gap: 10px;
  position: relative;
  overflow: hidden;
}

.item-offer-bonus img {
  width: 0;
  opacity: 0;
  transition: width 0.5s ease-in-out, opacity 0.5s ease-in-out;
}

.item-offer-bonus:hover img,
.item-offer-bonus:focus img,
.item-offer-bonus:active img {
  width: 30px;
  /* Adjust the size as needed */
  opacity: 1;
}

.logo-container {
  position: relative;
  width: 175px;
  min-width: 150px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  height: auto !important;
  margin-left: 0;
  margin-right: 0;
}

.star-empty,
.star-full,
.star-half {
  display: inline-block;
  position: relative;
}

.logo-operator {
  width: 130px;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  position: relative;
  margin: auto;
  object-fit: initial;
  object-fit: cover;
  object-position: 50% 50%;
}

.star-full {
  background: url(../assets/crown.svg) 0 0 / contain no-repeat;
}

.star-empty,
.star-half {
  background-size: contain;
  background-repeat: no-repeat;
}

.star-full,
.star-half {
  width: 20px;
  height: 20px;
}

.footer-content-container {
  position: relative;
  width: 100%;
  padding: 50px 0;
  background: #fff;
}

.footer-content {
  position: relative;
  width: 900px;
  margin: 0 auto;
  font-size: 16px;
  color: #000;
  letter-spacing: -0.36px;
}

.gradient-border {
  --borderWidth: 6px;
  position: relative;
  border-radius: 20px;
}

.gradient-border:nth-child(-n + 2) {
  margin-bottom: 30px;
}

.gradient-border:after {
  content: "";
  position: absolute;
  top: calc(-1.5 * var(--borderWidth));
  left: calc(-1.5 * var(--borderWidth));
  height: calc(100% + var(--borderWidth) * 3);
  width: calc(100% + var(--borderWidth) * 3);
  background: linear-gradient(60deg, #f81f6d, #f8e21f);
  border-radius: 20px;
  z-index: -1;
  animation: 3s infinite alternate animatedgradient;
  background-size: 200% 200%;
}

@keyframes animatedgradient {
  0%,
  100% {
    background-position: 0 50%;
  }

  50% {
    background-position: 100% 50%;
  }
}

.bonus {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(
    91.46% 91.46% at 91.46% 12.44%,
    #2e1377 0,
    #3b2ee7 49.17%,
    #6e8ff5 100%
  );
  z-index: 1000;
  display: table;
}

.desktop-links {
  position: relative !important;
  top: unset !important;
  transition: 0.4s ease-out 2s;
  transform: none !important;
}

.desktop-links:hover {
  transition: 0.4s ease-out;
}

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

.item-offer-bonus-text-mobile {
  position: relative;
  color: #434343;
  font-size: 20px;
  font-weight: 800;
  vertical-align: text-bottom;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  flex-direction: row-reverse;
  align-items: inherit;
  align-content: center;
}

.stars-mobile {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-content: center;
  align-items: flex-end;
  justify-content: space-between;
  margin-left: 5px;
  align-self: center;
}

@-webkit-keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }

  to {
    transform: translate3d(85px, 0, 0);
  }
}

@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }

  to {
    transform: translate3d(85px, 0, 0);
  }
}

footer {
  background-color: #2f147a;
  color: #fff;
}

footer .container {
  position: relative;
  width: 900px;
  margin: 0 auto;
  padding: 47px 0;
  word-break: break-word;
}

@media screen and (max-width: 1024px) {
  footer {
    font-size: 14px !important;
  }

  .item-offer-bonus-line.line-3 {
    font-size: 14px;
  }
}

.item-offer-bonus:hover {
  background-color: #ffc803;
  transition: background-color 0.5s;
}

.item {
  flex-basis: 100px;
  height: 44px;
  margin: 0 0 5px;
}

span.counter {
  margin: 5px;
}

@keyframes heartbeat {
  12% {
    transform: scale(1);
  }

  14% {
    transform: scale(1.2);
  }

  16% {
    transform: scale(1);
  }

  18% {
    transform: scale(1.1);
  }

  20% {
    transform: scale(1);
  }
}

.animate-heartbeat {
  animation: heartbeat 3s 2 alternate;
}

.item-offer-score.description.main {
  width: calc(100% - 175px) !important;
}

.item-offer-score.description {
  padding: 0px !important;
  display: flex;
  align-items: center;
  width: 100%;
  height: auto;
  /* justify-content: flex-end; */
}

.item-offer-score-mobile.md-hidden {
  font-family: "Open Sans", Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
}

.item-offer-separator {
  background-color: #e2e2e2;
  width: 1px;
  height: 83px;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.item-offer-separator-container {
  position: relative;
  width: 1px;
  height: 128px;
  margin-left: 2px;
  margin-right: 2px;
}

@media (max-width: 768px) {
  .items-header {
    margin-block: 0;
  }

  .coin {
    display: none;
  }

  .coin-5,
  .coin-6 {
    display: block;
  }

  .coin-5 {
    width: auto;
    height: 38px;
    top: -70px;
    right: 30px;
  }

  .coin-6 {
    width: 40px;
    top: -60px;
    left: 30px;
  }

  .description,
  .item-offer-score {
    font-size: 12px;
  }

  .description,
  .item-offer-score-mobile {
    font-family: "Open Sans", Arial, sans-serif;
    font-style: normal;
  }

  span.description.show-read-more.lg-hidden {
    margin-left: 5px;
    display: none;
  }

  .gradient-border {
    margin-bottom: 20px !important;
    margin-top: 20px !important;
    --borderWidth: 5px;
    position: relative;
    border-radius: var(--borderWidth);
  }

  .item-offer {
    margin: 0 auto 8px;
  }

  .item-offer,
  .item-offer-score {
    position: relative;
    display: flex;
    align-items: center;
    height: auto;
    flex-wrap: nowrap;
  }

  .stars-mobile {
    align-self: auto;
  }

  .item-offer-bonus-text-mobile {
    margin-top: 5px;
  }

  body {
    background-size: cover;
    background-position: left top !important;
    background-repeat: no-repeat;
  }

  .items-container {
    background: 0 0;
  }

  .logo-container {
    padding-left: 10px !important;
    min-width: unset;
    width: 30% !important;
  }

  .item-offer-bonus-container {
    width: 68% !important;
  }

  .item-offer {
    width: 100% !important;
    padding: 10px 0;
    margin-bottom: 15px;
  }

  .item-offer-separator-container.mobile {
    position: relative;
    width: 5px !important;
    margin: 0 auto;
    left: 0;
    display: none;
  }

  .item-offer-separator.mobile {
    background-color: #707070;
    width: 5px;
    height: 100%;
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    opacity: 0.06;
  }

  .description {
    text-align: left;
    font-weight: 500;
    line-height: 100%;
    margin-top: inherit;
    white-space: break-spaces;
    display: -webkit-box;
    letter-spacing: 0;
    display: -webkit-box;
  }

  .item-offer-score-mobile {
    display: flex;
    margin-left: 0;
    font-size: 15px;
    line-height: 16px;
    font-weight: 800;
  }

  .star-empty,
  .star-full,
  .star-half {
    width: 15px;
    height: 15px;
  }

  .item {
    flex-basis: 100px;
    height: 0;
    margin: 5px 0 5px 5px;
  }

  #content {
    min-height: 1000px;
  }

  div#titles-container ul {
    margin-top: 0;
    line-height: 10px;
  }

  .item-offer-bonus:hover img,
  .item-offer-bonus:focus img,
  .item-offer-bonus:active img {
    width: 20px;
    /* Adjust the size as needed */
    opacity: 1;
  }
}

.popup,
.popup__content:before {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  body {
    background-size: contain;
  }

  .item-offer {
    height: auto;
  }
}

div#titles-container ul li.item:before {
  content: "\2714\0020";
  color: green !important;
}

.popup {
  display: none;
  position: fixed;
  font-family: Roboto, sans-serif;
  font-weight: 700;
  font-size: 0px;
  line-height: 25px;
  word-break: break-word;
  white-space: nowrap;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  overflow: hidden;
  -webkit-animation: 0.75s ease-in-out popup-bg-birth;
  -moz-animation: 0.75s ease-in-out popup-bg-birth;
  -o-animation: 0.75s ease-in-out popup-bg-birth;
  animation: 0.75s ease-in-out popup-bg-birth;
  z-index: 999;
}

.popup-aligner,
.popup__content {
  display: inline-block;
  vertical-align: middle;
}

.popup__content,
.popup__content:before {
  background: url("../images/popup-bg.jpg") center center/cover no-repeat;
}

.popup.active {
  display: block;
}

input#fname {
  font-family: Karla;
}

.popup-aligner {
  position: relative;
  width: 0%;
  height: 100%;
}

.popup__content {
  width: 100%;
  height: auto;
  overflow: visible;
  white-space: normal;
  color: #121212;
  -webkit-box-shadow: 0 25px 50px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 25px 50px rgba(0, 0, 0, 0.5);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.5);
  -webkit-animation: 0.5s ease-in-out popup-birth;
  -moz-animation: 0.5s ease-in-out popup-birth;
  -o-animation: 0.5s ease-in-out popup-birth;
  animation: 0.5s ease-in-out popup-birth;
  margin: auto;
  font-family: "Open Sans";
}

h2.popup__title {
  color: #1493ff !important;
}

.popup__content:before {
  content: "";
  display: block;
  position: absolute;
  border-radius: 63px;
}

.popup__image-bg {
  display: block;
  position: absolute;
  top: -9999px;
  bottom: -9999px;
  left: -9999px;
  right: -9999px;
  width: auto;
  max-width: none;
  height: 200%;
  max-height: 724px;
  -webkit-animation: 1s ease-in-out popup-sparks-birth;
  -moz-animation: 1s ease-in-out popup-sparks-birth;
  -o-animation: 1s ease-in-out popup-sparks-birth;
  animation: 1s ease-in-out popup-sparks-birth;
  margin: auto;
  z-index: -1;
}

.popup__image,
.popup__image-big {
  position: absolute;
  max-width: none;
  height: auto;
  max-height: none;
  margin: auto;
  display: block;
}

.popup__image {
  top: -15%;
  left: -10%;
  right: -10%;
  width: 120%;
}

.popup__image-big {
  top: -9999px;
  bottom: -9999px;
  left: -20%;
  right: -20%;
  width: 140%;
}

.popup__title {
  display: block;
  position: relative;
  font-size: 45px;
  font-weight: 700;
  line-height: 50px;
}

.popup__text {
  display: block;
  position: relative;
}

.popup__button {
  display: inline-block;
  position: relative;
  width: auto;
  height: 100%;
  background: linear-gradient(223.82deg, #b6a773 30.17%, #b6a773 75.51%);
  border-radius: 6px;
  font-size: 35px;
  font-weight: 700;
  line-height: 75px;
  color: #000;
  padding: 0 40px;
  margin: 10px auto 12px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.popup__button::before {
  content: "";
  background-image: url(../images/gift.png);
}

.other_link {
  color: #000;
  font-size: 12px;
  margin-top: 12px;
  line-height: 12px;
}

.popup__text,
.registration-item {
  line-height: 19px;
  font-weight: 400;
}

.popup__button:hover {
  opacity: 0.65;
  cursor: pointer;
}

.pop-heading {
  color: #000;
  font-size: 24px;
  margin-top: 16px;
}

.popup__text.big-bonus-text {
  font-size: 40px;
  line-height: 50px;
  color: #ffe400;
  padding: 0;
}

.popup__content {
  padding: 60px 30px 30px;
  max-width: 375px;
  border-radius: 12px;
  z-index: 9999;
  position: relative;
  background-color: #fff;
}

.popup__content::before {
  content: none;
}

.pop-top-img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -5%;
}

.popup__text {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  padding: 0;
  margin: 0 0 1.2rem;
}

.pop-btn {
  background: linear-gradient(223.82deg, #415bf0 30.17%, #01b6ff 75.51%);
  font-size: 35px;
  padding: 15px 30px;
  width: 100%;
  border-radius: 14px;
  color: #fff;
}

.close-modal {
  position: absolute;
  top: 2%;
  right: 4%;
}

label {
  font-size: 10px;
  color: #d9d9d9;
  font-weight: 400;
  margin-bottom: 0;
  text-align: left;
}

.registration-item,
.registration-item:focus-visible {
  width: 100%;
  background: #d9d9d9;
  padding: 20px;
  border: 0;
  outline: 0 !important;
}

.registration-item {
  position: relative;
  border: none;
  margin-bottom: 16px;
  font-family: Karla;
  font-style: normal;
  font-size: 16px;
  color: #000;
  padding-left: 10px;
  width: 100%;
  height: 50px;
}

@media (max-width: 576px) {
  .survey_popup {
    min-height: 219px;
    padding: 20px 17px;
  }

  .survey_popup .button_container {
    gap: 20px;
  }

  .survey_popup .button_container button.option-btn {
    font-size: 16px;
  }

  .popup {
    padding: 2rem;
    overflow-y: scroll;
  }

  .registration-item {
    width: 100%;
    height: unset;
    padding: 10px;
    margin-bottom: 10px;
  }

  .sc__container,
  .sc__wrapper {
    height: 230px;
    max-width: 336px;
  }

  .popup__content {
    padding: 60px 30px 20px;
  }

  .popup__button {
    font-size: 28px;
    padding: 0 20px;
  }

  .sc__wrapper {
    display: block;
    width: 100%;
    margin: 0 auto;
  }

  .sc__canvas {
    height: 240px !important;
  }

  .item-offer-bonus-line.line-2.mobile {
    font-size: 17px;
  }

  .item-offer-bonus-line.line-3 {
    font-size: 13px;
    line-height: 1.1;
  }

  #header_image {
    margin-top: -10px !important;
    margin-bottom: 20px !important;
  }

  .item-offer-bonus-line.line-1.mobile {
    font-size: 20px;
  }
}

.score-new {
  padding: 0 15px;
}

.score-new p {
  color: #bfbfbf;
  font-family: Arial;
  font-size: 11px;
}

.score-new .item-offer-score-mobile.md-hidden {
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  background: var(
    --green-button,
    linear-gradient(123deg, #5cf614 4.8%, #1fb941 77.63%)
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.score-new .stars-mobile {
  margin-left: 0;
}

.score-new .star-full,
.star-empty,
.star-half {
  width: 15px;
  height: 15px;
}

.terms--text {
  color: #454545;
  font-family: Arial;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  margin-top: 20px;
}

.item-offer-score,
.toplistTerms {
  text-align: left;
  font-weight: 500;
}

@media only percy {
  .hide-in-percy {
    visibility: hidden;
  }
}

.item-offer-score {
  width: 100%;
  font-family: "Open Sans", Arial, sans-serif;
  font-style: normal;
  font-size: 14px;
  line-height: 24px;
  color: #2f2f2f;
}

ul.read-more-ul {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 !important;
  gap: 44px;
  row-gap: 0;
}

ul.read-more-ul li {
  white-space: nowrap;
}

.more {
  background: #add8e6;
  color: navy;
  font-size: 13px;
  padding: 3px;
}

.show-read-more .more-text {
  display: none;
  z-index: 10000;
}

.desktop-links {
  left: 0;
  /* width: 100%; */
  z-index: 101;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

a.read-more {
  padding: 5;
  color: grey;
  line-height: 26px;
  font-size: 11px;
}

.toplistTerms {
  padding: 10px 8px 0;
  color: #787878;
  line-height: 1.2;
  width: 100%;
  font-size: 9px;
  border-top: 1px solid #d9d9d9;
}

@media (max-width: 768px) {
  .tag-img,
  .tag-img-mobile {
    top: -15px;
    left: -1%;
  }

  .flag.mobile {
    top: -15px;
    left: -1%;
  }

  .logo-container {
    padding: 10px 0;
  }

  .toplistTerms {
    padding: 10px 10px 0;
    font-size: 10px;
    text-align: left;
    margin-top: 0;
    line-height: normal;
    position: relative;
    border-top: none;
  }

  .toplistTerms .terms-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
  }

  .toplistTerms.expanded .terms-content {
    max-height: 500px;
  }

  .toplistTerms .terms-toggle-container {
    width: 67%;
    margin-left: auto;
    text-align: center;
  }

  .toplistTerms .terms-toggle {
    display: inline-block;
    margin-top: 5px;
    color: #1fade1;
    cursor: pointer;
    font-weight: bold;
    text-decoration: underline;
  }

  .toplistTerms .terms-toggle:hover {
    color: #0b87ce;
  }

  .desktop-links.cta {
    top: 0 !important;
    padding-inline: 30px;
  }

  .desktop-links.cta:hover {
    top: 10px !important;
  }

  .item-offer-bonus-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* vertical centering */
    align-items: center;
    /* horizontal centering */
    text-align: center;
    min-height: 140px;
    /* adjust this value so the container has enough height */
    padding: 0px 0;
    /* optional: gives breathing room top/bottom */
    box-sizing: border-box;
  }

  /* Make sure the bonus text and button don't fight the centering */
  .item-offer-bonus-container .item-offer-bonus-text,
  .item-offer-bonus-container .item-offer-bonus {
    width: 100%;
    margin: 0;
    padding: 0;
  }

  .item-offer-bonus {
    margin-top: 5px !important;
  }
}

@media (max-width: 450px) {
  ul.read-more-ul {
    gap: 0px;
    flex-wrap: wrap;
  }
}

.mx-0 {
  margin-inline: 0 !important;
}

.toplistTerms a {
  text-decoration: underline;
}

a.cta--full-offer {
  position: absolute !important;
  width: 100%;
  height: 100%;
  inset: 0 !important;
  z-index: 99;
}

a.desktop-links.cta-casino,
a.desktop-links.cta-sports {
  background: #1eade1;
}

.item-offer-bonus-line.line-2.mobile {
  text-transform: capitalize;
}

.disclaimer {
  font-weight: 500;
  font-size: 11px;
  text-align: center;
  margin: 0 auto;
  max-width: 500px;
  line-height: 12px;
}

.w-full {
  width: 100% !important;
}

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

.p-0 {
  padding: 0 !important;
}

@media (max-width: 768px) {
  .disclaimer {
    width: 100%;
    line-height: 12px;
  }
}

/* Safari browsers */
@supports (-webkit-touch-callout: none) {
  body {
    background-attachment: scroll !important;
  }
}

.not_found_container {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}

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

.not_found_container .message h1 {
  font-size: 5rem;
  margin: 0;
}

.not_found_container .message p {
  font-size: 1.5rem;
}

@media (max-width: 1024px) {
  .logo {
    width: 130px;
    margin: 0px auto;
  }

  .feature-tag {
    font-size: 13px;
    padding: 3px 10px;
  }

  .site-features {
    gap: 8px 12px;
  }
}

@media (max-width: 768px) {
  .site-features ul.read-more-ul {
    display: flex;

    flex-wrap: nowrap;

    gap: 12px 20px;

    justify-content: center;
    padding: 0;
    margin: 10px 0;
  }

  .site-features ul.read-more-ul li {
    list-style: none;

    white-space: nowrap;
  }

  .site-intro {
    font-size: 11px !important;
    line-height: 1.25 !important;
    margin: 0px 0 !important;
    padding: 0 !important;
    color: rgba(255, 255, 255, 0.8) !important;
    text-align: center !important;
  }

  #toplist ul {
    padding-top: 0px;
  }

  .item-offer-bonus-line.line-1.mobile {
    font-size: 20px;
  }

  div#titles-container ul {
    font-size: 12px;
  }

  .desktop-links.cta {
    font-size: 12px;
  }

  .item-offer-bonus-line.line-2.mobile {
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  #titles-container {
    position: relative;
    z-index: 2;
    padding: 0px 10px;
  }

  #titles-container::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 0;
    z-index: -1;
    pointer-events: none;

    background: linear-gradient(
      to bottom,
      transparent 0%,
      rgba(0, 0, 0, 0.3) 12%,
      rgba(0, 0, 0, 0.65) 28%,
      rgba(0, 0, 0, 0.65) 72%,
      rgba(0, 0, 0, 0.3) 88%,
      transparent 100%
    );

    backdrop-filter: blur(1px);
  }

  .site-intro {
    font-size: 14px !important;
        font-weight: 400;
  }
}

@media (max-width: 1024px) {
  #titles-container {
    width: 100%;
  }
}
