@import url(https://fonts.googleapis.com/css2?family=Lato&display=swap);

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

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

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

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

html {
    scroll-behavior: smooth;
}

a.tcurl {
    color: #065ae5
}

div#main-content {
    font-family: 'Open Sans';
}

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

h1.text-jacarta-700.font-display.mb-6.text-center.text-5xl.dark\:text-white.md\:text-left.lg\:text-6xl.xl\:text-7xl {
    color: #fff;
    font-family: Lato, sans-serif;
    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: Lato, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 26px;
    line-height: 26px;
    display: flex;
    align-items: center;
    letter-spacing: .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
}

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: .5rem
}

.mr-3 {
    margin-right: .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: .5
    }
}

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

@-webkit-keyframes bounce {

    0%,
    100% {
        transform: translateY(-25%);
        -webkit-animation-timing-function: cubic-bezier(.8, 0, 1, 1);
        animation-timing-function: cubic-bezier(.8, 0, 1, 1)
    }

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

@keyframes bounce {

    0%,
    100% {
        transform: translateY(-25%);
        -webkit-animation-timing-function: cubic-bezier(.8, 0, 1, 1);
        animation-timing-function: cubic-bezier(.8, 0, 1, 1)
    }

    50% {
        transform: none;
        -webkit-animation-timing-function: cubic-bezier(0, 0, .2, 1);
        animation-timing-function: cubic-bezier(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: .5rem;
    padding-right: .5rem
}

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

.py-2 {
    padding-top: .5rem;
    padding-bottom: .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: #000;
    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: -.75px
}

body.casino {
    background: url(https://www.bestbetting.guide/assets/bg-casino.webp)
}

body.sports {
    background: url(https://www.bestbetting.guide/assets/bg-sports.webp)
}

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

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

@media (max-width:1024px) {


    .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-background,
    .items-header {
        width: 100% !important
    }

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

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

    button#registration-form-submit {
        border-radius: 11px;
        width: 50%
    }

    .item-offer-bonus {
        border-radius: 11px
    }

    #logoMobile {
        padding: 1px
    }

    .myInput {
        margin-bottom: 10px !important;
        width: 100% !important;
        border-radius: 11px;
    }

    .item-offer-bonus,
    .myInput input[type=text] {
        border-radius: 11px;
    }
}


#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: -.32px;
    color: #fff;
    font-weight: 900;
    position: relative;
    top: -35px;
    transition: top .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: -.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%, .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
}

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

sub {
    bottom: -.25em
}

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

span.terms {
    font-family: Lato;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #606060;
    padding: 8px 20px;
    display: flex;
}

span.termsUnderToplist {
    font-family: Lato;
    font-style: normal;
    font-weight: 300;
    font-size: 11px;
    line-height: 111%;
    display: flex;
    align-items: center;
    text-align: center;
    color: #fff;
    padding: 20px;
    width: 80%;
    margin: 0 auto
}

input:focus {
    outline: 0
}

button#registration-form-submit {
    cursor: pointer
}

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

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

input[type=text]::placeholder {
    font-family: Lato;
    font-style: normal;
    font-weight: 300;
    font-size: 25px;
    line-height: 150%;
    text-align: left;
    color: #0b0b0b;
    padding-left: 10px
}

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

.myInput form button {
    margin-left: auto;
    margin-right: 8px
}

div#emailForm {
    margin: 0 auto;
    position: relative;
    margin-bottom: 80px
}

h3.wDesc {
    font-family: Lato;
    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;
}

button,
input {
    vertical-align: middle
}

h2.yTitle {
    font-family: Lato;
    font-style: normal;
    font-weight: 900;
    font-size: 48px;
    line-height: 1;
    text-align: center;
    color: #fde312;
    text-shadow: 2px 3px 3px #000;
    margin-bottom: 6px;
}

button {
    width: 180px;
    /* height: 47px; */
    background: #56b41c;
    border-radius: 100px;
    color: #fff;
    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;
}

.item-offer-bonus-text.md-hidden {
    margin-top: 20px
}

hr {
    position: relative;
    width: 100%;
    height: 1px;
    left: 0;
    background-color: #e8e8e8;
    margin: 0 auto
}

*,
::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
}

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: .5
    }
}

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

@-webkit-keyframes bounce {

    0%,
    100% {
        transform: translateY(-25%);
        -webkit-animation-timing-function: cubic-bezier(.8, 0, 1, 1);
        animation-timing-function: cubic-bezier(.8, 0, 1, 1)
    }

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

@keyframes bounce {

    0%,
    100% {
        transform: translateY(-25%);
        -webkit-animation-timing-function: cubic-bezier(.8, 0, 1, 1);
        animation-timing-function: cubic-bezier(.8, 0, 1, 1)
    }

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

.py-1 {
    padding-top: .25rem;
    padding-bottom: .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%;
    top: -6px
}

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

.cta:hover {
    top: -30px
}

.cta.active {
    background-color: #56b41c;
    color: #fff
}

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

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

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

.flag {
    position: absolute;
    width: auto;
    height: auto;
    text-align: left;
    font-size: 12px;
    background-repeat: no-repeat;
    background-position: 0 0;
    z-index: 2;
    top: -5%;
    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: -10px
}

.items-background {
    position: absolute;
    width: 1060px;
    height: 100%;
    overflow: visible;
    background: hsla(0, 0%, 100%, .1);
    z-index: -1;
    top: 34px;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: none;
}
ul.clearfix {
    padding-left: 0 !important;
}
.items-header {
    position: relative;
    height: 30px;
    font-weight: 800;
    font-size: 15px;
    letter-spacing: -.3px;
    color: #bebcc2;
    opacity: 1;
    width: 1024px;
    margin: 0 auto
}

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

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

    .flag.mobile {
        top: -2%;
        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: -12px;
        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
    }

    .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: 50% !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: 27px
    }

    .item-offer-bonus-line.line-2.mobile {
        font-size: 18px;
        font-weight: 500;
        letter-spacing: 0;
        display: -webkit-box;
        overflow: hidden;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }


    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: -.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: #ededed;
    width: 1024px;
    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;
    background: #fff;
    border-radius: 20px
}

.item-offer-score {
    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: 205px;
    height: 128px;
    vertical-align: super;
    padding-top: 22px;
    line-height: 1.1
}

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

.item-offer-bonus-container {
    position: relative;
    height: 90%;
    width: 230px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: space-around
}

.item-offer-bonus-text {
    position: relative;
    width: 300px;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-content: center;
    justify-content: space-around;
    font-family: Ginto, Arial, sans-serif;
    text-transform: uppercase;
}

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

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

.star-container {
    margin-top: 10px;
}

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

.item-offer-bonus-line.line-3 {
    font-size: 15px;
    font-weight: 500;
    letter-spacing: -.75px;
    text-transform: none;
    font-style: normal;
    letter-spacing: -.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: -.58px;
    color: #fff;
    padding: 12px 40px;
    font-weight: 800;
    font-family: Ginto, sans-serif
}

.item-offer-bonus {
    background: #56b41c 0 0 no-repeat padding-box;
    border-radius: 30px;
    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
}

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

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

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

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

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

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

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

.footer-content {
    position: relative;
    width: 900px;
    margin: 0 auto;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 11px;
    line-height: 17px;
    letter-spacing: .2px;
    color: #fff;
    /* padding: 10px; */
    padding-bottom: 50px;
    /*    background-color: #1E2AA9;*/
}

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

.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: #fff;
    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;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 11px;
    line-height: 17px;
    letter-spacing: .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: 12px;
    margin-right: 12px
}

.inline-block {
    display: inline-block
}

@media (max-width:991px) {
    .p-0 {
        padding: 0 !important;
    }

    h1.text-jacarta-700.font-display.mb-6.text-center.text-5xl.dark\:text-white.md\:text-left.lg\:text-6xl.xl\:text-7xl {
        margin-bottom: 3px !important;
    }

    div#topBar {
        padding: 4px 10px;
        display: flex;
    }

    div#topBar > .lg-hidden {
        display: flex;
        align-items: center;
    }

    main {
        width: 100% !important;
    }

    #header {
        width: 40%;
        margin-left: auto;
        margin-right: unset;
    }

    .right-0 {
        right: 0;
    }

    .cta {
        padding: 10px 15px;
    }

    #nav-content {
        padding: 0 !important;
        bottom: 0;
        top: unset;
        margin-block: 5px;
        position: unset;
    }

    #nav-content > ul {
        list-style: none;
        display: flex;
        padding-left: 0 !important;
    }

    .logo {
        margin: 0px auto;
    }

    .col-span-6.xl\:col-span-6 {
        margin-top: 0 !important;
    }

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

    span.termsUnderToplist {
        width: 100%
    }

    button#registration-form-submit {
        border-radius: 11px;
        width: 100%;
        color: #fff;
        height: 63px;
    }

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

    .myInput {
        margin-bottom: 10px;
        width: 100%
    }

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

    input[type=text] {
        box-sizing: border-box;
        width: 100%;
        height: 63px;
        background: #ededed;
        border-radius: 11px;
        padding: 10px;
    }

    span.terms {
        font-family: Lato;
        font-style: normal;
        font-weight: 400;
        font-size: 12px;
        line-height: 111%;
        display: inline-block;
        align-items: center;
        color: #606060;
        padding: 10px;
        gap: 5px;
        flex-wrap: wrap;
    }

    hr {
        position: relative;
        width: 100%;
        height: 1px;
        background-color: #e8e8e8;
        margin: 0 auto;
        margin-top: 20px
    }

    div#logoMobile {
        padding: 1px
    }

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



    body {
        /* background-size: auto !important; */
        background-repeat: no-repeat !important;
        height: 100%
    }

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

    .items-container {
        background: 0 0
    }

    .logo-container {
        width: 34% !important
    }

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

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

    .item-offer-separator.mobile {
        background-color: #707070;
        width: 1px;
        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
    }
}

@media(max-width:576px) {
    .relative.text-center.md\:pl-8 {
        margin-top: -60px;
        margin-bottom: 10px;
    }

    div#toplist {
        margin-top: -80px
    }

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

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

    .toplistTerms .terms {
        padding-bottom: 0;
    }
    hr{
        margin-top: 12px;
    }
    span.terms {
        font-family: Lato;
        font-style: normal;
        font-weight: 400;
        font-size: 12px;
        line-height: 111%;
        display: inline-block;
        align-items: center;
        color: #606060;
        padding: 10px 10px 0;
        gap: 5px;
        flex-wrap: wrap;
    }
    .item-offer-bonus-line.line-1.mobile {
        font-size: 20px;
        font-weight: 700 !important;
    }
    .item-offer-bonus-line.line-2.mobile{
        font-size: 17px;
    }
}

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

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

.d-block {
    display: block;
}

span.terms a {
    padding-left: 2px;
    white-space: nowrap;
}

ul {
    list-style-type: disc !important;
    /* Sets the bullet style to a solid disc */
    padding-left: 20px!important;
    /* Adds left padding to the list */
    margin: 20px 0;
    /* Adds margin above and below the list */
}

li {
    list-style: none;
    font-size: 16px;
    /* Sets the font size for list items */
    line-height: 1.5;
    /* Adds space between lines */
    color: #fff;
    /* Sets the text color */
    padding: 5px 0;
    /* Adds vertical padding to each list item */
}

li strong {
    color: #fff;
    /* Sets the color of the strong text */
}
@media(max-width:380px){
    .cta{
        font-size: 14px;
    }
}