/* open-sans-regular - latin */
@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');
    /* IE9 Compat Modes */
    src: local(''),
        url('assets/fonts/open-sans-v29-latin-regular.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('assets/fonts/open-sans-v29-latin-regular.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('assets/fonts/open-sans-v29-latin-regular.woff') format('woff'),
        /* Modern Browsers */
        url('assets/fonts/open-sans-v29-latin-regular.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('assets/fonts/open-sans-v29-latin-regular.svg#OpenSans') format('svg');
    /* Legacy iOS */

}

/* open-sans-800 - latin */
@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');
    /* IE9 Compat Modes */
    src: local(''),
        url('assets/fonts/open-sans-v29-latin-800.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('assets/fonts/open-sans-v29-latin-800.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('assets/fonts/open-sans-v29-latin-800.woff') format('woff'),
        /* Modern Browsers */
        url('assets/fonts/open-sans-v29-latin-800.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('assets/fonts/open-sans-v29-latin-800.svg#OpenSans') format('svg');
    /* Legacy iOS */
}

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

[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: .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: #323232;
    color: #bfbfbf;
    font-family: "Open Sans", 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(assets/bg-casino.webp)
}

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

section.terms {
    position: relative;
    background: #fff;
    text-align: left;
    /* width: 100%; */
    padding: 40px;

}

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

@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;
    text-transform: uppercase;
    line-height: normal;
    letter-spacing: -.32px;
    color: #fff;
    font-weight: 900;
    position: relative;
    top: -70px;
    transition: top .1275s ease 0s
}

.cta:hover {
    top: -65px
}

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

.items-header {
    position: relative;
    height: 30px;
    font-weight: 800;
    font-size: 15px;
    letter-spacing: -.3px;
    color: #bebcc2;
    text-transform: uppercase;
    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;
    text-transform: uppercase
}

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

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

/*! CSS Used from: https://tailwindsw.com/wp-content/plugins/cookie-law-info/public/css/cookie-law-info-gdpr.css?ver=2.0.9 ; media=all */
body {
    overflow-y: scroll;
    overflow-x: hidden;
    min-height: 100vh
}

footer {
    margin: 0 auto
}

/*! tailwindcss v2.2.15 | MIT License | https://tailwindcss.com*/
/*! modern-normalize v1.1.0 | MIT License | https://github.com/sindresorhus/modern-normalize */
*,
::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: -.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: .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%
}

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

.cta:hover {
    top: -65px
}

.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;
    margin-left: auto;
    margin-right: auto;
}

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: 13px;
    background-repeat: no-repeat;
    background-position: 0 0;
    z-index: 2;
    top: -14%;
    left: -10px;
    text-transform: uppercase;
    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%, .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: -.3px;
    color: #bebcc2;
    text-transform: uppercase;
    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: 260px;
    text-align: center
}

#bonus-last-updated-text {
    width: 255px;
    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: -15px;
    }


    .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: 176px;
        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: 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: 28px
    }

    .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: -.3px;
    color: #bebcc2;
    text-transform: uppercase;
    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;
    text-transform: uppercase
}

.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;
    text-transform: uppercase;
    text-shadow: 4px 2px 4px #000000;
}

.item-offer {
    background: #fff;
    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;
    flex-wrap: nowrap
}

.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: "Open Sans", Arial, sans-serif;
    line-height: 24px;
    color: #2f2f2f;
    width: 192px;
    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: "Open Sans", Arial, sans-serif
}

.item-offer-bonus-line {
    color: #434343;
    text-transform: uppercase;
    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
}

.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;
    text-transform: uppercase;
    letter-spacing: -.75px;
    line-height: 1.2;
}

.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: "Open Sans", sans-serif
}

.item-offer-bonus {
    background: #25c30a 0 0 no-repeat padding-box;
    border-radius: 8px;
    opacity: 1;
    width: 236px;
    height: 70px;
    display: flex;
    font-size: 22px;
    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;
    text-transform: uppercase;
    font-weight: 800;
    font-family: "Open Sans", 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
}

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

.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: 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: 50px 0;
    background: #fff
}

.footer-content {
    position: relative;
    width: 900px;
    margin: 0 auto;
    font-family: Gotham, sans-serif;
    font-size: 16px;
    color: #000;
    letter-spacing: -.36px
}

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

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

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

/*! CSS Used from: https://tailwindsw.com/wp-content/plugins/cookie-law-info/public/css/cookie-law-info-gdpr.css?ver=2.0.9 ; media=all */
.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: "Open Sans", Arial, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 20px
}

.item-offer-separator {
    background-color: #707070;
    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:768px) {
    .item-offer-score {
        font-size: 12px
    }

    body {
        background-size: auto;
    }

    .items-container {
        background: #f7f7f7
    }

    .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: 4%
    }

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

    .description {
        text-align: left;
        line-height: 15px;
        font-family: "Open Sans", 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: "Open Sans", 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
    }

    #content {
        min-height: 1000px
    }
}

/* ----------- TABLET" ----------- */

/* Portrait and Landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {

    body {
        background-size: contain;
    }



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