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

@font-face {
  font-family: "Gotham";
  src: url("/team-exo/assets/fonts/Gotham-Medium.woff2") format("woff2"),
    url("/team-exo/assets/fonts/Gotham-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Ginto";
  src: url("/team-exo/assets/fonts/Ginto-Medium.woff2") format("woff2"),
    url("/team-exo/assets/fonts/Ginto-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

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

div#topBar {
  background-color: #030243;
  width: 100%;
}

.hiddenLinks {
  /* margin: 0 auto; */
  text-align: center;
  font-size: 8px;
}

h1.text-jacarta-700.font-display.text-center.text-5xl.dark\:text-white.md\:text-left.lg\:text-6xl.xl\:text-7xl {
  color: #FEA726;
  font-family: "Ginto";
  font-style: normal;
  font-weight: 900;
  font-size: 52px;
  line-height: 58px;
}

p.dark\:text-jacarta-200.site-text.mb-8.text-center.text-lg.md\:text-left {
  font-family: "Ginto";
  font-style: normal;
  font-weight: 500;
  font-size: 26px;
  line-height: 26px;
  display: flex;
  align-items: center;
  letter-spacing: 0.2px;
}

html {
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

body {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial,
    sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
}

b {
  font-weight: bolder;
}

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

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

p {
  margin: 0;
}

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

html {
  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;
}

body {
  font-family: inherit;
  line-height: inherit;
}

*,
::after,
::before {
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
  border-color: currentColor;
}

img {
  border-style: solid;
}

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

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

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

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

*,
::after,
::before {
  --tw-border-opacity: 1;
  border-color: rgba(229, 231, 235, var(--tw-border-opacity));
}

.container {
  width: 100%;
}

@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: 1536px) {
  .container {
    max-width: 1536px;
  }
}

.top-0 {
  top: 0;
}

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

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

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

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

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

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

.inline-block {
  display: inline-block;
}

.flex {
  display: flex;
}

.w-full {
  width: 100%;
}

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

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

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

.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-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

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

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

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

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

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

*,
::after,
::before {
  --tw-shadow: 0 0 #0000;
}

*,
::after,
::before {
  --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;
}

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

body {
  background-color: #000000;
  color: #bfbfbf;
  font-family: "Ginto", Arial, sans-serif;
  background-attachment: fixed !important;
  background-size: cover;
  background-position-x: center !important;
  background-position-y: top !important;
  background-repeat: no-repeat !important;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  background-size: cover;
}

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

.item-offer-bonus-line.line-3 {
  font-size: 15px;
  font-weight: 800;
  letter-spacing: -0.75px;
}

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

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

.page_title_container {
  padding-top: 40px;
}

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

  .cta,
  .logo {
    position: relative;
  }

  .cta {
    top: 0 !important;
  }

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

  .items-container {
    background: #f7f7f7;
  }

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

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

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

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

#header {
  position: relative;
  width: 1024px;
  margin: 0 auto;
}

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

.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: -35px;
  transition: top 0.1275s ease 0s;
}

.cta:hover {
  top: -30px;
}

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

.items-header {
  position: relative;
  height: 30px;
  font-weight: 800;
  font-size: 15px;
  letter-spacing: -0.3px;
  color: #bebcc2;
  opacity: 1;
  width: 1024px;
  margin: 0 auto;
}

.items-header-title {
  display: inline-block;
}

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

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

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

.site-text,
.site-title {
  letter-spacing: 0;
  color: #fff;
}

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

.logo-container {
  position: relative;
  width: 200px;
  height: 128px;
  margin-left: 10px;
}

body {
  overflow-y: scroll;
  overflow-x: hidden;
  min-height: 100vh;
}

footer {
  margin: 0 auto;
}

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

html {
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

body {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial,
    sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
}

b {
  font-weight: bolder;
}

code {
  font-family: ui-monospace, SFMono-Regular, Consolas, "Liberation Mono", Menlo,
    monospace;
  font-size: 1em;
}

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

sub {
  bottom: -0.25em;
}

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

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

dl,
p {
  margin: 0;
}

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

html {
  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;
}

body {
  font-family: inherit;
  line-height: inherit;
}

*,
::after,
::before {
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
  border-color: currentColor;
}

img {
  border-style: solid;
}

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

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

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

*,
::after,
::before {
  --tw-border-opacity: 1;
  border-color: rgba(229, 231, 235, var(--tw-border-opacity));
}

.container {
  width: 100%;
}

@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: 1536px) {
  .container {
    max-width: 1536px;
  }
}

.top-0 {
  top: 0;
}

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

.m-28 {
  margin: 7rem;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

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

.flex {
  display: flex;
}

.w-full {
  width: 100%;
}

@-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-center {
  text-align: center;
}

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

*,
::after,
::before {
  --tw-shadow: 0 0 #0000;
}

*,
::after,
::before {
  --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;
}

.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);
}

@media (min-width: 1024px) {
  .lg\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}

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

#header {
  position: relative;
  width: 1024px;
  margin: 0 auto;
}

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

.cta {
  border-radius: 15px;
  font-family: "Myriad Pro", sans-serif;
  font-size: 16px;
  background-color: #8358ff;
  padding: 30px 40px 10px;
  line-height: normal;
  letter-spacing: -0.32px;
  color: #fff;
  font-weight: 900;
  position: relative;
  top: -35x;
  transition: top 0.1275s ease 0s;
}

.cta:hover {
  top: -30px;
}

.cta.active {
  background-color: #edcb19;
  color: #000;
}

.bonus,
body {
  color: #bfbfbf;
  -webkit-font-smoothing: antialiased;
  font-smooth: always;
  font-family: "Ginto", 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;
  margin-left: auto;
  margin-right: auto;
}

body {
  background-image: url(img/hero/bg.jpg);
}

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

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

.flag {
  position: absolute;
  width: 155px;
  height: 47px;
  padding-left: 11px;
  padding-top: 11px;
  text-align: left;
  font-size: 11px;
  background-repeat: no-repeat;
  background-position: 0 0;
  z-index: 2;
  top: -14%;
  left: -10px;
  color: #000;
  font-weight: 800;
}

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

.tag-text-color {
  top: 2px;
  left: -5px;
}

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

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

.items-header {
  position: relative;
  height: 30px;
  font-weight: 800;
  font-size: 15px;
  letter-spacing: -0.3px;
  color: #bebcc2;
  opacity: 1;
  width: 1024px;
  margin: 0 auto;
}

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

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

.items-header-title {
  display: inline-block;
}

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

#bonus-last-updated-text {
  width: 225px;
  text-align: right;
}

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

  .flag.mobile {
    top: 0;
    padding-top: 10px !important;
    padding-left: 25px !important;
    font-size: 10px !important;
  }

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

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

  .cta,
  .logo {
    position: relative;
  }

  .cta {
    top: 0 !important;
  }

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

  .editors-choice {
    background-size: 135px;
  }

  .trending-now {
    background-size: 135px;
  }

  .players-choice {
    background-size: 135px;
  }

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

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

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

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

  .logo {
    position: relative;
  }

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

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

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

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

  .item-offer {
    position: relative;
    height: 217px !important;
    width: 94% !important;
    align-content: flex-start !important;
    justify-content: space-between !important;
    padding-top: 10px !important;
  }

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

  .logo-container {
    width: 90% !important;
    align-content: flex-start !important;
  }

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

  .item-offer-bonus-container {
    width: 50% !important;
    height: 65% !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;
    text-align: center;
    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: 65% !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: 24px;
  }

  .item-offer-bonus-line.line-2.mobile {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0;
  }

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

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

#header {
  position: relative;
  width: 1024px;
  margin: 0 auto;
}

#header,
.logo {
  position: relative;
}

.items-header {
  position: relative;
  height: 30px;
  font-weight: 800;
  font-size: 15px;
  letter-spacing: -0.3px;
  color: #bebcc2;
  opacity: 1;
  width: 1024px;
  margin: 0 auto;
}

.items-header-title {
  display: inline-block;
}

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

.site-title {
  font-size: 35px;
  font-weight: 800;
  letter-spacing: 0;
  color: #fff;
}

.site-text {
  letter-spacing: 0;
  color: #fff;
}

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

.site-text,
.site-title {
  letter-spacing: 0;
  color: #fff;
}

.item-offer {
  background: #fff;
  width: 1024px;
  min-height: 147px;
  height: 152px;
  margin: 0 auto 28px;
  cursor: pointer;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 0 10px;
}

.item-offer,
.item-offer-score {
  position: relative;
  display: flex;
  align-items: center;
  height: auto !important;
  flex-wrap: nowrap;
  background: #ffffff;
  border-radius: 20px;
}

.item-offer-score {
  margin-bottom: 10px;
  color: #434343;
  font-size: 30px;
  font-weight: 800;
  text-align: center;
  display: inline-block;
  line-height: 1.1;
  line-height: 24px;
  font-family: "Ginto", Arial, sans-serif;
  line-height: 24px;
  color: #2f2f2f;
  width: 262px;
  height: 128px;
  vertical-align: super;
  padding-top: 22px;
  line-height: 1.1;
}

.item-offer-bonus-container {
  margin: 0 auto;
}

.item-offer-separator-container.inline-block.md-hidden {
  display: none;
}

.item-offer-bonus-container {
  position: relative;
  margin-left: 5px;
  margin-right: 25px;
  height: 90%;
  width: 250px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: space-around;
}

.item-offer-bonus-text {
  position: relative;
  width: 600px;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-content: center;
  justify-content: space-around;
  font-family: "Ginto", 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: 18px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 20px;
  padding-top: 10px;
  line-height: 26px;
}

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

.item-offer-bonus {
  background: #25c30a 0 0 no-repeat padding-box;
  border-radius: 8px;
  opacity: 1;
  width: 245px;
  height: auto;
  font-size: 29px;
  letter-spacing: -0.58px;
  color: #fff;
  padding: 12px 40px;
  font-weight: 800;
  font-family: "Ginto", sans-serif;
}

.item-offer-bonus {
  background: #ff0000 0 0 no-repeat padding-box;
  flex: 1;
  opacity: 1;
  width: 253px;
  height: 59px;
  display: flex;
  font-size: 20px !important;
  color: #fff;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  font-style: normal;
  font-weight: 700;
  font-size: 26px;
  line-height: 30px;
  display: flex;
  align-items: center;
  text-align: center;
  font-weight: 800;
  font-family: "Ginto", sans-serif;
  box-shadow: 0px 0px 13px rgb(255 0 0 / 76%);
  border-radius: 100px;
}

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

.logo-operator {
  width: 175px;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  position: relative;
  margin: auto;
}

img.logo-operator {
  display: none;
}

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

.star-full,
.star-half {
  display: inline-block;
  position: relative;
  width: 32px;
  height: 32px;
}

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

.star-empty {
  display: inline-block;
  position: relative;
  background-size: contain;
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
}

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

.footer-content { text-align:center;
  position: relative;
  width: 900px;
  margin: 0 auto;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 22px;
  letter-spacing: 0.2px;
  color: #ffffff;
  padding-bottom: 50px;
}

.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: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 101;
}

.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: flex-end;
  flex-direction: row-reverse;
  align-items: stretch;
  align-content: center;
  width: 95%;
  margin-top: 5px;
  flex: 1;
}

.stars-mobile {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-content: center;
  height: 100%;
  align-items: flex-end;
  justify-content: space-between;
  margin-left: 5px;
  align-self: center;
  background: #ffffff;
  border: 1px solid #d6d7db;
  border-radius: 25px;
  padding: 3px;
}

@-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;
  font-family: Arial, sans-serif;
}

footer a {
  text-decoration: none;
}

footer .container {
  position: relative;
  width: 900px;
  margin: 0 auto;
  padding: 47px 0;
  padding-top: 0;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 22px;
  letter-spacing: 0.2px;
  color: #fff;
}

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

.item-offer-bonus:hover {
  background-color: #bfb131;
}

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

.item-offer-score.description {
  padding: 5px !important;
}

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

.item-offer-separator {
  background-color: #e8e8e8;
  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: 22px;
  margin-right: 22px;
}

.inline-block {
  display: inline-block;
}

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

span.tag-text-color {
  text-transform: uppercase;
}

img.animate-fly.absolute.top-0.md\:-right-\[10\%\] {
  width: 436px;
  /* left: 66px; */
  right: -11px;
}

img#heroImg {
  padding-top: 15px;
}

.item-offer-separator-container.mobile.inline-block.lg-hidden {
  display: none;
}

.item-offer-bonus-line.line-1.mobile {
  flex: 0 0 100%;
  padding-top: 17px;
  padding-bottom: 15px;
}

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

div#emailForm {
  margin: 0 auto;
  position: relative;
  margin-block: 40px;
}

h2.yTitle {
  font-family: "Ginto";
  font-style: normal;
  font-weight: 900;
  font-size: 48px;
  line-height: 1;
  text-align: center;
  color: #FEA726;
  margin-bottom: 6px;
}

h3.wDesc {
  font-family: "Ginto";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  text-shadow: 2px 3px 3px #000;
  text-align: center;
  color: #fff;
  line-height: 1.1;
  margin-top: 0;
}

.myInput {
  background: #ededed;
  border: 1px solid #fff;
  border-radius: 34px;
  width: 765px;
  margin-bottom: 20px;
  margin: 0 auto;
  border-radius: 50px;
}

.myInput form {
  display: flex;
  align-items: center;
}

input[type="text"] {
  font-family: "Ginto";
  font-style: normal;
  font-weight: 300;
  font-size: 25px;
  line-height: 150%;
  text-align: left;
  color: #000;
  padding-left: 30px;
}

input[type="text"] {
  box-sizing: border-box;
  width: 70%;
  height: 63px;
  background: #ededed;
  border-radius: 34px;
}

#emailForm button {
  margin-left: auto;
  margin-right: 8px;
}

#emailForm button {
  cursor: pointer;
  width: 180px;
  /* height: 47px; */
  background: #FEA726;
  border-radius: 100px;
  color: #000;
  font-style: normal;
  font-weight: 800;
  font-family: Ginto, sans-serif;
  font-size: 20px;
  line-height: 1.2;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  padding: 10px;
}

.small-text {
  color: white;
  font-size: 12px;
  margin-top: 10px;
  text-align: center;
}

.hero_img_container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.hero_img_container .img_container {
  width: 50%;
  height: 100%;
}

.hero_img_container .img_container img {
  object-fit: cover;
  animation: zoomIn 6s ease-in-out;
}

@keyframes zoomIn {
  from {
    transform: scale(0.5);
  }

  to {
    transform: scale(1);
  }
}

.hero_img_container .relative_container {
  width: 95%;
  position: relative;
}

.hero_img_container .relative_container img {
  position: absolute;
  width: 8vw;
  max-width: 80px;
  top: -100px;
  animation: floatAndRotate 6s ease-in-out infinite;
  transform-origin: center;
}

@keyframes floatAndRotate {
  0% {
    transform: rotate(-3deg) translateY(0);
  }

  50% {
    transform: rotate(3deg) translateY(-10px);
  }

  100% {
    transform: rotate(-3deg) translateY(0);
  }
}

.hero_img_container .relative_container .hero1 {
  left: 0;
}

.hero_img_container .relative_container .hero2 {
  right: 0;
}

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

  .hero_img_container .relative_container img {
    top: -50px;
  }
}

@media (max-width: 1024px) {
  .myInput {
    margin-bottom: 10px !important;
    width: 100% !important;
    border-radius: 11px;
  }

  h2.yTitle {
    font-weight: 900;
    font-size: 22px;
    line-height: 1.1;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    padding-top: 10px;
  }
}

@media (max-width: 768px) {
  .item-offer-score {
    font-size: 12px;
  }

  .girls {
    margin-top: -70px;
    margin-bottom: 140px;
  }

  .item-offer,
  .item-offer-score {
    /* position: relative; */
    /* display: flex; */
    /* align-items: center; */
    /* height: auto !important; */
    flex-wrap: wrap;
    /* background: #FFFFFF; */
    /* border-radius: 20px; */
  }

  div#logoMobile {
    padding: 1px;
  }

  h2 {
    font-weight: 700;
    font-size: 32px;
    line-height: 36px;
    letter-spacing: 0.2px;
    text-transform: uppercase;
  }

  .relative.text-center.md\:pl-8 {
    margin-top: -25px;
  }

  div#toplist {
    margin-top: -60px;
  }

  svg.mt-8.inline-block.w-72.rotate-\[8deg\].sm\:w-full.lg\:w-\[24rem\].xl\:w-\[24rem\] {
    margin-top: -50px;
  }

  body {
    background-repeat: no-repeat !important;
    height: 100%;
    background-position: top !important;
    background-image: url(img/hero/bg-mobile.jpg) !important;
  }

  .item-offer,
  .item-offer-score {
    background: #ffffff;
    box-shadow: 0px 1px 4px rgb(0 0 0 / 25%);
    border-radius: 22px;
  }

  .items-container {
    background: transparent;
  }

  .logo-container {
    display: flex;
    flex-wrap: wrap;
  }

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

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

  .item-offer-separator.mobile {
    background-color: #707070;

    height: 100%;
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: #434343;
  }

  .description {
    text-align: left;
    line-height: 15px;
    font-family: "Ginto", Arial, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 130%;
    margin-top: inherit;
    white-space: break-spaces;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    min-height: 77px;
    letter-spacing: 0;
    overflow: hidden;
    text-overflow: clip;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
  }

  .item-offer-score-mobile {
    display: flex;
    margin-left: 10px;
    font-family: "Ginto", Arial, sans-serif;
    font-style: normal;
    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;
  }

  .page_title_container {
    padding-top: 40px;
  }

  .hero_img_container {
    padding-bottom: 100px;
  }

  .hero_img_container .relative_container img {
    top: -30px;
  }

  .hero_img_container .img_container {
    width: 90%;
  }
}

@media (max-width: 576px) {
  button#registration-form-submit-mobile {
    max-width: 200px;
    margin-inline: auto;
  }

  .relative.text-center.md\:pl-8 {
    margin-top: -60px;
    margin-bottom: 10px;
  }

  .w-72 {
    width: 14rem !important;
  }

  .animate-fly {
    width: 85%;
    left: 0;
    top: 0;
    margin: auto;
  }

  p.site-text {
    line-height: 1.1 !important;
  }

  .myInput input[type="text"] {
    height: auto;
    font-size: 20px;
    border-radius: 100px;
    text-align: center;
    color: #737373;
    padding: 6px 10px;
  }

  .myInput input[type="text"]::placeholder {
    font-size: 14px;
    text-align: left;
    color: #737373;
    padding-left: 0;
    vertical-align: middle;
    font-weight: 600;
  }

  h3.wDesc {
    margin-bottom: 10px;
    font-weight: 500;
  }

  button#registration-form-submit {
    height: 45px;
    line-height: 1.1;
  }
}

#nav-content-mobile {
  display: none;
}
