@font-face {
  font-family: "Poppins";
  src: url('../fonts/Poppins/Poppins-Regular.ttf')
}

* {
  font-family: "Poppins" !important
}

img:is([sizes=auto i], [sizes^="auto," i]) {
  contain-intrinsic-size: 3000px 1500px
}

.tw-pointer-events-none {
  pointer-events: none
}

.tw-pointer-events-auto {
  pointer-events: auto
}

.tw-absolute {
  position: absolute
}

.tw-relative {
  position: relative
}

.tw-left-0 {
  left: 0
}

.tw-right-0 {
  right: 0
}

.tw-bottom-0 {
  bottom: 0
}

.tw-top-0 {
  top: 0
}

.tw-z-\[1\] {
  z-index: 1
}

.-tw-z-\[1\] {
  z-index: -1
}

.tw-order-\[-1\] {
  order: -1
}

.tw-my-\[8px\] {
  margin-bottom: 8px;
  margin-top: 8px
}

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

.tw-mb-\[40px\] {
  margin-bottom: 40px
}

.\!tw-mb-0 {
  margin-bottom: 0 !important
}

.tw-mt-\[16px\] {
  margin-top: 16px
}

.tw-mb-\[12px\] {
  margin-bottom: 12px
}

.tw-mt-\[10px\] {
  margin-top: 10px
}

.tw-mb-\[20px\] {
  margin-bottom: 20px
}

.tw-mb-0 {
  margin-bottom: 0
}

.tw-mb-\[5px\] {
  margin-bottom: 5px
}

.tw-mt-\[17px\] {
  margin-top: 17px
}

.tw-mb-\[2px\] {
  margin-bottom: 2px
}

.tw-mt-\[8px\] {
  margin-top: 8px
}

.tw-mt-\[12px\] {
  margin-top: 12px
}

.tw-mb-\[11px\] {
  margin-bottom: 11px
}

.tw-mt-\[5px\] {
  margin-top: 5px
}

.tw-block {
  display: block
}

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

.tw-flex {
  display: flex
}

.tw-hidden {
  display: none
}

.tw-h-full {
  height: 100%
}

.tw-h-\[24px\] {
  height: 24px
}

.tw-h-fit {
  height: -moz-fit-content;
  height: fit-content
}

.tw-h-\[15px\] {
  height: 15px
}

.tw-h-\[128px\] {
  height: 128px
}

.tw-h-\[40px\] {
  height: 40px
}

.tw-h-\[60px\] {
  height: 60px
}

.tw-h-\[48px\] {
  height: 48px
}

.tw-h-\[22px\] {
  height: 22px
}

.tw-h-\[105px\] {
  height: 105px
}

.tw-max-h-\[30px\] {
  max-height: 30px
}

.tw-max-h-\[65px\] {
  max-height: 65px
}

.tw-w-full {
  width: 100%
}

.tw-w-\[24px\] {
  width: 24px
}

.tw-w-\[15px\] {
  width: 15px
}

.tw-w-\[100\%\] {
  width: 100%
}

.tw-w-\[40\%\] {
  width: 40%
}

.tw-w-\[60\%\] {
  width: 60%
}

.tw-w-\[1px\] {
  width: 1px
}

.tw-w-\[144px\] {
  width: 144px
}

.tw-w-\[54px\] {
  width: 54px
}

.tw-w-\[48px\] {
  width: 48px
}

.tw-w-\[50\%\] {
  width: 50%
}

.tw-max-w-\[70\%\] {
  max-width: 70%
}

.tw-max-w-full {
  max-width: 100%
}

.tw-cursor-pointer {
  cursor: pointer
}

.tw-flex-col {
  flex-direction: column
}

.tw-flex-col-reverse {
  flex-direction: column-reverse
}

.tw-flex-wrap {
  flex-wrap: wrap
}

.tw-place-items-center {
  place-items: center
}

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

.tw-items-baseline {
  align-items: baseline
}

.tw-justify-center {
  justify-content: center
}

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

.tw-justify-around {
  justify-content: space-around
}

.tw-gap-\[16px\] {
  gap: 16px
}

.tw-gap-\[2px\] {
  gap: 2px
}

.tw-gap-\[4px\] {
  gap: 4px
}

.tw-overflow-hidden {
  overflow: hidden
}

.tw-rounded-\[10px\] {
  border-radius: 10px
}

.tw-rounded-\[8px\] {
  border-radius: 8px
}

.tw-rounded-2xl {
  border-radius: 1rem
}

.tw-rounded-\[6px\] {
  border-radius: 6px
}

.tw-rounded-t-\[8px\] {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px
}

.tw-rounded-b-\[8px\] {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px
}

.tw-rounded-br-\[16px\] {
  border-bottom-right-radius: 16px
}

.tw-rounded-bl-\[16px\] {
  border-bottom-left-radius: 16px
}

.tw-rounded-tl-\[16px\] {
  border-top-left-radius: 16px
}

.tw-rounded-tr-\[16px\] {
  border-top-right-radius: 16px
}

.tw-border,
.tw-border-\[1px\] {
  border-width: 1px
}

.tw-border-b-\[1px\] {
  border-bottom-width: 1px
}

.tw-border-solid {
  border-style: solid
}

.tw-border-dashed {
  border-style: dashed
}

.tw-border-none {
  border-style: none
}

.tw-border-\[\#FFC63B\] {
  --tw-border-opacity: 1;
  border-color: rgb(255 198 59/var(--tw-border-opacity))
}

.tw-border-\[\#1B243A\] {
  --tw-border-opacity: 1;
  border-color: rgb(28 31 51/var(--tw-border-opacity))
}

.tw-border-ppc-dark-grey {
  --tw-border-opacity: 1;
  border-color: rgb(47 51 78/var(--tw-border-opacity))
}

.tw-bg-\[\#262A40\] {
  --tw-bg-opacity: 1;
  background-color: rgb(38 42 64/var(--tw-bg-opacity))
}

.tw-bg-\[\#2F334E\] {
  --tw-bg-opacity: 1;
  background-color: #1B243A;
}

.tw-bg-\[\#454A714D\] {
  background-color: #454a714d
}

.tw-bg-\[\#363A59\] {
  --tw-bg-opacity: 1;
  background-color: rgb(54 58 89/var(--tw-bg-opacity))
}

.tw-bg-\[\#ff0059\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 0 78/var(--tw-bg-opacity))
}

.tw-bg-\[\#262a40\] {
  --tw-bg-opacity: 1;
  background-color: rgb(38 42 64/var(--tw-bg-opacity))
}

.tw-bg-\[\#1B243A\],
.tw-bg-ppc-dark-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(28 31 51/var(--tw-bg-opacity))
}

.tw-bg-\[\#2f334e\] {
  --tw-bg-opacity: 1;
  background-color: #1B243A;
}

.tw-bg-cover {
  background-size: cover
}

.tw-bg-\[length\:17px_17px\] {
  background-size: 17px 17px
}

.tw-bg-left {
  background-position: 0
}

.tw-bg-no-repeat {
  background-repeat: no-repeat
}

.tw-object-contain {
  object-fit: contain
}

.tw-object-right-top {
  object-position: right top
}

.tw-p-\[16px\] {
  padding: 16px
}

.tw-p-\[8px\] {
  padding: 8px
}

.tw-p-\[24px_24px_16px_24px\] {
  padding: 24px 24px 16px
}

.tw-p-\[0_24px_24px\] {
  padding: 0 24px 24px
}

.tw-p-0 {
  padding: 0
}

.tw-px-\[13px\] {
  padding-left: 13px;
  padding-right: 13px
}

.tw-py-1\.5 {
  padding-bottom: .375rem;
  padding-top: .375rem
}

.tw-px-4 {
  padding-left: 1rem;
  padding-right: 1rem
}

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

.tw-px-\[12px\] {
  padding-left: 12px;
  padding-right: 12px
}

.tw-py-\[16px\] {
  padding-bottom: 16px;
  padding-top: 16px
}

.tw-px-\[18px\] {
  padding-left: 18px;
  padding-right: 18px
}

.tw-px-\[9px\] {
  padding-left: 9px;
  padding-right: 9px
}

.tw-py-\[4\.5px\] {
  padding-bottom: 4.5px;
  padding-top: 4.5px
}

.tw-px-\[5px\] {
  padding-left: 5px;
  padding-right: 5px
}

.tw-pt-\[8px\] {
  padding-top: 8px
}

.tw-pb-\[9px\] {
  padding-bottom: 9px
}

.tw-pb-\[40px\] {
  padding-bottom: 40px
}

.tw-pt-\[18px\] {
  padding-top: 18px
}

.tw-pb-\[3px\] {
  padding-bottom: 3px
}

.tw-pb-1 {
  padding-bottom: .25rem
}

.tw-pl-6 {
  padding-left: 1.5rem
}

.tw-pb-\[12px\] {
  padding-bottom: 12px
}

.tw-text-left {
  text-align: left
}

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

.tw-font-poppins {
  font-family: Poppins
}

.\!tw-font-poppins {
  font-family: Poppins !important
}

.\!tw-text-\[16px\] {
  font-size: 16px !important
}

.tw-text-\[28px\] {
  font-size: 28px
}

.\!tw-text-\[14px\] {
  font-size: 14px !important
}

.\!tw-text-\[20px\] {
  font-size: 20px !important
}

.tw-text-\[16px\] {
  font-size: 16px
}

.\!tw-text-\[10px\] {
  font-size: 10px !important
}

.tw-text-\[36px\] {
  font-size: 36px
}

.tw-text-\[24px\] {
  font-size: 24px
}

.tw-text-base {
  font-size: 1rem;
  line-height: 1.5rem
}

.tw-text-xs {
  font-size: .75rem;
  line-height: 1rem
}

.tw-text-\[10px\] {
  font-size: 10px
}

.tw-text-\[14px\] {
  font-size: 14px
}

.tw-text-\[18px\] {
  font-size: 18px
}

.tw-font-extrabold {
  font-weight: 800
}

.tw-font-black {
  font-weight: 900
}

.\!tw-font-bold {
  font-weight: 700 !important
}

.tw-font-bold {
  font-weight: 700
}

.\!tw-font-normal {
  font-weight: 400 !important
}

.tw-font-semibold {
  font-weight: 600
}

.tw-font-normal {
  font-weight: 400
}

.tw-font-medium {
  font-weight: 500
}

.tw-uppercase {
  text-transform: uppercase
}

.tw-leading-\[24px\] {
  line-height: 24px
}

.\!tw-leading-\[21px\] {
  line-height: 21px !important
}

.\!tw-leading-\[20px\] {
  line-height: 20px !important
}

.\!tw-leading-\[12px\] {
  line-height: 12px !important
}

.tw-leading-\[30px\] {
  line-height: 30px
}

.tw-leading-\[1\.63\] {
  line-height: 1.63
}

.tw-leading-8 {
  line-height: 2rem
}

.tw-leading-\[11px\] {
  line-height: 11px
}

.tw-leading-\[1\.08\] {
  line-height: 1.08
}

.tw-tracking-\[0\.96px\] {
  letter-spacing: .96px
}

.tw-text-\[\#FFF\] {
  --tw-text-opacity: 1;
  color: rgb(255 255 255/var(--tw-text-opacity))
}

.\!tw-text-\[\#FFC63B\] {
  --tw-text-opacity: 1 !important;
  color: rgb(255 198 59/var(--tw-text-opacity)) !important
}

.tw-text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68/var(--tw-text-opacity))
}

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

.\!tw-text-\[\#99A5C5\] {
  --tw-text-opacity: 1 !important;
  color: rgb(153 165 197/var(--tw-text-opacity)) !important
}

.\!tw-text-white {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255/var(--tw-text-opacity)) !important
}

.\!tw-text-\[\#63BCFF\] {
  --tw-text-opacity: 1 !important;
  color: rgb(99 188 255/var(--tw-text-opacity)) !important
}

.tw-underline {
  text-decoration-line: underline
}

.tw-no-underline {
  text-decoration-line: none
}

.container,
.container-fluid {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%
}

@media(min-width:576px) {
  .container {
    max-width: 540px
  }
}

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

@media(min-width:992px) {
  .container {
    max-width: 960px
  }
}

@media(min-width:1200px) {
  .container {
    max-width: 1140px
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px
}

.col,
.col-12,
.col-lg-10,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-6,
.col-lg-8,
.col-lg-9,
.col-md-10,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-10,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8 {
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  width: 100%
}

.col {
  flex-basis: 0;
  flex-grow: 1
}

.col,
.col-12 {
  max-width: 100%
}

.col-12 {
  flex: 0 0 100%
}

@media(min-width:576px) {
  .col-sm-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%
  }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%
  }

  .col-sm-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%
  }

  .col-sm-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%
  }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%
  }

  .col-sm-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%
  }

  .col-sm-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%
  }

  .col-sm-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%
  }

  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%
  }
}

@media(min-width:768px) {
  .col-md-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%
  }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%
  }

  .col-md-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%
  }

  .col-md-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%
  }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%
  }

  .col-md-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%
  }

  .col-md-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%
  }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%
  }

  .col-md-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%
  }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%
  }
}

@media(min-width:992px) {
  .col-lg-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%
  }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%
  }

  .col-lg-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%
  }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%
  }

  .col-lg-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%
  }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%
  }

  .col-lg-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%
  }
}

.d-inline-block {
  display: inline-block !important
}

.d-block {
  display: block !important
}

.d-flex {
  display: flex !important
}

@media(min-width:576px) {
  .d-sm-inline-block {
    display: inline-block !important
  }

  .d-sm-block {
    display: block !important
  }
}

@media(min-width:768px) {
  .d-md-inline-block {
    display: inline-block !important
  }

  .d-md-block {
    display: block !important
  }
}

@media(min-width:992px) {
  .d-lg-inline-block {
    display: inline-block !important
  }

  .d-lg-block {
    display: block !important
  }
}

@media(min-width:1200px) {
  .d-xl-inline-block {
    display: inline-block !important
  }

  .d-xl-block {
    display: block !important
  }
}

@media print {
  .d-print-inline-block {
    display: inline-block !important
  }

  .d-print-block {
    display: block !important
  }
}

.text-left {
  text-align: left !important
}

.text-right {
  text-align: right !important
}

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

.text-uppercase {
  text-transform: uppercase !important
}

.text-capitalize {
  text-transform: capitalize !important
}

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

html {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  font-family: sans-serif;
  line-height: 1.15
}

article,
aside,
footer,
header,
main,
nav,
section {
  display: block
}

body {
  background-color: #fff;
  color: #212529;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, Liberation Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
  text-align: left
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important
}

hr {
  box-sizing: initial;
  height: 0;
  overflow: visible
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: .5rem;
  margin-top: 0
}

dl,
ol,
p,
ul {
  margin-bottom: 1rem;
  margin-top: 0
}

ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0
}

dt {
  font-weight: 700
}

dd {
  margin-bottom: .5rem;
  margin-left: 0
}

b,
strong {
  font-weight: bolder
}

small {
  font-size: 80%
}

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

sub {
  bottom: -.25em
}

sup {
  top: -.5em
}

a {
  background-color: #0000;
  color: #007bff;
  text-decoration: none
}

a:hover {
  color: #0056b3;
  text-decoration: underline
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none
}

code,
pre {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
  font-size: 1em
}

pre {
  -ms-overflow-style: scrollbar;
  margin-bottom: 1rem;
  margin-top: 0;
  overflow: auto
}

img {
  border-style: none
}

img,
svg {
  vertical-align: middle
}

svg {
  overflow: hidden
}

table {
  border-collapse: collapse
}

caption {
  caption-side: bottom;
  color: #6c757d;
  padding-bottom: .75rem;
  padding-top: .75rem;
  text-align: left
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent
}

label {
  display: inline-block;
  margin-bottom: .5rem
}

button {
  border-radius: 0
}

button:focus:not(:focus-visible) {
  outline: 0
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  margin: 0
}

button,
input {
  overflow: visible
}

button,
select {
  text-transform: none
}

[role=button] {
  cursor: pointer
}

select {
  word-wrap: normal
}

[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance: button
}

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
  cursor: pointer
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0
}

textarea {
  overflow: auto;
  resize: vertical
}

fieldset {
  border: 0;
  margin: 0;
  min-width: 0;
  padding: 0
}

legend {
  color: inherit;
  display: block;
  font-size: 1.5rem;
  line-height: inherit;
  margin-bottom: .5rem;
  max-width: 100%;
  padding: 0;
  white-space: normal;
  width: 100%
}

progress {
  vertical-align: initial
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto
}

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

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit
}

output {
  display: inline-block
}

summary {
  cursor: pointer;
  display: list-item
}

template {
  display: none
}

[hidden] {
  display: none !important
}

[class*=" icon-"],
[class^=icon-] {
  speak: none;
  font-feature-settings: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: icomoon !important;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  text-transform: none
}

.icon-menu_reviews:before {
  color: #cecfd0;
  content: ""
}

.icon-icon_autoplay:before {
  color: #888;
  content: ""
}

.icon-icon_mob:before {
  color: #888;
  content: ""
}

.icon-icon_multipliers:before {
  color: #888;
  content: ""
}

.icon-icon_progressiveslots:before {
  color: #888;
  content: ""
}

.icon-icon_scatters:before {
  color: #888;
  content: ""
}

.icon-icon_wilds:before {
  color: #888;
  content: ""
}

.icon-user_experience:before {
  content: ""
}

.icon-pricing:before {
  content: ""
}

.icon-popularity:before {
  content: ""
}

.icon-our_review:before {
  content: ""
}

.icon-features:before {
  content: ""
}

.icon-arrow_comparison:before {
  color: #555;
  content: ""
}

.icon-menu-best1:before {
  content: ""
}

.icon-menu-bonus1:before {
  content: ""
}

.icon-menu-slots:before {
  content: ""
}

.icon-icon_exclamation:before {
  content: ""
}

.icon-icon_lightbulb:before {
  content: ""
}

.icon-icon_quote:before {
  content: ""
}

.icon-point_mapleleaf:before {
  color: #b6b6b6;
  content: ""
}

.icon-checkmark-2:before {
  content: ""
}

.icon-mma:before {
  content: ""
}

.icon-scratch-card:before {
  content: ""
}

.icon-sic-bo:before {
  content: ""
}

.icon-filter-cookiecloser:before {
  content: ""
}

.icon-bingo:before {
  content: ""
}

.icon-5-line-bingo:before {
  content: ""
}

.icon-progressive-slots:before,
.icon-progressives:before {
  content: ""
}

.icon-e-mail:before {
  content: ""
}

.icon-ticket-system:before {
  content: ""
}

.icon-tablet:before {
  content: ""
}

.icon-android-app:before {
  content: ""
}

.icon-ios-app:before,
.icon-mac:before {
  content: ""
}

.icon-desktop:before {
  content: ""
}

.icon-video-poker:before {
  content: ""
}

.icon-progressive-slots2:before,
.icon-slots:before {
  content: ""
}

.icon-roulette:before {
  content: ""
}

.icon-arcade_games:before {
  content: ""
}

.icon-casino-hold-em:before {
  content: ""
}

.icon-chat-games:before,
.icon-live-chat:before {
  content: ""
}

.icon-expertly-reviewed:before {
  content: ""
}

.icon-article-icon-info:before {
  content: ""
}

.icon-article-like:before {
  content: ""
}

.icon-arrow-left:before {
  content: ""
}

.icon-arrow-right:before {
  content: ""
}

.icon-uk-licensed:before {
  content: ""
}

.icon-binfo-vip-programe:before {
  content: ""
}

.icon-winter-sports:before {
  content: ""
}

.icon-your-email:before {
  content: ""
}

.icon-your-message:before {
  content: ""
}

.icon-your-name:before {
  content: ""
}

.icon-quotes:before {
  content: ""
}

.icon-rating-empty:before {
  content: ""
}

.icon-article-star:before,
.icon-rating-full:before {
  content: ""
}

.icon-rating-half:before {
  content: ""
}

.icon-horse-racing:before {
  content: ""
}

.icon-rowing:before {
  content: ""
}

.icon-rugby:before {
  content: ""
}

.icon-sailing:before {
  content: ""
}

.icon-show-jumping:before {
  content: ""
}

.icon-snooker:before {
  content: ""
}

.icon-sort-by-arrow:before {
  content: ""
}

.icon-table-tennis:before {
  content: ""
}

.icon-tennis:before {
  content: ""
}

.icon-themed-games:before {
  content: ""
}

.icon-live-streaming:before {
  content: ""
}

.icon-motor-racing:before {
  content: ""
}

.icon-progresive-slot:before {
  content: ""
}

.icon-in-play-betting:before {
  content: ""
}

.icon-instant-play:before {
  content: ""
}

.icon-gaelic-games:before {
  content: ""
}

.icon-golf:before {
  content: ""
}

.icon-greyhound-racing:before {
  content: ""
}

.icon-filter-minus:before {
  content: ""
}

.icon-filter-plus:before {
  content: ""
}

.icon-financials:before {
  content: ""
}

.icon-football:before {
  content: ""
}

.icon-darts:before {
  content: ""
}

.icon-cancel---close:before {
  content: ""
}

.icon-cash-out-betting:before,
.icon-cashing-out:before {
  content: ""
}

.icon-casino:before {
  content: ""
}

.icon-checkmark:before {
  content: ""
}

.icon-reply:before {
  content: ""
}

.icon-craps:before {
  content: ""
}

.icon-cricket:before {
  content: ""
}

.icon-cycling:before {
  content: ""
}

.icon-baccarat:before {
  content: ""
}

.icon-badminton:before {
  content: ""
}

.icon-baseball:before {
  content: ""
}

.icon-basketball:before {
  content: ""
}

.icon-blackjack:before {
  content: ""
}

.icon-boxing:before {
  content: ""
}

.icon-american-football:before {
  content: ""
}

.icon-arrow:before {
  content: ""
}

.icon-article-comments:before {
  content: ""
}

.icon-article-sport:before,
.icon-betting:before {
  content: ""
}

.icon-athletics:before {
  content: ""
}

.icon-aussie-rules:before {
  content: ""
}

.icon-30-ball:before {
  content: ""
}

.icon-40-ball:before {
  content: ""
}

.icon-49-ball:before {
  content: ""
}

.icon-50-ball:before {
  content: ""
}

.icon-75-ball:before {
  content: ""
}

.icon-80-ball:before {
  content: ""
}

.icon-90-ball:before {
  content: ""
}

.icon-esports:before {
  content: ""
}

.icon-acca:before {
  content: ""
}

.icon-in-play-live-betting:before {
  content: ""
}

.icon-mma2:before {
  content: ""
}

.icon-formula-1:before {
  content: ""
}

.icon-non-sports-markets:before {
  content: ""
}

.icon-virtual-sports-betting:before {
  content: ""
}

.icon-menu-academy:before {
  content: ""
}

.icon-menu-bettings:before {
  content: ""
}

.icon-menu-bingo:before {
  content: ""
}

.icon-menu-blackjack:before {
  content: ""
}

.icon-menu-casino:before {
  content: ""
}

.icon-menu-casinoreviews:before {
  content: ""
}

.icon-menu-livecasino:before {
  content: ""
}

.icon-menu-more:before {
  content: ""
}

.icon-menu-more-filled:before {
  content: ""
}

.icon-menu-poker:before {
  content: ""
}

.icon-menu-roulette:before {
  content: ""
}

.icon-mobile-compatible:before,
.icon-mobile-site:before,
.icon-mobile:before,
.icon-telephone-free:before {
  content: ""
}

.icon-play-with-paypal:before {
  content: ""
}

.icon-scroll-down:before {
  content: ""
}

.icon-scroll-up:before {
  content: ""
}

.icon-vip-program:before {
  content: ""
}

.icon-dd_arrow:before {
  content: ""
}

.icon-download:before,
.icon-downloadable-software:before,
.icon-downloadable:before {
  content: ""
}

.icon-filter_arrows:before {
  content: ""
}

.icon-filter_bonus-update:before {
  content: ""
}

.icon-filter_clear:before {
  content: ""
}

.icon-form_email:before {
  content: ""
}

.icon-form_msg:before {
  content: ""
}

.icon-form_name:before {
  content: ""
}

.icon-instant-play2:before {
  content: ""
}

.icon-menu:before {
  content: ""
}

.icon-filter:before {
  content: ""
}

.icon-menu-horseracing:before {
  content: ""
}

.icon-menu-golf:before {
  content: ""
}

.icon-menu-bets:before {
  content: ""
}

.icon-menu-slots3:before {
  content: ""
}

.icon-live-dealer:before {
  content: ""
}

.icon-arrow_handwrite:before {
  content: ""
}

.icon-menu-slots22:before {
  content: ""
}

.icon-wimbledon:before {
  content: ""
}

.icon-menu-slots2:before {
  content: ""
}

.icon-menu-best:before {
  content: ""
}

.icon-menu-bonus:before {
  content: ""
}

.icon-plus:before {
  content: ""
}

.icon-minus:before {
  content: ""
}

@media(max-width:767px) {
  .hide-mobile {
    display: none !important
  }
}

@media(min-width:768px) {
  .hide-desktop {
    display: none !important
  }
}

@media(min-width:992px) {
  .show-ipad {
    display: none !important
  }
}

@media(max-width:991px) {
  .hide-ipad {
    display: none !important
  }
}

* {
  font-family: Roboto, sans-serif
}

b,
strong {
  font-weight: 500
}

h1 {
  font-size: 36px;
  font-weight: 400;
  line-height: .69;
  text-align: center
}

@media(max-width:1280px)and (max-height:750px)and (min-width:992px) {
  html {
    zoom: .75;
    -moz-transform: scale(.75);
    -moz-transform-origin: 0 0
  }

  @-moz-document url-prefix() {
    html {
      overflow-x: hidden;
      width: 135%
    }
  }
}

@media(min-width:990px) {
  .icon-mobile-only {
    display: none !important
  }
}

@media(min-width:1200px) {
  .tiny-container {
    width: 1000px
  }
}

.new-default-button {
  border: 1px solid #ffffff4f;
  border-radius: 3px;
  box-shadow: 0 2px 4px 0 #1c2c402b;
  color: #000;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  min-width: 185px;
  padding: 8px 20px 7px;
  text-transform: none
}

.new-default-button span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: .5s
}

.new-default-button span:after {
  content: "»";
  font-size: 16px;
  opacity: 0;
  position: absolute;
  right: -20px;
  top: -3px;
  transition: .5s
}

.new-default-button:hover {
  background-color: #ffd24d;
  box-shadow: 0 3px 8px 0 #1c2c4052;
  color: #000
}

.new-default-button:hover span {
  transform: translateX(-7.5px)
}

.new-default-button:hover span:after {
  opacity: 1;
  right: -15px
}

.new-default-button.legal {
  background-color: #f5c22a;
  display: inline-block;
  text-align: center
}

.new-default-button.green {
  background-color: #00b55d;
  color: #fff
}

.new-default-button.green:hover {
  background-color: #00994f
}

.new-default-button.single {
  display: table;
  margin: 30px auto;
  min-width: unset;
  text-align: center;
  text-decoration: none
}

.new-get-bonus-button {
  align-items: center;
  background-color: #83cd00;
  border: 1px solid #fff;
  border-radius: 3px;
  box-shadow: 0 2px 4px 0 #1c2c402b;
  color: #fff;
  display: flex;
  font-size: 16px;
  font-weight: 600;
  height: 42px;
  justify-content: center;
  transition: all .1s;
  width: 80%
}

.new-get-bonus-button span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: .3s
}

.new-get-bonus-button span:after {
  content: "»";
  font-size: 16px;
  opacity: 0;
  position: absolute;
  right: -20px;
  top: 0;
  transition: .5s
}

.new-get-bonus-button.mobile {
  background-image: linear-gradient(90deg, #77ba00, #94e700);
  box-shadow: 0 5px 7px 0 #00000038;
  width: 100%
}

.new-get-bonus-button.cross-banner {
  background: linear-gradient(90deg, #f8a800 0, #fbe000);
  box-shadow: 0 3px 8px 0 #1c2c4052
}

.new-get-bonus-button.cross-banner:hover {
  background: linear-gradient(270deg, #f8a800 0, #fbe000)
}

.new-get-bonus-button.cross-banner span {
  color: #0a0a0a
}

.new-get-bonus-button.single-color {
  background: #ffc73d;
  box-shadow: 0 3px 8px 0 #1c2c4052;
  width: 170px
}

.new-get-bonus-button.single-color:after {
  content: none !important
}

.new-get-bonus-button.single-color:hover {
  background: #ffcf06
}

.new-get-bonus-button.single-color span {
  color: #0a0a0a;
  padding: 0 !important
}

.new-get-bonus-button.red {
  background-image: linear-gradient(90deg, #dc2323, #ff5050);
  border: none;
  box-shadow: 0 5px 7px 0 #ff50504d
}

.new-get-bonus-button.red span {
  color: #fff
}

.new-get-bonus-button.red:hover {
  background-image: linear-gradient(270deg, #dc2323, #ff5050);
  box-shadow: 0 5px 7px 0 #ff50504d
}

.new-get-bonus-button.purple {
  background-image: linear-gradient(90deg, #622fb1, #a656fc);
  border: none;
  box-shadow: 0 5px 7px 0 #a555fb38
}

.new-get-bonus-button.purple:hover {
  background-image: linear-gradient(270deg, #622fb1, #a656fc);
  box-shadow: 0 5px 7px 0 #a555fb38
}

.new-get-bonus-button.purple span {
  color: #fff
}

.new-get-bonus-button.homepage {
  border: none;
  height: 40px;
  max-width: 197px;
  min-width: 85px
}

.new-get-bonus-button.tc {
  width: 72%
}

.new-get-bonus-button.rounded {
  border-radius: 25px
}

.new-get-bonus-button:focus,
.new-get-bonus-button:hover {
  background-color: #95df11;
  border: 1px solid #ffffff4f;
  box-shadow: 0 3px 8px 0 #1c2c4052;
  color: #fff;
  text-decoration: none
}

.new-get-bonus-button:focus span,
.new-get-bonus-button:hover span {
  padding-right: 15px
}

.new-get-bonus-button:focus span:after,
.new-get-bonus-button:hover span:after {
  opacity: 1;
  right: 0
}

.new-bonus-button {
  align-items: center;
  background-color: #2dca73;
  border: 1px solid #fff;
  border-radius: 3px;
  box-shadow: 0 2px 4px 0 #1c2c402b;
  display: flex;
  height: 37px;
  justify-content: center;
  margin-top: 8px;
  transition: all .1s;
  width: 89%
}

.new-bonus-button span {
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.57;
  position: relative;
  transition: .5s
}

.new-bonus-button span:after {
  content: "»";
  font-size: 16px;
  opacity: 0;
  position: absolute;
  right: -20px;
  top: -3px;
  transition: .5s
}

.new-bonus-button:focus,
.new-bonus-button:hover {
  text-decoration: none
}

.new-bonus-button:focus span,
.new-bonus-button:hover span {
  padding-right: 15px
}

.new-bonus-button:focus span:after,
.new-bonus-button:hover span:after {
  opacity: 1;
  right: 0
}

.smooth_scroller {
  align-items: center;
  background-color: #111;
  border: 2px solid #fff6;
  border-radius: 50%;
  bottom: 20px;
  box-shadow: 0 5px 13px 0 #0006;
  cursor: pointer;
  display: flex;
  height: 71px;
  justify-content: center;
  position: fixed;
  right: 16px;
  width: 71px;
  z-index: 150
}

.smooth_scroller svg {
  transform: rotate(180deg);
  width: 35%
}

.anchor-destination {
  display: block;
  position: relative;
  top: -58px;
  visibility: hidden
}

@media (-ms-high-contrast:none),
screen and (-ms-high-contrast:active) {
  html {
    overflow: hidden
  }

  body,
  html {
    height: 100%
  }

  body {
    overflow: auto
  }
}

@supports(-ms-accelerator:true) {
  html {
    overflow: hidden
  }

  body,
  html {
    height: 100%
  }

  body {
    overflow: auto
  }
}

@supports(-ms-ime-align:auto) {
  html {
    overflow: hidden
  }

  body,
  html {
    height: 100%
  }

  body {
    overflow: auto
  }
}

.new-btn {
  align-items: center;
  background: linear-gradient(90deg, #f8a800 0, #fbe000);
  border-radius: 20px;
  box-shadow: 0 3px 8px 0 #1c2c4052;
  cursor: pointer;
  display: flex;
  height: 42px;
  justify-content: center;
  width: 235px
}

@media(max-width:767px) {
  .new-btn {
    width: 100%
  }
}

.new-btn span {
  align-items: center;
  color: #333;
  display: flex;
  font-size: 16px;
  font-weight: 600;
  pointer-events: none
}

.new-btn span:after {
  background: url('/files/arrow_bttn.f90976.svg') no-repeat 50%;
  content: "";
  display: block;
  height: 12px;
  margin-left: 5px;
  transition: .5s;
  width: 7px
}

.new-btn:hover {
  background: linear-gradient(270deg, #f8a800 0, #fbe000)
}

.new-btn:hover span:after {
  margin-left: 10px
}

#header {
  background-color: #090e14;
  border-bottom: 1px dotted #c2c2c23d;
  position: fixed;
  top: 0;
  transition: .5s;
  z-index: 100
}

#header,
#header .header-wrapper {
  width: 100%
}

@media(max-width:991px) {
  #header .header-wrapper {
    flex-flow: column;
    position: relative
  }

  #header .header-wrapper .menu-close,
  #header .header-wrapper .menu-hamburger {
    height: 14px;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: opacity .125s linear .25s;
    width: 16px
  }

  #header .header-wrapper .menu-close .line,
  #header .header-wrapper .menu-hamburger .line {
    background: #fff;
    border-radius: 3px;
    display: block;
    height: 2px;
    left: 0;
    position: absolute;
    transition: all .25s linear;
    width: 16px
  }

  #header .header-wrapper .menu-close .line.short,
  #header .header-wrapper .menu-hamburger .line.short {
    width: 8px
  }

  #header .header-wrapper .menu-hamburger {
    opacity: 1
  }

  #header .header-wrapper .menu-hamburger .line:first-of-type {
    top: 0
  }

  #header .header-wrapper .menu-hamburger .line:nth-of-type(2) {
    top: 7px
  }

  #header .header-wrapper .menu-hamburger .line:nth-of-type(3) {
    top: 100%
  }

  #header .header-wrapper .menu-hamburger.open {
    opacity: 0;
    pointer-events: none
  }

  #header .header-wrapper .menu-hamburger.open .line:nth-of-type(n) {
    top: 7px
  }

  #header .header-wrapper .menu-hamburger:not(.open) .line {
    transition-delay: .375s
  }

  #header .header-wrapper .menu-close {
    opacity: 0;
    pointer-events: none
  }

  #header .header-wrapper .menu-close .line {
    top: 7px;
    transform: none
  }

  #header .header-wrapper .menu-close.open {
    opacity: 1;
    pointer-events: all
  }

  #header .header-wrapper .menu-close.open .line {
    top: 0;
    transition-delay: .375s
  }

  #header .header-wrapper .menu-close.open .line:first-of-type {
    transform: translateY(6px) rotate(45deg)
  }

  #header .header-wrapper .menu-close.open .line:nth-of-type(2) {
    transform: translateY(6px) rotate(-45deg)
  }
}

#header .header-wrapper .logo-block {
  align-items: center;
  display: flex;
  max-width: 100%
}

@media(max-width:992px) {
  #header .header-wrapper .logo-block {
    justify-content: center;
    padding: 18px 0
  }
}

#header .header-wrapper .logo-block .logo img {
  height: 26px;
  max-height: 80px;
  max-width: 270px
}

@media(max-width:991px) {
  #header .header-wrapper .logo-block .logo img {
    height: 23px;
    width: 156px
  }
}

#header .header-wrapper .logo-block .logo.big-new-logo img {
  width: 100%
}

@media(max-width:991px) {
  #header .header-wrapper .logo-block .logo.big-new-logo img {
    min-width: 200px;
    width: 200px
  }
}

#header .header-wrapper .menu-wrapper {
  align-items: center;
  display: flex;
  transition: .5s
}

@media(max-width:991px) {
  #header .header-wrapper .menu-wrapper {
    display: block
  }

  #header .header-wrapper .menu-wrapper.shadow {
    background-color: rgba(9, 14, 20, .565);
    height: 100vh;
    left: 0;
    position: fixed;
    width: 100%
  }

  #header .header-wrapper .menu-wrapper.shadow .notification-btn {
    right: 15px
  }
}

#header .header-wrapper .menu-wrapper #primary-menu {
  display: flex;
  list-style-type: none;
  margin: 0;
  padding: 0
}

@media(max-width:991px) {
  #header .header-wrapper .menu-wrapper #primary-menu {
    background-color: #090e14;
    display: none;
    flex-flow: column;
    height: 100vh;
    left: 0;
    position: fixed;
    width: 80%
  }
}

#header .header-wrapper .menu-wrapper #primary-menu>.menu-item {
  align-items: center;
  border-bottom: 0;
  border-right: 1px solid #373c41;
  display: flex;
  justify-content: center;
  margin-bottom: 0;
  text-transform: uppercase;
  transition: all .3s;
  width: 98px
}

@media(max-width:991px) {
  #header .header-wrapper .menu-wrapper #primary-menu>.menu-item {
    width: 85px
  }
}

#header .header-wrapper .menu-wrapper #primary-menu>.menu-item:first-child {
  border-left: 1px solid #373c41
}

@media(max-width:991px) {
  #header .header-wrapper .menu-wrapper #primary-menu>.menu-item:first-child {
    border: none
  }

  #header .header-wrapper .menu-wrapper #primary-menu>.menu-item {
    border: none;
    justify-content: flex-start;
    width: 100%
  }
}

#header .header-wrapper .menu-wrapper #primary-menu>.menu-item>a {
  align-items: center;
  box-sizing: border-box;
  color: #fffc;
  display: flex;
  flex-flow: column;
  font-size: 12px;
  font-weight: 600;
  justify-content: center;
  line-height: 1.1;
  min-height: 79px;
  padding: 8px 6px;
  text-align: center;
  text-decoration: none;
  width: 100%
}

@media(max-width:991px) {
  #header .header-wrapper .menu-wrapper #primary-menu>.menu-item>a {
    flex-flow: row;
    justify-content: flex-start;
    min-height: 47px;
    position: relative;
    width: 100%
  }
}

#header .header-wrapper .menu-wrapper #primary-menu>.menu-item>a span {
  width: 100%
}

#header .header-wrapper .menu-wrapper #primary-menu>.menu-item>a i {
  display: block;
  font-family: icomoon !important;
  font-size: 27px;
  font-style: normal;
  font-weight: 400;
  height: auto;
  line-height: normal;
  margin-bottom: 10px;
  margin-right: 0;
  margin-top: 0;
  opacity: 1;
  text-align: center;
  transition: all .5s;
  width: auto
}

@media(max-width:991px) {
  #header .header-wrapper .menu-wrapper #primary-menu>.menu-item>a i {
    margin: 0 15px
  }
}

#header .header-wrapper .menu-wrapper #primary-menu>.menu-item>a i.dashicons-awards:before {
  content: ""
}

#header .header-wrapper .menu-wrapper #primary-menu>.menu-item>a i.dashicons-book-alt:before {
  content: ""
}

#header .header-wrapper .menu-wrapper #primary-menu>.menu-item>a i.dashicons-admin-appearance:before {
  content: ""
}

#header .header-wrapper .menu-wrapper #primary-menu>.menu-item>a i.dashicons-admin-collapse:before {
  content: ""
}

#header .header-wrapper .menu-wrapper #primary-menu>.menu-item>a i.dashicons-admin-customizer:before {
  content: ""
}

#header .header-wrapper .menu-wrapper #primary-menu>.menu-item>a i.dashicons-dashboard:before {
  content: "" !important
}

#header .header-wrapper .menu-wrapper #primary-menu>.menu-item>a i.dashicons-format-standard:before {
  content: ""
}

#header .header-wrapper .menu-wrapper #primary-menu>.menu-item>a i.dashicons-format-aside:before {
  content: ""
}

#header .header-wrapper .menu-wrapper #primary-menu>.menu-item>a i.dashicons-format-image:before {
  content: ""
}

#header .header-wrapper .menu-wrapper #primary-menu>.menu-item>a i.dashicons-format-video:before {
  content: ""
}

#header .header-wrapper .menu-wrapper #primary-menu>.menu-item>a i.dashicons-format-audio:before {
  content: ""
}

#header .header-wrapper .menu-wrapper #primary-menu>.menu-item>a i.dashicons-format-quote:before {
  content: ""
}

#header .header-wrapper .menu-wrapper #primary-menu>.menu-item>a i.dashicons-list-view:before {
  content: ""
}

#header .header-wrapper .menu-wrapper #primary-menu>.menu-item .sub-menu {
  background-color: #0e151f;
  border: 1px solid #ffffff70;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  box-shadow: 0 11px 22px 0 #00000040;
  display: none;
  font-size: .85em;
  left: 16px;
  line-height: 23.4px;
  overflow: hidden;
  padding: 14px 0 25px;
  position: absolute;
  top: 79px;
  transition: .5s;
  width: 96.5%;
  z-index: 99999
}

@media(max-width:1199px) {
  #header .header-wrapper .menu-wrapper #primary-menu>.menu-item .sub-menu {
    left: -20%;
    width: 120%
  }
}

#header .header-wrapper .menu-wrapper #primary-menu>.menu-item .sub-menu>li {
  font-size: 14px;
  height: auto;
  list-style: none;
  margin-bottom: 0;
  margin-right: 40px;
  max-width: 225px;
  padding: 10px 42px 10px 13px;
  text-align: left;
  text-transform: none
}

#header .header-wrapper .menu-wrapper #primary-menu>.menu-item .sub-menu>li:hover {
  background-color: #4d4d4e
}

#header .header-wrapper .menu-wrapper #primary-menu>.menu-item .sub-menu>li:hover>a {
  color: #ffc63b;
  font-weight: 400
}

#header .header-wrapper .menu-wrapper #primary-menu>.menu-item .sub-menu>li:hover>a:hover {
  font-weight: 400
}

#header .header-wrapper .menu-wrapper #primary-menu>.menu-item .sub-menu>li>a {
  color: #dedede;
  text-decoration: none
}

@media(min-width:992px) {
  #header .header-wrapper .menu-wrapper #primary-menu>.menu-item:hover>.sub-menu {
    align-content: flex-start;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    padding-left: 10px
  }
}

@media(min-width:992px)and (min-width:992px) {
  #header .header-wrapper .menu-wrapper #primary-menu>.menu-item:hover>.sub-menu {
    max-height: 230px
  }
}

@media(min-width:992px)and (max-width:992px) {
  #header .header-wrapper .menu-wrapper #primary-menu>.menu-item:hover>.sub-menu {
    padding-left: 10px
  }
}

@media(max-width:991px) {
  #header .header-wrapper .menu-wrapper #primary-menu>.menu-item.menu-item-has-children {
    flex-flow: column
  }

  #header .header-wrapper .menu-wrapper #primary-menu>.menu-item.menu-item-has-children>a:after {
    speak: none;
    font-feature-settings: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    display: block !important;
    font-family: icomoon !important;
    font-size: 13px;
    font-style: normal;
    font-variant: normal;
    font-weight: 900;
    line-height: 1;
    position: absolute;
    right: 21px;
    text-transform: none;
    top: 18px;
    transform: rotate(90deg)
  }

  #header .header-wrapper .menu-wrapper #primary-menu>.menu-item.menu-item-has-children .sub-menu {
    background-color: #0000;
    border: 0;
    flex-flow: column;
    left: 0;
    margin-bottom: 15px;
    overflow: scroll;
    padding: 0 0 0 60px;
    position: relative;
    top: 0;
    width: 100%
  }

  #header .header-wrapper .menu-wrapper #primary-menu>.menu-item.menu-item-has-children .sub-menu>li {
    border: 0;
    margin: 0;
    max-width: none;
    padding: 0;
    position: relative
  }

  #header .header-wrapper .menu-wrapper #primary-menu>.menu-item.menu-item-has-children .sub-menu>li>a {
    border: 0;
    color: #d2d2d2;
    display: block;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
    padding: 10px 17px;
    text-align: left;
    text-decoration: none
  }

  #header .header-wrapper .menu-wrapper #primary-menu>.menu-item.menu-item-has-children .sub-menu>li>a:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #d2d2d2;
    content: "";
    font-family: icomoon !important;
    font-size: 11px;
    left: 0;
    line-height: 1.5;
    opacity: 1;
    position: absolute;
    top: 11px;
    transform: rotate(-90deg)
  }

  #header .header-wrapper .menu-wrapper #primary-menu>.menu-item.menu-item-has-children.active .sub-menu {
    display: block
  }
}

#header .header-wrapper .menu-wrapper #primary-menu.new-menu>.menu-item>a i.dashicons-book-alt:before {
  content: ""
}

#header .header-wrapper .menu-wrapper #primary-menu.new-menu>.menu-item>a i.dashicons-admin-appearance:before {
  content: ""
}

#header .header-wrapper .menu-wrapper #primary-menu.new-menu>.menu-item>a i.dashicons-admin-collapse:before {
  content: ""
}

#header .header-wrapper .menu-wrapper #primary-menu.new-menu>.menu-item>a i.dashicons-admin-comments:before {
  content: ""
}

#header .header-wrapper .menu-wrapper #primary-menu.new-menu>.menu-item>a i.dashicons-admin-customizer:before {
  content: ""
}

#header .header-wrapper .menu-wrapper #primary-menu.new-menu>.menu-item>a i.dashicons-dashboard:before {
  content: ""
}

#header .header-wrapper .menu-wrapper #primary-menu.new-menu>.menu-item>a i.dashicons-admin-generic:before {
  content: ""
}

#header .header-wrapper .menu-wrapper #primary-menu.new-menu>.menu-item>a i.dashicons-filter:before {
  content: ""
}

#header .header-wrapper .menu-wrapper #primary-menu.new-menu>.menu-item>a i.dashicons-format-quote:before {
  content: ""
}

#header.f-nav .menu-wrapper #primary-menu .menu-item a {
  min-height: 58px;
  padding: 16px 6px
}

#header.f-nav .menu-wrapper #primary-menu .menu-item a i {
  margin-top: -37px;
  opacity: 0
}

#header.f-nav .menu-wrapper #primary-menu .menu-item .sub-menu {
  top: 58px
}

#header.scrolled {
  background-color: #090e14
}

header#header.tiny {
  background: #00000094
}

header#header.tiny.f-nav,
header#header.tiny.scrolled {
  background-color: #090e14
}

header#header.tiny .header-wrapper .menu-block {
  flex: 1
}

header#header.tiny .header-wrapper .menu-block .menu-wrapper {
  justify-content: flex-end
}

@media(min-width:992px) {
  header#header.tiny .header-wrapper .logo-block {
    justify-content: flex-start
  }

  header#header.tiny .header-wrapper .menu-wrapper #primary-menu>.menu-item {
    border: none;
    position: relative
  }

  header#header.tiny .header-wrapper .menu-wrapper #primary-menu>.menu-item a {
    font-size: 16px;
    font-stretch: normal;
    font-style: normal;
    font-weight: 400;
    line-height: 1.56;
    max-height: 54px;
    min-height: 54px;
    padding: 8px 6px;
    text-transform: capitalize
  }

  header#header.tiny .header-wrapper .menu-wrapper #primary-menu>.menu-item a i {
    display: none
  }

  header#header.tiny .header-wrapper .menu-wrapper #primary-menu>.menu-item a:hover {
    background: inherit;
    color: #ffc73dcc
  }

  header#header.tiny .header-wrapper .menu-wrapper #primary-menu>.menu-item:hover .sub-menu {
    display: flex;
    flex-flow: row wrap
  }

  header#header.tiny .header-wrapper .menu-wrapper #primary-menu>.menu-item:hover .sub-menu .menu-item {
    background: 0 0
  }

  header#header.tiny .header-wrapper .menu-wrapper #primary-menu>.menu-item.menu-item-has-children {
    position: relative
  }

  header#header.tiny .header-wrapper .menu-wrapper #primary-menu>.menu-item.menu-item-has-children:after {
    background: url('/files/menu_arrow.0da11e.svg') no-repeat 50%;
    content: "";
    height: 13px;
    position: absolute;
    right: 5px;
    top: 38%;
    transform: rotate(90deg);
    transition: .3s;
    width: 9px
  }

  header#header.tiny .header-wrapper .menu-wrapper #primary-menu>.menu-item.menu-item-has-children:hover:after {
    transform: rotate(-90deg)
  }

  header#header.tiny .header-wrapper .menu-wrapper #primary-menu>.menu-item .sub-menu {
    background-color: #434c62;
    border: 1px solid #d2e0ff66;
    box-shadow: 0 0 30px 0 #0009;
    justify-content: space-between;
    max-height: none;
    opacity: .98;
    overflow: initial;
    padding: 14px;
    top: 54px;
    transform: translateX(-30%);
    width: 430px
  }

  header#header.tiny .header-wrapper .menu-wrapper #primary-menu>.menu-item .sub-menu:before {
    background-color: #434c62;
    border-left: 1px solid #d2e0ff66;
    border-top: 1px solid #d2e0ff66;
    content: "";
    display: block;
    height: 15px;
    left: 36%;
    position: absolute;
    top: -8px;
    transform: rotate(45deg);
    width: 15px
  }

  header#header.tiny .header-wrapper .menu-wrapper #primary-menu>.menu-item .sub-menu .menu-item {
    margin: 0;
    padding: 0;
    width: 50%
  }

  header#header.tiny .header-wrapper .menu-wrapper #primary-menu>.menu-item .sub-menu .menu-item a {
    align-items: center;
    display: flex;
    min-height: auto;
    padding: 10px
  }

  header#header.tiny .header-wrapper .menu-wrapper.casino #primary-menu .menu-item.active>a,
  header#header.tiny .header-wrapper .menu-wrapper.casino #primary-menu .menu-item.current-menu-ancestor>a {
    color: #ff5050
  }

  header#header.tiny .header-wrapper .menu-wrapper.casino #primary-menu .menu-item>a:hover {
    background: inherit;
    color: #ff5050
  }

  header#header.tiny .header-wrapper .menu-wrapper.bingo #primary-menu .menu-item.active>a,
  header#header.tiny .header-wrapper .menu-wrapper.bingo #primary-menu .menu-item.current-menu-ancestor>a {
    color: #e64bc8
  }

  header#header.tiny .header-wrapper .menu-wrapper.bingo #primary-menu .menu-item>a:hover {
    background: inherit;
    color: #e64bc8
  }

  header#header.tiny .header-wrapper .menu-wrapper.bingo.new #primary-menu .menu-item.active>a,
  header#header.tiny .header-wrapper .menu-wrapper.bingo.new #primary-menu .menu-item.current-menu-ancestor>a {
    color: #d500eb
  }

  header#header.tiny .header-wrapper .menu-wrapper.bingo.new #primary-menu .menu-item>a:hover {
    background: inherit;
    color: #d500eb
  }

  header#header.tiny .header-wrapper .menu-wrapper.betting #primary-menu .menu-item.active>a,
  header#header.tiny .header-wrapper .menu-wrapper.betting #primary-menu .menu-item.current-menu-ancestor>a {
    color: #ffc63b
  }

  header#header.tiny .header-wrapper .menu-wrapper.betting #primary-menu .menu-item>a:hover {
    background: inherit;
    color: #ffc63b
  }

  header#header.tiny .header-wrapper .menu-wrapper.betting.new #primary-menu .menu-item.active>a,
  header#header.tiny .header-wrapper .menu-wrapper.betting.new #primary-menu .menu-item.current-menu-ancestor>a {
    color: #00b67a
  }

  header#header.tiny .header-wrapper .menu-wrapper.betting.new #primary-menu .menu-item>a:hover {
    background: inherit;
    color: #00b67a
  }

  header#header.tiny .header-wrapper .menu-wrapper.poker.new #primary-menu .menu-item.active>a,
  header#header.tiny .header-wrapper .menu-wrapper.poker.new #primary-menu .menu-item.current-menu-ancestor>a {
    color: #0086eb
  }

  header#header.tiny .header-wrapper .menu-wrapper.poker.new #primary-menu .menu-item>a:hover {
    background: inherit;
    color: #0086eb
  }
}

@media(max-width:991px) {
  header#header.tiny .header-wrapper .logo-block {
    padding: 12.5px 0
  }

  header#header.tiny .header-wrapper .menu-wrapper #primary-menu>li>a {
    padding: 8px 6px 8px 20px
  }

  header#header.tiny .header-wrapper .menu-wrapper.casino #primary-menu>.menu-item.active>a {
    background-color: #ff5050;
    color: #000
  }

  header#header.tiny .header-wrapper .menu-wrapper.bingo #primary-menu>.menu-item.active>a {
    background-color: #e64bc8;
    color: #000
  }

  header#header.tiny .header-wrapper .menu-wrapper.bingo.new #primary-menu>.menu-item.active>a {
    background-color: #d500eb;
    color: #000
  }

  header#header.tiny .header-wrapper .menu-wrapper.betting #primary-menu>.menu-item.active>a {
    background-color: #ffc63b;
    color: #000
  }

  header#header.tiny .header-wrapper .menu-wrapper.betting.new #primary-menu>.menu-item.active>a {
    background-color: #00b67a;
    color: #000
  }

  header#header.tiny .header-wrapper .menu-wrapper.poker.new #primary-menu>.menu-item.active>a {
    background-color: #0086eb;
    color: #000
  }

  header#header.tiny .header-wrapper .menu-wrapper #primary-menu>.menu-item.active>a:after {
    transform: rotate(270deg)
  }

  header#header {
    background-color: #090e148a;
    border-bottom: 1px solid #fff3
  }
}

.content-wrapper {
  padding: 0
}

.page-template-blogs #header {
  border-bottom: 0
}

.page-template-blogs header#header.tiny {
  background-color: #090e14
}

.page-template-blogs header#header.tiny .header-wrapper .menu-wrapper #primary-menu>.menu-item.menu-item-has-children {
  position: relative
}

.page-template-blogs header#header.tiny .header-wrapper .menu-wrapper #primary-menu>.menu-item.menu-item-has-children:after {
  background: 0 0;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: unset;
  top: unset;
  transform: none
}

@media(min-width:991px) {
  .page-template-blogs header#header.tiny .header-wrapper .menu-wrapper #primary-menu>.menu-item.menu-item-has-children.current-menu-item:after {
    bottom: 0;
    content: "";
    height: 5px;
    left: 0;
    position: absolute;
    right: unset;
    top: unset;
    transform: none;
    width: 100%
  }
}

.page-template-blogs header#header.tiny .header-wrapper .menu-wrapper #primary-menu>.menu-item.menu-item-has-children.current-menu-item>a {
  color: #ffc63b
}

@media(max-width:991px) {

  .page-template-blogs #header .header-wrapper .menu-close .line,
  .page-template-blogs #header .header-wrapper .menu-hamburger .line {
    background: #ffd500
  }

  .page-template-blogs #header .header-wrapper .menu-wrapper #primary-menu>.menu-item.menu-item-has-children>a:after {
    transform: rotate(-90deg);
    transition: .3s
  }

  .page-template-blogs #header .header-wrapper .menu-wrapper #primary-menu>.menu-item.menu-item-has-children.active>a:after {
    transform: rotate(90deg)
  }

  .page-template-blogs #header .header-wrapper .menu-wrapper #primary-menu>.menu-item.menu-item-has-children .sub-menu>li>a:before {
    background: #ffd500;
    border-radius: 50%;
    content: "";
    display: block;
    height: 4px;
    margin-right: 5px;
    top: calc(50% - 2px);
    width: 4px
  }
}

.notification-btn {
  align-items: center;
  color: #fff;
  cursor: pointer;
  display: flex;
  font-size: 24px;
  height: 32px;
  margin-left: auto;
  margin-right: 78px;
  position: relative;
  transition: all .2s ease;
  width: 32px
}

@media(max-width:991px) {
  .notification-btn {
    height: 24px;
    margin-right: 0;
    position: absolute;
    right: 0;
    top: -36px;
    transition: none;
    width: 21px
  }
}

.notification-btn img {
  height: 24px;
  width: 21px
}

.notification-btn span {
  background-color: #d90000;
  border-radius: 6px;
  color: #fff;
  font-size: 10px;
  font-weight: 600;
  height: 12px;
  line-height: 1;
  padding: 1.5px 0;
  position: absolute;
  right: 9px;
  text-align: center;
  top: 6px;
  width: 12px
}

@media(max-width:991px) {
  .notification-btn span {
    right: -2px;
    top: 2px
  }
}

.tiny-container .notification-btn {
  margin-right: 0
}

footer {
  color: #c9caca;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.7
}

footer .footer-contact-form {
  background-color: #232732;
  color: #fff;
  font-weight: 400;
  padding: 30px 0
}

footer .footer-contact-form h4 {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 5px
}

footer .footer-contact-form .footer-menu {
  font-size: 12px
}

@media(max-width:991px) {
  footer .footer-contact-form .footer-menu {
    margin-bottom: 20px
  }
}

footer .footer-contact-form .footer-menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0
}

footer .footer-contact-form .footer-menu ul li {
  border-bottom: 1px dotted #ffffff4f;
  float: left;
  margin-right: 15px;
  padding: 8px 0;
  width: 44%
}

footer .footer-contact-form .footer-menu ul li a {
  color: #fff;
  font-size: 11px;
  line-height: normal
}

footer .footer-contact-form .footer-menu ul li a:hover {
  color: #f5c22a;
  text-decoration: none
}

footer .footer-contact-form form {
  margin: 30px 0 0
}

footer .footer-contact-form form .form-group {
  margin-bottom: 7px
}

@media(max-width:768px) {
  footer .footer-contact-form form .form-group {
    flex-flow: column
  }
}

footer .footer-contact-form form input,
footer .footer-contact-form form textarea {
  background-color: #4f5054;
  color: #fff;
  font-family: icomoon, Roboto
}

footer .footer-contact-form form input:focus,
footer .footer-contact-form form textarea:focus {
  border: 1px solid #fff9;
  box-shadow: none;
  outline: 0
}

footer .footer-contact-form form .form-control {
  background-color: #1a1d26;
  border: 1px solid #ffffff4f;
  border-radius: 3px;
  padding: 0 0 0 12px;
  width: 100%
}

footer .footer-contact-form form textarea.form-control {
  min-height: 92px;
  padding-top: 6px
}

footer .footer-contact-form form input.form-control {
  margin-bottom: 15px;
  min-height: 38px
}

footer .footer-contact-form form ::placeholder {
  color: #0baefe;
  font-size: 13px;
  opacity: 1
}

footer .footer-contact-form form :-ms-input-placeholder {
  color: #0baefe;
  font-size: 13px
}

footer .footer-contact-form form ::-ms-input-placeholder {
  color: #0baefe;
  font-size: 13px
}

footer .footer-contact-form form .first-row {
  align-items: center;
  display: flex;
  justify-content: space-between
}

@media(max-width:991px) {
  footer .footer-contact-form form .first-row {
    flex-flow: column
  }
}

footer .footer-contact-form form .first-row>span {
  color: #fff;
  font-size: 13px;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.71;
  text-align: left
}

@media(max-width:991px) {
  footer .footer-contact-form form .first-row>span {
    display: block;
    margin-bottom: 10px;
    max-width: 265px;
    text-align: center
  }
}

footer .footer-contact-form form .first-row>span a {
  color: #fff;
  text-decoration: underline
}

footer .footer-contact-form form .first-row>span a:hover {
  color: #0baefe
}

footer .footer-contact-form .button .new-default-button {
  background-image: linear-gradient(90deg, #1970b3, #0bafff);
  border: none;
  border-radius: 19px;
  box-shadow: 0 4px 29px 0 #15abf666;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  min-width: 185px;
  padding: 8px 20px 7px;
  text-transform: none
}

@media(max-width:991px) {
  footer .footer-contact-form .button .new-default-button {
    padding: 13px 20px 11px;
    width: 100%
  }
}

footer .footer-contact-form .button .new-default-button:hover {
  background-image: linear-gradient(270deg, #1970b3, #0bafff)
}

footer .footer-disclaimer-background {
  background-color: #12141a;
  padding-top: 40px
}

footer .footer-disclaimer-background .footer-disclaimer {
  font-weight: 400;
  line-height: inherit;
  text-align: justify
}

@media(max-width:767px) {
  footer .footer-disclaimer-background .footer-disclaimer {
    display: flex;
    justify-content: center;
    text-align: center
  }
}

footer .footer-disclaimer-background .footer-disclaimer a {
  color: #c9caca;
  font-weight: 600
}

footer .footer-disclaimer-background .footer-disclaimer a:hover {
  color: #f5c22a;
  text-decoration: none
}

footer .footer-disclaimer-background .footer-additional {
  font-size: 11px;
  font-weight: 400;
  margin: 15px -15px
}

@media(max-width:767px) {

  footer .footer-additional,
  footer .footer-disclaimer-background .footer-additional p {
    text-align: center
  }
}

footer .footer-additional img {
  max-width: 175px;
  padding: 5px 8px
}

@media(max-width:767px) {
  footer .footer-additional img {
    padding: 5px
  }
}

@media(min-width:768px)and (max-width:991px) {
  footer h4.get-in-touch {
    margin-top: 10px
  }

  footer .logo-footer {
    padding-bottom: 10px;
    text-align: center
  }
}

@media(max-width:767px) {
  footer .logo-footer {
    margin-bottom: 25px;
    max-height: 22px;
    max-width: 180px
  }
}

@media(min-width:768px)and (max-width:991px) {
  footer h4.get-in-touch {
    margin-top: 15px
  }
}

@media(min-width:991px) {
  footer .row {
    display: flex
  }
}

.content-wrapper {
  overflow: hidden
}

.content-wrapper .background-desktop {
  background-position: top;
  background-repeat: no-repeat
}

@media(max-width:767px) {
  .content-wrapper.dark {
    background: #000
  }
}

.content-wrapper.casino .transparent-bg .certificates:after,
.content-wrapper.casino .transparent-bg .certificates:before {
  background-color: #fff
}

.content-wrapper.casino .transparent-bg .destroy-filter,
.content-wrapper.casino .transparent-bg .disclosure a.a,
.content-wrapper.casino .transparent-bg .disclosure i {
  color: #fff
}

.content-wrapper.casino .background-desktop {
  background-color: #0f0c15
}

.content-wrapper.poker .background-desktop {
  background-color: #000
}

.content-wrapper.bingo .background-desktop {
  background-color: #080b12
}

.content-wrapper.betting .background-desktop {
  background-color: #080b10
}

@media(max-width:767px) {
  .dark .cross-banners .cross-banner-1 {
    background: inherit !important
  }
}

#dynamiclist_area .expansion-panel.open {
  display: flex
}

#dynamiclist_area .expansion-panel.closed,
#dynamiclist_area .show-btn span {
  display: none
}

#dynamiclist_area .show-btn span.panel-show {
  display: block
}

.ribbon-container {
  left: -10px;
  line-height: 14px;
  overflow: visible;
  position: absolute;
  text-align: left;
  top: -5px;
  z-index: 6
}

.ribbon-container:before {
  content: "";
  display: block;
  height: 0;
  left: 0;
  position: absolute;
  top: 3px;
  width: 0
}

.ribbon-container span {
  background: #f33;
  color: #fff;
  display: block;
  font-size: 12px;
  font-weight: 600;
  margin-right: 29px;
  overflow: visible;
  padding: 5px 8px 4px 10px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap
}

.ribbon-container span.red {
  background: #f2100a
}

.ribbon-container span.red:before {
  border-bottom: 23px solid #f2100a
}

.ribbon-container span.red:after {
  border-top: 7px solid #ca2020
}

.ribbon-container span.purple {
  background: #640864
}

.ribbon-container span.purple:before {
  border-bottom: 23px solid #640864
}

.ribbon-container span.purple:after {
  border-top: 7px solid #4f064f
}

.ribbon-container span.green {
  background: #069306
}

.ribbon-container span.green:before {
  border-bottom: 23px solid #069306
}

.ribbon-container span.green:after {
  border-top: 7px solid #077a07
}

.ribbon-container span.blue {
  background: #2f75be
}

.ribbon-container span.blue:before {
  border-bottom: 23px solid #2f75be
}

.ribbon-container span.blue:after {
  border-top: 7px solid #054e72
}

.ribbon-container span i.after,
.ribbon-container span:after {
  border-left: 10px solid #0000;
  border-top: 7px solid #990509;
  bottom: -7px;
  content: "";
  display: block;
  height: 0;
  left: 0;
  position: absolute;
  width: 0
}

.ribbon-container span i.before,
.ribbon-container span:before {
  border-bottom: 23px solid #f33;
  border-left: 0 solid #0000;
  border-right: 8px solid #0000;
  content: "";
  display: block;
  height: 0;
  position: absolute;
  right: -8px;
  top: 0;
  width: 0
}

.ribbon-container span.hexa:after,
.ribbon-container span.hexa:before {
  display: none
}

@media(max-width:767px) {
  .ribbon-container span {
    padding: 5px 8px 4px 22px
  }

  .ribbon-container span i.before {
    border-bottom-width: 20px
  }
}

.betting.new .hexa i,
.bingo.new .hexa i,
.casino.new .hexa i,
.poker.new .hexa i {
  display: none
}

.cross-banners .cross-banner-1 {
  background: #f4f4f3
}

@media(max-width:992px) {
  .cross-banners .cross-banner-1 {
    background: #fff
  }
}

.cross-banners .cross-banner-1 .table-row .cell.logo {
  min-width: 213px;
  width: 22%
}

@media(max-width:991px) {
  .cross-banners .cross-banner-1 .table-row .cell.logo {
    min-width: 172px;
    width: 25%
  }
}

.cross-banners .cross-banner-1 .table-row .cell.logo .white-box {
  height: 113px
}

.cross-banners .cross-banner-1 .table-row .cell.logo .t1,
.cross-banners .cross-banner-1 .table-row .cell.logo .t2,
.cross-banners .cross-banner-1 .table-row .cell.logo .t3 {
  border-bottom: 53px solid #0000;
  border-top: 60px solid #0000
}

.cross-banners .cross-banner-1 .table-row .cell.bonus {
  width: 29%
}

@media(max-width:991px) {
  .cross-banners .cross-banner-1 .table-row .cell.bonus {
    width: 30%
  }
}

.cross-banners .cross-banner-1 .table-row .cell.bonus p b {
  display: block;
  font-size: 34px;
  font-weight: 500;
  line-height: .88;
  padding: 2px 0
}

.cross-banners .cross-banner-1 .table-row .cell.rating {
  width: 15%
}

@media(max-width:991px) {
  .cross-banners .cross-banner-1 .table-row .cell.rating {
    width: 20%
  }
}

.cross-banners .cross-banner-1 .table-row .cell.score {
  width: 13%
}

.cross-banners .cross-banner-1 .table-row .cell.get-bonus {
  width: 21%
}

@media(max-width:991px) {
  .cross-banners .cross-banner-1 .table-row .cell.get-bonus {
    width: 25%
  }
}

@media(max-width:767px) {
  .cross-banners.big .cross-banner-1 {
    background: #eee !important
  }
}

.cross-banners.big .cross-banner-1 .see-all {
  display: flex;
  justify-content: center;
  margin-bottom: 53px;
  padding-top: 20px;
  text-transform: uppercase
}

.cross-banners.big .cross-banner-1 .see-all a {
  color: #333;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.83;
  text-align: left
}

.cross-banners.big .cross-banner-1 .see-all a:hover {
  color: #0bafff;
  text-decoration: none
}

.cross-banners.big .cross-banner-1 .table-row {
  height: 100px
}

.cross-banners.big .cross-banner-1 .table-row .cell.logo {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  min-width: 199.8px;
  padding: 0;
  width: 18%
}

@media(max-width:991px) {
  .cross-banners.big .cross-banner-1 .table-row .cell.logo {
    min-width: 180px
  }
}

.cross-banners.big .cross-banner-1 .table-row .cell.logo .white-box {
  height: 100px
}

.cross-banners.big .cross-banner-1 .table-row .cell.logo .brand-name-logo-link {
  width: 100%
}

.cross-banners.big .cross-banner-1 .table-row .cell.logo .t1,
.cross-banners.big .cross-banner-1 .table-row .cell.logo .t2,
.cross-banners.big .cross-banner-1 .table-row .cell.logo .t3 {
  border-bottom: 50px solid #0000;
  border-top: 50px solid #0000
}

.cross-banners.big .cross-banner-1 .table-row .cell.bonus {
  width: 29%
}

@media(max-width:991px) {
  .cross-banners.big .cross-banner-1 .table-row .cell.bonus {
    width: 34%
  }
}

.cross-banners.big .cross-banner-1 .table-row .cell.bonus p .big-bonus,
.cross-banners.big .cross-banner-1 .table-row .cell.bonus p b,
.cross-banners.big .cross-banner-1 .table-row .cell.bonus p strong {
  color: #333;
  font-size: 24px;
  font-weight: 500;
  text-align: center
}

.cross-banners.big .cross-banner-1 .table-row .cell.min-deposit {
  width: 9.3%
}

.cross-banners.big .cross-banner-1 .table-row .cell.rating {
  width: 17%
}

.cross-banners.big .cross-banner-1 .table-row .cell.rating .star-row {
  display: flex
}

.cross-banners.big .cross-banner-1 .table-row .cell.rating .star-row img:first-child,
.cross-banners.big .cross-banner-1 .table-row .cell.rating .star-row img:nth-child(5) {
  max-width: 19px;
  width: 100%
}

.cross-banners.big .cross-banner-1 .table-row .cell.rating .star-row img:nth-child(2n) {
  margin: 0 1px;
  max-width: 22px;
  width: 100%
}

.cross-banners.big .cross-banner-1 .table-row .cell.rating .star-row img:nth-child(3) {
  max-width: 25px;
  width: 100%
}

.cross-banners.big .cross-banner-1 .table-row .cell.score {
  color: #333;
  font-size: 40px;
  width: 14%
}

.cross-banners.big .cross-banner-1 .table-row .cell.get-bonus {
  width: 22%
}

@media(max-width:991px) {
  .cross-banners.big .cross-banner-1 .table-row .cell.get-bonus {
    width: 23%
  }
}

.cross-banners.big .cross-banner-1 .table-row .cell.get-bonus .new-get-bonus-button span {
  padding-right: 10px
}

.cross-banners.big .cross-banner-1 .table-row .cell.get-bonus .new-get-bonus-button span:after {
  content: ""
}

.cross-banners.big .cross-banner-1 .table-row .cell.get-bonus .new-get-bonus-button:hover span {
  padding-right: 15px
}

.cross-banners.big .cross-banner-1 .table-row .cell.get-bonus .new-get-bonus-button svg {
  display: block;
  height: 14px;
  width: 8px
}

@media(max-width:991px) {
  .cross-banners.big .cross-banner-1 .table-row .cell.get-bonus .new-get-bonus-button {
    width: 145px
  }
}

.cross-banners.big .cross-banner-1 .table-row.v2 {
  box-shadow: none;
  display: flex;
  flex-flow: column;
  height: auto
}

.cross-banners.big .cross-banner-1 .table-row.v2:not(:first-child) {
  margin-top: 0
}

.cross-banners.big .cross-banner-1 .table-row.v2 .top-part {
  border: 2px solid #0000;
  border-radius: 3px;
  box-shadow: none;
  box-sizing: initial;
  display: flex;
  height: 100px
}

.cross-banners.big .cross-banner-1 .table-row.v2 .top-part:hover {
  border: 2px solid #ffa800;
  border-radius: 6px;
  box-shadow: 0 0 31px 0 #000000c7;
  z-index: 101
}

.cross-banners.big .cross-banner-1 .table-row.v2 .top-part:hover .cell {
  background-color: inherit
}

.cross-banners.big .cross-banner-1 .table-row.v2 .top-part:hover,
.cross-banners.big .cross-banner-1 .table-row.v2 .top-part:hover .right-block {
  background: #fff5e1
}

.cross-banners.big .cross-banner-1 .table-row.v2 .bottom-part {
  color: #818a97;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.33;
  margin-bottom: 10px;
  margin-top: 10px;
  text-align: center
}

.cross-banners.big .cross-banner-1 .table-row.v2 .bottom-part>p {
  font-weight: 300 !important;
  margin: 0
}

.cross-banners.big .cross-banner-1 .table-row.v2 .bottom-part:hover {
  text-decoration: none
}

.betting .cross-banners.new .cross-banner-1 .table-row .cell.logo,
.bingo .cross-banners.new .cross-banner-1 .table-row .cell.logo,
.casino .cross-banners.new .cross-banner-1 .table-row .cell.logo,
.poker .cross-banners.new .cross-banner-1 .table-row .cell.logo {
  min-width: inherit
}

.breadcrumbs-container {
  background-color: #f4f4f4;
  border-bottom: 1px dotted #c2c2c23d
}

.breadcrumbs-container .container .breadcrumbs ul {
  color: #272b36;
  margin: 0 0 0 2px;
  padding-left: 0;
  padding-top: 0
}

.breadcrumbs-container .container .breadcrumbs ul li {
  display: inline-block;
  font-size: 12px;
  line-height: 25px;
  margin: 10px 0 6px;
  position: relative
}

.breadcrumbs-container .container .breadcrumbs ul li a {
  color: #272b36;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.92;
  text-align: left
}

.breadcrumbs-container .container .breadcrumbs ul li:first-of-type {
  margin-right: 30px
}

.breadcrumbs-container .container .breadcrumbs ul li:first-of-type:before {
  bottom: -8px;
  color: #4c93d7;
  content: "";
  height: 18px;
  left: 10px;
  position: absolute;
  width: 18px
}

.breadcrumbs-container .container .breadcrumbs ul li:first-of-type a {
  display: none
}

.breadcrumbs-container .container .breadcrumbs ul li:last-child span {
  color: #272b36
}

.breadcrumbs-container .container .breadcrumbs ul li i {
  display: none
}

.breadcrumbs-container.new-dark {
  background-color: #141f2d;
  border-bottom: 1px dotted #c2c2c23d
}

.breadcrumbs-container.new-dark .container .breadcrumbs ul {
  color: #4c93d7;
  margin: 0 0 0 2px;
  padding-left: 0;
  padding-top: 0
}

.breadcrumbs-container.new-dark .container .breadcrumbs ul li {
  display: inline-block;
  font-size: 12px;
  line-height: 25px;
  margin: 3px 0
}

.breadcrumbs-container.new-dark .container .breadcrumbs ul li a {
  color: #4097db;
  font-weight: 300
}

.breadcrumbs-container.new-dark .container .breadcrumbs ul li:first-of-type {
  margin-right: 0
}

.breadcrumbs-container.new-dark .container .breadcrumbs ul li:first-of-type:before {
  display: none
}

.breadcrumbs-container.new-dark .container .breadcrumbs ul li:first-of-type a {
  display: inline
}

.breadcrumbs-container.new-dark .container .breadcrumbs ul li:last-child a {
  color: #cccccf
}

.breadcrumbs-container.new-dark .container .breadcrumbs ul li:last-child span {
  color: #9e9e9e
}

.breadcrumbs-container.new-dark .container .breadcrumbs ul li i {
  display: none
}

.breadcrumbs-container.new-light {
  background-color: #f4f4f4;
  border-bottom: 1px dotted #c2c2c23d
}

.breadcrumbs-container.new-light .container .breadcrumbs ul {
  align-items: center;
  color: #272b36;
  display: flex;
  margin: 10px 0 6px;
  padding-left: 0;
  padding-top: 0
}

.breadcrumbs-container.new-light .container .breadcrumbs ul li {
  display: inline-block;
  font-size: 12px;
  line-height: 25px;
  margin: 0 2.5px
}

@media(max-width:480px) {
  .breadcrumbs-container.new-light .container .breadcrumbs ul li {
    line-height: 1.1
  }
}

.breadcrumbs-container.new-light .container .breadcrumbs ul li a {
  color: #272b36;
  font-size: 13px;
  font-style: normal;
  line-height: 1.92;
  text-align: left
}

@media(max-width:480px) {
  .breadcrumbs-container.new-light .container .breadcrumbs ul li a {
    line-height: 1.1
  }
}

.breadcrumbs-container.new-light .container .breadcrumbs ul li:first-of-type {
  margin-right: 23px
}

.breadcrumbs-container.new-light .container .breadcrumbs ul li:first-of-type:before {
  bottom: 30%;
  color: #4c93d7;
  left: 15px
}

.breadcrumbs-container.new-light .container .breadcrumbs ul li:first-of-type a {
  display: none
}

.breadcrumbs-container.new-light .container .breadcrumbs ul li:last-child span {
  color: #272b36
}

.breadcrumbs-container.new-light .container .breadcrumbs ul li i {
  display: none
}

.betting-branding {
  background: #fff
}

.betting-branding .betting-header-container {
  background-color: #000;
  padding-top: 0
}

.betting-branding .main-list {
  background: #eee;
  padding-bottom: 50px
}

@media(max-width:767px) {
  .betting-branding .main-list {
    padding-bottom: 10px
  }
}

.betting-branding .main-list .ribbon-container span {
  background-image: linear-gradient(90deg, #622fb1, #a656fc)
}

.betting-branding .main-list .ribbon-container span:before {
  border-bottom: 23px solid #a656fc
}

.betting-branding .main-list .ribbon-container span:after {
  border-top: 7px solid #622fb9
}

.betting-branding .category-section {
  background: #12141a;
  color: #fff;
  padding: 40px 0
}

@media(max-width:767px) {
  .betting-branding .category-section {
    padding-bottom: 0
  }
}

.betting-branding .category-section .article-title h2 {
  align-items: center;
  display: flex;
  flex-flow: column;
  font-size: 30px;
  font-weight: 500
}

.betting-branding .category-section .article-title h2:after {
  border-bottom: 2px solid #f5c22a;
  content: " ";
  display: block;
  margin: 10px 0;
  width: 48px
}

.betting-branding .category-section .article-title p {
  color: #c1c1c1;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.56
}

.betting-branding .category-section .categories-wrapper {
  display: flex;
  justify-content: center;
  position: relative;
  touch-action: manipulation;
  width: 100%
}

@media(max-width:1200px) {
  .betting-branding .category-section .categories-wrapper {
    flex-flow: column;
    padding-bottom: 35px
  }
}

.betting-branding .category-section .categories-wrapper .category-link {
  align-items: center;
  color: #fff;
  display: flex;
  flex-flow: column;
  font-size: 14px;
  font-weight: 500;
  margin: 0 10px;
  max-width: 110px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase
}

@media(max-width:767px) {
  .betting-branding .category-section .categories-wrapper .category-link {
    margin: 0;
    max-width: 90px
  }
}

.betting-branding .category-section .categories-wrapper .category-link span {
  align-items: center;
  border: 1px solid #ffffff4f;
  display: flex;
  height: 110px;
  justify-content: center;
  margin-bottom: 15px;
  width: 110px
}

@media(max-width:767px) {
  .betting-branding .category-section .categories-wrapper .category-link span {
    height: 90px;
    width: 90px
  }
}

.betting-branding .category-section .categories-wrapper .category-link span img,
.betting-branding .category-section .categories-wrapper .category-link span svg {
  height: 50px;
  width: 50px
}

@media(max-width:767px) {

  .betting-branding .category-section .categories-wrapper .category-link span img,
  .betting-branding .category-section .categories-wrapper .category-link span svg {
    height: 40px;
    width: 40px
  }
}

.betting-branding .category-section .categories-wrapper .category-link span img path,
.betting-branding .category-section .categories-wrapper .category-link span svg path {
  fill: #ffc63b
}

.betting-branding .category-section .categories-wrapper .category-link:hover span {
  background-color: #f5c22a
}

.betting-branding .category-section .categories-wrapper .category-link:hover span img path,
.betting-branding .category-section .categories-wrapper .category-link:hover span svg path {
  fill: #141414
}

.betting-branding .more-news-block-wrapper {
  margin-top: 0
}

.betting-branding .more-news-block-wrapper .more-news-block .article-title {
  align-items: center;
  display: flex;
  flex-flow: column
}

.betting-branding .more-news-block-wrapper .more-news-block .load-more {
  display: flex;
  justify-content: center
}

@media(max-width:575px) {
  .betting-branding .faq-list-wrapper {
    padding: 50px 15px
  }
}

@media(min-width:992px) {
  .betting-branding .right {
    margin-top: 40px
  }
}

@media(max-width:575px) {
  .betting-branding .right {
    padding: 0
  }
}

.betting-branding .right .title {
  background-color: #1c2c40;
  border-radius: 3px;
  color: #fff;
  display: flex;
  font-size: 15px;
  font-weight: 700;
  justify-content: space-between;
  line-height: 1.56;
  padding: 4px 10px;
  text-align: left;
  text-transform: uppercase;
  width: 100%
}

@media(max-width:767px) {
  .betting-branding .right .title {
    border-radius: 0
  }
}

.betting-branding .right .title a {
  align-items: center;
  color: #0bafff;
  display: flex;
  font-size: 12px;
  font-weight: 500;
  text-align: left
}

.betting-branding .right .title a:hover {
  color: #fff;
  text-decoration: none
}

.betting-branding .right .title a:after {
  content: "»";
  margin-left: 5px;
  margin-top: -2px
}

.betting-branding .right .content {
  margin-bottom: 25px
}

.betting-branding .right .content .betting-blog {
  background-color: #f4f4f4;
  border-radius: 3px;
  margin-top: 10px;
  padding: 0 10px
}

@media(max-width:767px) {
  .betting-branding .right .content .betting-blog {
    border-radius: 0
  }
}

.betting-branding .right .content .betting-blog .single-news {
  border-top: 1px dotted #d3d3d3;
  display: flex;
  padding: 17px 0
}

.betting-branding .right .content .betting-blog .single-news:first-child {
  border: none
}

@media(min-width:767px)and (max-width:1199px) {
  .betting-branding .right .content .betting-blog .single-news {
    display: none;
    padding: 16px 0
  }

  .betting-branding .right .content .betting-blog .single-news:first-child,
  .betting-branding .right .content .betting-blog .single-news:nth-child(2) {
    display: flex
  }

  .betting-branding .right .content .betting-blog .single-news:nth-child(2) {
    padding-bottom: 28px
  }
}

.betting-branding .right .content .betting-blog .single-news .image-block a {
  display: block;
  height: 90px;
  margin-right: 10px;
  max-width: 90px;
  overflow: hidden
}

.betting-branding .right .content .betting-blog .single-news .image-block a img {
  height: 90px;
  margin-left: -20%;
  min-width: 90px
}

.betting-branding .right .content .betting-blog .single-news .image-block a:hover {
  opacity: .54
}

@media(min-width:992px) {
  .betting-branding .right .content .betting-blog .single-news .news-block {
    max-width: 57%
  }
}

.betting-branding .right .content .betting-blog .single-news .news-block .blog-title a {
  color: #333;
  display: flex;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 8px;
  text-align: left
}

.betting-branding .right .content .betting-blog .single-news .news-block .blog-title a:hover {
  color: #12a4eb;
  text-decoration: none
}

.betting-branding .right .content .betting-blog .single-news .news-block .short-text a {
  color: #888;
  display: block;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5;
  margin-top: -5px;
  text-align: left
}

.betting-branding .right .content .betting-blog .single-news .news-block .short-text:hover {
  color: #0bafff;
  text-decoration: none
}

.betting-branding .right .content .betting-blog .single-news .news-block .date-block {
  display: flex
}

.betting-branding .right .content .betting-blog .single-news .news-block .date-block .date {
  color: #888;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.42;
  text-align: left
}

.betting-branding .right .content .betting-blog .single-news .news-block .related-brand a {
  border-radius: 3px;
  color: #fff;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.79;
  padding: 4px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase
}

.betting-branding .right .content .betting-blog .single-news .news-block .related-brand a:hover {
  opacity: .7
}

.betting-branding .right .sidelist .sidebar-header {
  background-color: #1c2c40;
  border-radius: 3px;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.56;
  padding: 4px 10px;
  text-align: left;
  text-transform: uppercase;
  width: 100%
}

.betting-branding .right .star-row {
  align-items: center;
  display: flex;
  padding-bottom: 4px
}

.betting-branding .right .star-row img {
  max-width: 14px;
  width: 100%
}

.page-template-bingo-dl-static,
.page-template-bingo-dl-weight-rotation {
  font-size: 15px
}

.page-template-bingo-dl-static #header,
.page-template-bingo-dl-weight-rotation #header {
  z-index: 102
}

.page-template-bingo-dl-static #header .header-wrapper .menu-wrapper #primary-menu .menu-item a i.dashicons-feedback:before,
.page-template-bingo-dl-weight-rotation #header .header-wrapper .menu-wrapper #primary-menu .menu-item a i.dashicons-feedback:before {
  content: ""
}

.page-template-bingo-dl-static #header .header-wrapper .menu-wrapper #primary-menu .menu-item a i.dashicons-format-quote:before,
.page-template-bingo-dl-weight-rotation #header .header-wrapper .menu-wrapper #primary-menu .menu-item a i.dashicons-format-quote:before {
  content: ""
}

.page-template-bingo-dl-static #header .header-wrapper .menu-wrapper #primary-menu .menu-item a i.dashicons-cloud:before,
.page-template-bingo-dl-weight-rotation #header .header-wrapper .menu-wrapper #primary-menu .menu-item a i.dashicons-cloud:before {
  content: ""
}

.page-template-bingo-dl-static .page_legal_header,
.page-template-bingo-dl-weight-rotation .page_legal_header {
  color: #fff;
  font-family: Roboto;
  font-size: 14px;
  font-stretch: normal;
  font-style: normal;
  font-weight: 300;
  letter-spacing: .48px;
  line-height: 1.5;
  margin: 16px 0 0;
  text-align: left
}

.page-template-bingo-dl-static .disclosure-wrapper,
.page-template-bingo-dl-weight-rotation .disclosure-wrapper {
  position: relative
}

.page-template-bingo-dl-static .disclosure-wrapper .learnMore,
.page-template-bingo-dl-weight-rotation .disclosure-wrapper .learnMore {
  display: inline-block;
  font-size: 14px;
  text-decoration: underline
}

.page-template-bingo-dl-static .disclosure-wrapper .learnMore:hover,
.page-template-bingo-dl-weight-rotation .disclosure-wrapper .learnMore:hover {
  text-decoration: underline
}

.page-template-bingo-dl-static .disclosure-wrapper .advertiser-disclosure,
.page-template-bingo-dl-weight-rotation .disclosure-wrapper .advertiser-disclosure {
  font-size: 14px;
  line-height: 1.71;
  margin: 9px 0 10px
}

@media(max-width:991px) {

  .page-template-bingo-dl-static .disclosure-wrapper .advertiser-disclosure,
  .page-template-bingo-dl-weight-rotation .disclosure-wrapper .advertiser-disclosure {
    text-align: center
  }
}

.page-template-bingo-dl-static .disclosure-wrapper .trigger,
.page-template-bingo-dl-weight-rotation .disclosure-wrapper .trigger {
  color: #bbb;
  cursor: pointer;
  font-size: 12px;
  line-height: .5;
  width: -moz-fit-content;
  width: fit-content
}

.page-template-bingo-dl-static .disclosure-wrapper .trigger:hover,
.page-template-bingo-dl-weight-rotation .disclosure-wrapper .trigger:hover {
  text-decoration-color: #00f
}

.page-template-bingo-dl-static .disclosure-wrapper .trigger .disclosure-text,
.page-template-bingo-dl-weight-rotation .disclosure-wrapper .trigger .disclosure-text {
  background: #fff;
  border: 1px solid #989faa7d;
  border-radius: 3px;
  box-shadow: 0 4px 24px 0 #0000002b;
  color: #555;
  font-size: 11px;
  line-height: 1.5;
  max-width: 430px;
  padding: 22px 19px;
  position: absolute;
  right: 60px;
  text-align: left;
  text-transform: none;
  top: 26px;
  visibility: hidden;
  width: 95%;
  z-index: 100
}

@media(min-width:768px)and (max-width:991px) {

  .page-template-bingo-dl-static .disclosure-wrapper .trigger .disclosure-text,
  .page-template-bingo-dl-weight-rotation .disclosure-wrapper .trigger .disclosure-text {
    right: -21px
  }
}

.page-template-bingo-dl-static .disclosure-wrapper .trigger .disclosure-text .close,
.page-template-bingo-dl-weight-rotation .disclosure-wrapper .trigger .disclosure-text .close {
  cursor: pointer;
  height: 14px;
  position: absolute;
  right: 8px;
  top: 8px;
  width: 14px
}

@media(min-width:768px) {

  .page-template-bingo-dl-static .disclosure-wrapper .trigger .disclosure-text .close,
  .page-template-bingo-dl-weight-rotation .disclosure-wrapper .trigger .disclosure-text .close {
    display: none
  }
}

@media(max-width:767px) {

  .page-template-bingo-dl-static .disclosure-wrapper .trigger .disclosure-text,
  .page-template-bingo-dl-weight-rotation .disclosure-wrapper .trigger .disclosure-text {
    max-width: 90vw
  }
}

.page-template-bingo-dl-static .disclosure-wrapper .trigger .disclosure-text:after,
.page-template-bingo-dl-weight-rotation .disclosure-wrapper .trigger .disclosure-text:after {
  background: #fff;
  border-left: 1px solid #989faa7d;
  border-top: 1px solid #989faa7d;
  content: "";
  display: block;
  height: 10px;
  position: absolute;
  right: 81%;
  top: -6px;
  transform: rotate(45deg);
  width: 10px
}

@media(min-width:768px)and (max-width:991px) {

  .page-template-bingo-dl-static .disclosure-wrapper .trigger .disclosure-text:after,
  .page-template-bingo-dl-weight-rotation .disclosure-wrapper .trigger .disclosure-text:after {
    left: 72%
  }
}

.page-template-bingo-dl-static .disclosure-wrapper .trigger .popup-new-legal,
.page-template-bingo-dl-weight-rotation .disclosure-wrapper .trigger .popup-new-legal {
  top: 19px;
  z-index: 10000000
}

.page-template-bingo-dl-static .disclosure-wrapper .trigger .show,
.page-template-bingo-dl-weight-rotation .disclosure-wrapper .trigger .show {
  display: block
}

@media(min-width:768px) {

  .page-template-bingo-dl-static .disclosure-wrapper .trigger.has-hover:hover .disclosure-text,
  .page-template-bingo-dl-weight-rotation .disclosure-wrapper .trigger.has-hover:hover .disclosure-text {
    transition: .75s ease .75s;
    visibility: visible
  }
}

.page-template-bingo-dl-static .content-wrapper,
.page-template-bingo-dl-static .content-wrapper.bingo,
.page-template-bingo-dl-weight-rotation .content-wrapper,
.page-template-bingo-dl-weight-rotation .content-wrapper.bingo {
  padding-top: 0
}

@media(min-width:768px) {

  .page-template-bingo-dl-static .content-wrapper,
  .page-template-bingo-dl-weight-rotation .content-wrapper {
    padding-top: 0
  }

  .page-template-bingo-dl-static #header,
  .page-template-bingo-dl-weight-rotation #header {
    background-color: #090e14ba
  }

  .page-template-bingo-dl-static #header.f-nav,
  .page-template-bingo-dl-static #header.scrolled,
  .page-template-bingo-dl-weight-rotation #header.f-nav,
  .page-template-bingo-dl-weight-rotation #header.scrolled {
    background-color: #090e14
  }
}

.page-template-bingo-dl-static-rotation {
  font-size: 15px
}

.page-template-bingo-dl-static-rotation #header {
  z-index: 102
}

@media(max-width:992px) {
  .page-template-bingo-dl-static-rotation #header .header-wrapper .logo-block {
    padding: 15px 0
  }

  .page-template-bingo-dl-static-rotation #header .header-wrapper .logo-block a img {
    height: 20px;
    width: 225px
  }

  .page-template-bingo-dl-static-rotation #header .header-wrapper .menu-hamburger {
    color: #ffffffbd
  }

  .page-template-bingo-dl-static-rotation #header .header-wrapper .menu-hamburger:before {
    font-size: 24px
  }

  .page-template-bingo-dl-static-rotation #header .header-wrapper .menu-close:before {
    font-size: 15px
  }
}

.page-template-bingo-dl-static-rotation #header .header-wrapper .menu-wrapper #primary-menu .menu-item a i.dashicons-feedback:before {
  content: ""
}

.page-template-bingo-dl-static-rotation #header .header-wrapper .menu-wrapper #primary-menu .menu-item a i.dashicons-format-quote:before {
  content: ""
}

.page-template-bingo-dl-static-rotation #header .header-wrapper .menu-wrapper #primary-menu .menu-item a i.dashicons-cloud:before {
  content: ""
}

.page-template-bingo-dl-static-rotation .content-wrapper,
.page-template-bingo-dl-static-rotation .content-wrapper.bingo {
  padding-top: 0
}

@media(min-width:768px) {
  .page-template-bingo-dl-static-rotation .content-wrapper {
    padding-top: 0
  }

  .page-template-bingo-dl-static-rotation #header {
    background-color: #090e14ba
  }

  .page-template-bingo-dl-static-rotation #header.f-nav,
  .page-template-bingo-dl-static-rotation #header.scrolled {
    background-color: #090e14
  }
}

.page-template-template-ppc-bingo .expansion-panel.new .buttons {
  margin-top: 0 !important
}

@media(max-width:991px) {

  .page-template-betting-dl-branding-new .expansion-panel,
  .page-template-template-ppc-betting .expansion-panel {
    background: #242222
  }
}

.page-template-betting-dl-branding-new .second-block .buttons {
  display: flex;
  justify-content: flex-end
}

.page-template-betting-dl-branding-new .second-block .buttons div {
  align-items: center;
  display: flex;
  flex-direction: column;
  padding-top: 20px
}

.page-template-betting-dl-branding-new .second-block .buttons div .review-link {
  font-size: 15px;
  margin-top: 8px;
  text-decoration: none
}

@media(max-width:991px) {
  .page-template-betting-dl-branding-new .second-block .buttons {
    justify-content: center
  }
}

.page-template-home-template-new .legal-wrapper {
  background: #000;
  margin: 0;
  order: -1;
  padding: 3px 0
}

.page-template-home-template-new .legal-wrapper.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100
}

.page-template-home-template-new .legal-wrapper .page_legal_header {
  color: #fff;
  font-size: 14px;
  margin-top: 0;
  text-align: center
}

.page-template-home-template-new .legal-wrapper .disclosure-new-mobile .disclosure-new {
  border: none;
  color: #fff;
  font-size: 13px;
  padding-top: 0;
  text-align: center
}

.page-template-home-template-new .legal-wrapper .trigger {
  color: #fff;
  font-size: 14px;
  margin: 0
}

.page-template-home-template-new .disclosure-wrapper {
  position: relative
}

.page-template-home-template-new .disclosure-wrapper .learnMore {
  display: inline-block;
  font-size: 14px;
  text-decoration: underline
}

.page-template-home-template-new .disclosure-wrapper .learnMore:hover {
  text-decoration: underline
}

.page-template-home-template-new .disclosure-wrapper .advertiser-disclosure {
  font-size: 14px;
  line-height: 1.71;
  margin: 5px 0 10px
}

@media(max-width:991px) {
  .page-template-home-template-new .disclosure-wrapper .advertiser-disclosure {
    text-align: center
  }
}

.page-template-home-template-new .disclosure-wrapper .trigger {
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  line-height: .71;
  width: -moz-fit-content;
  width: fit-content
}

.page-template-home-template-new .disclosure-wrapper .trigger:hover {
  text-decoration-color: #00f
}

.page-template-home-template-new .disclosure-wrapper .trigger .disclosure-text {
  background: #fff;
  border: 1px solid #989faa7d;
  border-radius: 3px;
  box-shadow: 0 4px 24px 0 #0000002b;
  color: #555;
  display: none;
  font-size: 11px;
  line-height: 1.5;
  max-width: 430px;
  padding: 22px 19px;
  position: absolute;
  text-align: left;
  text-transform: none;
  top: 26px;
  width: 95%;
  z-index: 100
}

@media(min-width:768px)and (max-width:991px) {
  .page-template-home-template-new .disclosure-wrapper .trigger .disclosure-text {
    right: -21px
  }
}

.page-template-home-template-new .disclosure-wrapper .trigger .disclosure-text .close {
  cursor: pointer;
  height: 14px;
  position: absolute;
  right: 8px;
  top: 8px;
  width: 14px
}

@media(min-width:768px) {
  .page-template-home-template-new .disclosure-wrapper .trigger .disclosure-text .close {
    display: none
  }
}

@media(max-width:767px) {
  .page-template-home-template-new .disclosure-wrapper .trigger .disclosure-text {
    max-width: 90vw
  }
}

.page-template-home-template-new .disclosure-wrapper .trigger .disclosure-text:after {
  background: #fff;
  border-left: 1px solid #989faa7d;
  border-top: 1px solid #989faa7d;
  content: "";
  display: block;
  height: 10px;
  position: absolute;
  right: 81%;
  top: -6px;
  transform: rotate(45deg);
  width: 10px
}

@media(min-width:768px)and (max-width:991px) {
  .page-template-home-template-new .disclosure-wrapper .trigger .disclosure-text:after {
    left: 72%
  }
}

.page-template-home-template-new .disclosure-wrapper .trigger .popup-new-legal {
  top: 19px;
  z-index: 200
}

.page-template-home-template-new .disclosure-wrapper .trigger .show {
  display: block
}

@media(min-width:768px) {
  .page-template-home-template-new .disclosure-wrapper .trigger.has-hover:hover .disclosure-text {
    display: block;
    transition: .75s ease .75s
  }
}

.page-template-home-template-new #header {
  background-color: rgba(9, 14, 20, .502);
  position: sticky
}

.page-template-home-template-new #header.f-nav,
.page-template-home-template-new #header.scrolled {
  background-color: #090e14
}

.page-template-home-template-new .homepage-wrapper .header-block {
  margin-top: -55px;
  padding-top: 80px;
  position: relative
}

.page-template-home-template-new .homepage-wrapper .header-block .main-title {
  align-items: center;
  display: flex;
  flex-flow: column;
  margin-top: 90px
}

@media(max-width:767px) {
  .page-template-home-template-new .homepage-wrapper .header-block .main-title {
    margin-top: 80px
  }
}

.page-template-home-template-new .homepage-wrapper .header-block .main-title h1 {
  color: #fff;
  font-size: 30px;
  font-stretch: normal;
  font-style: normal;
  font-weight: 300;
  letter-spacing: normal;
  line-height: .83;
  text-align: center;
  text-transform: uppercase
}

.page-template-home-template-new .homepage-wrapper .header-block .main-title svg {
  display: block;
  height: 52px;
  margin: 18px 0;
  max-width: 90%;
  width: 422px
}

.page-template-home-template-new .homepage-wrapper .header-block .main-title p {
  color: #fff;
  font-size: 18px;
  font-stretch: normal;
  font-style: normal;
  font-weight: 300;
  letter-spacing: normal;
  line-height: 1.56;
  text-align: center
}

.page-template-home-template-new .homepage-wrapper .header-block .header-nav {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  margin-bottom: 85px;
  margin-top: 20px
}

.page-template-home-template-new .homepage-wrapper .header-block .header-nav hr {
  border: none;
  display: none;
  margin: 0;
  width: 100%
}

@media(max-width:550px) {
  .page-template-home-template-new .homepage-wrapper .header-block .header-nav hr {
    display: block
  }
}

.page-template-home-template-new .homepage-wrapper .header-block .header-nav a {
  align-items: center;
  color: #fff;
  display: flex;
  flex-flow: column;
  font-size: 16px;
  font-stretch: normal;
  font-style: normal;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 1.75;
  margin: 0 29px 20px;
  position: relative;
  text-align: center;
  text-transform: uppercase
}

@media(min-width:992px) {
  .page-template-home-template-new .homepage-wrapper .header-block .header-nav a {
    height: 145px;
    width: 105px
  }
}

@media(max-width:767px) {
  .page-template-home-template-new .homepage-wrapper .header-block .header-nav a {
    margin: 0 12px 20px
  }
}

.page-template-home-template-new .homepage-wrapper .header-block .header-nav a:before {
  background: #ffc63b;
  border-radius: 50%;
  content: "";
  display: block;
  height: 102px;
  left: -50%;
  margin-bottom: 10px;
  top: -120px;
  transition: .3s;
  width: 102px
}

@media(max-width:767px) {
  .page-template-home-template-new .homepage-wrapper .header-block .header-nav a:before {
    height: 86px;
    width: 86px
  }
}

.page-template-home-template-new .homepage-wrapper .header-block .header-nav a svg {
  content: "";
  height: 50px;
  left: 26%;
  position: absolute;
  top: 25px;
  transition: .2s;
  width: 50px
}

.page-template-home-template-new .homepage-wrapper .header-block .header-nav a svg .st0 {
  fill: #000
}

@media(max-width:767px) {
  .page-template-home-template-new .homepage-wrapper .header-block .header-nav a svg {
    height: 42px;
    top: 23px;
    width: 42px
  }
}

.page-template-home-template-new .homepage-wrapper .header-block .header-nav a:hover {
  color: #ffc63b;
  text-decoration: none
}

.page-template-home-template-new .homepage-wrapper .header-block .header-nav a:hover:before {
  background: #000;
  border: 2px solid #ffc63b;
  opacity: .54
}

@media(min-width:992px) {
  .page-template-home-template-new .homepage-wrapper .header-block .header-nav a:hover:before {
    height: 106px;
    width: 106px
  }
}

.page-template-home-template-new .homepage-wrapper .header-block .header-nav a:hover svg,
.page-template-home-template-new .homepage-wrapper .header-block .header-nav a:hover svg .st0 {
  fill: #fff
}

@media(min-width:992px) {
  .page-template-home-template-new .homepage-wrapper .header-block .header-nav a:hover svg {
    height: 53px;
    left: 25%;
    width: 53px
  }
}

.page-template-home-template-new .homepage-wrapper .header-block .header-nav .poker-btn svg {
  fill: #000;
  height: 55px;
  left: 24%;
  top: 23px;
  width: 55px
}

@media(max-width:767px) {
  .page-template-home-template-new .homepage-wrapper .header-block .header-nav .poker-btn svg {
    height: 45px;
    top: 21px;
    width: 45px
  }
}

.page-template-home-template-new .homepage-wrapper .header-block .header-nav .poker-btn:hover svg {
  fill: #fff;
  height: 57px;
  left: 24%;
  width: 57px
}

@media(max-width:767px) {
  .page-template-home-template-new .homepage-wrapper .header-block .header-nav .poker-btn:hover svg {
    height: 45px;
    top: 21px;
    width: 45px
  }
}

.page-template-home-template-new .homepage-wrapper .header-block .header-nav .bingo-btn:hover path {
  fill: #fff
}

.page-template-home-template-new .homepage-wrapper .header-block .title-features {
  background: url('/files/bg_arrows_header.e106c8.png') no-repeat 50%;
  border-bottom: 1px solid #5b5b5b;
  display: flex;
  height: 130px;
  justify-content: center;
  width: 100%
}

@media(max-width:991px) {
  .page-template-home-template-new .homepage-wrapper .header-block .title-features {
    background-position: 51%;
    justify-content: space-between
  }
}

@media(max-width:767px) {
  .page-template-home-template-new .homepage-wrapper .header-block .title-features {
    background: rgba(0, 0, 0, .439);
    border-top: 1px solid #ffffff3b;
    flex-flow: column;
    height: auto;
    padding: 20px 0
  }
}

.page-template-home-template-new .homepage-wrapper .header-block .title-features .feature {
  margin: 0 45px 0 100px;
  padding: 30px 0;
  position: relative
}

@media(max-width:991px) {
  .page-template-home-template-new .homepage-wrapper .header-block .title-features .feature {
    margin: 0 25px 0 60px
  }
}

@media(max-width:767px) {
  .page-template-home-template-new .homepage-wrapper .header-block .title-features .feature {
    align-items: center;
    display: flex;
    flex-flow: column;
    margin: 0;
    padding: 5px 0
  }
}

.page-template-home-template-new .homepage-wrapper .header-block .title-features .feature .title {
  color: #fff;
  font-size: 30px;
  font-weight: 300;
  line-height: .87;
  margin-bottom: 10px;
  text-align: left
}

.page-template-home-template-new .homepage-wrapper .header-block .title-features .feature .description {
  color: #a9a9a9;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.44;
  text-align: left
}

.page-template-home-template-new .homepage-wrapper .header-block .title-features .feature:first-child:after,
.page-template-home-template-new .homepage-wrapper .header-block .title-features .feature:nth-child(2):after {
  content: "";
  display: block;
  height: 120px;
  position: absolute;
  right: -95px;
  top: 0;
  width: 60px
}

@media(max-width:1199px) {

  .page-template-home-template-new .homepage-wrapper .header-block .title-features .feature:first-child:after,
  .page-template-home-template-new .homepage-wrapper .header-block .title-features .feature:nth-child(2):after {
    right: -70px
  }
}

@media(max-width:767px) {

  .page-template-home-template-new .homepage-wrapper .header-block .title-features .feature:first-child:after,
  .page-template-home-template-new .homepage-wrapper .header-block .title-features .feature:nth-child(2):after {
    background: url('/files/arrow_hp_header_mob.76da43.png') 50%;
    background-repeat: no-repeat;
    background-size: contain;
    height: 35px;
    position: relative;
    right: 0;
    top: 0;
    width: 95px
  }
}

.page-template-home-template-new .homepage-wrapper .compare-block {
  flex-flow: column
}

.page-template-home-template-new .homepage-wrapper .compare-block .top-part .title {
  align-items: center;
  color: #333;
  display: flex;
  flex-flow: column;
  font-size: 34px;
  font-weight: 500;
  line-height: 1.06;
  margin-top: 60px;
  text-align: center
}

.page-template-home-template-new .homepage-wrapper .compare-block .top-part .title:after {
  border: 1px solid #000;
  content: "";
  display: block;
  margin: 13px 0 25px 3px;
  width: 48px
}

.page-template-home-template-new .homepage-wrapper .compare-block .top-part .description {
  color: #555;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.56;
  margin-bottom: 40px;
  text-align: center
}

.page-template-home-template-new .homepage-wrapper .compare-block .compare {
  display: flex;
  flex-flow: row wrap;
  justify-content: center
}

@media(max-width:767px) {
  .page-template-home-template-new .homepage-wrapper .compare-block .compare {
    flex-flow: column
  }
}

@media(max-width:991px) {
  .page-template-home-template-new .homepage-wrapper .compare-block .compare {
    padding: 0
  }
}

.page-template-home-template-new .homepage-wrapper .compare-block .compare-item {
  margin: 10px 10px 30px;
  padding-left: 80px;
  position: relative;
  width: 31%
}

@media(max-width:991px) {
  .page-template-home-template-new .homepage-wrapper .compare-block .compare-item {
    padding-left: 95px;
    width: 47%
  }
}

@media(max-width:767px) {
  .page-template-home-template-new .homepage-wrapper .compare-block .compare-item {
    margin-bottom: 10px;
    padding-left: 70px;
    width: 95%
  }
}

.page-template-home-template-new .homepage-wrapper .compare-block .compare-item .title {
  color: #333;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 5px;
  text-align: left
}

.page-template-home-template-new .homepage-wrapper .compare-block .compare-item .description {
  color: #555;
  font-size: 15px;
  font-stretch: normal;
  font-style: normal;
  font-weight: 300;
  letter-spacing: normal;
  line-height: 1.5;
  text-align: left;
  width: 88%
}

@media(max-width:991px) {
  .page-template-home-template-new .homepage-wrapper .compare-block .compare-item .description {
    width: 100%
  }
}

.page-template-home-template-new .homepage-wrapper .compare-block .compare-item:before {
  background: #ffc63b;
  border-radius: 50%;
  content: "";
  display: block;
  height: 85px;
  left: -5%;
  margin-bottom: 10px;
  position: absolute;
  top: 5px;
  width: 85px
}

@media(max-width:991px) {
  .page-template-home-template-new .homepage-wrapper .compare-block .compare-item:before {
    left: 0
  }
}

@media(max-width:767px) {
  .page-template-home-template-new .homepage-wrapper .compare-block .compare-item:before {
    height: 60px;
    width: 60px
  }
}

.page-template-home-template-new .homepage-wrapper .compare-block .compare-item:after {
  content: "";
  height: 48px;
  left: 3px;
  position: absolute;
  top: 23px;
  width: 48px
}

@media(max-width:991px) {
  .page-template-home-template-new .homepage-wrapper .compare-block .compare-item:after {
    left: 20px
  }
}

@media(max-width:767px) {
  .page-template-home-template-new .homepage-wrapper .compare-block .compare-item:after {
    height: 34px;
    left: 14px;
    top: 18px;
    width: 34px
  }
}

.page-template-home-template-new .homepage-wrapper .compare-block .compare-item.bonus:after {
  background: url('/files/bonus_offers.928692.svg') no-repeat
}

.page-template-home-template-new .homepage-wrapper .compare-block .compare-item.games:after {
  background: url('/files/games.319f82.svg') no-repeat
}

.page-template-home-template-new .homepage-wrapper .compare-block .compare-item.device:after {
  background: url('/files/device_support.c98357.svg') no-repeat
}

.page-template-home-template-new .homepage-wrapper .compare-block .compare-item.design:after {
  background: url('/files/design.b3e1f8.svg') no-repeat
}

.page-template-home-template-new .homepage-wrapper .compare-block .compare-item.cashier:after {
  background: url('/files/cashier.2d25f4.svg') no-repeat
}

.page-template-home-template-new .homepage-wrapper .compare-block .compare-item.security:after {
  background: url('/files/safety_security.34e00d.svg') no-repeat
}

.page-template-home-template-new .homepage-wrapper .trust-block {
  flex-flow: column
}

.page-template-home-template-new .homepage-wrapper .trust-block .top-part {
  margin-top: 50px
}

.page-template-home-template-new .homepage-wrapper .trust-block .top-part .title {
  align-items: center;
  color: #fff;
  display: flex;
  flex-flow: column;
  font-size: 34px;
  font-weight: 500;
  line-height: 1.3;
  text-align: center
}

.page-template-home-template-new .homepage-wrapper .trust-block .top-part .title:after {
  border: 1px solid #ffc63b;
  content: "";
  display: block;
  margin: 13px 0 25px 3px;
  width: 48px
}

.page-template-home-template-new .homepage-wrapper .trust-block .features {
  display: flex;
  justify-content: space-between;
  margin-bottom: 45px
}

@media(max-width:991px) {
  .page-template-home-template-new .homepage-wrapper .trust-block .features {
    align-items: center;
    flex-flow: column;
    margin-bottom: 20px
  }
}

.page-template-home-template-new .homepage-wrapper .trust-block .features .feature {
  align-items: center;
  display: flex;
  flex-flow: column;
  margin: 15px 0;
  width: 30%
}

@media(max-width:991px) {
  .page-template-home-template-new .homepage-wrapper .trust-block .features .feature {
    margin: 15px 0 25px;
    width: 60%
  }
}

@media(max-width:767px) {
  .page-template-home-template-new .homepage-wrapper .trust-block .features .feature {
    width: 100%
  }
}

.page-template-home-template-new .homepage-wrapper .trust-block .features .feature .svg {
  height: 72px;
  width: 72px
}

.page-template-home-template-new .homepage-wrapper .trust-block .features .feature .title {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  margin: 10px 0;
  text-align: center
}

.page-template-home-template-new .homepage-wrapper .trust-block .features .feature .description {
  color: #c1c1c1;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.6;
  text-align: center;
  width: 100%
}

.page-template-home-template-new .homepage-wrapper .brands-block {
  flex-flow: column
}

.page-template-home-template-new .homepage-wrapper .brands-block-title {
  color: #333;
  font-size: 40px;
  font-weight: 500;
  line-height: .55;
  margin-bottom: 30px;
  margin-top: 65px;
  text-align: center
}

.page-template-home-template-new .homepage-wrapper .brands-block-content {
  display: flex
}

@media(max-width:767px) {
  .page-template-home-template-new .homepage-wrapper .brands-block-content {
    flex-flow: column;
    padding: 0
  }
}

.page-template-home-template-new .homepage-wrapper .brands-block-content .title {
  background-color: #1c2c40;
  border-radius: 3px;
  color: #fff;
  display: flex;
  font-size: 15px;
  font-weight: 700;
  justify-content: space-between;
  line-height: 1.56;
  padding: 4px 10px;
  text-align: left;
  text-transform: uppercase;
  width: 100%
}

@media(max-width:767px) {
  .page-template-home-template-new .homepage-wrapper .brands-block-content .title {
    border-radius: 0
  }
}

.page-template-home-template-new .homepage-wrapper .brands-block-content .title a {
  align-items: center;
  color: #0bafff;
  display: flex;
  font-size: 12px;
  font-weight: 500;
  text-align: left
}

.page-template-home-template-new .homepage-wrapper .brands-block-content .title a:hover {
  color: #fff;
  text-decoration: none
}

.page-template-home-template-new .homepage-wrapper .brands-block-content .title a:after {
  content: "»";
  margin-left: 5px;
  margin-top: -2px
}

.page-template-home-template-new .homepage-wrapper .brands-block-content .list {
  margin-right: 15px;
  width: 49%
}

@media(max-width:767px) {
  .page-template-home-template-new .homepage-wrapper .brands-block-content .list {
    width: 100%
  }
}

.page-template-home-template-new .homepage-wrapper .brands-block-content .list .brand-row {
  background-color: #fff;
  border: 1px solid #d6d6d6;
  border-radius: 3px;
  box-shadow: 0 2px 4px 0 #0000002e;
  display: flex;
  margin: 10px 0;
  padding: 15px;
  position: relative
}

@media(max-width:767px) {
  .page-template-home-template-new .homepage-wrapper .brands-block-content .list .brand-row {
    border-radius: 0
  }
}

@media(max-width:1199px) {
  .page-template-home-template-new .homepage-wrapper .brands-block-content .list .brand-row .logo-block {
    left: 15px;
    position: absolute;
    top: 15px
  }
}

.page-template-home-template-new .homepage-wrapper .brands-block-content .list .brand-row .logo-block .hp-logo {
  align-items: center;
  border: 1px solid #0000;
  border-radius: 5px;
  display: flex;
  height: 90px;
  justify-content: center;
  width: 90px
}

.page-template-home-template-new .homepage-wrapper .brands-block-content .list .brand-row .logo-block .hp-logo:hover {
  border: 1px solid #0bafff;
  opacity: .7
}

.page-template-home-template-new .homepage-wrapper .brands-block-content .list .brand-row .logo-block .hp-logo img {
  max-height: 65px;
  width: 75%
}

.page-template-home-template-new .homepage-wrapper .brands-block-content .list .brand-row .content-block {
  display: flex;
  flex-flow: column;
  margin-left: 15px;
  width: 100%
}

@media(max-width:1199px) {
  .page-template-home-template-new .homepage-wrapper .brands-block-content .list .brand-row .content-block {
    margin: 0
  }
}

.page-template-home-template-new .homepage-wrapper .brands-block-content .list .brand-row .content-block .top-part {
  display: flex;
  justify-content: space-between
}

@media(max-width:1199px) {
  .page-template-home-template-new .homepage-wrapper .brands-block-content .list .brand-row .content-block .top-part {
    flex-flow: column;
    padding-left: 105px
  }
}

.page-template-home-template-new .homepage-wrapper .brands-block-content .list .brand-row .content-block .top-part .brand-name a {
  color: #333;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.41;
  text-align: left
}

.page-template-home-template-new .homepage-wrapper .brands-block-content .list .brand-row .content-block .top-part .brand-name a:hover {
  color: #0bafff;
  text-decoration: none
}

.page-template-home-template-new .homepage-wrapper .brands-block-content .list .brand-row .content-block .top-part .rating {
  display: flex
}

@media(max-width:1199px) {
  .page-template-home-template-new .homepage-wrapper .brands-block-content .list .brand-row .content-block .top-part .rating {
    margin: 5px 0
  }
}

.page-template-home-template-new .homepage-wrapper .brands-block-content .list .brand-row .content-block .top-part .rating .score {
  color: #333;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.38;
  margin-right: 5px;
  text-align: center
}

.page-template-home-template-new .homepage-wrapper .brands-block-content .list .brand-row .content-block .top-part .rating .score-stars .star-row {
  display: flex;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0
}

.page-template-home-template-new .homepage-wrapper .brands-block-content .list .brand-row .content-block .top-part .rating .score-stars .star-row li {
  margin-bottom: 0
}

.page-template-home-template-new .homepage-wrapper .brands-block-content .list .brand-row .content-block .top-part .rating .score-stars .star-row li i {
  color: #f5c22a;
  display: block;
  font-family: icomoon !important;
  font-size: 14px;
  font-style: normal;
  line-height: 18px
}

.page-template-home-template-new .homepage-wrapper .brands-block-content .list .brand-row .content-block .top-part .rating .score-stars .star-row li i:before {
  content: ""
}

.page-template-home-template-new .homepage-wrapper .brands-block-content .list .brand-row .content-block .top-part .rating .score-stars .star-row li.active i:before {
  content: ""
}

.page-template-home-template-new .homepage-wrapper .brands-block-content .list .brand-row .content-block .top-part .rating .score-stars .star-row li.half i:before {
  content: ""
}

@media(max-width:1199px) {
  .page-template-home-template-new .homepage-wrapper .brands-block-content .list .brand-row .content-block .middle-part {
    margin-top: 15px
  }
}

.page-template-home-template-new .homepage-wrapper .brands-block-content .list .brand-row .content-block .middle-part .bonus-text a {
  color: #e19506;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 5px;
  text-align: left
}

.page-template-home-template-new .homepage-wrapper .brands-block-content .list .brand-row .content-block .middle-part .bonus-text a:hover {
  color: #333;
  text-decoration: none
}

.page-template-home-template-new .homepage-wrapper .brands-block-content .list .brand-row .content-block .middle-part .legal-text {
  color: #818a97;
  font-size: 10px;
  font-weight: 300;
  line-height: 1.4;
  text-align: left;
  text-decoration: none
}

.page-template-home-template-new .homepage-wrapper .brands-block-content .list .brand-row .content-block .middle-part .legal-text p,
.page-template-home-template-new .homepage-wrapper .brands-block-content .list .brand-row .content-block .middle-part .legal-text sup {
  height: -moz-fit-content;
  height: fit-content;
  margin: 5px 0 10px;
  min-height: 70px
}

.page-template-home-template-new .homepage-wrapper .brands-block-content .list .brand-row .content-block .bottom-part {
  align-items: center;
  display: flex
}

.page-template-home-template-new .homepage-wrapper .brands-block-content .list .brand-row .content-block .bottom-part .new-get-bonus-button {
  border: none
}

.page-template-home-template-new .homepage-wrapper .brands-block-content .list .brand-row .content-block .bottom-part .review-link {
  color: #0bafff;
  font-size: 14px;
  line-height: 1.39;
  margin-left: 15px;
  text-align: center
}

@media(max-width:1199px) {
  .page-template-home-template-new .homepage-wrapper .brands-block-content .list .brand-row .content-block .bottom-part .review-link {
    margin: 0
  }
}

.page-template-home-template-new .homepage-wrapper .brands-block-content .list .brand-row .content-block.dark .top-part .brand-name a {
  color: #fff
}

.page-template-home-template-new .homepage-wrapper .brands-block-content .list .brand-row .content-block.dark .top-part .brand-name a:hover {
  color: #0bafff;
  text-decoration: none
}

.page-template-home-template-new .homepage-wrapper .brands-block-content .list .brand-row .content-block.dark .middle-part .bonus-text a,
.page-template-home-template-new .homepage-wrapper .brands-block-content .list .brand-row .content-block.dark .top-part .rating .score {
  color: #fff
}

.page-template-home-template-new .homepage-wrapper .brands-block-content .list .brand-row .content-block.dark .middle-part .bonus-text a.casino:hover {
  color: #fe4f4f;
  text-decoration: none
}

.page-template-home-template-new .homepage-wrapper .brands-block-content .list .brand-row .content-block.dark .middle-part .bonus-text a.bingo:hover {
  color: #cc58fd;
  text-decoration: none
}

.page-template-home-template-new .homepage-wrapper .brands-block-content .sidebar {
  display: flex;
  margin-left: 15px;
  width: 49%
}

@media(max-width:1199px) {
  .page-template-home-template-new .homepage-wrapper .brands-block-content .sidebar {
    flex-flow: column
  }
}

@media(max-width:767px) {
  .page-template-home-template-new .homepage-wrapper .brands-block-content .sidebar {
    margin-left: 0;
    width: 100%
  }
}

.page-template-home-template-new .homepage-wrapper .brands-block-content .sidebar .left {
  margin-right: 15px;
  width: 49%
}

@media(max-width:1199px) {
  .page-template-home-template-new .homepage-wrapper .brands-block-content .sidebar .left {
    margin: 0;
    width: 100%
  }
}

.page-template-home-template-new .homepage-wrapper .brands-block-content .sidebar .left .categories .content {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  padding: 10px 0 32px
}

@media(max-width:767px) {
  .page-template-home-template-new .homepage-wrapper .brands-block-content .sidebar .left .categories .content {
    justify-content: center
  }
}

.page-template-home-template-new .homepage-wrapper .brands-block-content .sidebar .left .categories .content a {
  color: #333;
  display: flex;
  flex-flow: column;
  font-size: 12px;
  font-weight: 500;
  height: 120px;
  line-height: 1.25;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  width: 82px
}

@media(max-width:1199px) {
  .page-template-home-template-new .homepage-wrapper .brands-block-content .sidebar .left .categories .content a {
    height: 125px;
    margin: 6px 10px;
    width: 90px
  }
}

@media(max-width:767px) {
  .page-template-home-template-new .homepage-wrapper .brands-block-content .sidebar .left .categories .content a {
    justify-content: center;
    margin: 6px 15px
  }

  .page-template-home-template-new .homepage-wrapper .brands-block-content .sidebar .left .categories .content a span {
    height: 30px
  }
}

.page-template-home-template-new .homepage-wrapper .brands-block-content .sidebar .left .categories .content a:before {
  background: #12141a;
  border: 1px solid #4f4f4f;
  content: "";
  display: block;
  height: 80px;
  margin-bottom: 10px;
  min-height: 80px;
  width: 80px
}

@media(max-width:1199px) {
  .page-template-home-template-new .homepage-wrapper .brands-block-content .sidebar .left .categories .content a:before {
    min-height: 90px;
    width: 90px
  }
}

.page-template-home-template-new .homepage-wrapper .brands-block-content .sidebar .left .categories .content a svg {
  content: "";
  height: 45px;
  left: 18px;
  position: absolute;
  top: 18px;
  width: 45px
}

.page-template-home-template-new .homepage-wrapper .brands-block-content .sidebar .left .categories .content a svg path {
  fill: #ffc63b
}

@media(max-width:1199px) {
  .page-template-home-template-new .homepage-wrapper .brands-block-content .sidebar .left .categories .content a svg {
    left: 23px;
    top: 23px
  }
}

.page-template-home-template-new .homepage-wrapper .brands-block-content .sidebar .left .categories .content a.paypal-bingo:after {
  background: url('/files/paypal_bingo.3c5cde.svg') no-repeat 50%;
  background-color: initial !important;
  content: "";
  height: 45px;
  left: 18px;
  position: absolute;
  top: 18px;
  width: 45px
}

@media(max-width:1199px) {
  .page-template-home-template-new .homepage-wrapper .brands-block-content .sidebar .left .categories .content a.paypal-bingo:after {
    left: 23px;
    top: 23px
  }
}

.page-template-home-template-new .homepage-wrapper .brands-block-content .sidebar .left .categories .content a.paypal-bingo:hover:after {
  background: url('/files/paypal_bingo_black.55e4fa.svg') no-repeat 50%
}

.page-template-home-template-new .homepage-wrapper .brands-block-content .sidebar .left .categories .content a:hover {
  text-decoration: none
}

.page-template-home-template-new .homepage-wrapper .brands-block-content .sidebar .left .categories .content a:hover:before {
  background-color: #ffc63b
}

.page-template-home-template-new .homepage-wrapper .brands-block-content .sidebar .left .categories .content a:hover svg path {
  fill: #000
}

.page-template-home-template-new .homepage-wrapper .brands-block-content .sidebar .left .top-brand .content {
  align-items: center;
  border: 1px solid #d6d6d663;
  border-radius: 3px;
  box-shadow: 0 2px 4px 0 #0000002e;
  display: flex;
  height: 340px;
  justify-content: center;
  margin-top: 10px
}

@media(max-width:1199px) {
  .page-template-home-template-new .homepage-wrapper .brands-block-content .sidebar .left .top-brand .content {
    height: 213px;
    margin-bottom: 10px
  }
}

@media(max-width:767px) {
  .page-template-home-template-new .homepage-wrapper .brands-block-content .sidebar .left .top-brand .content {
    height: 240px
  }
}

.page-template-home-template-new .homepage-wrapper .brands-block-content .sidebar .left .top-brand .content a {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  width: 100%
}

.page-template-home-template-new .homepage-wrapper .brands-block-content .sidebar .left .top-brand .content a img {
  height: 100%;
  width: 100%
}

.page-template-home-template-new .homepage-wrapper .brands-block-content .sidebar .left .top-brand .content:hover {
  opacity: .7
}

.page-template-home-template-new .homepage-wrapper .brands-block-content .sidebar .left .top-brand .content:hover a {
  z-index: 1
}

.page-template-home-template-new .homepage-wrapper .brands-block-content .sidebar .right {
  margin-left: 15px;
  width: 49%
}

@media(max-width:1199px) {
  .page-template-home-template-new .homepage-wrapper .brands-block-content .sidebar .right {
    margin: 0;
    width: 100%
  }
}

.page-template-home-template-new .homepage-wrapper .brands-block-content .sidebar .right .betting-blog {
  background-color: #fff;
  border: 1px solid #d6d6d6;
  border-radius: 3px;
  box-shadow: 0 2px 4px 0 #0000002e;
  margin-top: 10px;
  padding: 10px
}

@media(max-width:767px) {
  .page-template-home-template-new .homepage-wrapper .brands-block-content .sidebar .right .betting-blog {
    border-radius: 0
  }
}

.page-template-home-template-new .homepage-wrapper .brands-block-content .sidebar .right .betting-blog .single-news {
  border-top: 1px dotted #d3d3d3;
  display: flex;
  padding: 17px 0
}

.page-template-home-template-new .homepage-wrapper .brands-block-content .sidebar .right .betting-blog .single-news:first-child {
  border: none;
  padding-top: 4.8px
}

.page-template-home-template-new .homepage-wrapper .brands-block-content .sidebar .right .betting-blog .single-news:last-child {
  padding-bottom: 30px
}

@media(min-width:767px)and (max-width:1199px) {
  .page-template-home-template-new .homepage-wrapper .brands-block-content .sidebar .right .betting-blog .single-news {
    display: none;
    padding: 16px 0
  }

  .page-template-home-template-new .homepage-wrapper .brands-block-content .sidebar .right .betting-blog .single-news:first-child,
  .page-template-home-template-new .homepage-wrapper .brands-block-content .sidebar .right .betting-blog .single-news:nth-child(2) {
    display: flex
  }

  .page-template-home-template-new .homepage-wrapper .brands-block-content .sidebar .right .betting-blog .single-news:nth-child(2) {
    padding-bottom: 28px
  }
}

.page-template-home-template-new .homepage-wrapper .brands-block-content .sidebar .right .betting-blog .single-news .image-block a {
  display: block;
  height: 90px;
  margin-right: 10px;
  max-width: 90px;
  overflow: hidden
}

.page-template-home-template-new .homepage-wrapper .brands-block-content .sidebar .right .betting-blog .single-news .image-block a img {
  height: 90px;
  margin-left: -20%;
  min-width: 90px
}

.page-template-home-template-new .homepage-wrapper .brands-block-content .sidebar .right .betting-blog .single-news .image-block a:hover {
  opacity: .54
}

@media(min-width:992px) {
  .page-template-home-template-new .homepage-wrapper .brands-block-content .sidebar .right .betting-blog .single-news .news-block {
    max-width: 57%
  }
}

.page-template-home-template-new .homepage-wrapper .brands-block-content .sidebar .right .betting-blog .single-news .news-block .blog-title a {
  color: #333;
  display: flex;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 8px;
  text-align: left
}

.page-template-home-template-new .homepage-wrapper .brands-block-content .sidebar .right .betting-blog .single-news .news-block .blog-title a:hover {
  color: #12a4eb;
  text-decoration: none
}

.page-template-home-template-new .homepage-wrapper .brands-block-content .sidebar .right .betting-blog .single-news .news-block .short-text a {
  color: #888;
  display: block;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5;
  margin-top: -5px;
  text-align: left
}

.page-template-home-template-new .homepage-wrapper .brands-block-content .sidebar .right .betting-blog .single-news .news-block .short-text:hover {
  color: #0bafff;
  text-decoration: none
}

.page-template-home-template-new .homepage-wrapper .brands-block-content .sidebar .right .betting-blog .single-news .news-block .date-block {
  display: flex
}

.page-template-home-template-new .homepage-wrapper .brands-block-content .sidebar .right .betting-blog .single-news .news-block .date-block .date {
  color: #888;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.42;
  text-align: left
}

.page-template-home-template-new .homepage-wrapper .brands-block-content .sidebar .right .betting-blog .single-news .news-block .related-brand a {
  border-radius: 3px;
  color: #fff;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.79;
  padding: 4px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase
}

.page-template-home-template-new .homepage-wrapper .brands-block-content .sidebar .right .betting-blog .single-news .news-block .related-brand a:hover {
  opacity: .7
}

.page-template-home-template-new .homepage-wrapper .brands-block.betting {
  background-color: #f4f4f4
}

@media(min-width:767px)and (max-width:1199px) {
  .page-template-home-template-new .homepage-wrapper .brands-block.betting .sidebar .right .betting-blog .single-news {
    padding: 29px 0
  }
}

.page-template-home-template-new .homepage-wrapper .brands-block.betting .sidebar .right .betting-blog .single-news:first-child {
  padding-top: 10px
}

.page-template-home-template-new .homepage-wrapper .brands-block.casino {
  background-color: #12141a
}

.page-template-home-template-new .homepage-wrapper .brands-block.casino .brands-block-title {
  color: #fff
}

.page-template-home-template-new .homepage-wrapper .brands-block.casino .brands-block-content .title {
  background-color: #3e4659
}

.page-template-home-template-new .homepage-wrapper .brands-block.casino .brands-block-content .list .brand-row {
  background-color: #232732;
  border: 1px solid #d6d6d663;
  box-shadow: 0 2px 4px 0 #0000002e
}

.page-template-home-template-new .homepage-wrapper .brands-block.casino .brands-block-content .sidebar .left .categories a {
  color: #fff
}

.page-template-home-template-new .homepage-wrapper .brands-block.casino .brands-block-content .sidebar .left .categories a svg path {
  fill: #ff5050
}

.page-template-home-template-new .homepage-wrapper .brands-block.casino .brands-block-content .sidebar .left .categories a:hover:before {
  background-color: #ff5050
}

.page-template-home-template-new .homepage-wrapper .brands-block.casino .brands-block-content .sidebar .left .categories a:hover svg path {
  fill: #000
}

@media(min-width:768px)and (max-width:991px) {
  .page-template-home-template-new .homepage-wrapper .brands-block.casino .brands-block-content .sidebar .left .top-brand {
    margin-bottom: 40px
  }
}

.page-template-home-template-new .homepage-wrapper .brands-block.casino .brands-block-content .sidebar .right .casino-blog {
  background-color: initial;
  border: none;
  box-shadow: none;
  display: flex;
  flex-flow: row wrap;
  margin-top: 10px
}

@media(max-width:1199px) {
  .page-template-home-template-new .homepage-wrapper .brands-block.casino .brands-block-content .sidebar .right .casino-blog {
    flex-flow: nowrap;
    overflow: hidden;
    position: relative
  }
}

.page-template-home-template-new .homepage-wrapper .brands-block.casino .brands-block-content .sidebar .right .casino-blog .single-news {
  align-items: center;
  border-top: none;
  display: flex;
  flex-flow: column;
  max-width: 50%;
  padding: 0 0 50px;
  width: 50%
}

@media(min-width:768px)and (max-width:991px) {
  .page-template-home-template-new .homepage-wrapper .brands-block.casino .brands-block-content .sidebar .right .casino-blog .single-news {
    padding: 0 0 18px
  }
}

@media(max-width:767px) {
  .page-template-home-template-new .homepage-wrapper .brands-block.casino .brands-block-content .sidebar .right .casino-blog .single-news {
    padding: 0 0 20px
  }
}

@media(max-width:1199px) {
  .page-template-home-template-new .homepage-wrapper .brands-block.casino .brands-block-content .sidebar .right .casino-blog .single-news {
    margin: 10px 0 20px;
    max-width: 100%;
    width: 100%
  }
}

@media(min-width:992px) {
  .page-template-home-template-new .homepage-wrapper .brands-block.casino .brands-block-content .sidebar .right .casino-blog .single-news:nth-child(2n) {
    align-items: flex-end
  }

  .page-template-home-template-new .homepage-wrapper .brands-block.casino .brands-block-content .sidebar .right .casino-blog .single-news:nth-child(odd) {
    align-items: flex-start
  }
}

.page-template-home-template-new .homepage-wrapper .brands-block.casino .brands-block-content .sidebar .right .casino-blog .single-news .image-block a {
  border: 1px solid #f5c22a4d;
  border-radius: 5px;
  display: flex;
  height: 120px;
  justify-content: center;
  margin: 0;
  overflow: hidden;
  position: relative;
  width: 120px
}

.page-template-home-template-new .homepage-wrapper .brands-block.casino .brands-block-content .sidebar .right .casino-blog .single-news .image-block a img {
  height: 120px
}

.page-template-home-template-new .homepage-wrapper .brands-block.casino .brands-block-content .sidebar .right .casino-blog .single-news .news-block {
  width: 94%
}

@media(min-width:992px) {
  .page-template-home-template-new .homepage-wrapper .brands-block.casino .brands-block-content .sidebar .right .casino-blog .single-news .news-block {
    margin-top: 15px
  }
}

.page-template-home-template-new .homepage-wrapper .brands-block.casino .brands-block-content .sidebar .right .casino-blog .single-news .news-block .article-title .name {
  color: #fff;
  display: flex;
  flex-flow: column;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.1;
  margin-top: 10px;
  text-align: center
}

.page-template-home-template-new .homepage-wrapper .brands-block.casino .brands-block-content .sidebar .right .casino-blog .single-news .news-block .article-title .review {
  color: #0bafff;
  display: flex;
  font-size: 14px;
  justify-content: center;
  line-height: 1.36;
  margin-top: 5px
}

.page-template-home-template-new .homepage-wrapper .brands-block.casino .brands-block-content .sidebar .right .casino-blog .single-news:hover .image-block a {
  opacity: .54
}

.page-template-home-template-new .homepage-wrapper .brands-block.casino .brands-block-content .sidebar .right .casino-blog .single-news:hover .news-block .article-title .name {
  color: #0bafff;
  text-decoration: none
}

.page-template-home-template-new .homepage-wrapper .brands-block.casino .brands-block-content .sidebar .right .casino-blog .single-news:hover .news-block .article-title .review {
  color: #fff;
  text-decoration: none
}

.page-template-home-template-new .homepage-wrapper .brands-block.casino .brands-block-content .sidebar .right .casino-blog.off .glide__slides {
  flex-flow: row wrap
}

.page-template-home-template-new .homepage-wrapper .brands-block.casino .brands-block-content .sidebar .right .casino-blog.off .glide__bullets {
  display: none
}

.page-template-home-template-new .homepage-wrapper .brands-block.bingo {
  background-color: #281f49
}

.page-template-home-template-new .homepage-wrapper .brands-block.bingo .brands-block-title {
  color: #fff
}

.page-template-home-template-new .homepage-wrapper .brands-block.bingo .brands-block-content .title {
  background-color: #514a6c
}

.page-template-home-template-new .homepage-wrapper .brands-block.bingo .brands-block-content .list .brand-row {
  background-color: #232732;
  border: 1px solid #d6d6d663;
  box-shadow: 0 2px 4px 0 #0000002e
}

.page-template-home-template-new .homepage-wrapper .brands-block.bingo .brands-block-content .sidebar .left .categories a {
  color: #fff
}

.page-template-home-template-new .homepage-wrapper .brands-block.bingo .brands-block-content .sidebar .left .categories a svg path {
  fill: #ce59ff
}

.page-template-home-template-new .homepage-wrapper .brands-block.bingo .brands-block-content .sidebar .left .categories a:hover:before {
  background-color: #ce59ff
}

.page-template-home-template-new .homepage-wrapper .brands-block.bingo .brands-block-content .sidebar .left .categories a:hover svg path {
  fill: #000
}

.page-template-home-template-new .homepage-wrapper .brands-block.bingo .brands-block-content .sidebar .right .betting-blog .single-news:last-child {
  padding-bottom: 43px
}

@media(min-width:767px)and (max-width:1199px) {
  .page-template-home-template-new .homepage-wrapper .brands-block.bingo .brands-block-content .sidebar .right .betting-blog .single-news:nth-child(2) {
    padding-bottom: 0
  }
}

@media(min-width:1199px) {
  .page-template-home-template-new .homepage-wrapper .brands-block.bingo .brands-block-content .sidebar .right .betting-blog .single-news {
    min-height: 143px
  }
}

.page-template-home-template-new .homepage-wrapper .testimonials-wrapper {
  padding-bottom: 50px
}

.page-template-home-template-new .homepage-wrapper .testimonials-wrapper .testimonials--header .title {
  align-items: center;
  color: #333;
  display: flex;
  flex-flow: column;
  font-size: 28px;
  font-weight: 500;
  justify-content: center;
  line-height: .89;
  text-align: center
}

.page-template-home-template-new .homepage-wrapper .testimonials-wrapper .testimonials--header .title:after {
  background-color: #000;
  border-radius: 1px;
  content: "";
  height: 2px;
  margin: 20px 0 10px;
  width: 48px
}

.page-template-home-template-new .homepage-wrapper .testimonials-wrapper .testimonials--list {
  overflow: hidden
}

.page-template-home-template-new .homepage-wrapper .testimonials-wrapper .testimonials--list .single_testimonial {
  align-items: center;
  display: flex;
  flex-flow: column;
  margin: 20px 0
}

.page-template-home-template-new .homepage-wrapper .testimonials-wrapper .testimonials--list .single_testimonial .title {
  align-items: center;
  color: #333;
  display: flex;
  font-size: 20px;
  font-weight: 500;
  justify-content: center;
  line-height: .9;
  min-height: 120px;
  position: relative;
  text-align: justify
}

.page-template-home-template-new .homepage-wrapper .testimonials-wrapper .testimonials--list .single_testimonial .title svg {
  content: "";
  height: 95px;
  left: 35%;
  position: absolute;
  top: 10%;
  width: 100px
}

.page-template-home-template-new .homepage-wrapper .testimonials-wrapper .testimonials--list .single_testimonial .title img {
  height: 95px;
  width: 100px
}

.page-template-home-template-new .homepage-wrapper .testimonials-wrapper .testimonials--list .single_testimonial .title a {
  align-items: center;
  display: flex;
  z-index: 1
}

.page-template-home-template-new .homepage-wrapper .testimonials-wrapper .testimonials--list .single_testimonial .title a .logo {
  align-items: center;
  border-radius: 50%;
  display: flex;
  height: 70px;
  justify-content: center;
  margin: 20px;
  min-height: 70px;
  min-width: 70px;
  transition: .5s;
  width: 70px
}

.page-template-home-template-new .homepage-wrapper .testimonials-wrapper .testimonials--list .single_testimonial .title a img {
  max-height: 40px;
  transition: .5s;
  width: 65%
}

.page-template-home-template-new .homepage-wrapper .testimonials-wrapper .testimonials--list .single_testimonial .title a .name {
  color: #333;
  font-size: 20px;
  font-weight: 500;
  line-height: .9;
  text-align: justify
}

.page-template-home-template-new .homepage-wrapper .testimonials-wrapper .testimonials--list .single_testimonial .title a:hover {
  text-decoration: none
}

.page-template-home-template-new .homepage-wrapper .testimonials-wrapper .testimonials--list .single_testimonial .title a:hover .logo {
  height: 80px;
  min-height: 80px;
  min-width: 80px;
  width: 80px
}

.page-template-home-template-new .homepage-wrapper .testimonials-wrapper .testimonials--list .single_testimonial .title a:hover img {
  max-height: 50px;
  width: 70%
}

.page-template-home-template-new .homepage-wrapper .testimonials-wrapper .testimonials--list .single_testimonial .title a:hover .name {
  color: #0bafff
}

.page-template-home-template-new .homepage-wrapper .testimonials-wrapper .testimonials--list .single_testimonial .text {
  color: #555;
  font-size: 16px;
  font-style: italic;
  font-weight: 300;
  line-height: 1.63;
  text-align: center;
  width: 80%
}

@media(max-width:991px) {
  .page-template-home-template-new .homepage-wrapper .testimonials-wrapper .testimonials--list .single_testimonial .text {
    width: 100%
  }
}

.page-template-home-template-new .homepage-wrapper .arrow-next {
  display: flex;
  height: 60px
}

@media(min-width:768px)and (max-width:991px) {
  .page-template-home-template-new .homepage-wrapper .new-get-bonus-button {
    width: 100%
  }
}

.faq-list-wrapper {
  background-color: #eee;
  padding: 50px 0
}

.faq-list-wrapper .faq--header .title {
  align-items: center;
  color: #333;
  display: flex;
  flex-flow: column;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.2;
  text-align: center
}

.faq-list-wrapper .faq--header .title:after {
  background-color: #000;
  border-radius: 1px;
  content: "";
  height: 2px;
  margin: 20px 0 10px;
  width: 48px
}

.faq-list-wrapper .faq--header .description {
  color: #555;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.56;
  text-align: center
}

@media(max-width:768px) {
  .faq-list-wrapper .faq--list {
    margin: 0 -15px
  }
}

@media(max-width:767px) {
  .faq-list-wrapper .faq--list {
    flex-flow: column
  }

  .faq-list-wrapper .faq--list>div {
    padding: 0
  }
}

.faq-list-wrapper .faq--list .single_faq {
  -webkit-column-break-inside: avoid;
  background: #fff;
  border: 1px solid #d6d6d6;
  border-radius: 3px;
  box-shadow: 0 2px 4px 0 #0000002e;
  break-inside: avoid-column;
  height: max-content;
  margin-bottom: 10px;
  padding: 0 15px;
  width: 100%
}

@media(max-width:767px) {
  .faq-list-wrapper .faq--list .single_faq {
    border-radius: 0
  }
}

.faq-list-wrapper .faq--list .single_faq .faq-title {
  align-items: center;
  color: #333;
  cursor: pointer;
  display: flex;
  font-size: 16px;
  font-weight: 500;
  justify-content: space-between;
  line-height: 1.56;
  padding: 15px 0
}

.faq-list-wrapper .faq--list .single_faq .faq-title:after {
  background: url('/files/arrow_dowm_grey.491e65.svg') no-repeat 50%;
  background-size: contain;
  content: "";
  display: block;
  height: 10px;
  pointer-events: none;
  transition: .5s;
  width: 13px
}

.faq-list-wrapper .faq--list .single_faq .faq-title.open {
  color: #12a4eb
}

.faq-list-wrapper .faq--list .single_faq .faq-title.open:after {
  background: url('/files/arrow_down_blue.031b7e.svg') no-repeat 50%;
  transform: rotate(180deg)
}

.faq-list-wrapper .faq--list .single_faq .faq-text {
  color: #555;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  padding: 0 0 15px;
  text-align: justify
}

.faq-list-wrapper .faq--list .single_faq:hover {
  border: 1px solid #0bafff
}

.faq-list-wrapper .faq--list .single_faq:hover .faq-title {
  color: #12a4eb
}

.faq-list-wrapper .faq--list .single_faq:hover .faq-title:after {
  background: url('/files/arrow_down_blue.031b7e.svg') no-repeat 50%;
  transform: rotate(180deg)
}

@media(min-width:768px) {
  .page-template-slot-games-new .content-wrapper {
    padding-top: 0
  }

  .page-template-slot-games-new #header {
    background-color: #090e14ba
  }

  .page-template-slot-games-new #header.f-nav,
  .page-template-slot-games-new #header.scrolled {
    background-color: #090e14
  }
}

.page-template-slot-games-new .main-title {
  padding-bottom: 55px;
  padding-top: 30px;
  text-align: center
}

@media(max-width:991px) {
  .page-template-slot-games-new .main-title {
    padding-bottom: 200px
  }
}

.page-template-slot-games-new .main-title .review-title {
  color: #fff;
  font-size: 40px;
  font-weight: 500;
  line-height: .63;
  margin-bottom: 15px;
  padding-top: 120px;
  text-shadow: 0 1px 2px #0000004d
}

@media(max-width:991px) {
  .page-template-slot-games-new .main-title .review-title {
    font-size: 38px;
    line-height: .9;
    padding-top: 85px
  }
}

.page-template-slot-games-new .main-title p {
  color: #c1c1c1;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.6;
  text-shadow: 0 1px 2px #0009
}

@media(max-width:991px) {
  .page-template-slot-games-new .main-title p {
    font-size: 17px
  }

  .page-template-slot-games-new .slot-list {
    justify-content: space-around;
    margin: 30px -15px 50px
  }
}

.page-template-slot-games-new .slot-list .single-slot-card {
  margin: 30px 13px
}

@media(max-width:991px) {
  .page-template-slot-games-new .slot-list .single-slot-card {
    margin: 10px 5px;
    max-width: 150px
  }
}

.page-template-slot-games-new .slot-list .single-slot-card .image-container {
  border: 1px solid #f5c22a4d;
  border-radius: 5px;
  box-shadow: 0 2px 16px 0 #1c2c404a;
  overflow: hidden;
  position: relative
}

@media(max-width:991px) {
  .page-template-slot-games-new .slot-list .single-slot-card .image-container {
    max-height: 150px;
    max-width: 150px
  }
}

.page-template-slot-games-new .slot-list .single-slot-card .image-container .front img {
  border-radius: 5px;
  max-height: 200px;
  max-width: 200px
}

@media(max-width:991px) {
  .page-template-slot-games-new .slot-list .single-slot-card .image-container .front img {
    max-height: 150px;
    max-width: 150px
  }
}

.page-template-slot-games-new .slot-list .single-slot-card .image-container .hover-block {
  align-items: center;
  background: #00000080;
  display: none;
  height: 100%;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%
}

@media(max-width:991px) {
  .page-template-slot-games-new .slot-list .single-slot-card .image-container .hover-block {
    background: #0003;
    display: flex
  }
}

.page-template-slot-games-new .slot-list .single-slot-card .image-container .hover-block .brand-balloon {
  align-items: flex-end;
  border-radius: 50%;
  display: flex;
  height: 108px;
  justify-content: flex-end;
  left: -54px;
  padding-bottom: 15px;
  padding-right: 15px;
  position: absolute;
  top: -54px;
  width: 108px
}

@media(max-width:991px) {
  .page-template-slot-games-new .slot-list .single-slot-card .image-container .hover-block .brand-balloon {
    height: 96px;
    left: -48px;
    top: -48px;
    width: 96px
  }
}

.page-template-slot-games-new .slot-list .single-slot-card .image-container .hover-block .brand-balloon img {
  height: 34px;
  width: 34px
}

@media(max-width:991px) {
  .page-template-slot-games-new .slot-list .single-slot-card .image-container .hover-block .brand-balloon img {
    height: 29px;
    width: 29px
  }
}

.page-template-slot-games-new .slot-list .single-slot-card .image-container .hover-block .new-get-bonus-button {
  background-image: linear-gradient(90deg, #28b832, #4bf26d);
  border: none;
  border-radius: 17.5px;
  box-shadow: 0 5px 7px 0 #00000038;
  height: 35px;
  margin-bottom: 0
}

@media(max-width:991px) {
  .page-template-slot-games-new .slot-list .single-slot-card .image-container .hover-block .new-get-bonus-button {
    display: none
  }
}

.page-template-slot-games-new .slot-list .single-slot-card .image-container:hover .hover-block {
  display: flex;
  text-decoration: none
}

@media(max-width:991px) {
  .page-template-slot-games-new .slot-list .single-slot-card .image-container:hover .hover-block .new-get-bonus-button {
    display: flex
  }
}

.page-template-slot-games-new .slot-list .single-slot-card .slot-title {
  color: #333;
  font-size: 18px;
  margin-bottom: 3px;
  margin-top: 15px
}

@media(max-width:991px) {
  .page-template-slot-games-new .slot-list .single-slot-card .slot-title {
    margin-bottom: 0;
    margin-top: 10px
  }
}

.post-type-archive-betting-blog #header,
.single-betting-blog #header {
  background-color: #090e14
}

.new-article-single {
  padding-top: 55px
}

.new-article-single .content-wrapper {
  padding-top: 25px
}

@media(min-width:767px)and (max-width:991px) {
  .new-article-single .content-wrapper {
    margin-left: -20px;
    margin-right: -20px
  }

  .new-article-single .content-wrapper.article-index-page {
    margin: 30px 0
  }
}

@media(max-width:767px) {
  .new-article-single .content-wrapper {
    margin-top: 0
  }

  .new-article-single .content-wrapper.article-index-page {
    margin-top: 30px
  }
}

.new-article-single .content-wrapper .image-top {
  position: relative
}

.new-article-single .content-wrapper .image-top .img-title {
  border: 1px solid #e0e0e0;
  width: 100%
}

.new-article-single .content-wrapper .image-top .copyright-block {
  align-items: center;
  bottom: 1px;
  display: flex;
  height: 30px;
  padding: 0 10px;
  position: absolute;
  right: 1px
}

.new-article-single .content-wrapper .image-top .copyright-block span {
  font-size: 14px;
  font-weight: 500
}

.new-article-single .content-wrapper .image-top .copyright-block img {
  max-height: 30px;
  max-width: 100%;
  padding: 5px 0;
  width: 45px
}

.new-article-single .content-wrapper .main-title {
  color: #333;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.17;
  margin-top: 30px;
  text-align: left
}

@media(max-width:992px) {
  .new-article-single .content-wrapper .main-title {
    line-height: 1.3;
    margin-top: 80px
  }
}

.new-article-single .content-wrapper .article-tags {
  margin-bottom: 10px;
  padding: 0
}

.new-article-single .content-wrapper .article-tags .tag {
  display: inline-block;
  padding-right: 5px
}

.new-article-single .content-wrapper .article-tags .tag a {
  background: #f4f4f4;
  border-radius: 5px;
  color: #0bafff;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.71;
  padding: 5px 15px;
  text-align: left
}

.new-article-single .content-wrapper .article-tags .tag a:hover {
  background: #0bafff;
  color: #fff;
  cursor: pointer;
  text-decoration: none
}

.new-article-single .content-wrapper .article-prefix {
  color: #333;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 15px;
  text-align: justify
}

.new-article-single .content-wrapper .article-prefix:after {
  border: 1px solid #000;
  content: "";
  display: block;
  margin: 17px 0 1px;
  width: 48px
}

.new-article-single .content-wrapper .article-content .social-buttons {
  margin-top: 35px
}

@media(max-width:767px) {
  .new-article-single .content-wrapper .article-content .social-buttons {
    margin-bottom: 15px;
    margin-top: 0
  }
}

.new-article-single .content-wrapper .article-content .social-buttons .share-buttons {
  align-items: center;
  display: flex;
  justify-content: space-between
}

@media(max-width:767px) {
  .new-article-single .content-wrapper .article-content .social-buttons .share-buttons {
    align-items: flex-start;
    flex-flow: column
  }

  .new-article-single .content-wrapper .article-content .social-buttons .share-buttons>div {
    margin: 5px 0
  }
}

.new-article-single .content-wrapper .article-content .reviewer-block {
  border-bottom: 1px dotted #cecece;
  border-top: 1px dotted #cecece;
  display: flex;
  justify-content: center;
  margin-top: 8px;
  padding: 12px 5px
}

@media(max-width:992px) {
  .new-article-single .content-wrapper .article-content .reviewer-block {
    justify-content: flex-start
  }
}

@media(min-width:992px) {
  .new-article-single .content-wrapper .article-content .reviewer-block {
    width: 21%
  }
}

.new-article-single .content-wrapper .article-content .reviewer-block .left-block img {
  border-radius: 25px;
  height: 50px;
  width: 50px
}

.new-article-single .content-wrapper .article-content .reviewer-block .right-block {
  display: flex;
  flex-flow: column;
  justify-content: center;
  margin-left: 10px
}

.new-article-single .content-wrapper .article-content .reviewer-block .right-block .name {
  color: #333;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.25;
  text-align: left
}

.new-article-single .content-wrapper .article-content .reviewer-block .right-block .date {
  color: #888;
  font-size: 14px;
  font-weight: 300
}

@media(max-width:991px) {
  .new-article-single .content-wrapper .article-content .main-article {
    padding: 15px 0
  }
}

@media(min-width:992px) {
  .new-article-single .content-wrapper .article-content .main-article {
    padding: 0 15px 0 25px;
    width: 79%
  }
}

@media(max-width:767px) {
  .new-article-single .content-wrapper .article-content .main-article {
    padding-bottom: 0
  }
}

.new-article-single .content-wrapper .article-content .main-article.academy {
  padding: 0;
  width: 100%
}

.new-article-single .content-wrapper .article-content .main-article h3 {
  color: #333;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.27;
  margin-bottom: 10px;
  text-align: justify
}

.new-article-single .content-wrapper .article-content .main-article p {
  color: #555;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.56;
  text-align: justify
}

.new-article-single .content-wrapper .article-content .main-article p a {
  color: #0bafff
}

.new-article-single .content-wrapper .article-content .main-article p img {
  height: auto;
  max-width: 100%
}

@media(max-width:768px) {
  .new-article-single .content-wrapper .article-content .main-article p iframe {
    height: auto;
    max-width: 100%
  }
}

.new-article-single .content-wrapper .article-content .main-article>ul {
  padding-left: 40px
}

@media(max-width:767px) {
  .new-article-single .content-wrapper .article-content .main-article>ul {
    padding-left: 25px
  }
}

.new-article-single .content-wrapper .article-content .main-article ul li {
  color: #555;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.56;
  list-style: none;
  position: relative;
  text-align: justify
}

.new-article-single .content-wrapper .article-content .main-article ul li:before {
  color: #0bafff;
  content: "";
  font-family: icomoon !important;
  font-size: 14px;
  left: -25px;
  position: absolute;
  top: 4px
}

.new-article-single .content-wrapper .article-content .main-article>ol {
  counter-reset: section;
  margin: 25px 0;
  padding-left: 55px
}

@media(max-width:767px) {
  .new-article-single .content-wrapper .article-content .main-article>ol {
    padding-left: 40px
  }
}

.new-article-single .content-wrapper .article-content .main-article>ol li {
  color: #555;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.56;
  list-style: none;
  margin-bottom: 15px;
  position: relative;
  text-align: justify
}

.new-article-single .content-wrapper .article-content .main-article>ol li:before {
  background: #0bafff;
  color: #fff;
  content: counter(section);
  counter-increment: section;
  font-size: 19px;
  font-weight: 600;
  height: 27px;
  left: -40px;
  line-height: 27px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 27px
}

.new-article-single .content-wrapper .article-content .main-article .reviewer-info {
  border-bottom: 1px dashed #cecece;
  border-top: 1px dashed #cecece;
  display: flex;
  margin: 35px 0;
  padding: 12px 5px
}

@media(max-width:992px) {
  .new-article-single .content-wrapper .article-content .main-article .reviewer-info {
    display: flex;
    flex-flow: column;
    margin: 0
  }
}

.new-article-single .content-wrapper .article-content .main-article .reviewer-info .left-block {
  align-items: flex-start;
  display: flex;
  padding-right: 15px
}

@media(max-width:767px) {
  .new-article-single .content-wrapper .article-content .main-article .reviewer-info .left-block {
    justify-content: center;
    padding-right: 0
  }
}

.new-article-single .content-wrapper .article-content .main-article .reviewer-info .left-block img {
  border-radius: 50px;
  height: 79px;
  width: 79px
}

.new-article-single .content-wrapper .article-content .main-article .reviewer-info .right-block {
  display: flex;
  flex-flow: column;
  width: 100%
}

.new-article-single .content-wrapper .article-content .main-article .reviewer-info .right-block .info-block {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px
}

@media(max-width:767px) {
  .new-article-single .content-wrapper .article-content .main-article .reviewer-info .right-block .info-block {
    justify-content: center;
    margin-top: 10px
  }
}

.new-article-single .content-wrapper .article-content .main-article .reviewer-info .right-block .info-block .name {
  align-items: center;
  color: #333;
  display: flex;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  justify-content: center;
  line-height: 1.25;
  text-align: left
}

.new-article-single .content-wrapper .article-content .main-article .reviewer-info .right-block .info-block .name span {
  color: #888;
  padding-right: 5px
}

.new-article-single .content-wrapper .article-content .main-article .reviewer-info .right-block .info-block .date {
  color: #ababab;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.56;
  text-align: right
}

@media(max-width:767px) {
  .new-article-single .content-wrapper .article-content .main-article .reviewer-info .right-block .info-block .date {
    display: none
  }
}

.new-article-single .content-wrapper .article-content .main-article .reviewer-info .right-block .description {
  color: #555;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.5;
  text-align: justify
}

.new-article-single .content-wrapper .article-title {
  color: #333;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: .89;
  text-align: left
}

.new-article-single .content-wrapper .article-title:after {
  border: 1px solid #000;
  content: "";
  display: block;
  margin: 17px 0 1px;
  width: 48px
}

.new-article-single .content-wrapper .right-part.bottom {
  padding: 0 25px 30px 28px
}

.new-article-single .content-wrapper .articles-header-title {
  color: #000;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: .89;
  margin: 35px 0 20px;
  text-align: left
}

@media(max-width:991px) {
  .new-article-single .content-wrapper .articles-header-title {
    margin: 70px 0 20px
  }
}

.new-article-single .content-wrapper .comments-block p,
.new-article-single .content-wrapper .write-comment-block p {
  color: #555;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.56;
  text-align: justify
}

@media(max-width:992px) {
  .new-article-single .content-wrapper .more-news-block {
    margin-bottom: 30px;
    padding: 0 15px
  }

  .new-article-single .content-wrapper .more-news-block.article-index-page {
    padding: 0
  }
}

.new-article-single .content-wrapper .more-news-block .article-title {
  margin-bottom: 20px
}

.new-article-single .content-wrapper .more-news-block .single-news {
  border-bottom: 1px dotted #cecece;
  display: flex;
  padding: 20px 0
}

@media(max-width:991px) {
  .new-article-single .content-wrapper .more-news-block .single-news {
    border-bottom: none;
    flex-flow: column;
    padding-bottom: 0
  }
}

.new-article-single .content-wrapper .more-news-block .single-news:first-of-type {
  border-top: 1px dotted #cecece
}

.new-article-single .content-wrapper .more-news-block .single-news .image-block {
  align-items: flex-start;
  display: flex;
  justify-content: center;
  max-height: 188px;
  max-width: 269px
}

@media(max-width:767px) {
  .new-article-single .content-wrapper .more-news-block .single-news .image-block {
    margin-bottom: 15px;
    max-height: 100%;
    max-width: 100%
  }
}

.new-article-single .content-wrapper .more-news-block .single-news .image-block img {
  max-height: 188px;
  max-width: 269px
}

@media(max-width:767px) {
  .new-article-single .content-wrapper .more-news-block .single-news .image-block img {
    max-height: 100%;
    max-width: 100%
  }
}

.new-article-single .content-wrapper .more-news-block .single-news .main-block {
  display: flex;
  flex-grow: 1
}

@media(max-width:767px) {
  .new-article-single .content-wrapper .more-news-block .single-news .main-block {
    flex-flow: column
  }
}

.new-article-single .content-wrapper .more-news-block .single-news .main-block .news-block {
  padding-left: 30px
}

@media(max-width:767px) {
  .new-article-single .content-wrapper .more-news-block .single-news .main-block .news-block {
    padding-left: 0
  }
}

.new-article-single .content-wrapper .more-news-block .single-news .main-block .news-block .title {
  margin-bottom: 15px
}

.new-article-single .content-wrapper .more-news-block .single-news .main-block .news-block .title a {
  color: #333;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.09;
  text-align: left
}

.new-article-single .content-wrapper .more-news-block .single-news .main-block .news-block .tags-author {
  display: flex;
  flex-flow: row wrap
}

@media(max-width:767px) {
  .new-article-single .content-wrapper .more-news-block .single-news .main-block .news-block .tags-author {
    flex-flow: column
  }
}

.new-article-single .content-wrapper .more-news-block .single-news .main-block .news-block .tags-author .article-tags {
  margin-right: 10px
}

@media(max-width:767px) {
  .new-article-single .content-wrapper .more-news-block .single-news .main-block .news-block .tags-author .article-tags {
    margin-right: 0
  }
}

.new-article-single .content-wrapper .more-news-block .single-news .main-block .news-block .tags-author .author {
  display: flex;
  margin: 0 0 10px
}

.new-article-single .content-wrapper .more-news-block .single-news .main-block .news-block .tags-author .author .name {
  color: #333;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.71;
  padding: 0 10px 0 0;
  text-align: left
}

.new-article-single .content-wrapper .more-news-block .single-news .main-block .news-block .tags-author .author .date {
  color: #ababab;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.71;
  text-align: left
}

.new-article-single .content-wrapper .more-news-block .single-news .main-block .news-block .tags-author .author .date:before {
  content: "|";
  padding-right: 10px
}

.new-article-single .content-wrapper .more-news-block .single-news .main-block .news-block .title-description {
  color: #888;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.56;
  text-align: justify
}

.new-article-single .content-wrapper .more-news-block .single-news .main-block .news-block .read-more a {
  color: #0bafff;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.85;
  text-align: left
}

.new-article-single .content-wrapper .more-news-block .single-news .related-brand {
  align-items: center;
  display: flex;
  flex-flow: column;
  justify-content: center;
  margin: 0 0 0 25px;
  min-width: 169px;
  width: 169px
}

@media(max-width:991px) {
  .new-article-single .content-wrapper .more-news-block .single-news .related-brand {
    background: #f4f4f4;
    border-bottom: 1px dotted #cecece;
    flex-flow: row;
    justify-content: space-between;
    margin: 10px 0 0;
    padding: 15px;
    width: 100%
  }
}

@media(max-width:991px)and (max-width:767px) {
  .new-article-single .content-wrapper .more-news-block .single-news .related-brand {
    margin: 25px -25px 0 -15px;
    padding: 5px 15px 10px;
    width: 100vw
  }
}

@media(max-width:991px) {
  .new-article-single .content-wrapper .more-news-block .single-news .related-brand img {
    padding-right: 15px;
    width: 50%
  }
}

.new-article-single .content-wrapper .more-news-block .single-news .related-brand .brand-outlinks {
  display: flex;
  flex-flow: column;
  margin-top: 10px;
  width: 100%
}

@media(max-width:991px) {
  .new-article-single .content-wrapper .more-news-block .single-news .related-brand .brand-outlinks {
    width: 145px
  }
}

.new-article-single .content-wrapper .more-news-block .single-news .related-brand .brand-outlinks .visit-site {
  color: #0bafff;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.36;
  margin: 10px 0 0;
  text-align: center
}

.new-article-single .content-wrapper .more-news-block .navigation.pagination {
  display: flex;
  justify-content: center;
  margin: 20px 0
}

.new-article-single .content-wrapper .more-news-block .navigation.pagination .page-numbers {
  border: 1px solid #eee;
  border-radius: 2px;
  color: #0bafff;
  cursor: pointer;
  display: inline-block;
  font-weight: 600;
  line-height: 1;
  margin: 0 2px 0 0;
  padding: 5px 10px;
  text-decoration: none
}

.new-article-single .content-wrapper .more-news-block .navigation.pagination .page-numbers.current,
.new-article-single .content-wrapper .more-news-block .navigation.pagination .page-numbers:hover {
  background: #0bafff;
  color: #fff
}

.new-article-single.new .content-wrapper .article-prefix {
  border-bottom: 1px dashed #cecece;
  margin-bottom: 5px
}

.new-article-single.new .content-wrapper .article-prefix:after {
  content: none
}

.new-article-single.new .content-wrapper .author-socials {
  display: flex;
  justify-content: space-between;
  padding: 5px 0
}

@media(max-width:767px) {
  .new-article-single.new .content-wrapper .author-socials {
    flex-flow: column
  }

  .new-article-single.new .content-wrapper .author-socials .author {
    border-bottom: 1px dashed #cecece;
    display: flex;
    flex-flow: column;
    margin-bottom: 5px;
    padding-bottom: 7px
  }
}

.new-article-single.new .content-wrapper .author-socials .author .name {
  color: #333;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.25;
  text-align: left
}

.new-article-single.new .content-wrapper .author-socials .author .date {
  color: #ababab;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.56;
  text-align: left
}

.new-article-single.new .content-wrapper .author-socials .social-buttons {
  padding-top: 5px;
  width: 60%
}

@media(max-width:767px) {
  .new-article-single.new .content-wrapper .author-socials .social-buttons {
    width: 100%
  }
}

.new-article-single.new .content-wrapper .author-socials .social-buttons .share-buttons {
  align-items: center;
  display: flex
}

@media(max-width:767px) {
  .new-article-single.new .content-wrapper .author-socials .social-buttons .share-buttons {
    align-items: flex-start;
    flex-flow: column
  }

  .new-article-single.new .content-wrapper .author-socials .social-buttons .share-buttons>div {
    margin: 5px 0
  }
}

.new-article-single.new .content-wrapper .main-article {
  margin-top: 15px
}

.new-article-single.new .content-wrapper .main-article .reviewer-info {
  margin-bottom: 5px
}

.new-article-single.new .content-wrapper .main-article .social-buttons {
  border-bottom: 1px dashed #cecece;
  margin: 5px 0
}

.more-news-block-wrapper {
  background: #f4f4f4;
  margin-top: 35px
}

@media(max-width:1199px) {
  .more-news-block-wrapper {
    margin-top: 0
  }
}

.more-news-block-wrapper .more-news-block {
  padding-top: 15px
}

@media(max-width:991px) {
  .more-news-block-wrapper .more-news-block {
    align-items: center;
    display: flex;
    flex-flow: column;
    padding-left: 0;
    padding-right: 0
  }
}

.more-news-block-wrapper .more-news-block .article-title {
  color: #333;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: .89;
  margin: 30px 0;
  text-align: left
}

@media(max-width:991px) {
  .more-news-block-wrapper .more-news-block .article-title {
    align-items: center;
    display: flex;
    flex-flow: column
  }
}

.more-news-block-wrapper .more-news-block .article-title:after {
  border: 1px solid #000;
  content: "";
  display: block;
  margin: 17px 0 1px;
  width: 48px
}

.more-news-block-wrapper .more-news-block .news-list {
  display: flex;
  justify-content: space-between
}

@media(max-width:1199px) {
  .more-news-block-wrapper .more-news-block .news-list {
    flex-flow: column
  }
}

@media(max-width:1199px)and (min-width:480px) {
  .more-news-block-wrapper .more-news-block .news-list {
    flex-flow: row wrap
  }
}

.more-news-block-wrapper .more-news-block .news-list .single-news {
  background-color: #fff;
  border: 1px solid #d6d6d6;
  border-radius: 5px;
  box-shadow: 0 2px 4px 0 #0000002e;
  width: 265px
}

@media(max-width:1199px) {
  .more-news-block-wrapper .more-news-block .news-list .single-news {
    margin-bottom: 20px;
    width: 100%
  }
}

@media(max-width:1199px)and (min-width:480px) {
  .more-news-block-wrapper .more-news-block .news-list .single-news {
    width: 49%
  }
}

.more-news-block-wrapper .more-news-block .news-list .single-news .main-block .image-block {
  background-size: 100%;
  border-radius: 5px 5px 0 0;
  height: 145px
}

.more-news-block-wrapper .more-news-block .news-list .single-news .main-block .news-block {
  padding: 0 15px
}

.more-news-block-wrapper .more-news-block .news-list .single-news .main-block .news-block .title {
  height: 48px;
  margin: 15px 0
}

.more-news-block-wrapper .more-news-block .news-list .single-news .main-block .news-block .title a {
  color: #333;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.33;
  text-align: left
}

.more-news-block-wrapper .more-news-block .news-list .single-news .main-block .news-block .title a:hover {
  color: #0bafff;
  text-decoration: none
}

.more-news-block-wrapper .more-news-block .news-list .single-news .main-block .news-block .tags-author .author {
  display: flex
}

.more-news-block-wrapper .more-news-block .news-list .single-news .main-block .news-block .tags-author .author>div {
  font-size: 14px;
  font-stretch: normal;
  font-style: normal;
  font-weight: 300;
  letter-spacing: normal;
  line-height: 1.71;
  text-align: left
}

.more-news-block-wrapper .more-news-block .news-list .single-news .main-block .news-block .tags-author .author .name {
  color: #888;
  padding-right: 10px
}

.more-news-block-wrapper .more-news-block .news-list .single-news .main-block .news-block .tags-author .author .name:after {
  content: "|";
  padding-left: 10px
}

.more-news-block-wrapper .more-news-block .news-list .single-news .main-block .news-block .tags-author .author .date {
  color: #333
}

.more-news-block-wrapper .more-news-block .news-list .bottom-links {
  padding: 35px 15px 15px
}

.more-news-block-wrapper .more-news-block .news-list .bottom-links .related-brand a {
  border-radius: 3px;
  color: #fff;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.79;
  padding: 4px 9px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase
}

.more-news-block-wrapper .more-news-block .news-list .bottom-links .related-brand a:hover {
  opacity: .7
}

.more-news-block-wrapper .more-news-block .load-more {
  margin: 30px 0
}

.more-news-block-wrapper .more-news-block .load-more a {
  color: #333;
  font-size: 12px;
  font-weight: 500;
  line-height: 2.08;
  text-transform: uppercase
}

.more-news-block-wrapper .more-news-block .load-more a:hover {
  color: #0bafff;
  text-decoration: none
}

.article-sidebar {
  margin-top: 35px
}

@media(max-width:991px) {
  .article-sidebar {
    background: #f4f4f4;
    margin-top: 0;
    padding-bottom: 30px
  }
}

@media(max-width:991px)and (max-width:575px) {
  .article-sidebar.padding-none {
    padding-left: 0;
    padding-right: 0
  }
}

@media(max-width:991px) {
  .sidelist {
    justify-content: space-between
  }
}

.sidelist .sidebar-header {
  background-color: #dfdfdf;
  border-radius: 3px;
  color: #333;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.79;
  margin: 0 0 8px;
  padding: 4px 0 2px 10px;
  text-align: left;
  text-transform: uppercase;
  width: 100%
}

@media(max-width:575px) {
  .sidelist .sidebar-header {
    border-radius: 0
  }
}

.sidelist .side-dl {
  background: #fff;
  border: 1px solid #d6d6d6;
  border-radius: 3px;
  box-shadow: 0 2px 4px 0 #0000002e;
  display: flex;
  margin-bottom: 8px;
  padding: 13px 10px;
  width: 100%
}

@media(min-width:480px)and (max-width:991px) {
  .sidelist .side-dl {
    margin-bottom: 6px;
    width: 49%
  }
}

.sidelist .side-dl .logo-block .hp-logo {
  align-items: center;
  border: 1px solid #0000;
  border-radius: 5px;
  display: flex;
  height: 90px;
  justify-content: center;
  width: 90px
}

.sidelist .side-dl .logo-block .hp-logo:hover {
  border: 1px solid #0bafff;
  opacity: .7
}

.sidelist .side-dl .logo-block .hp-logo img {
  max-height: 65px;
  width: 75%
}

.sidelist .side-dl .content-block {
  display: flex;
  flex-flow: column;
  margin-left: 15px;
  width: 100%
}

.sidelist .side-dl .content-block .brand-name a {
  color: #333;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.41;
  text-align: left
}

.sidelist .side-dl .content-block .brand-name a:hover {
  color: #0bafff;
  text-decoration: none
}

.sidelist .side-dl .content-block .rating {
  display: flex;
  margin: 4px 0
}

.sidelist .side-dl .content-block .rating .score {
  color: #333;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.38;
  margin-right: 5px;
  text-align: center
}

.sidelist .side-dl .content-block .rating .score-stars .star-row {
  display: flex;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0
}

.sidelist .side-dl .content-block .rating .score-stars .star-row li {
  margin-bottom: 0
}

.sidelist .side-dl .content-block .rating .score-stars .star-row li i {
  color: #f5c22a;
  display: block;
  font-family: icomoon !important;
  font-size: 14px;
  font-style: normal;
  line-height: 18px
}

.sidelist .side-dl .content-block .rating .score-stars .star-row li i:before {
  content: ""
}

.sidelist .side-dl .content-block .rating .score-stars .star-row li.active i:before {
  content: ""
}

.sidelist .side-dl .content-block .rating .score-stars .star-row li.half i:before {
  content: ""
}

.sidelist .side-dl .content-block .new-get-bonus-button {
  border: none;
  font-size: 15px;
  height: 35px;
  width: 100%
}

.sidelist .side-dl .content-block .new-get-bonus-button span:after {
  top: -2px
}

.sidelist .sidebar-bottom-legal {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
  margin-bottom: 35px;
  padding: 7px 0 0;
  width: 100%
}

.sidelist .sidebar-bottom-legal .legal {
  color: #b8bbbf;
  cursor: pointer;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.79;
  position: relative;
  text-align: left;
  width: 100px
}

.sidelist .sidebar-bottom-legal .legal p {
  color: #818a97;
  font-size: 11px;
  font-weight: 300;
  line-height: 1.64;
  margin-top: 2px
}

.sidelist .sidebar-bottom-legal .legal .legacy {
  background-color: #dbf3ff;
  border: 1px solid #b3b3b4;
  border-radius: 3px;
  box-shadow: 6px 6px 16px -4px #0006;
  color: #222;
  cursor: default;
  display: none;
  opacity: 0;
  position: absolute;
  transition: opacity .2s;
  width: 260px;
  z-index: 10
}

.sidelist .sidebar-bottom-legal .legal .legacy a.new-default-button {
  background-color: #f5c22a;
  display: inline-block;
  margin: 0 0 15px
}

.sidelist .sidebar-bottom-legal .legal .legacy .wrapper {
  padding: 5px
}

.sidelist .sidebar-bottom-legal .legal .legacy .wrapper p {
  cursor: default;
  font-size: 12px !important
}

.sidelist .sidebar-bottom-legal .legal:hover .trigger {
  color: #12a4eb
}

.sidelist .sidebar-bottom-legal .legal:hover>.legacy {
  display: block;
  opacity: 1
}

.sidelist .sidebar-bottom-legal>a.see-all {
  color: #333;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.79;
  text-align: right
}

.content-wrapper.casino .transparent-bg {
  background-color: #ffffff1c
}

.content-wrapper.casino .transparent-bg .certificates:after,
.content-wrapper.casino .transparent-bg .certificates:before {
  background-color: #000
}

.content-wrapper.casino .transparent-bg .destroy-filter,
.content-wrapper.casino .transparent-bg .disclosure a.a,
.content-wrapper.casino .transparent-bg .disclosure i {
  color: #fff !important
}

.page-template-casino-dl-static-dark-rotation-terms .footer-static-license-images,
.page-template-template-ppc-betting .footer-static-license-images,
.page-template-template-ppc-bingo .footer-static-license-images,
.page-template-template-ppc-casino .footer-static-license-images,
.page-template-template-ppc-poker .footer-static-license-images {
  display: none
}

.page-template-casino-dl-static-dark-rotation-terms .main-content .prod-list-wrapper .bonus p,
.page-template-template-ppc-betting .main-content .prod-list-wrapper .bonus p,
.page-template-template-ppc-bingo .main-content .prod-list-wrapper .bonus p,
.page-template-template-ppc-casino .main-content .prod-list-wrapper .bonus p,
.page-template-template-ppc-poker .main-content .prod-list-wrapper .bonus p {
  color: #ffc63b;
  font-family: Poppins;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  margin-bottom: 0 !important
}

.page-template-casino-dl-static-dark-rotation-terms .main-content .prod-list-wrapper .bonus p .big-bonus,
.page-template-template-ppc-betting .main-content .prod-list-wrapper .bonus p .big-bonus,
.page-template-template-ppc-bingo .main-content .prod-list-wrapper .bonus p .big-bonus,
.page-template-template-ppc-casino .main-content .prod-list-wrapper .bonus p .big-bonus,
.page-template-template-ppc-poker .main-content .prod-list-wrapper .bonus p .big-bonus {
  display: block;
  font-family: Poppins;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px
}

@media(max-width:767px) {

  .page-template-casino-dl-static-dark-rotation-terms .main-content .prod-list-wrapper .bonus p,
  .page-template-template-ppc-betting .main-content .prod-list-wrapper .bonus p,
  .page-template-template-ppc-bingo .main-content .prod-list-wrapper .bonus p,
  .page-template-template-ppc-casino .main-content .prod-list-wrapper .bonus p,
  .page-template-template-ppc-poker .main-content .prod-list-wrapper .bonus p {
    font-size: 14px;
    line-height: 21px
  }

  .page-template-casino-dl-static-dark-rotation-terms .main-content .prod-list-wrapper .bonus p .big-bonus,
  .page-template-template-ppc-betting .main-content .prod-list-wrapper .bonus p .big-bonus,
  .page-template-template-ppc-bingo .main-content .prod-list-wrapper .bonus p .big-bonus,
  .page-template-template-ppc-casino .main-content .prod-list-wrapper .bonus p .big-bonus,
  .page-template-template-ppc-poker .main-content .prod-list-wrapper .bonus p .big-bonus {
    font-size: 24px;
    line-height: 22px
  }

  .page-template-casino-dl-static-dark-rotation-terms .footer-static-license-images,
  .page-template-template-ppc-betting .footer-static-license-images,
  .page-template-template-ppc-bingo .footer-static-license-images,
  .page-template-template-ppc-casino .footer-static-license-images,
  .page-template-template-ppc-poker .footer-static-license-images {
    display: block;
    margin-top: 20px;
    text-align: center
  }

  .page-template-casino-dl-static-dark-rotation-terms .footer-static-license-images a,
  .page-template-template-ppc-betting .footer-static-license-images a,
  .page-template-template-ppc-bingo .footer-static-license-images a,
  .page-template-template-ppc-casino .footer-static-license-images a,
  .page-template-template-ppc-poker .footer-static-license-images a {
    margin-right: 10px
  }
}

.page-template-casino-dl-static-dark-rotation-terms .page_legal_header,
.page-template-template-ppc-betting .page_legal_header,
.page-template-template-ppc-bingo .page_legal_header,
.page-template-template-ppc-casino .page_legal_header,
.page-template-template-ppc-poker .page_legal_header {
  color: #fff;
  font-size: 14px;
  font-stretch: normal;
  font-style: normal;
  font-weight: 300;
  letter-spacing: .48px;
  line-height: 1.5;
  margin-top: 10px;
  text-align: left;
  width: 877px
}

.page-template-casino-dl-static-dark-rotation-terms .betting .main-title p,
.page-template-casino-dl-static-dark-rotation-terms .bingo .main-title p,
.page-template-casino-dl-static-dark-rotation-terms .casino .main-title p,
.page-template-casino-dl-static-dark-rotation-terms .poker .main-title p,
.page-template-template-ppc-betting .betting .main-title p,
.page-template-template-ppc-betting .bingo .main-title p,
.page-template-template-ppc-betting .casino .main-title p,
.page-template-template-ppc-betting .poker .main-title p,
.page-template-template-ppc-bingo .betting .main-title p,
.page-template-template-ppc-bingo .bingo .main-title p,
.page-template-template-ppc-bingo .casino .main-title p,
.page-template-template-ppc-bingo .poker .main-title p,
.page-template-template-ppc-casino .betting .main-title p,
.page-template-template-ppc-casino .bingo .main-title p,
.page-template-template-ppc-casino .casino .main-title p,
.page-template-template-ppc-casino .poker .main-title p,
.page-template-template-ppc-poker .betting .main-title p,
.page-template-template-ppc-poker .bingo .main-title p,
.page-template-template-ppc-poker .casino .main-title p,
.page-template-template-ppc-poker .poker .main-title p {
  text-align: left
}

.page-template-casino-dl-static-dark-rotation-terms .disclosure-wrapper,
.page-template-template-ppc-betting .disclosure-wrapper,
.page-template-template-ppc-bingo .disclosure-wrapper,
.page-template-template-ppc-casino .disclosure-wrapper,
.page-template-template-ppc-poker .disclosure-wrapper {
  position: relative
}

.page-template-casino-dl-static-dark-rotation-terms .disclosure-wrapper .learnMore,
.page-template-template-ppc-betting .disclosure-wrapper .learnMore,
.page-template-template-ppc-bingo .disclosure-wrapper .learnMore,
.page-template-template-ppc-casino .disclosure-wrapper .learnMore,
.page-template-template-ppc-poker .disclosure-wrapper .learnMore {
  display: inline-block;
  font-size: 14px;
  text-decoration: underline
}

.page-template-casino-dl-static-dark-rotation-terms .disclosure-wrapper .learnMore:hover,
.page-template-template-ppc-betting .disclosure-wrapper .learnMore:hover,
.page-template-template-ppc-bingo .disclosure-wrapper .learnMore:hover,
.page-template-template-ppc-casino .disclosure-wrapper .learnMore:hover,
.page-template-template-ppc-poker .disclosure-wrapper .learnMore:hover {
  text-decoration: underline
}

.page-template-casino-dl-static-dark-rotation-terms .disclosure-wrapper .advertiser-disclosure,
.page-template-template-ppc-betting .disclosure-wrapper .advertiser-disclosure,
.page-template-template-ppc-bingo .disclosure-wrapper .advertiser-disclosure,
.page-template-template-ppc-casino .disclosure-wrapper .advertiser-disclosure,
.page-template-template-ppc-poker .disclosure-wrapper .advertiser-disclosure {
  font-size: 14px;
  line-height: 1.71;
  margin: 5px 0 10px
}

@media(max-width:991px) {

  .page-template-casino-dl-static-dark-rotation-terms .disclosure-wrapper .advertiser-disclosure,
  .page-template-template-ppc-betting .disclosure-wrapper .advertiser-disclosure,
  .page-template-template-ppc-bingo .disclosure-wrapper .advertiser-disclosure,
  .page-template-template-ppc-casino .disclosure-wrapper .advertiser-disclosure,
  .page-template-template-ppc-poker .disclosure-wrapper .advertiser-disclosure {
    text-align: center
  }
}

.page-template-casino-dl-static-dark-rotation-terms .disclosure-wrapper .trigger,
.page-template-template-ppc-betting .disclosure-wrapper .trigger,
.page-template-template-ppc-bingo .disclosure-wrapper .trigger,
.page-template-template-ppc-casino .disclosure-wrapper .trigger,
.page-template-template-ppc-poker .disclosure-wrapper .trigger {
  color: #fff;
  cursor: pointer;
  font-size: 12px;
  line-height: .71;
  width: -moz-fit-content;
  width: fit-content
}

.page-template-casino-dl-static-dark-rotation-terms .disclosure-wrapper .trigger:hover,
.page-template-template-ppc-betting .disclosure-wrapper .trigger:hover,
.page-template-template-ppc-bingo .disclosure-wrapper .trigger:hover,
.page-template-template-ppc-casino .disclosure-wrapper .trigger:hover,
.page-template-template-ppc-poker .disclosure-wrapper .trigger:hover {
  text-decoration-color: #00f
}

.page-template-casino-dl-static-dark-rotation-terms .disclosure-wrapper .trigger .disclosure-text,
.page-template-template-ppc-betting .disclosure-wrapper .trigger .disclosure-text,
.page-template-template-ppc-bingo .disclosure-wrapper .trigger .disclosure-text,
.page-template-template-ppc-casino .disclosure-wrapper .trigger .disclosure-text,
.page-template-template-ppc-poker .disclosure-wrapper .trigger .disclosure-text {
  background: #fff;
  border: 1px solid #989faa7d;
  border-radius: 3px;
  box-shadow: 0 4px 24px 0 #0000002b;
  color: #555;
  display: none;
  font-size: 11px;
  line-height: 1.5;
  max-width: 430px;
  padding: 22px 19px;
  position: absolute;
  text-align: left;
  text-transform: none;
  top: 26px;
  width: 95%;
  z-index: 100
}

@media(min-width:768px)and (max-width:991px) {

  .page-template-casino-dl-static-dark-rotation-terms .disclosure-wrapper .trigger .disclosure-text,
  .page-template-template-ppc-betting .disclosure-wrapper .trigger .disclosure-text,
  .page-template-template-ppc-bingo .disclosure-wrapper .trigger .disclosure-text,
  .page-template-template-ppc-casino .disclosure-wrapper .trigger .disclosure-text,
  .page-template-template-ppc-poker .disclosure-wrapper .trigger .disclosure-text {
    right: -21px
  }
}

.page-template-casino-dl-static-dark-rotation-terms .disclosure-wrapper .trigger .disclosure-text .close,
.page-template-template-ppc-betting .disclosure-wrapper .trigger .disclosure-text .close,
.page-template-template-ppc-bingo .disclosure-wrapper .trigger .disclosure-text .close,
.page-template-template-ppc-casino .disclosure-wrapper .trigger .disclosure-text .close,
.page-template-template-ppc-poker .disclosure-wrapper .trigger .disclosure-text .close {
  cursor: pointer;
  height: 14px;
  position: absolute;
  right: 8px;
  top: 8px;
  width: 14px
}

@media(min-width:768px) {

  .page-template-casino-dl-static-dark-rotation-terms .disclosure-wrapper .trigger .disclosure-text .close,
  .page-template-template-ppc-betting .disclosure-wrapper .trigger .disclosure-text .close,
  .page-template-template-ppc-bingo .disclosure-wrapper .trigger .disclosure-text .close,
  .page-template-template-ppc-casino .disclosure-wrapper .trigger .disclosure-text .close,
  .page-template-template-ppc-poker .disclosure-wrapper .trigger .disclosure-text .close {
    display: none
  }
}

@media(max-width:767px) {

  .page-template-casino-dl-static-dark-rotation-terms .disclosure-wrapper .trigger .disclosure-text,
  .page-template-template-ppc-betting .disclosure-wrapper .trigger .disclosure-text,
  .page-template-template-ppc-bingo .disclosure-wrapper .trigger .disclosure-text,
  .page-template-template-ppc-casino .disclosure-wrapper .trigger .disclosure-text,
  .page-template-template-ppc-poker .disclosure-wrapper .trigger .disclosure-text {
    max-width: 90vw
  }
}

.page-template-casino-dl-static-dark-rotation-terms .disclosure-wrapper .trigger .disclosure-text:after,
.page-template-template-ppc-betting .disclosure-wrapper .trigger .disclosure-text:after,
.page-template-template-ppc-bingo .disclosure-wrapper .trigger .disclosure-text:after,
.page-template-template-ppc-casino .disclosure-wrapper .trigger .disclosure-text:after,
.page-template-template-ppc-poker .disclosure-wrapper .trigger .disclosure-text:after {
  background: #fff;
  border-left: 1px solid #989faa7d;
  border-top: 1px solid #989faa7d;
  content: "";
  display: block;
  height: 10px;
  position: absolute;
  right: 81%;
  top: -6px;
  transform: rotate(45deg);
  width: 10px
}

@media(min-width:768px)and (max-width:991px) {

  .page-template-casino-dl-static-dark-rotation-terms .disclosure-wrapper .trigger .disclosure-text:after,
  .page-template-template-ppc-betting .disclosure-wrapper .trigger .disclosure-text:after,
  .page-template-template-ppc-bingo .disclosure-wrapper .trigger .disclosure-text:after,
  .page-template-template-ppc-casino .disclosure-wrapper .trigger .disclosure-text:after,
  .page-template-template-ppc-poker .disclosure-wrapper .trigger .disclosure-text:after {
    left: 72%
  }
}

.page-template-casino-dl-static-dark-rotation-terms .disclosure-wrapper .trigger .popup-new-legal,
.page-template-template-ppc-betting .disclosure-wrapper .trigger .popup-new-legal,
.page-template-template-ppc-bingo .disclosure-wrapper .trigger .popup-new-legal,
.page-template-template-ppc-casino .disclosure-wrapper .trigger .popup-new-legal,
.page-template-template-ppc-poker .disclosure-wrapper .trigger .popup-new-legal {
  top: 19px;
  z-index: 1000
}

.page-template-casino-dl-static-dark-rotation-terms .disclosure-wrapper .trigger .show,
.page-template-template-ppc-betting .disclosure-wrapper .trigger .show,
.page-template-template-ppc-bingo .disclosure-wrapper .trigger .show,
.page-template-template-ppc-casino .disclosure-wrapper .trigger .show,
.page-template-template-ppc-poker .disclosure-wrapper .trigger .show {
  display: block
}

@media(min-width:768px) {

  .page-template-casino-dl-static-dark-rotation-terms .disclosure-wrapper .trigger.has-hover:hover .disclosure-text,
  .page-template-template-ppc-betting .disclosure-wrapper .trigger.has-hover:hover .disclosure-text,
  .page-template-template-ppc-bingo .disclosure-wrapper .trigger.has-hover:hover .disclosure-text,
  .page-template-template-ppc-casino .disclosure-wrapper .trigger.has-hover:hover .disclosure-text,
  .page-template-template-ppc-poker .disclosure-wrapper .trigger.has-hover:hover .disclosure-text {
    display: block;
    transition: .75s ease .75s
  }
}

.page-template-casino-dl-static-dark-rotation-terms .expansion-panel,
.page-template-template-ppc-betting .expansion-panel,
.page-template-template-ppc-bingo .expansion-panel,
.page-template-template-ppc-casino .expansion-panel,
.page-template-template-ppc-poker .expansion-panel {
  background-color: #fff;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  display: flex;
  justify-content: space-between;
  margin: -2px 10px 0;
  padding: 20px 30px 15px
}

@media(max-width:991px) {

  .page-template-casino-dl-static-dark-rotation-terms .expansion-panel,
  .page-template-template-ppc-betting .expansion-panel,
  .page-template-template-ppc-bingo .expansion-panel,
  .page-template-template-ppc-casino .expansion-panel,
  .page-template-template-ppc-poker .expansion-panel {
    background-color: #0000;
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
    padding: 18px 15px 15px
  }
}

.page-template-casino-dl-static-dark-rotation-terms .expansion-panel .ratings,
.page-template-template-ppc-betting .expansion-panel .ratings,
.page-template-template-ppc-bingo .expansion-panel .ratings,
.page-template-template-ppc-casino .expansion-panel .ratings,
.page-template-template-ppc-poker .expansion-panel .ratings {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around
}

@media(max-width:991px) {

  .page-template-casino-dl-static-dark-rotation-terms .expansion-panel .ratings,
  .page-template-template-ppc-betting .expansion-panel .ratings,
  .page-template-template-ppc-bingo .expansion-panel .ratings,
  .page-template-template-ppc-casino .expansion-panel .ratings,
  .page-template-template-ppc-poker .expansion-panel .ratings {
    justify-content: center
  }

  .page-template-casino-dl-static-dark-rotation-terms .expansion-panel .ratings .rating,
  .page-template-template-ppc-betting .expansion-panel .ratings .rating,
  .page-template-template-ppc-bingo .expansion-panel .ratings .rating,
  .page-template-template-ppc-casino .expansion-panel .ratings .rating,
  .page-template-template-ppc-poker .expansion-panel .ratings .rating {
    align-items: center;
    display: flex;
    flex-direction: column;
    margin-bottom: 20px
  }
}

.page-template-casino-dl-static-dark-rotation-terms .expansion-panel .ratings .rating .score text,
.page-template-template-ppc-betting .expansion-panel .ratings .rating .score text,
.page-template-template-ppc-bingo .expansion-panel .ratings .rating .score text,
.page-template-template-ppc-casino .expansion-panel .ratings .rating .score text,
.page-template-template-ppc-poker .expansion-panel .ratings .rating .score text {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 5px
}

@media(max-width:991px) {

  .page-template-casino-dl-static-dark-rotation-terms .expansion-panel .ratings .rating .score text,
  .page-template-template-ppc-betting .expansion-panel .ratings .rating .score text,
  .page-template-template-ppc-bingo .expansion-panel .ratings .rating .score text,
  .page-template-template-ppc-casino .expansion-panel .ratings .rating .score text,
  .page-template-template-ppc-poker .expansion-panel .ratings .rating .score text {
    fill: #fff
  }
}

.page-template-casino-dl-static-dark-rotation-terms .expansion-panel .ratings .rating .title,
.page-template-template-ppc-betting .expansion-panel .ratings .rating .title,
.page-template-template-ppc-bingo .expansion-panel .ratings .rating .title,
.page-template-template-ppc-casino .expansion-panel .ratings .rating .title,
.page-template-template-ppc-poker .expansion-panel .ratings .rating .title {
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  max-width: 90px;
  text-align: center;
  text-transform: lowercase
}

.page-template-casino-dl-static-dark-rotation-terms .expansion-panel .ratings .rating .title:first-letter,
.page-template-template-ppc-betting .expansion-panel .ratings .rating .title:first-letter,
.page-template-template-ppc-bingo .expansion-panel .ratings .rating .title:first-letter,
.page-template-template-ppc-casino .expansion-panel .ratings .rating .title:first-letter,
.page-template-template-ppc-poker .expansion-panel .ratings .rating .title:first-letter {
  text-transform: uppercase
}

@media(max-width:991px) {

  .page-template-casino-dl-static-dark-rotation-terms .expansion-panel .ratings .rating .title,
  .page-template-template-ppc-betting .expansion-panel .ratings .rating .title,
  .page-template-template-ppc-bingo .expansion-panel .ratings .rating .title,
  .page-template-template-ppc-casino .expansion-panel .ratings .rating .title,
  .page-template-template-ppc-poker .expansion-panel .ratings .rating .title {
    color: #fff;
    font-size: 14px;
    font-weight: 400
  }
}

.page-template-casino-dl-static-dark-rotation-terms .expansion-panel circle,
.page-template-template-ppc-betting .expansion-panel circle,
.page-template-template-ppc-bingo .expansion-panel circle,
.page-template-template-ppc-casino .expansion-panel circle,
.page-template-template-ppc-poker .expansion-panel circle {
  transform: rotate(-90deg);
  transform-origin: 50% 50%;
  transition: stroke-dashoffset 1s
}

.page-template-casino-dl-static-dark-rotation-terms .expansion-panel.new,
.page-template-template-ppc-betting .expansion-panel.new,
.page-template-template-ppc-bingo .expansion-panel.new,
.page-template-template-ppc-casino .expansion-panel.new,
.page-template-template-ppc-poker .expansion-panel.new {
  background-color: #505571;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
  margin: -2px 16px 0;
  padding: 0 43px 0 33px;
  z-index: 1
}

@media(max-width:991px) {

  .page-template-casino-dl-static-dark-rotation-terms .expansion-panel.new,
  .page-template-template-ppc-betting .expansion-panel.new,
  .page-template-template-ppc-bingo .expansion-panel.new,
  .page-template-template-ppc-casino .expansion-panel.new,
  .page-template-template-ppc-poker .expansion-panel.new {
    margin: 0;
    padding: 0
  }
}

.page-template-casino-dl-static-dark-rotation-terms .expansion-panel.new .second-block,
.page-template-template-ppc-betting .expansion-panel.new .second-block,
.page-template-template-ppc-bingo .expansion-panel.new .second-block,
.page-template-template-ppc-casino .expansion-panel.new .second-block,
.page-template-template-ppc-poker .expansion-panel.new .second-block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px 0 20px 25px
}

@media(max-width:991px) {

  .page-template-casino-dl-static-dark-rotation-terms .expansion-panel.new .second-block,
  .page-template-template-ppc-betting .expansion-panel.new .second-block,
  .page-template-template-ppc-bingo .expansion-panel.new .second-block,
  .page-template-template-ppc-casino .expansion-panel.new .second-block,
  .page-template-template-ppc-poker .expansion-panel.new .second-block {
    padding: 12px 25px 16px 17px
  }
}

.page-template-casino-dl-static-dark-rotation-terms .expansion-panel.new .ratings,
.page-template-template-ppc-betting .expansion-panel.new .ratings,
.page-template-template-ppc-bingo .expansion-panel.new .ratings,
.page-template-template-ppc-casino .expansion-panel.new .ratings,
.page-template-template-ppc-poker .expansion-panel.new .ratings {
  justify-content: flex-start
}

@media(max-width:991px) {

  .page-template-casino-dl-static-dark-rotation-terms .expansion-panel.new .ratings,
  .page-template-template-ppc-betting .expansion-panel.new .ratings,
  .page-template-template-ppc-bingo .expansion-panel.new .ratings,
  .page-template-template-ppc-casino .expansion-panel.new .ratings,
  .page-template-template-ppc-poker .expansion-panel.new .ratings {
    justify-content: space-between
  }
}

@media(min-width:500px) {

  .page-template-casino-dl-static-dark-rotation-terms .expansion-panel.new .ratings,
  .page-template-template-ppc-betting .expansion-panel.new .ratings,
  .page-template-template-ppc-bingo .expansion-panel.new .ratings,
  .page-template-template-ppc-casino .expansion-panel.new .ratings,
  .page-template-template-ppc-poker .expansion-panel.new .ratings {
    justify-content: flex-end
  }
}

.page-template-casino-dl-static-dark-rotation-terms .expansion-panel.new .ratings .rating,
.page-template-template-ppc-betting .expansion-panel.new .ratings .rating,
.page-template-template-ppc-bingo .expansion-panel.new .ratings .rating,
.page-template-template-ppc-casino .expansion-panel.new .ratings .rating,
.page-template-template-ppc-poker .expansion-panel.new .ratings .rating {
  display: flex;
  flex: 1;
  margin-bottom: 15px;
  max-width: 155px
}

@media(max-width:991px) {

  .page-template-casino-dl-static-dark-rotation-terms .expansion-panel.new .ratings .rating,
  .page-template-template-ppc-betting .expansion-panel.new .ratings .rating,
  .page-template-template-ppc-bingo .expansion-panel.new .ratings .rating,
  .page-template-template-ppc-casino .expansion-panel.new .ratings .rating,
  .page-template-template-ppc-poker .expansion-panel.new .ratings .rating {
    flex-direction: row;
    margin-bottom: 20px
  }
}

@media(min-width:360px)and (max-width:374px) {

  .page-template-casino-dl-static-dark-rotation-terms .expansion-panel.new .ratings .rating,
  .page-template-template-ppc-betting .expansion-panel.new .ratings .rating,
  .page-template-template-ppc-bingo .expansion-panel.new .ratings .rating,
  .page-template-template-ppc-casino .expansion-panel.new .ratings .rating,
  .page-template-template-ppc-poker .expansion-panel.new .ratings .rating {
    max-width: 135px;
    min-width: 135px !important
  }
}

@media(min-width:600px)and (max-width:992px) {

  .page-template-casino-dl-static-dark-rotation-terms .expansion-panel.new .ratings .rating,
  .page-template-template-ppc-betting .expansion-panel.new .ratings .rating,
  .page-template-template-ppc-bingo .expansion-panel.new .ratings .rating,
  .page-template-template-ppc-casino .expansion-panel.new .ratings .rating,
  .page-template-template-ppc-poker .expansion-panel.new .ratings .rating {
    max-width: 200px;
    min-width: 200px !important
  }
}

.page-template-casino-dl-static-dark-rotation-terms .expansion-panel.new .ratings .rating svg,
.page-template-template-ppc-betting .expansion-panel.new .ratings .rating svg,
.page-template-template-ppc-bingo .expansion-panel.new .ratings .rating svg,
.page-template-template-ppc-casino .expansion-panel.new .ratings .rating svg,
.page-template-template-ppc-poker .expansion-panel.new .ratings .rating svg {
  margin-right: 10px
}

@media(min-width:360px)and (max-width:374px) {

  .page-template-casino-dl-static-dark-rotation-terms .expansion-panel.new .ratings .rating svg,
  .page-template-template-ppc-betting .expansion-panel.new .ratings .rating svg,
  .page-template-template-ppc-bingo .expansion-panel.new .ratings .rating svg,
  .page-template-template-ppc-casino .expansion-panel.new .ratings .rating svg,
  .page-template-template-ppc-poker .expansion-panel.new .ratings .rating svg {
    margin-right: 7px
  }
}

.page-template-casino-dl-static-dark-rotation-terms .expansion-panel.new .ratings .rating .score text,
.page-template-template-ppc-betting .expansion-panel.new .ratings .rating .score text,
.page-template-template-ppc-bingo .expansion-panel.new .ratings .rating .score text,
.page-template-template-ppc-casino .expansion-panel.new .ratings .rating .score text,
.page-template-template-ppc-poker .expansion-panel.new .ratings .rating .score text {
  fill: #fff;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: -.8px;
  line-height: 1.15;
  text-align: center
}

.page-template-casino-dl-static-dark-rotation-terms .expansion-panel.new .ratings .rating .title,
.page-template-template-ppc-betting .expansion-panel.new .ratings .rating .title,
.page-template-template-ppc-bingo .expansion-panel.new .ratings .rating .title,
.page-template-template-ppc-casino .expansion-panel.new .ratings .rating .title,
.page-template-template-ppc-poker .expansion-panel.new .ratings .rating .title {
  align-items: center;
  color: #fff;
  display: flex;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: .32px;
  line-height: 1;
  text-align: left
}

@media(min-width:360px)and (max-width:374px) {

  .page-template-casino-dl-static-dark-rotation-terms .expansion-panel.new .ratings .rating .title,
  .page-template-template-ppc-betting .expansion-panel.new .ratings .rating .title,
  .page-template-template-ppc-bingo .expansion-panel.new .ratings .rating .title,
  .page-template-template-ppc-casino .expansion-panel.new .ratings .rating .title,
  .page-template-template-ppc-poker .expansion-panel.new .ratings .rating .title {
    max-width: 75px
  }
}

.page-template-casino-dl-static-dark-rotation-terms .expansion-panel.new .ratings .rating .title span,
.page-template-template-ppc-betting .expansion-panel.new .ratings .rating .title span,
.page-template-template-ppc-bingo .expansion-panel.new .ratings .rating .title span,
.page-template-template-ppc-casino .expansion-panel.new .ratings .rating .title span,
.page-template-template-ppc-poker .expansion-panel.new .ratings .rating .title span {
  text-transform: lowercase
}

.page-template-casino-dl-static-dark-rotation-terms .expansion-panel.new .ratings .rating .title span:first-letter,
.page-template-template-ppc-betting .expansion-panel.new .ratings .rating .title span:first-letter,
.page-template-template-ppc-bingo .expansion-panel.new .ratings .rating .title span:first-letter,
.page-template-template-ppc-casino .expansion-panel.new .ratings .rating .title span:first-letter,
.page-template-template-ppc-poker .expansion-panel.new .ratings .rating .title span:first-letter {
  text-transform: uppercase
}

.page-template-casino-dl-static-dark-rotation-terms .expansion-panel.new .buttons,
.page-template-template-ppc-betting .expansion-panel.new .buttons,
.page-template-template-ppc-bingo .expansion-panel.new .buttons,
.page-template-template-ppc-casino .expansion-panel.new .buttons,
.page-template-template-ppc-poker .expansion-panel.new .buttons {
  align-items: center;
  display: flex;
  flex-direction: column
}

.page-template-casino-dl-static-dark-rotation-terms .expansion-panel.new .buttons .review-link,
.page-template-template-ppc-betting .expansion-panel.new .buttons .review-link,
.page-template-template-ppc-bingo .expansion-panel.new .buttons .review-link,
.page-template-template-ppc-casino .expansion-panel.new .buttons .review-link,
.page-template-template-ppc-poker .expansion-panel.new .buttons .review-link {
  color: #63bcff;
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: normal;
  line-height: 1.25;
  text-align: center
}

@media(min-width:600px)and (max-width:992px) {

  .page-template-casino-dl-static-dark-rotation-terms .expansion-panel.new .buttons .review-link,
  .page-template-template-ppc-betting .expansion-panel.new .buttons .review-link,
  .page-template-template-ppc-bingo .expansion-panel.new .buttons .review-link,
  .page-template-template-ppc-casino .expansion-panel.new .buttons .review-link,
  .page-template-template-ppc-poker .expansion-panel.new .buttons .review-link {
    margin-right: 18%
  }
}

@media(min-width:500px)and (max-width:992px) {

  .page-template-casino-dl-static-dark-rotation-terms .expansion-panel.new .buttons .review-link,
  .page-template-template-ppc-betting .expansion-panel.new .buttons .review-link,
  .page-template-template-ppc-bingo .expansion-panel.new .buttons .review-link,
  .page-template-template-ppc-casino .expansion-panel.new .buttons .review-link,
  .page-template-template-ppc-poker .expansion-panel.new .buttons .review-link {
    margin-right: 15%
  }
}

.page-template-casino-dl-static-dark-rotation-terms .expansion-panel.new .buttons .review-link:after,
.page-template-template-ppc-betting .expansion-panel.new .buttons .review-link:after,
.page-template-template-ppc-bingo .expansion-panel.new .buttons .review-link:after,
.page-template-template-ppc-casino .expansion-panel.new .buttons .review-link:after,
.page-template-template-ppc-poker .expansion-panel.new .buttons .review-link:after {
  content: "»"
}

.page-template-casino-dl-static-dark-rotation-terms .expansion-panel.new .buttons .review-link:hover,
.page-template-template-ppc-betting .expansion-panel.new .buttons .review-link:hover,
.page-template-template-ppc-bingo .expansion-panel.new .buttons .review-link:hover,
.page-template-template-ppc-casino .expansion-panel.new .buttons .review-link:hover,
.page-template-template-ppc-poker .expansion-panel.new .buttons .review-link:hover {
  text-decoration: none
}

.page-template-betting-dl-branding-new header#header.tiny,
.page-template-template-ppc-betting header#header.tiny,
.page-template-template-ppc-bingo header#header.tiny,
.page-template-template-ppc-casino header#header.tiny,
.page-template-template-ppc-poker header#header.tiny {
  background-color: #1B243A;
  border-bottom: none
}

.page-template-betting-dl-branding-new .page_legal_header,
.page-template-template-ppc-betting .page_legal_header,
.page-template-template-ppc-bingo .page_legal_header,
.page-template-template-ppc-casino .page_legal_header,
.page-template-template-ppc-poker .page_legal_header {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: .3px;
  width: 100%
}

.page-template-betting-dl-branding-new .disclosure-wrapper .trigger,
.page-template-template-ppc-betting .disclosure-wrapper .trigger,
.page-template-template-ppc-bingo .disclosure-wrapper .trigger,
.page-template-template-ppc-casino .disclosure-wrapper .trigger,
.page-template-template-ppc-poker .disclosure-wrapper .trigger {
  color: #fff;
  font-size: 11px;
  letter-spacing: .3px
}

.page-template-betting-dl-branding-new .disclosure-wrapper .trigger:hover,
.page-template-template-ppc-betting .disclosure-wrapper .trigger:hover,
.page-template-template-ppc-bingo .disclosure-wrapper .trigger:hover,
.page-template-template-ppc-casino .disclosure-wrapper .trigger:hover,
.page-template-template-ppc-poker .disclosure-wrapper .trigger:hover {
  text-decoration-color: inherit
}

.page-template-betting-dl-branding-new .part-block,
.page-template-template-ppc-betting .part-block,
.page-template-template-ppc-bingo .part-block,
.page-template-template-ppc-casino .part-block,
.page-template-template-ppc-poker .part-block {
  display: flex;
  justify-content: space-between;
  margin: 25px 0 0
}

.page-template-betting-dl-branding-new .part-block .certificates-new,
.page-template-template-ppc-betting .part-block .certificates-new,
.page-template-template-ppc-bingo .part-block .certificates-new,
.page-template-template-ppc-casino .part-block .certificates-new,
.page-template-template-ppc-poker .part-block .certificates-new {
  align-items: center;
  background-color: #1B243A;
  border: 1px solid #2f334e;
  border-radius: 16px;
  display: flex;
  max-height: 30px;
  padding: 5px 19px 5px 20px;
  z-index: 1
}

@media(max-width:991px) {

  .page-template-betting-dl-branding-new .part-block .certificates-new,
  .page-template-template-ppc-betting .part-block .certificates-new,
  .page-template-template-ppc-bingo .part-block .certificates-new,
  .page-template-template-ppc-casino .part-block .certificates-new,
  .page-template-template-ppc-poker .part-block .certificates-new {
    border-radius: 13px;
    justify-content: space-between;
    max-height: 25px;
    padding: 4px 12px;
    width: 100%
  }
}

.page-template-betting-dl-branding-new .part-block .certificates-new .certificate-block,
.page-template-template-ppc-betting .part-block .certificates-new .certificate-block,
.page-template-template-ppc-bingo .part-block .certificates-new .certificate-block,
.page-template-template-ppc-casino .part-block .certificates-new .certificate-block,
.page-template-template-ppc-poker .part-block .certificates-new .certificate-block {
  background-position: left 35%;
  background-repeat: no-repeat;
  background-size: auto 19px;
  margin-right: 28px;
  padding-left: 25px
}

@media(max-width:375px) {

  .page-template-betting-dl-branding-new .part-block .certificates-new .certificate-block,
  .page-template-template-ppc-betting .part-block .certificates-new .certificate-block,
  .page-template-template-ppc-bingo .part-block .certificates-new .certificate-block,
  .page-template-template-ppc-casino .part-block .certificates-new .certificate-block,
  .page-template-template-ppc-poker .part-block .certificates-new .certificate-block {
    line-height: .8
  }
}

@media(max-width:991px) {

  .page-template-betting-dl-branding-new .part-block .certificates-new .certificate-block,
  .page-template-template-ppc-betting .part-block .certificates-new .certificate-block,
  .page-template-template-ppc-bingo .part-block .certificates-new .certificate-block,
  .page-template-template-ppc-casino .part-block .certificates-new .certificate-block,
  .page-template-template-ppc-poker .part-block .certificates-new .certificate-block {
    background-position: 0;
    background-size: 17px 17px;
    margin-right: 0;
    padding-left: 22px
  }
}

.page-template-betting-dl-branding-new .part-block .certificates-new .certificate-block:last-child,
.page-template-template-ppc-betting .part-block .certificates-new .certificate-block:last-child,
.page-template-template-ppc-bingo .part-block .certificates-new .certificate-block:last-child,
.page-template-template-ppc-casino .part-block .certificates-new .certificate-block:last-child,
.page-template-template-ppc-poker .part-block .certificates-new .certificate-block:last-child {
  margin-right: 0
}

.page-template-betting-dl-branding-new .part-block .certificates-new .certificate-block span,
.page-template-template-ppc-betting .part-block .certificates-new .certificate-block span,
.page-template-template-ppc-bingo .part-block .certificates-new .certificate-block span,
.page-template-template-ppc-casino .part-block .certificates-new .certificate-block span,
.page-template-template-ppc-poker .part-block .certificates-new .certificate-block span {
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: .92
}

@media(max-width:375px) {

  .page-template-betting-dl-branding-new .part-block .certificates-new .certificate-block span,
  .page-template-template-ppc-betting .part-block .certificates-new .certificate-block span,
  .page-template-template-ppc-bingo .part-block .certificates-new .certificate-block span,
  .page-template-template-ppc-casino .part-block .certificates-new .certificate-block span,
  .page-template-template-ppc-poker .part-block .certificates-new .certificate-block span {
    display: block
  }
}

@media(max-width:991px) {

  .page-template-betting-dl-branding-new .part-block .certificates-new .certificate-block span,
  .page-template-template-ppc-betting .part-block .certificates-new .certificate-block span,
  .page-template-template-ppc-bingo .part-block .certificates-new .certificate-block span,
  .page-template-template-ppc-casino .part-block .certificates-new .certificate-block span,
  .page-template-template-ppc-poker .part-block .certificates-new .certificate-block span {
    font-size: 9px;
    letter-spacing: .72px;
    line-height: 1.33
  }
}

.page-template-betting-dl-branding-new .part-block .last-bonus,
.page-template-template-ppc-betting .part-block .last-bonus,
.page-template-template-ppc-bingo .part-block .last-bonus,
.page-template-template-ppc-casino .part-block .last-bonus,
.page-template-template-ppc-poker .part-block .last-bonus {
  background-color: #1B243A;
  border: 1px solid #2f334e;
  border-radius: 16px;
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1.3;
  padding: 6px 15px 6px 16px;
  z-index: 1
}

.page-template-betting-dl-branding-new .part-block .last-bonus span,
.page-template-template-ppc-betting .part-block .last-bonus span,
.page-template-template-ppc-bingo .part-block .last-bonus span,
.page-template-template-ppc-casino .part-block .last-bonus span,
.page-template-template-ppc-poker .part-block .last-bonus span {
  color: #ff0059
}

.page-template-betting-dl-branding-new .main-content,
.page-template-template-ppc-betting .main-content,
.page-template-template-ppc-bingo .main-content,
.page-template-template-ppc-casino .main-content,
.page-template-template-ppc-poker .main-content {
  background-image: linear-gradient(180deg, #0f0f16, #1B243A 70%, #1B243A);
  display: flex
}

@media(min-width:991px) {

  .page-template-betting-dl-branding-new .main-content,
  .page-template-template-ppc-betting .main-content,
  .page-template-template-ppc-bingo .main-content,
  .page-template-template-ppc-casino .main-content,
  .page-template-template-ppc-poker .main-content {
    padding: 70px 0
  }
}

@media(max-width:767px) {

  .page-template-betting-dl-branding-new .main-content,
  .page-template-template-ppc-betting .main-content,
  .page-template-template-ppc-bingo .main-content,
  .page-template-template-ppc-casino .main-content,
  .page-template-template-ppc-poker .main-content {
    background-color: #1B243A;
    background-image: none;
    padding: 32px 0 48px
  }

  .page-template-betting-dl-branding-new .main-content .col-12,
  .page-template-template-ppc-betting .main-content .col-12,
  .page-template-template-ppc-bingo .main-content .col-12,
  .page-template-template-ppc-casino .main-content .col-12,
  .page-template-template-ppc-poker .main-content .col-12 {
    padding: 0
  }
}

.page-template-betting-dl-branding-new .main-content__title,
.page-template-template-ppc-betting .main-content__title,
.page-template-template-ppc-bingo .main-content__title,
.page-template-template-ppc-casino .main-content__title,
.page-template-template-ppc-poker .main-content__title {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 26px;
  font-stretch: normal;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 1.04px;
  line-height: 1.15;
  margin-bottom: 20px;
  text-align: left;
  text-transform: uppercase
}

@media(max-width:991px) {

  .page-template-betting-dl-branding-new .main-content__title,
  .page-template-template-ppc-betting .main-content__title,
  .page-template-template-ppc-bingo .main-content__title,
  .page-template-template-ppc-casino .main-content__title,
  .page-template-template-ppc-poker .main-content__title {
    margin-bottom: 10px
  }
}

.page-template-betting-dl-branding-new .main-content p,
.page-template-template-ppc-betting .main-content p,
.page-template-template-ppc-bingo .main-content p,
.page-template-template-ppc-casino .main-content p,
.page-template-template-ppc-poker .main-content p {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: .64px;
  line-height: 1.75;
  margin-bottom: 30px;
  text-align: left
}

@media(max-width:991px) {

  .page-template-betting-dl-branding-new .main-content p,
  .page-template-template-ppc-betting .main-content p,
  .page-template-template-ppc-bingo .main-content p,
  .page-template-template-ppc-casino .main-content p,
  .page-template-template-ppc-poker .main-content p {
    font-size: 20px;
    letter-spacing: .8px;
    line-height: 1.6;
    margin-bottom: 35px
  }
}

.page-template-betting-dl-branding-new .main-content ul,
.page-template-template-ppc-betting .main-content ul,
.page-template-template-ppc-bingo .main-content ul,
.page-template-template-ppc-casino .main-content ul,
.page-template-template-ppc-poker .main-content ul {
  margin-bottom: 25px;
  padding-left: 16px;
  width: 100%
}

.page-template-betting-dl-branding-new .main-content ul li,
.page-template-template-ppc-betting .main-content ul li,
.page-template-template-ppc-bingo .main-content ul li,
.page-template-template-ppc-casino .main-content ul li,
.page-template-template-ppc-poker .main-content ul li {
  color: #fff
}

.page-template-betting-dl-branding-new .main-content ul li a,
.page-template-template-ppc-betting .main-content ul li a,
.page-template-template-ppc-bingo .main-content ul li a,
.page-template-template-ppc-casino .main-content ul li a,
.page-template-template-ppc-poker .main-content ul li a {
  color: #63bcff;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: .8px;
  line-height: 28px
}

.page-template-betting-dl-branding-new .main-content strong,
.page-template-template-ppc-betting .main-content strong,
.page-template-template-ppc-bingo .main-content strong,
.page-template-template-ppc-casino .main-content strong,
.page-template-template-ppc-poker .main-content strong {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 26px;
  font-weight: 300;
  letter-spacing: 1.04px;
  margin-bottom: 7px
}

.page-template-betting-dl-branding-new .main-content strong span,
.page-template-template-ppc-betting .main-content strong span,
.page-template-template-ppc-bingo .main-content strong span,
.page-template-template-ppc-casino .main-content strong span,
.page-template-template-ppc-poker .main-content strong span {
  font-family: Poppins, sans-serif;
  font-weight: 300
}

.page-template-betting-dl-branding-new .main-content em,
.page-template-template-ppc-betting .main-content em,
.page-template-template-ppc-bingo .main-content em,
.page-template-template-ppc-casino .main-content em,
.page-template-template-ppc-poker .main-content em {
  font-size: 20px;
  font-weight: 500;
  line-height: 28px
}

.page-template-betting-dl-branding-new .main-content .banner-block,
.page-template-template-ppc-betting .main-content .banner-block,
.page-template-template-ppc-bingo .main-content .banner-block,
.page-template-template-ppc-casino .main-content .banner-block,
.page-template-template-ppc-poker .main-content .banner-block {
  margin: 0 -15px 40px auto;
  max-width: 272px
}

.page-template-betting-dl-branding-new .main-content .banner-block img,
.page-template-template-ppc-betting .main-content .banner-block img,
.page-template-template-ppc-bingo .main-content .banner-block img,
.page-template-template-ppc-casino .main-content .banner-block img,
.page-template-template-ppc-poker .main-content .banner-block img {
  border-radius: 16px;
  max-height: 272px;
  width: 100%
}

.page-template-betting-dl-branding-new .main-content .last-articles-wrapper,
.page-template-template-ppc-betting .main-content .last-articles-wrapper,
.page-template-template-ppc-bingo .main-content .last-articles-wrapper,
.page-template-template-ppc-casino .main-content .last-articles-wrapper,
.page-template-template-ppc-poker .main-content .last-articles-wrapper {
  margin-left: auto;
  margin-right: -15px;
  max-width: 272px
}

.page-template-betting-dl-branding-new .main-content .last-articles-wrapper h3,
.page-template-template-ppc-betting .main-content .last-articles-wrapper h3,
.page-template-template-ppc-bingo .main-content .last-articles-wrapper h3,
.page-template-template-ppc-casino .main-content .last-articles-wrapper h3,
.page-template-template-ppc-poker .main-content .last-articles-wrapper h3 {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 900;
  line-height: 26px;
  margin-bottom: 18px;
  text-align: left;
  text-transform: uppercase
}

.page-template-betting-dl-branding-new .main-content .last-articles-wrapper .single-last-article,
.page-template-template-ppc-betting .main-content .last-articles-wrapper .single-last-article,
.page-template-template-ppc-bingo .main-content .last-articles-wrapper .single-last-article,
.page-template-template-ppc-casino .main-content .last-articles-wrapper .single-last-article,
.page-template-template-ppc-poker .main-content .last-articles-wrapper .single-last-article {
  grid-gap: 12px;
  background-color: #2f334e;
  border-radius: 6px;
  display: flex;
  margin-bottom: 18px;
  padding: 23px 8px 8px;
  position: relative
}

.page-template-betting-dl-branding-new .main-content .last-articles-wrapper .single-last-article:last-child,
.page-template-template-ppc-betting .main-content .last-articles-wrapper .single-last-article:last-child,
.page-template-template-ppc-bingo .main-content .last-articles-wrapper .single-last-article:last-child,
.page-template-template-ppc-casino .main-content .last-articles-wrapper .single-last-article:last-child,
.page-template-template-ppc-poker .main-content .last-articles-wrapper .single-last-article:last-child {
  margin-bottom: 0
}

.page-template-betting-dl-branding-new .main-content .last-articles-wrapper .single-last-article .ribbon_article,
.page-template-template-ppc-betting .main-content .last-articles-wrapper .single-last-article .ribbon_article,
.page-template-template-ppc-bingo .main-content .last-articles-wrapper .single-last-article .ribbon_article,
.page-template-template-ppc-casino .main-content .last-articles-wrapper .single-last-article .ribbon_article,
.page-template-template-ppc-poker .main-content .last-articles-wrapper .single-last-article .ribbon_article {
  background-color: #00b67a;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  left: 0;
  line-height: 15px;
  padding: 0 8px;
  position: absolute;
  top: 0;
  width: 100%
}

.page-template-betting-dl-branding-new .main-content .last-articles-wrapper .single-last-article .left-side,
.page-template-template-ppc-betting .main-content .last-articles-wrapper .single-last-article .left-side,
.page-template-template-ppc-bingo .main-content .last-articles-wrapper .single-last-article .left-side,
.page-template-template-ppc-casino .main-content .last-articles-wrapper .single-last-article .left-side,
.page-template-template-ppc-poker .main-content .last-articles-wrapper .single-last-article .left-side {
  height: 67px;
  width: calc(50% - 6px)
}

.page-template-betting-dl-branding-new .main-content .last-articles-wrapper .single-last-article .left-side .image-block,
.page-template-template-ppc-betting .main-content .last-articles-wrapper .single-last-article .left-side .image-block,
.page-template-template-ppc-bingo .main-content .last-articles-wrapper .single-last-article .left-side .image-block,
.page-template-template-ppc-casino .main-content .last-articles-wrapper .single-last-article .left-side .image-block,
.page-template-template-ppc-poker .main-content .last-articles-wrapper .single-last-article .left-side .image-block {
  background-size: cover !important;
  border-radius: 6px;
  height: 100%
}

.page-template-betting-dl-branding-new .main-content .last-articles-wrapper .single-last-article .right-side,
.page-template-template-ppc-betting .main-content .last-articles-wrapper .single-last-article .right-side,
.page-template-template-ppc-bingo .main-content .last-articles-wrapper .single-last-article .right-side,
.page-template-template-ppc-casino .main-content .last-articles-wrapper .single-last-article .right-side,
.page-template-template-ppc-poker .main-content .last-articles-wrapper .single-last-article .right-side {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: calc(50% - 6px)
}

.page-template-betting-dl-branding-new .main-content .last-articles-wrapper .single-last-article .right-side .title,
.page-template-template-ppc-betting .main-content .last-articles-wrapper .single-last-article .right-side .title,
.page-template-template-ppc-bingo .main-content .last-articles-wrapper .single-last-article .right-side .title,
.page-template-template-ppc-casino .main-content .last-articles-wrapper .single-last-article .right-side .title,
.page-template-template-ppc-poker .main-content .last-articles-wrapper .single-last-article .right-side .title {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #fff;
  display: -webkit-box;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  margin-bottom: 4px;
  max-height: 40px;
  overflow: hidden;
  text-align: left;
  text-overflow: ellipsis;
  word-break: break-word
}

.page-template-betting-dl-branding-new .main-content .last-articles-wrapper .single-last-article .right-side .more-info,
.page-template-template-ppc-betting .main-content .last-articles-wrapper .single-last-article .right-side .more-info,
.page-template-template-ppc-bingo .main-content .last-articles-wrapper .single-last-article .right-side .more-info,
.page-template-template-ppc-casino .main-content .last-articles-wrapper .single-last-article .right-side .more-info,
.page-template-template-ppc-poker .main-content .last-articles-wrapper .single-last-article .right-side .more-info {
  color: #63bcff !important;
  font-size: 12px;
  font-weight: 700 !important;
  line-height: 18px
}

.page-template-betting-dl-branding-new .main-content .row,
.page-template-template-ppc-betting .main-content .row,
.page-template-template-ppc-bingo .main-content .row,
.page-template-template-ppc-casino .main-content .row,
.page-template-template-ppc-poker .main-content .row {
  margin: 0
}

.page-template-betting-dl-branding-new .main-content #article-menu,
.page-template-template-ppc-betting .main-content #article-menu,
.page-template-template-ppc-bingo .main-content #article-menu,
.page-template-template-ppc-casino .main-content #article-menu,
.page-template-template-ppc-poker .main-content #article-menu {
  -ms-overflow-style: none;
  background: #151724;
  border-radius: 10px;
  margin-left: auto;
  margin-right: -15px;
  max-height: calc(100vh - 194px);
  max-width: 272px;
  overflow: scroll;
  padding: 8px;
  scrollbar-width: none;
  top: 124px;
  width: 100%
}

.page-template-betting-dl-branding-new .main-content #article-menu::-webkit-scrollbar,
.page-template-template-ppc-betting .main-content #article-menu::-webkit-scrollbar,
.page-template-template-ppc-bingo .main-content #article-menu::-webkit-scrollbar,
.page-template-template-ppc-casino .main-content #article-menu::-webkit-scrollbar,
.page-template-template-ppc-poker .main-content #article-menu::-webkit-scrollbar {
  display: none
}

.page-template-betting-dl-branding-new .main-content #article-menu.fixed-menu,
.page-template-template-ppc-betting .main-content #article-menu.fixed-menu,
.page-template-template-ppc-bingo .main-content #article-menu.fixed-menu,
.page-template-template-ppc-casino .main-content #article-menu.fixed-menu,
.page-template-template-ppc-poker .main-content #article-menu.fixed-menu {
  margin: 0;
  position: fixed
}

.page-template-betting-dl-branding-new .main-content #article-menu.absolute-menu,
.page-template-template-ppc-betting .main-content #article-menu.absolute-menu,
.page-template-template-ppc-bingo .main-content #article-menu.absolute-menu,
.page-template-template-ppc-casino .main-content #article-menu.absolute-menu,
.page-template-template-ppc-poker .main-content #article-menu.absolute-menu {
  margin: 0;
  position: absolute;
  right: 0 !important
}

.page-template-betting-dl-branding-new .main-content #article-menu a,
.page-template-template-ppc-betting .main-content #article-menu a,
.page-template-template-ppc-bingo .main-content #article-menu a,
.page-template-template-ppc-casino .main-content #article-menu a,
.page-template-template-ppc-poker .main-content #article-menu a {
  color: #fff;
  display: block;
  font-size: 14px;
  line-height: 24px;
  padding: 8px 16px;
  transition: .3s;
  width: 100%
}

.page-template-betting-dl-branding-new .main-content #article-menu a.active,
.page-template-betting-dl-branding-new .main-content #article-menu a:focus,
.page-template-betting-dl-branding-new .main-content #article-menu a:hover,
.page-template-template-ppc-betting .main-content #article-menu a.active,
.page-template-template-ppc-betting .main-content #article-menu a:focus,
.page-template-template-ppc-betting .main-content #article-menu a:hover,
.page-template-template-ppc-bingo .main-content #article-menu a.active,
.page-template-template-ppc-bingo .main-content #article-menu a:focus,
.page-template-template-ppc-bingo .main-content #article-menu a:hover,
.page-template-template-ppc-casino .main-content #article-menu a.active,
.page-template-template-ppc-casino .main-content #article-menu a:focus,
.page-template-template-ppc-casino .main-content #article-menu a:hover,
.page-template-template-ppc-poker .main-content #article-menu a.active,
.page-template-template-ppc-poker .main-content #article-menu a:focus,
.page-template-template-ppc-poker .main-content #article-menu a:hover {
  background: #99a5c533;
  border-radius: 8px;
  color: #ffc63b;
  font-size: 15px
}

@media(min-width:767px) {

  .page-template-betting-dl-branding-new .main-content .col-12,
  .page-template-template-ppc-betting .main-content .col-12,
  .page-template-template-ppc-bingo .main-content .col-12,
  .page-template-template-ppc-casino .main-content .col-12,
  .page-template-template-ppc-poker .main-content .col-12 {
    background: #1B243A;
    border-radius: 10px;
    padding: 48px 40px
  }
}

.page-template-betting-dl-branding-new .brands-bottom-section-wrapper,
.page-template-template-ppc-betting .brands-bottom-section-wrapper,
.page-template-template-ppc-bingo .brands-bottom-section-wrapper,
.page-template-template-ppc-casino .brands-bottom-section-wrapper,
.page-template-template-ppc-poker .brands-bottom-section-wrapper {
  background-color: #2f334e;
  padding: 32px 0 0;
  position: relative;
  z-index: 1
}

@media(min-width:767px) {

  .page-template-betting-dl-branding-new .brands-bottom-section-wrapper,
  .page-template-template-ppc-betting .brands-bottom-section-wrapper,
  .page-template-template-ppc-bingo .brands-bottom-section-wrapper,
  .page-template-template-ppc-casino .brands-bottom-section-wrapper,
  .page-template-template-ppc-poker .brands-bottom-section-wrapper {
    padding: 80px 0
  }
}

.page-template-betting-dl-branding-new .brands-bottom-section-wrapper h4,
.page-template-template-ppc-betting .brands-bottom-section-wrapper h4,
.page-template-template-ppc-bingo .brands-bottom-section-wrapper h4,
.page-template-template-ppc-casino .brands-bottom-section-wrapper h4,
.page-template-template-ppc-poker .brands-bottom-section-wrapper h4 {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 32px;
  font-stretch: normal;
  font-style: normal;
  font-weight: 900;
  line-height: 1.25;
  margin-bottom: 40px;
  text-align: center;
  text-transform: uppercase
}

.page-template-betting-dl-branding-new .brands-bottom-section-wrapper h4 span,
.page-template-template-ppc-betting .brands-bottom-section-wrapper h4 span,
.page-template-template-ppc-bingo .brands-bottom-section-wrapper h4 span,
.page-template-template-ppc-casino .brands-bottom-section-wrapper h4 span,
.page-template-template-ppc-poker .brands-bottom-section-wrapper h4 span {
  color: #ffc63b;
  display: block;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .04em;
  line-height: 21px
}

@media(min-width:767px) {

  .page-template-betting-dl-branding-new .brands-bottom-section-wrapper h4 span,
  .page-template-template-ppc-betting .brands-bottom-section-wrapper h4 span,
  .page-template-template-ppc-bingo .brands-bottom-section-wrapper h4 span,
  .page-template-template-ppc-casino .brands-bottom-section-wrapper h4 span,
  .page-template-template-ppc-poker .brands-bottom-section-wrapper h4 span {
    font-size: 20px;
    letter-spacing: .02em;
    line-height: 24px
  }
}

.page-template-betting-dl-branding-new .brands-bottom-section-wrapper .brands-bottom-section,
.page-template-template-ppc-betting .brands-bottom-section-wrapper .brands-bottom-section,
.page-template-template-ppc-bingo .brands-bottom-section-wrapper .brands-bottom-section,
.page-template-template-ppc-casino .brands-bottom-section-wrapper .brands-bottom-section,
.page-template-template-ppc-poker .brands-bottom-section-wrapper .brands-bottom-section {
  display: flex;
  flex-wrap: wrap;
  justify-content: center
}

.page-template-betting-dl-branding-new .brands-bottom-section-wrapper .brands-bottom-section .brand-card,
.page-template-template-ppc-betting .brands-bottom-section-wrapper .brands-bottom-section .brand-card,
.page-template-template-ppc-bingo .brands-bottom-section-wrapper .brands-bottom-section .brand-card,
.page-template-template-ppc-casino .brands-bottom-section-wrapper .brands-bottom-section .brand-card,
.page-template-template-ppc-poker .brands-bottom-section-wrapper .brands-bottom-section .brand-card {
  background-color: #1B243A;
  border-radius: 16px;
  box-shadow: 0 0 16px 0 #0000001f;
  display: flex;
  flex-direction: column;
  margin-bottom: 32px;
  width: 100%
}

@media only screen and (min-width:992px) {

  .page-template-betting-dl-branding-new .brands-bottom-section-wrapper .brands-bottom-section .brand-card,
  .page-template-template-ppc-betting .brands-bottom-section-wrapper .brands-bottom-section .brand-card,
  .page-template-template-ppc-bingo .brands-bottom-section-wrapper .brands-bottom-section .brand-card,
  .page-template-template-ppc-casino .brands-bottom-section-wrapper .brands-bottom-section .brand-card,
  .page-template-template-ppc-poker .brands-bottom-section-wrapper .brands-bottom-section .brand-card {
    margin-bottom: 0;
    margin-right: 32px;
    width: 240px
  }
}

.page-template-betting-dl-branding-new .brands-bottom-section-wrapper .brands-bottom-section .brand-card:last-child,
.page-template-template-ppc-betting .brands-bottom-section-wrapper .brands-bottom-section .brand-card:last-child,
.page-template-template-ppc-bingo .brands-bottom-section-wrapper .brands-bottom-section .brand-card:last-child,
.page-template-template-ppc-casino .brands-bottom-section-wrapper .brands-bottom-section .brand-card:last-child,
.page-template-template-ppc-poker .brands-bottom-section-wrapper .brands-bottom-section .brand-card:last-child {
  margin-right: 0
}

.page-template-betting-dl-branding-new .brands-bottom-section-wrapper .brands-bottom-section .brand-card__image,
.page-template-template-ppc-betting .brands-bottom-section-wrapper .brands-bottom-section .brand-card__image,
.page-template-template-ppc-bingo .brands-bottom-section-wrapper .brands-bottom-section .brand-card__image,
.page-template-template-ppc-casino .brands-bottom-section-wrapper .brands-bottom-section .brand-card__image,
.page-template-template-ppc-poker .brands-bottom-section-wrapper .brands-bottom-section .brand-card__image {
  align-items: center;
  background: #262a40;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  display: flex;
  height: 88px;
  justify-content: center
}

.page-template-betting-dl-branding-new .brands-bottom-section-wrapper .brands-bottom-section .brand-card__image img,
.page-template-template-ppc-betting .brands-bottom-section-wrapper .brands-bottom-section .brand-card__image img,
.page-template-template-ppc-bingo .brands-bottom-section-wrapper .brands-bottom-section .brand-card__image img,
.page-template-template-ppc-casino .brands-bottom-section-wrapper .brands-bottom-section .brand-card__image img,
.page-template-template-ppc-poker .brands-bottom-section-wrapper .brands-bottom-section .brand-card__image img {
  height: 30px;
  width: auto
}

.page-template-betting-dl-branding-new .brands-bottom-section-wrapper .brands-bottom-section .brand-card__info,
.page-template-template-ppc-betting .brands-bottom-section-wrapper .brands-bottom-section .brand-card__info,
.page-template-template-ppc-bingo .brands-bottom-section-wrapper .brands-bottom-section .brand-card__info,
.page-template-template-ppc-casino .brands-bottom-section-wrapper .brands-bottom-section .brand-card__info,
.page-template-template-ppc-poker .brands-bottom-section-wrapper .brands-bottom-section .brand-card__info {
  background-color: #1B243A;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 30px
}

.page-template-betting-dl-branding-new .brands-bottom-section-wrapper .brands-bottom-section .brand-card__wrapper,
.page-template-template-ppc-betting .brands-bottom-section-wrapper .brands-bottom-section .brand-card__wrapper,
.page-template-template-ppc-bingo .brands-bottom-section-wrapper .brands-bottom-section .brand-card__wrapper,
.page-template-template-ppc-casino .brands-bottom-section-wrapper .brands-bottom-section .brand-card__wrapper,
.page-template-template-ppc-poker .brands-bottom-section-wrapper .brands-bottom-section .brand-card__wrapper {
  display: flex;
  flex-direction: column;
  margin-top: auto
}

.page-template-betting-dl-branding-new .brands-bottom-section-wrapper .brands-bottom-section .brand-card__title,
.page-template-template-ppc-betting .brands-bottom-section-wrapper .brands-bottom-section .brand-card__title,
.page-template-template-ppc-bingo .brands-bottom-section-wrapper .brands-bottom-section .brand-card__title,
.page-template-template-ppc-casino .brands-bottom-section-wrapper .brands-bottom-section .brand-card__title,
.page-template-template-ppc-poker .brands-bottom-section-wrapper .brands-bottom-section .brand-card__title {
  color: #99a5c5;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 16px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  text-transform: uppercase;
  width: 100%
}

.page-template-betting-dl-branding-new .brands-bottom-section-wrapper .brands-bottom-section .brand-card__score,
.page-template-template-ppc-betting .brands-bottom-section-wrapper .brands-bottom-section .brand-card__score,
.page-template-template-ppc-bingo .brands-bottom-section-wrapper .brands-bottom-section .brand-card__score,
.page-template-template-ppc-casino .brands-bottom-section-wrapper .brands-bottom-section .brand-card__score,
.page-template-template-ppc-poker .brands-bottom-section-wrapper .brands-bottom-section .brand-card__score {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 2%;
  line-height: .66666667;
  margin-bottom: 6px;
  text-align: center
}

.page-template-betting-dl-branding-new .brands-bottom-section-wrapper .brands-bottom-section .brand-card__score:hover,
.page-template-template-ppc-betting .brands-bottom-section-wrapper .brands-bottom-section .brand-card__score:hover,
.page-template-template-ppc-bingo .brands-bottom-section-wrapper .brands-bottom-section .brand-card__score:hover,
.page-template-template-ppc-casino .brands-bottom-section-wrapper .brands-bottom-section .brand-card__score:hover,
.page-template-template-ppc-poker .brands-bottom-section-wrapper .brands-bottom-section .brand-card__score:hover {
  text-decoration: none
}

.page-template-betting-dl-branding-new .brands-bottom-section-wrapper .brands-bottom-section .brand-card__stars .star-row,
.page-template-template-ppc-betting .brands-bottom-section-wrapper .brands-bottom-section .brand-card__stars .star-row,
.page-template-template-ppc-bingo .brands-bottom-section-wrapper .brands-bottom-section .brand-card__stars .star-row,
.page-template-template-ppc-casino .brands-bottom-section-wrapper .brands-bottom-section .brand-card__stars .star-row,
.page-template-template-ppc-poker .brands-bottom-section-wrapper .brands-bottom-section .brand-card__stars .star-row {
  display: flex;
  justify-content: center;
  list-style: none;
  margin: 0 0 16px;
  padding: 0
}

.page-template-betting-dl-branding-new .brands-bottom-section-wrapper .brands-bottom-section .brand-card__stars .star-row li,
.page-template-template-ppc-betting .brands-bottom-section-wrapper .brands-bottom-section .brand-card__stars .star-row li,
.page-template-template-ppc-bingo .brands-bottom-section-wrapper .brands-bottom-section .brand-card__stars .star-row li,
.page-template-template-ppc-casino .brands-bottom-section-wrapper .brands-bottom-section .brand-card__stars .star-row li,
.page-template-template-ppc-poker .brands-bottom-section-wrapper .brands-bottom-section .brand-card__stars .star-row li {
  margin-bottom: 0;
  margin-right: 3px
}

.page-template-betting-dl-branding-new .brands-bottom-section-wrapper .brands-bottom-section .brand-card__stars .star-row li:last-child,
.page-template-template-ppc-betting .brands-bottom-section-wrapper .brands-bottom-section .brand-card__stars .star-row li:last-child,
.page-template-template-ppc-bingo .brands-bottom-section-wrapper .brands-bottom-section .brand-card__stars .star-row li:last-child,
.page-template-template-ppc-casino .brands-bottom-section-wrapper .brands-bottom-section .brand-card__stars .star-row li:last-child,
.page-template-template-ppc-poker .brands-bottom-section-wrapper .brands-bottom-section .brand-card__stars .star-row li:last-child {
  margin-right: 0
}

.page-template-betting-dl-branding-new .brands-bottom-section-wrapper .brands-bottom-section .brand-card__stars .star-row li i,
.page-template-template-ppc-betting .brands-bottom-section-wrapper .brands-bottom-section .brand-card__stars .star-row li i,
.page-template-template-ppc-bingo .brands-bottom-section-wrapper .brands-bottom-section .brand-card__stars .star-row li i,
.page-template-template-ppc-casino .brands-bottom-section-wrapper .brands-bottom-section .brand-card__stars .star-row li i,
.page-template-template-ppc-poker .brands-bottom-section-wrapper .brands-bottom-section .brand-card__stars .star-row li i {
  color: #ffc63b;
  display: flex;
  font-family: sans-serif !important;
  font-size: 16px;
  font-style: normal;
  height: 14.68px;
  line-height: 14.68px;
  width: 15.5px
}

.page-template-betting-dl-branding-new .brands-bottom-section-wrapper .brands-bottom-section .brand-card__stars .star-row li i:before,
.page-template-template-ppc-betting .brands-bottom-section-wrapper .brands-bottom-section .brand-card__stars .star-row li i:before,
.page-template-template-ppc-bingo .brands-bottom-section-wrapper .brands-bottom-section .brand-card__stars .star-row li i:before,
.page-template-template-ppc-casino .brands-bottom-section-wrapper .brands-bottom-section .brand-card__stars .star-row li i:before,
.page-template-template-ppc-poker .brands-bottom-section-wrapper .brands-bottom-section .brand-card__stars .star-row li i:before {
  background: 50%/contain url('/files/EMPTY_STAR.9e95a1.svg') no-repeat;
  content: "";
  height: 14.68px;
  position: absolute;
  width: 15.5px
}

.page-template-betting-dl-branding-new .brands-bottom-section-wrapper .brands-bottom-section .brand-card__stars .star-row li.active i:before,
.page-template-template-ppc-betting .brands-bottom-section-wrapper .brands-bottom-section .brand-card__stars .star-row li.active i:before,
.page-template-template-ppc-bingo .brands-bottom-section-wrapper .brands-bottom-section .brand-card__stars .star-row li.active i:before,
.page-template-template-ppc-casino .brands-bottom-section-wrapper .brands-bottom-section .brand-card__stars .star-row li.active i:before,
.page-template-template-ppc-poker .brands-bottom-section-wrapper .brands-bottom-section .brand-card__stars .star-row li.active i:before {
  background: 50%/contain url('/files/FULL_STAR.76d2b9.svg') no-repeat;
  content: ""
}

.page-template-betting-dl-branding-new .brands-bottom-section-wrapper .brands-bottom-section .brand-card__stars .star-row li.half i:before,
.page-template-template-ppc-betting .brands-bottom-section-wrapper .brands-bottom-section .brand-card__stars .star-row li.half i:before,
.page-template-template-ppc-bingo .brands-bottom-section-wrapper .brands-bottom-section .brand-card__stars .star-row li.half i:before,
.page-template-template-ppc-casino .brands-bottom-section-wrapper .brands-bottom-section .brand-card__stars .star-row li.half i:before,
.page-template-template-ppc-poker .brands-bottom-section-wrapper .brands-bottom-section .brand-card__stars .star-row li.half i:before {
  background: 50%/contain url('/files/HALF_STAR.809e6f.svg') no-repeat;
  content: ""
}

.page-template-betting-dl-branding-new .brands-bottom-section-wrapper .brands-bottom-section .brand-card__btn,
.page-template-template-ppc-betting .brands-bottom-section-wrapper .brands-bottom-section .brand-card__btn,
.page-template-template-ppc-bingo .brands-bottom-section-wrapper .brands-bottom-section .brand-card__btn,
.page-template-template-ppc-casino .brands-bottom-section-wrapper .brands-bottom-section .brand-card__btn,
.page-template-template-ppc-poker .brands-bottom-section-wrapper .brands-bottom-section .brand-card__btn {
  background-color: #ff0059;
  border-radius: 8px;
  height: 40px;
  margin: 0 auto;
  max-width: 148px;
  padding: 9.5px 0;
  text-align: center;
  width: 100%
}

.page-template-betting-dl-branding-new .brands-bottom-section-wrapper .brands-bottom-section .brand-card__btn:hover,
.page-template-template-ppc-betting .brands-bottom-section-wrapper .brands-bottom-section .brand-card__btn:hover,
.page-template-template-ppc-bingo .brands-bottom-section-wrapper .brands-bottom-section .brand-card__btn:hover,
.page-template-template-ppc-casino .brands-bottom-section-wrapper .brands-bottom-section .brand-card__btn:hover,
.page-template-template-ppc-poker .brands-bottom-section-wrapper .brands-bottom-section .brand-card__btn:hover {
  text-decoration: none
}

.page-template-betting-dl-branding-new .brands-bottom-section-wrapper .brands-bottom-section .brand-card__btn span,
.page-template-template-ppc-betting .brands-bottom-section-wrapper .brands-bottom-section .brand-card__btn span,
.page-template-template-ppc-bingo .brands-bottom-section-wrapper .brands-bottom-section .brand-card__btn span,
.page-template-template-ppc-casino .brands-bottom-section-wrapper .brands-bottom-section .brand-card__btn span,
.page-template-template-ppc-poker .brands-bottom-section-wrapper .brands-bottom-section .brand-card__btn span {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase
}

.page-template-betting-dl-branding-new .footer-contact-form,
.page-template-template-ppc-betting .footer-contact-form,
.page-template-template-ppc-bingo .footer-contact-form,
.page-template-template-ppc-casino .footer-contact-form,
.page-template-template-ppc-poker .footer-contact-form {
  background-color: #151724;
  padding: 60px 0 0;
  position: relative;
  z-index: 1
}

.page-template-betting-dl-branding-new .footer-contact-form h4,
.page-template-template-ppc-betting .footer-contact-form h4,
.page-template-template-ppc-bingo .footer-contact-form h4,
.page-template-template-ppc-casino .footer-contact-form h4,
.page-template-template-ppc-poker .footer-contact-form h4 {
  font-family: Poppins, sans-serif;
  font-weight: 700;
  margin-bottom: 0
}

@media(max-width:991px) {

  .page-template-betting-dl-branding-new .footer-contact-form,
  .page-template-template-ppc-betting .footer-contact-form,
  .page-template-template-ppc-bingo .footer-contact-form,
  .page-template-template-ppc-casino .footer-contact-form,
  .page-template-template-ppc-poker .footer-contact-form {
    padding: 0
  }
}

.page-template-betting-dl-branding-new .footer-contact-form .container,
.page-template-template-ppc-betting .footer-contact-form .container,
.page-template-template-ppc-bingo .footer-contact-form .container,
.page-template-template-ppc-casino .footer-contact-form .container,
.page-template-template-ppc-poker .footer-contact-form .container {
  padding-bottom: 40px;
  position: relative
}

@media(max-width:991px) {

  .page-template-betting-dl-branding-new .footer-contact-form .container,
  .page-template-template-ppc-betting .footer-contact-form .container,
  .page-template-template-ppc-bingo .footer-contact-form .container,
  .page-template-template-ppc-casino .footer-contact-form .container,
  .page-template-template-ppc-poker .footer-contact-form .container {
    padding-bottom: 0
  }
}

.page-template-betting-dl-branding-new .footer-contact-form .container:after,
.page-template-template-ppc-betting .footer-contact-form .container:after,
.page-template-template-ppc-bingo .footer-contact-form .container:after,
.page-template-template-ppc-casino .footer-contact-form .container:after,
.page-template-template-ppc-poker .footer-contact-form .container:after {
  background-color: #99a5c533;
  bottom: 0;
  content: "";
  height: 1px;
  left: 15px;
  position: absolute;
  width: calc(100% - 30px)
}

@media(max-width:991px) {

  .page-template-betting-dl-branding-new .footer-contact-form .container:after,
  .page-template-template-ppc-betting .footer-contact-form .container:after,
  .page-template-template-ppc-bingo .footer-contact-form .container:after,
  .page-template-template-ppc-casino .footer-contact-form .container:after,
  .page-template-template-ppc-poker .footer-contact-form .container:after {
    display: none
  }
}

.page-template-betting-dl-branding-new .footer-contact-form .footer-menu,
.page-template-template-ppc-betting .footer-contact-form .footer-menu,
.page-template-template-ppc-bingo .footer-contact-form .footer-menu,
.page-template-template-ppc-casino .footer-contact-form .footer-menu,
.page-template-template-ppc-poker .footer-contact-form .footer-menu {
  position: relative
}

@media(max-width:991px) {

  .page-template-betting-dl-branding-new .footer-contact-form .footer-menu,
  .page-template-template-ppc-betting .footer-contact-form .footer-menu,
  .page-template-template-ppc-bingo .footer-contact-form .footer-menu,
  .page-template-template-ppc-casino .footer-contact-form .footer-menu,
  .page-template-template-ppc-poker .footer-contact-form .footer-menu {
    margin: 0;
    padding: 0
  }

  .page-template-betting-dl-branding-new .footer-contact-form .footer-menu h4,
  .page-template-template-ppc-betting .footer-contact-form .footer-menu h4,
  .page-template-template-ppc-bingo .footer-contact-form .footer-menu h4,
  .page-template-template-ppc-casino .footer-contact-form .footer-menu h4,
  .page-template-template-ppc-poker .footer-contact-form .footer-menu h4 {
    background-color: #1B243A;
    font-size: 26px;
    font-weight: 700;
    letter-spacing: 1.04px;
    line-height: .96;
    margin-bottom: 2px;
    padding: 18px 0;
    text-align: center
  }

  .page-template-betting-dl-branding-new .footer-contact-form .footer-menu .menu-footer-container .menu,
  .page-template-template-ppc-betting .footer-contact-form .footer-menu .menu-footer-container .menu,
  .page-template-template-ppc-bingo .footer-contact-form .footer-menu .menu-footer-container .menu,
  .page-template-template-ppc-casino .footer-contact-form .footer-menu .menu-footer-container .menu,
  .page-template-template-ppc-poker .footer-contact-form .footer-menu .menu-footer-container .menu {
    align-items: center;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center
  }

  .page-template-betting-dl-branding-new .footer-contact-form .footer-menu .menu-footer-container .menu .menu-item,
  .page-template-template-ppc-betting .footer-contact-form .footer-menu .menu-footer-container .menu .menu-item,
  .page-template-template-ppc-bingo .footer-contact-form .footer-menu .menu-footer-container .menu .menu-item,
  .page-template-template-ppc-casino .footer-contact-form .footer-menu .menu-footer-container .menu .menu-item,
  .page-template-template-ppc-poker .footer-contact-form .footer-menu .menu-footer-container .menu .menu-item {
    align-items: center;
    background-color: #34374d;
    border-bottom: 1px solid #5a77a240;
    border-top: 1px solid #52576f40;
    display: flex;
    justify-content: center;
    margin: 0 0 2px;
    padding: 20px 0 18px;
    width: 100%
  }

  .page-template-betting-dl-branding-new .footer-contact-form .footer-menu .menu-footer-container .menu .menu-item:last-child,
  .page-template-template-ppc-betting .footer-contact-form .footer-menu .menu-footer-container .menu .menu-item:last-child,
  .page-template-template-ppc-bingo .footer-contact-form .footer-menu .menu-footer-container .menu .menu-item:last-child,
  .page-template-template-ppc-casino .footer-contact-form .footer-menu .menu-footer-container .menu .menu-item:last-child,
  .page-template-template-ppc-poker .footer-contact-form .footer-menu .menu-footer-container .menu .menu-item:last-child {
    margin-bottom: 0
  }

  .page-template-betting-dl-branding-new .footer-contact-form .footer-menu .menu-footer-container .menu .menu-item a,
  .page-template-template-ppc-betting .footer-contact-form .footer-menu .menu-footer-container .menu .menu-item a,
  .page-template-template-ppc-bingo .footer-contact-form .footer-menu .menu-footer-container .menu .menu-item a,
  .page-template-template-ppc-casino .footer-contact-form .footer-menu .menu-footer-container .menu .menu-item a,
  .page-template-template-ppc-poker .footer-contact-form .footer-menu .menu-footer-container .menu .menu-item a {
    font-size: 20px;
    font-weight: 400;
    letter-spacing: .8px;
    text-align: center
  }
}

.page-template-betting-dl-branding-new .footer-contact-form .footer-menu:after,
.page-template-template-ppc-betting .footer-contact-form .footer-menu:after,
.page-template-template-ppc-bingo .footer-contact-form .footer-menu:after,
.page-template-template-ppc-casino .footer-contact-form .footer-menu:after,
.page-template-template-ppc-poker .footer-contact-form .footer-menu:after {
  background-color: #99a5c533;
  content: "";
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 1px
}

@media(max-width:991px) {

  .page-template-betting-dl-branding-new .footer-contact-form .footer-menu:after,
  .page-template-template-ppc-betting .footer-contact-form .footer-menu:after,
  .page-template-template-ppc-bingo .footer-contact-form .footer-menu:after,
  .page-template-template-ppc-casino .footer-contact-form .footer-menu:after,
  .page-template-template-ppc-poker .footer-contact-form .footer-menu:after {
    display: none
  }
}

.page-template-betting-dl-branding-new .footer-contact-form .footer-menu .menu-item,
.page-template-template-ppc-betting .footer-contact-form .footer-menu .menu-item,
.page-template-template-ppc-bingo .footer-contact-form .footer-menu .menu-item,
.page-template-template-ppc-casino .footer-contact-form .footer-menu .menu-item,
.page-template-template-ppc-poker .footer-contact-form .footer-menu .menu-item {
  border-bottom: none
}

.page-template-betting-dl-branding-new .footer-contact-form .footer-menu .menu-item a,
.page-template-template-ppc-betting .footer-contact-form .footer-menu .menu-item a,
.page-template-template-ppc-bingo .footer-contact-form .footer-menu .menu-item a,
.page-template-template-ppc-casino .footer-contact-form .footer-menu .menu-item a,
.page-template-template-ppc-poker .footer-contact-form .footer-menu .menu-item a {
  font-size: 13px;
  font-weight: 700
}

.page-template-betting-dl-branding-new .footer-contact-form .footer-menu .text-block,
.page-template-template-ppc-betting .footer-contact-form .footer-menu .text-block,
.page-template-template-ppc-bingo .footer-contact-form .footer-menu .text-block,
.page-template-template-ppc-casino .footer-contact-form .footer-menu .text-block,
.page-template-template-ppc-poker .footer-contact-form .footer-menu .text-block {
  font-weight: 300;
  margin-bottom: 0
}

.page-template-betting-dl-branding-new .footer-contact-form .footer-form,
.page-template-template-ppc-betting .footer-contact-form .footer-form,
.page-template-template-ppc-bingo .footer-contact-form .footer-form,
.page-template-template-ppc-casino .footer-contact-form .footer-form,
.page-template-template-ppc-poker .footer-contact-form .footer-form {
  padding-left: 45px
}

.page-template-betting-dl-branding-new .footer-contact-form .footer-form .form-group,
.page-template-template-ppc-betting .footer-contact-form .footer-form .form-group,
.page-template-template-ppc-bingo .footer-contact-form .footer-form .form-group,
.page-template-template-ppc-casino .footer-contact-form .footer-form .form-group,
.page-template-template-ppc-poker .footer-contact-form .footer-form .form-group {
  margin-bottom: -5px
}

@media(max-width:991px) {

  .page-template-betting-dl-branding-new .footer-contact-form .footer-form,
  .page-template-template-ppc-betting .footer-contact-form .footer-form,
  .page-template-template-ppc-bingo .footer-contact-form .footer-form,
  .page-template-template-ppc-casino .footer-contact-form .footer-form,
  .page-template-template-ppc-poker .footer-contact-form .footer-form {
    background-color: #1B243A;
    padding: 45px 15px 30px
  }

  .page-template-betting-dl-branding-new .footer-contact-form .footer-form .form-group,
  .page-template-template-ppc-betting .footer-contact-form .footer-form .form-group,
  .page-template-template-ppc-bingo .footer-contact-form .footer-form .form-group,
  .page-template-template-ppc-casino .footer-contact-form .footer-form .form-group,
  .page-template-template-ppc-poker .footer-contact-form .footer-form .form-group {
    margin-bottom: 0
  }

  .page-template-betting-dl-branding-new .footer-contact-form .footer-form h4,
  .page-template-template-ppc-betting .footer-contact-form .footer-form h4,
  .page-template-template-ppc-bingo .footer-contact-form .footer-form h4,
  .page-template-template-ppc-casino .footer-contact-form .footer-form h4,
  .page-template-template-ppc-poker .footer-contact-form .footer-form h4 {
    font-size: 26px;
    font-weight: 700;
    letter-spacing: 1.04px
  }

  .page-template-betting-dl-branding-new .footer-contact-form .footer-form .text-block,
  .page-template-template-ppc-betting .footer-contact-form .footer-form .text-block,
  .page-template-template-ppc-bingo .footer-contact-form .footer-form .text-block,
  .page-template-template-ppc-casino .footer-contact-form .footer-form .text-block,
  .page-template-template-ppc-poker .footer-contact-form .footer-form .text-block {
    font-size: 20px;
    font-weight: 300;
    letter-spacing: .8px;
    line-height: 1.6;
    margin-bottom: 35px
  }
}

.page-template-betting-dl-branding-new .footer-contact-form .message-form,
.page-template-template-ppc-betting .footer-contact-form .message-form,
.page-template-template-ppc-bingo .footer-contact-form .message-form,
.page-template-template-ppc-casino .footer-contact-form .message-form,
.page-template-template-ppc-poker .footer-contact-form .message-form {
  margin-top: 20px
}

@media(max-width:991px) {

  .page-template-betting-dl-branding-new .footer-contact-form .message-form .button,
  .page-template-template-ppc-betting .footer-contact-form .message-form .button,
  .page-template-template-ppc-bingo .footer-contact-form .message-form .button,
  .page-template-template-ppc-casino .footer-contact-form .message-form .button,
  .page-template-template-ppc-poker .footer-contact-form .message-form .button {
    margin-bottom: 30px;
    order: -1
  }
}

.page-template-betting-dl-branding-new .footer-contact-form .message-form .form-control,
.page-template-template-ppc-betting .footer-contact-form .message-form .form-control,
.page-template-template-ppc-bingo .footer-contact-form .message-form .form-control,
.page-template-template-ppc-casino .footer-contact-form .message-form .form-control,
.page-template-template-ppc-poker .footer-contact-form .message-form .form-control {
  background-color: #1f212e;
  border: 1px solid #99a5c5;
  border-radius: 8px;
  margin-bottom: 12px;
  padding-left: 10px
}

@media(max-width:991px) {

  .page-template-betting-dl-branding-new .footer-contact-form .message-form .form-control,
  .page-template-template-ppc-betting .footer-contact-form .message-form .form-control,
  .page-template-template-ppc-bingo .footer-contact-form .message-form .form-control,
  .page-template-template-ppc-casino .footer-contact-form .message-form .form-control,
  .page-template-template-ppc-poker .footer-contact-form .message-form .form-control {
    background-color: #151724;
    border: 2px solid #34374d;
    border-radius: 8px;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: normal;
    line-height: 1.23;
    margin-bottom: 15px;
    padding-left: 20px
  }
}

.page-template-betting-dl-branding-new .footer-contact-form .message-form .form-control::placeholder,
.page-template-template-ppc-betting .footer-contact-form .message-form .form-control::placeholder,
.page-template-template-ppc-bingo .footer-contact-form .message-form .form-control::placeholder,
.page-template-template-ppc-casino .footer-contact-form .message-form .form-control::placeholder,
.page-template-template-ppc-poker .footer-contact-form .message-form .form-control::placeholder {
  color: #fff;
  font-size: 11px;
  font-weight: 500
}

@media(max-width:991px) {

  .page-template-betting-dl-branding-new .footer-contact-form .message-form .form-control::placeholder,
  .page-template-template-ppc-betting .footer-contact-form .message-form .form-control::placeholder,
  .page-template-template-ppc-bingo .footer-contact-form .message-form .form-control::placeholder,
  .page-template-template-ppc-casino .footer-contact-form .message-form .form-control::placeholder,
  .page-template-template-ppc-poker .footer-contact-form .message-form .form-control::placeholder {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: normal;
    line-height: 1.23
  }
}

.page-template-betting-dl-branding-new .footer-contact-form .message-form input,
.page-template-template-ppc-betting .footer-contact-form .message-form input,
.page-template-template-ppc-bingo .footer-contact-form .message-form input,
.page-template-template-ppc-casino .footer-contact-form .message-form input,
.page-template-template-ppc-poker .footer-contact-form .message-form input {
  min-height: 42px
}

@media(max-width:991px) {

  .page-template-betting-dl-branding-new .footer-contact-form .message-form input,
  .page-template-template-ppc-betting .footer-contact-form .message-form input,
  .page-template-template-ppc-bingo .footer-contact-form .message-form input,
  .page-template-template-ppc-casino .footer-contact-form .message-form input,
  .page-template-template-ppc-poker .footer-contact-form .message-form input {
    min-height: 60px
  }
}

.page-template-betting-dl-branding-new .footer-contact-form .message-form textarea,
.page-template-template-ppc-betting .footer-contact-form .message-form textarea,
.page-template-template-ppc-bingo .footer-contact-form .message-form textarea,
.page-template-template-ppc-casino .footer-contact-form .message-form textarea,
.page-template-template-ppc-poker .footer-contact-form .message-form textarea {
  margin-left: -19px;
  min-height: 96px
}

@media(max-width:991px) {

  .page-template-betting-dl-branding-new .footer-contact-form .message-form textarea,
  .page-template-template-ppc-betting .footer-contact-form .message-form textarea,
  .page-template-template-ppc-bingo .footer-contact-form .message-form textarea,
  .page-template-template-ppc-casino .footer-contact-form .message-form textarea,
  .page-template-template-ppc-poker .footer-contact-form .message-form textarea {
    height: 180px;
    margin-left: 0
  }
}

.page-template-betting-dl-branding-new .footer-contact-form .message-form .privacy-policy,
.page-template-template-ppc-betting .footer-contact-form .message-form .privacy-policy,
.page-template-template-ppc-bingo .footer-contact-form .message-form .privacy-policy,
.page-template-template-ppc-casino .footer-contact-form .message-form .privacy-policy,
.page-template-template-ppc-poker .footer-contact-form .message-form .privacy-policy {
  color: #fff;
  font-size: 10px;
  font-weight: 300;
  letter-spacing: .4px;
  line-height: 1.4;
  text-align: left
}

@media(max-width:991px) {

  .page-template-betting-dl-branding-new .footer-contact-form .message-form .privacy-policy,
  .page-template-template-ppc-betting .footer-contact-form .message-form .privacy-policy,
  .page-template-template-ppc-bingo .footer-contact-form .message-form .privacy-policy,
  .page-template-template-ppc-casino .footer-contact-form .message-form .privacy-policy,
  .page-template-template-ppc-poker .footer-contact-form .message-form .privacy-policy {
    display: block;
    font-size: 14px;
    letter-spacing: .56px;
    line-height: 1.57;
    margin: 0 auto;
    text-align: center;
    width: 80%
  }
}

.page-template-betting-dl-branding-new .footer-contact-form .message-form .privacy-policy a,
.page-template-template-ppc-betting .footer-contact-form .message-form .privacy-policy a,
.page-template-template-ppc-bingo .footer-contact-form .message-form .privacy-policy a,
.page-template-template-ppc-casino .footer-contact-form .message-form .privacy-policy a,
.page-template-template-ppc-poker .footer-contact-form .message-form .privacy-policy a {
  color: #63bcff;
  text-decoration: underline
}

.page-template-betting-dl-branding-new .footer-contact-form .message-form .contact-us-btn,
.page-template-template-ppc-betting .footer-contact-form .message-form .contact-us-btn,
.page-template-template-ppc-bingo .footer-contact-form .message-form .contact-us-btn,
.page-template-template-ppc-casino .footer-contact-form .message-form .contact-us-btn,
.page-template-template-ppc-poker .footer-contact-form .message-form .contact-us-btn {
  background-image: linear-gradient(90deg, #ffc63b, #ffc63b);
  border-radius: 8px;
  box-shadow: none;
  margin-left: -19px;
  padding: 9px 20px 8px;
  width: 100%
}

@media(max-width:991px) {

  .page-template-betting-dl-branding-new .footer-contact-form .message-form .contact-us-btn,
  .page-template-template-ppc-betting .footer-contact-form .message-form .contact-us-btn,
  .page-template-template-ppc-bingo .footer-contact-form .message-form .contact-us-btn,
  .page-template-template-ppc-casino .footer-contact-form .message-form .contact-us-btn,
  .page-template-template-ppc-poker .footer-contact-form .message-form .contact-us-btn {
    margin-left: 0;
    min-height: 60px
  }
}

.page-template-betting-dl-branding-new .footer-contact-form .message-form .contact-us-btn:hover,
.page-template-template-ppc-betting .footer-contact-form .message-form .contact-us-btn:hover,
.page-template-template-ppc-bingo .footer-contact-form .message-form .contact-us-btn:hover,
.page-template-template-ppc-casino .footer-contact-form .message-form .contact-us-btn:hover,
.page-template-template-ppc-poker .footer-contact-form .message-form .contact-us-btn:hover {
  background-image: linear-gradient(90deg, #ffc63b, #ffc63b)
}

.page-template-betting-dl-branding-new .footer-contact-form .message-form .contact-us-btn span,
.page-template-template-ppc-betting .footer-contact-form .message-form .contact-us-btn span,
.page-template-template-ppc-bingo .footer-contact-form .message-form .contact-us-btn span,
.page-template-template-ppc-casino .footer-contact-form .message-form .contact-us-btn span,
.page-template-template-ppc-poker .footer-contact-form .message-form .contact-us-btn span {
  color: #000;
  font-family: Poppins, sans-serif;
  font-weight: 700;
  text-transform: uppercase
}

@media(max-width:991px) {

  .page-template-betting-dl-branding-new .footer-contact-form .message-form .contact-us-btn span,
  .page-template-template-ppc-betting .footer-contact-form .message-form .contact-us-btn span,
  .page-template-template-ppc-bingo .footer-contact-form .message-form .contact-us-btn span,
  .page-template-template-ppc-casino .footer-contact-form .message-form .contact-us-btn span,
  .page-template-template-ppc-poker .footer-contact-form .message-form .contact-us-btn span {
    font-size: 20px
  }
}

.page-template-betting-dl-branding-new .footer-disclaimer-background,
.page-template-template-ppc-betting .footer-disclaimer-background,
.page-template-template-ppc-bingo .footer-disclaimer-background,
.page-template-template-ppc-casino .footer-disclaimer-background,
.page-template-template-ppc-poker .footer-disclaimer-background {
  background-color: #151724
}

@media(max-width:991px) {

  .page-template-betting-dl-branding-new .footer-disclaimer-background,
  .page-template-template-ppc-betting .footer-disclaimer-background,
  .page-template-template-ppc-bingo .footer-disclaimer-background,
  .page-template-template-ppc-casino .footer-disclaimer-background,
  .page-template-template-ppc-poker .footer-disclaimer-background {
    background-color: #1B243A;
    padding: 30px 0 15px
  }
}

.page-template-betting-dl-branding-new .footer-disclaimer-background .footer-additional,
.page-template-template-ppc-betting .footer-disclaimer-background .footer-additional,
.page-template-template-ppc-bingo .footer-disclaimer-background .footer-additional,
.page-template-template-ppc-casino .footer-disclaimer-background .footer-additional,
.page-template-template-ppc-poker .footer-disclaimer-background .footer-additional {
  align-items: center;
  margin-bottom: 10px;
  margin-top: 0
}

@media(max-width:991px) {

  .page-template-betting-dl-branding-new .footer-disclaimer-background .footer-additional .footer-license-images,
  .page-template-template-ppc-betting .footer-disclaimer-background .footer-additional .footer-license-images,
  .page-template-template-ppc-bingo .footer-disclaimer-background .footer-additional .footer-license-images,
  .page-template-template-ppc-casino .footer-disclaimer-background .footer-additional .footer-license-images,
  .page-template-template-ppc-poker .footer-disclaimer-background .footer-additional .footer-license-images {
    display: none
  }
}

.page-template-betting-dl-branding-new .footer-disclaimer-background .footer-additional .logo-footer,
.page-template-template-ppc-betting .footer-disclaimer-background .footer-additional .logo-footer,
.page-template-template-ppc-bingo .footer-disclaimer-background .footer-additional .logo-footer,
.page-template-template-ppc-casino .footer-disclaimer-background .footer-additional .logo-footer,
.page-template-template-ppc-poker .footer-disclaimer-background .footer-additional .logo-footer {
  max-width: 205px;
  padding: 0;
  width: 205px
}

@media(max-width:991px) {

  .page-template-betting-dl-branding-new .footer-disclaimer-background .footer-additional .logo-footer,
  .page-template-template-ppc-betting .footer-disclaimer-background .footer-additional .logo-footer,
  .page-template-template-ppc-bingo .footer-disclaimer-background .footer-additional .logo-footer,
  .page-template-template-ppc-casino .footer-disclaimer-background .footer-additional .logo-footer,
  .page-template-template-ppc-poker .footer-disclaimer-background .footer-additional .logo-footer {
    margin-bottom: 25px;
    max-height: inherit;
    max-width: 100%;
    width: 100%
  }

  .page-template-betting-dl-branding-new .footer-disclaimer-background .footer-additional .logo-footer img,
  .page-template-template-ppc-betting .footer-disclaimer-background .footer-additional .logo-footer img,
  .page-template-template-ppc-bingo .footer-disclaimer-background .footer-additional .logo-footer img,
  .page-template-template-ppc-casino .footer-disclaimer-background .footer-additional .logo-footer img,
  .page-template-template-ppc-poker .footer-disclaimer-background .footer-additional .logo-footer img {
    margin-bottom: 0
  }
}

.page-template-betting-dl-branding-new .footer-disclaimer-background .footer-additional .footer-license-images,
.page-template-template-ppc-betting .footer-disclaimer-background .footer-additional .footer-license-images,
.page-template-template-ppc-bingo .footer-disclaimer-background .footer-additional .footer-license-images,
.page-template-template-ppc-casino .footer-disclaimer-background .footer-additional .footer-license-images,
.page-template-template-ppc-poker .footer-disclaimer-background .footer-additional .footer-license-images {
  text-align: right
}

.page-template-betting-dl-branding-new .footer-disclaimer-background .footer-disclaimer,
.page-template-template-ppc-betting .footer-disclaimer-background .footer-disclaimer,
.page-template-template-ppc-bingo .footer-disclaimer-background .footer-disclaimer,
.page-template-template-ppc-casino .footer-disclaimer-background .footer-disclaimer,
.page-template-template-ppc-poker .footer-disclaimer-background .footer-disclaimer {
  margin: 0;
  opacity: .7
}

@media(max-width:991px) {

  .page-template-betting-dl-branding-new .footer-disclaimer-background .footer-disclaimer,
  .page-template-template-ppc-betting .footer-disclaimer-background .footer-disclaimer,
  .page-template-template-ppc-bingo .footer-disclaimer-background .footer-disclaimer,
  .page-template-template-ppc-casino .footer-disclaimer-background .footer-disclaimer,
  .page-template-template-ppc-poker .footer-disclaimer-background .footer-disclaimer {
    opacity: 1
  }
}

.page-template-betting-dl-branding-new .footer-disclaimer-background .footer-disclaimer p,
.page-template-template-ppc-betting .footer-disclaimer-background .footer-disclaimer p,
.page-template-template-ppc-bingo .footer-disclaimer-background .footer-disclaimer p,
.page-template-template-ppc-casino .footer-disclaimer-background .footer-disclaimer p,
.page-template-template-ppc-poker .footer-disclaimer-background .footer-disclaimer p {
  color: #99a5c5;
  font-size: 10px;
  font-stretch: normal;
  font-style: normal;
  font-weight: 300;
  letter-spacing: .4px;
  line-height: 1.5;
  text-align: left
}

@media(max-width:991px) {

  .page-template-betting-dl-branding-new .footer-disclaimer-background .footer-disclaimer p,
  .page-template-template-ppc-betting .footer-disclaimer-background .footer-disclaimer p,
  .page-template-template-ppc-bingo .footer-disclaimer-background .footer-disclaimer p,
  .page-template-template-ppc-casino .footer-disclaimer-background .footer-disclaimer p,
  .page-template-template-ppc-poker .footer-disclaimer-background .footer-disclaimer p {
    color: #fff;
    font-size: 18px;
    letter-spacing: .72px;
    line-height: 1.78;
    margin-bottom: 0
  }
}

.page-template-betting-dl-branding-new .footer-disclaimer-background .footer-disclaimer .copyright,
.page-template-template-ppc-betting .footer-disclaimer-background .footer-disclaimer .copyright,
.page-template-template-ppc-bingo .footer-disclaimer-background .footer-disclaimer .copyright,
.page-template-template-ppc-casino .footer-disclaimer-background .footer-disclaimer .copyright,
.page-template-template-ppc-poker .footer-disclaimer-background .footer-disclaimer .copyright {
  color: #fff;
  font-size: 10px;
  font-stretch: normal;
  font-style: normal;
  font-weight: 300;
  letter-spacing: .4px;
  line-height: 2.4;
  margin-left: auto;
  margin-right: auto;
  text-align: center
}

@media(max-width:991px) {

  .page-template-betting-dl-branding-new .footer-disclaimer-background .footer-disclaimer .copyright,
  .page-template-template-ppc-betting .footer-disclaimer-background .footer-disclaimer .copyright,
  .page-template-template-ppc-bingo .footer-disclaimer-background .footer-disclaimer .copyright,
  .page-template-template-ppc-casino .footer-disclaimer-background .footer-disclaimer .copyright,
  .page-template-template-ppc-poker .footer-disclaimer-background .footer-disclaimer .copyright {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: .64px;
    line-height: 1.63;
    margin: 30px auto 0;
    text-align: center;
    width: 60%
  }
}

.page-template-betting-dl-branding-new #header.has-notification-feature .header-wrapper .logo-block,
.page-template-template-ppc-betting #header.has-notification-feature .header-wrapper .logo-block,
.page-template-template-ppc-bingo #header.has-notification-feature .header-wrapper .logo-block,
.page-template-template-ppc-casino #header.has-notification-feature .header-wrapper .logo-block,
.page-template-template-ppc-poker #header.has-notification-feature .header-wrapper .logo-block {
  justify-content: center
}

.page-template-betting-dl-branding-new #header.has-notification-feature .header-wrapper .menu-hamburger,
.page-template-template-ppc-betting #header.has-notification-feature .header-wrapper .menu-hamburger,
.page-template-template-ppc-bingo #header.has-notification-feature .header-wrapper .menu-hamburger,
.page-template-template-ppc-casino #header.has-notification-feature .header-wrapper .menu-hamburger,
.page-template-template-ppc-poker #header.has-notification-feature .header-wrapper .menu-hamburger {
  right: unset
}

.page-template-casino-dl-static-dark-rotation-terms-legal .page_legal_header {
  color: #fff;
  font-size: 14px;
  font-stretch: normal;
  font-style: normal;
  font-weight: 300;
  letter-spacing: .48px;
  line-height: 1.5;
  text-align: left;
  width: 877px
}

.page-template-casino-dl-static-dark-rotation-terms-legal .disclosure-wrapper {
  position: relative
}

.page-template-casino-dl-static-dark-rotation-terms-legal .disclosure-wrapper .learnMore {
  display: inline-block;
  font-size: 14px;
  text-decoration: underline
}

.page-template-casino-dl-static-dark-rotation-terms-legal .disclosure-wrapper .learnMore:hover {
  text-decoration: underline
}

.page-template-casino-dl-static-dark-rotation-terms-legal .disclosure-wrapper .advertiser-disclosure {
  font-size: 14px;
  line-height: 1.71;
  margin: 0 0 10px
}

@media(max-width:991px) {
  .page-template-casino-dl-static-dark-rotation-terms-legal .disclosure-wrapper .advertiser-disclosure {
    text-align: center
  }
}

.page-template-casino-dl-static-dark-rotation-terms-legal .disclosure-wrapper .trigger {
  color: #fff;
  cursor: pointer;
  font-size: 11px;
  line-height: 1.71;
  width: -moz-fit-content;
  width: fit-content
}

.page-template-casino-dl-static-dark-rotation-terms-legal .disclosure-wrapper .trigger:hover {
  text-decoration-color: #00f
}

.page-template-casino-dl-static-dark-rotation-terms-legal .disclosure-wrapper .trigger .disclosure-text {
  background: #fff;
  border: 1px solid #989faa7d;
  border-radius: 3px;
  box-shadow: 0 4px 24px 0 #0000002b;
  color: #555;
  display: none;
  font-size: 11px;
  line-height: 1.5;
  max-width: 430px;
  padding: 22px 19px;
  position: absolute;
  right: 1px;
  text-align: left;
  text-transform: none;
  top: 23px;
  width: 95%;
  z-index: 10
}

@media(min-width:768px)and (max-width:991px) {
  .page-template-casino-dl-static-dark-rotation-terms-legal .disclosure-wrapper .trigger .disclosure-text {
    right: -21px
  }
}

.page-template-casino-dl-static-dark-rotation-terms-legal .disclosure-wrapper .trigger .disclosure-text .close {
  cursor: pointer;
  height: 14px;
  position: absolute;
  right: 8px;
  top: 8px;
  width: 14px
}

@media(min-width:768px) {
  .page-template-casino-dl-static-dark-rotation-terms-legal .disclosure-wrapper .trigger .disclosure-text .close {
    display: none
  }
}

@media(max-width:767px) {
  .page-template-casino-dl-static-dark-rotation-terms-legal .disclosure-wrapper .trigger .disclosure-text {
    max-width: 90vw
  }
}

.page-template-casino-dl-static-dark-rotation-terms-legal .disclosure-wrapper .trigger .disclosure-text:after {
  background: #fff;
  border-left: 1px solid #989faa7d;
  border-top: 1px solid #989faa7d;
  content: "";
  display: block;
  height: 10px;
  position: absolute;
  right: 27%;
  top: -6px;
  transform: rotate(45deg);
  width: 10px
}

@media(min-width:768px)and (max-width:991px) {
  .page-template-casino-dl-static-dark-rotation-terms-legal .disclosure-wrapper .trigger .disclosure-text:after {
    left: 72%
  }
}

.page-template-casino-dl-static-dark-rotation-terms-legal .disclosure-wrapper .trigger .popup-new-legal {
  right: 411px;
  top: 19px;
  z-index: 1000
}

.page-template-casino-dl-static-dark-rotation-terms-legal .disclosure-wrapper .trigger .show {
  display: block
}

@media(min-width:768px) {
  .page-template-casino-dl-static-dark-rotation-terms-legal .disclosure-wrapper .trigger.has-hover:hover .disclosure-text {
    display: block;
    transition: .75s ease .75s
  }
}

.page-template-casino-dl-static-dark-rotation-terms-legal .casino .main-title p {
  text-align: left
}

.page-template-template-ppc-betting,
.page-template-template-ppc-bingo,
.page-template-template-ppc-casino,
.page-template-template-ppc-poker {
  display: flex;
  flex-direction: column
}

.page-template-template-ppc-betting .legal-wrapper,
.page-template-template-ppc-bingo .legal-wrapper,
.page-template-template-ppc-casino .legal-wrapper,
.page-template-template-ppc-poker .legal-wrapper {
  background: #000;
  margin: 0;
  order: -1;
  padding: 3px 0
}

.page-template-template-ppc-betting .legal-wrapper.fixed,
.page-template-template-ppc-bingo .legal-wrapper.fixed,
.page-template-template-ppc-casino .legal-wrapper.fixed,
.page-template-template-ppc-poker .legal-wrapper.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100
}

.page-template-template-ppc-betting .legal-wrapper .page_legal_header,
.page-template-template-ppc-bingo .legal-wrapper .page_legal_header,
.page-template-template-ppc-casino .legal-wrapper .page_legal_header,
.page-template-template-ppc-poker .legal-wrapper .page_legal_header {
  color: #fff;
  font-size: 14px;
  margin-top: 0;
  text-align: center
}

.page-template-template-ppc-betting .legal-wrapper .disclosure-new-mobile .disclosure-new,
.page-template-template-ppc-bingo .legal-wrapper .disclosure-new-mobile .disclosure-new,
.page-template-template-ppc-casino .legal-wrapper .disclosure-new-mobile .disclosure-new,
.page-template-template-ppc-poker .legal-wrapper .disclosure-new-mobile .disclosure-new {
  border: none;
  color: #fff;
  font-size: 13px;
  padding-top: 0;
  text-align: center
}

.page-template-template-ppc-betting .legal-wrapper .trigger,
.page-template-template-ppc-bingo .legal-wrapper .trigger,
.page-template-template-ppc-casino .legal-wrapper .trigger,
.page-template-template-ppc-poker .legal-wrapper .trigger {
  color: #fff;
  font-size: 14px;
  margin: 0
}

.page-template-template-ppc-betting #header,
.page-template-template-ppc-bingo #header,
.page-template-template-ppc-casino #header,
.page-template-template-ppc-poker #header {
  position: static
}

.page-template-template-ppc-betting #header.fixed,
.page-template-template-ppc-bingo #header.fixed,
.page-template-template-ppc-casino #header.fixed,
.page-template-template-ppc-poker #header.fixed {
  position: fixed
}

.new .licensing-trustworthiness .sprite {
  height: 52px;
  width: 126px
}

.new .licensing-trustworthiness .sprite.sprite-uk-gambling-commission {
  background-position: -15px -20px
}

.new .licensing-trustworthiness .sprite.sprite-malta-gaming-authority {
  background-position: -185px -20px
}

.new .licensing-trustworthiness .sprite.sprite-gibraltar {
  background-position: -340px -20px
}

.new .licensing-trustworthiness .sprite.sprite-alderney {
  background-position: -500px -20px
}

.new .licensing-trustworthiness .sprite.sprite-isle-of-man {
  background-position: -20px -99px
}

.new .licensing-trustworthiness .sprite.sprite-ireland {
  background-position: -178px -99px
}

.new .licensing-trustworthiness .sprite.sprite-gli {
  background-position: -500px -100px
}

.new .licensing-trustworthiness .sprite.sprite-essa {
  background-position: -657px -17px
}

.new .licensing-trustworthiness .sprite.sprite-ibas {
  background-position: -178px -183px
}

.new .licensing-trustworthiness .sprite.sprite-ecogra {
  background-position: -340px -100px
}

.new .licensing-trustworthiness .sprite.sprite-tst {
  background-position: -335px -178px
}

.new .licensing-trustworthiness .sprite.sprite-itech-labs {
  background-position: -500px -178px
}

.new .software-providers .sprite {
  background-position: -30px -20px
}

.new .software-providers .sprite.sprite-microgaming {
  background-position: 100px -75px
}

.new .software-providers .sprite.sprite-playtech {
  background-position: -335px -140px
}

.new .software-providers .sprite.sprite-igt {
  background-position: -225px -75px
}

.new .software-providers .sprite.sprite-netent {
  background-position: 0 -140px
}

.new .software-providers .sprite.sprite-yggdrasil {
  background-position: -220px -203px
}

.new .software-providers .sprite.sprite-betsoft {
  background-position: -220px -7px
}

.new .software-providers .sprite.sprite-gaming-1x2 {
  background-position: 0 -10px
}

.new .software-providers .sprite.sprite-bally-barcrest {
  background-position: -110px -7px
}

.new .software-providers .sprite.sprite-blueprint-gaming {
  background-position: -330px -5px
}

.new .software-providers .sprite.sprite-dragonfish {
  background-position: -335px -205px
}

.new .software-providers .sprite.sprite-electracade {
  background-position: -440px -7px
}

.new .software-providers .sprite.sprite-elk-studios {
  background-position: 0 -75px
}

.new .software-providers .sprite.sprite-evolution {
  background-position: -108px -75px
}

.new .software-providers .sprite.sprite-nextgen-gaming {
  background-position: -108px -140px
}

.new .software-providers .sprite.sprite-playn-go {
  background-position: -220px -140px
}

.new .software-providers .sprite.sprite-quickspin {
  background-position: -440px -140px
}

.new .software-providers .sprite.sprite-thunderkick {
  background-position: -110px -206px
}

.new .software-providers .sprite.sprite-isoftbet {
  background-position: 220px -75px
}

.new .software-providers .sprite.sprite-gamesys {
  background-position: -110px 52px
}

.new .software-providers .sprite.sprite-leapfrog {
  background-position: -5px 52px
}

.new .software-providers .sprite.sprite-rabcat {
  background-position: 0 120px
}

.new .software-providers .sprite.sprite-virtuefusion {
  background-position: 105px 120px
}

.new .software-providers .sprite.sprite-sg-interactive {
  background-position: 205px 52px
}

.new .software-providers .sprite.sprite-pragmatic-play {
  background-position: 330px 50px
}

@media(max-width:767px) {
  .new .software-providers .sprite {
    height: 45px;
    width: 115px
  }
}

@media(min-width:768px)and (max-width:991px) {
  .new .software-providers .sprite {
    height: 45px;
    width: 115px
  }
}

.new .payment-methods .sprite {
  background: url('/files/payment_methods_sprite.916624.png');
  background-size: 400%;
  height: 40px;
  width: 120px
}

.new .payment-methods .sprite.sprite-visa {
  background-position: -175px -23px
}

.new .payment-methods .sprite.sprite-mastercard {
  background-position: -850px -92px
}

.new .payment-methods .sprite.sprite-neteller {
  background-position: -273px -93px
}

.new .payment-methods .sprite.sprite-skrill {
  background-position: 10px -95px
}

.new .payment-methods .sprite.sprite-paysafecard {
  background-position: -85px -90px
}

.new .payment-methods .sprite.sprite-paypal {
  background-position: -180px -93px
}

.new .payment-methods .sprite.sprite-bitcoin {
  background-position: -180px -235px
}

.new .payment-methods .sprite.sprite-ukash {
  background-position: -275px -20px
}

.new .payment-methods .sprite.sprite-wire-transfer-bank-transfer {
  background-position: 12px -20px
}

.new .payment-methods .sprite.sprite-american-express {
  background-position: 10px -232px
}

.new .payment-methods .sprite.sprite-western-union {
  background-position: -85px -235px
}

.new-certificates .sprite {
  display: inline-block;
  height: 20px;
  margin-right: 4px;
  width: 20px
}

.new-certificates .sprite.uk-licensed {
  background-position: 18px -24px
}

.new-certificates .sprite.mobile-site {
  background-position: 19px -2px
}

.new-certificates .sprite.expertly-reviewed {
  background-position: -22px -2px
}

#customer-reviews {
  margin-top: 30px
}

#customer-reviews .review-title {
  margin: 0
}

#customer-reviews .dashicons {
  display: inline-block
}

#customer-reviews .dashicons-star-filled:before {
  content: "" !important;
  font-family: icomoon !important
}

#customer-reviews .dashicons-star-half:before {
  color: #f5c22a;
  content: "" !important;
  font-family: icomoon !important
}

#customer-reviews .dashicons-star-empty:before {
  content: "" !important;
  font-family: icomoon !important
}

@media only screen and (max-width:767px) {
  #customer-reviews {
    flex-direction: column
  }
}

#cookie-container {
  background-color: #2e2e2e;
  border-top: 1px solid #4f4f4f;
  bottom: 0;
  box-shadow: 0 0 13px 0 #0000004d;
  display: none;
  left: 0;
  padding: 16px 0;
  position: fixed;
  width: 100%;
  z-index: 999
}

@media(max-width:767px) {
  #cookie-container {
    padding: 7px 0 0
  }
}

#cookie-container .flex-container {
  align-items: center;
  display: flex;
  flex-wrap: nowrap
}

@media(max-width:767px) {
  #cookie-container .flex-container {
    flex-flow: column;
    padding: 0 0 9px
  }
}

#cookie-container .left-part {
  flex-shrink: 1
}

@media(max-width:767px) {
  #cookie-container .left-part {
    margin-right: 0
  }
}

#cookie-container .left-part p {
  color: #fff;
  font-size: 12px;
  line-height: 1.18;
  margin-bottom: 0
}

@media(max-width:767px) {
  #cookie-container .left-part p {
    font-size: 11px;
    line-height: 1.3;
    padding: 0 20px 5px
  }
}

#cookie-container .left-part a {
  color: #fff;
  display: initial;
  text-decoration: underline
}

#cookie-container .left-part a:hover {
  text-decoration: underline
}

#cookie-container .right-part {
  align-items: center;
  display: flex;
  flex-grow: 1;
  flex-shrink: 0;
  justify-content: flex-end
}

@media(max-width:767px) {
  #cookie-container .right-part {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-top: 5px;
    padding: 0 20px;
    width: 100%
  }

  #cookie-container .right-part a {
    display: block;
    width: 144px
  }

  #cookie-container .right-part a.instruction {
    font-size: 11px;
    font-weight: 100;
    margin-right: 0
  }
}

@media(min-width:768px)and (max-width:991px) {
  #cookie-container .right-part {
    display: flex;
    justify-content: flex-end;
    margin-top: 10px;
    text-align: center
  }
}

#cookie-container .right-part .instruction {
  color: #fff;
  font-size: 12px;
  margin-right: 40px;
  text-decoration: underline;
  text-transform: capitalize
}

#cookie-container .right-part #accept {
  align-items: center;
  background: #262626;
  border: 1px solid #ffc73d;
  border-radius: 103px;
  color: #ffc73d;
  cursor: pointer;
  display: flex;
  font-size: 14px;
  height: 35px;
  justify-content: center;
  padding: 0 28px;
  text-align: center;
  text-decoration: none;
  text-transform: capitalize
}

#cookie-container .right-part #accept:before {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNyIgaGVpZ2h0PSIxNS4wNzgiPjxwYXRoIGQ9Ik01MDMuMTM2IDQ2My41NjVjLTEuNzIyLTIuNTM2LTMuMjE0LTUuODg2LTYuNTkxLTIuNTA5IDIuNDA3IDEuNzU2IDMuNzUgNC4zNDYgNC43NjcgNy4xOTRhLjM2Ni4zNjYgMCAwIDAgLjQ0MS4yMzdjLjc1My0uMTc2IDEuNTA1LS4zNTkgMi4yNTgtLjUzNmEuMzQ4LjM0OCAwIDAgMCAuMjUxLS4yIDYxLjU1MyA2MS41NTMgMCAwIDEgOS4xODgtMTMuNy4zOC4zOCAwIDAgMC0uNDg4LS41NyAzMi4wODMgMzIuMDgzIDAgMCAwLTkuODI2IDEwLjA4NHoiIGRhdGEtbmFtZT0iUGF0aCAzIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNDk2LjU0NSAtNDUzLjQyMSkiIHN0eWxlPSJmaWxsOiNmZmM3M2QiLz48L3N2Zz4=);
  content: "";
  height: 15px;
  margin: 0 12px 0 0;
  width: 17px
}

@media(max-width:767px) {
  #cookie-container .right-part #accept {
    height: 35px
  }
}

#cookie-container .right-part #accept:hover {
  text-decoration: none
}

.cookie_page h1 {
  margin: 85px 0 0
}

.cookie_page .block-title h1 {
  color: #555;
  text-align: left
}

.cookie_page .content-wrap h4 {
  font-size: 19px
}

.cookie_page .table>tbody>tr>td,
.cookie_page .table>tbody>tr>th,
.cookie_page .table>tfoot>tr>td,
.cookie_page .table>tfoot>tr>th,
.cookie_page .table>thead>tr>td,
.cookie_page .table>thead>tr>th {
  border-top: 1px solid #ddd;
  color: #555;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.42857143;
  padding: 8px;
  vertical-align: top
}

.cookie_page .table>thead>tr>th {
  border-bottom: 2px solid #ddd;
  vertical-align: bottom
}

.cookie_page .table>caption+thead>tr:first-child>td,
.cookie_page .table>caption+thead>tr:first-child>th,
.cookie_page .table>colgroup+thead>tr:first-child>td,
.cookie_page .table>colgroup+thead>tr:first-child>th,
.cookie_page .table>thead:first-child>tr:first-child>td,
.cookie_page .table>thead:first-child>tr:first-child>th {
  border-top: 0
}

.cookie_page .table>tbody+tbody {
  border-top: 2px solid #ddd
}

.cookie_page .table .table {
  background-color: #fff
}

.cookie_page b,
.cookie_page strong {
  font-weight: 700
}

@keyframes ticker {
  to {
    transform: translateX(-100%)
  }
}

.page-template-partner-with-us header#header.tiny {
  background-color: #090e14
}

.partners-wrapper {
  padding-top: 55px
}

.partners-wrapper .header-image img {
  max-width: 100%
}

.partners-wrapper .header-image.mobile {
  display: none
}

@media(max-width:767px) {
  .partners-wrapper .header-image {
    display: none
  }

  .partners-wrapper .header-image.mobile {
    display: block;
    height: 300px;
    margin: 0 -15px
  }

  .partners-wrapper .header-image.mobile img {
    height: 100%;
    object-fit: cover
  }
}

.partners-wrapper .page-title-form {
  display: flex
}

@media(max-width:991px) {
  .partners-wrapper .page-title-form {
    flex-flow: column;
    padding-bottom: 50px
  }
}

@media(max-width:767px) {
  .partners-wrapper .page-title-form {
    padding-bottom: 0
  }
}

.partners-wrapper .page-title-form .title-block {
  padding-right: 20px;
  padding-top: 100px;
  width: 54%
}

@media(max-width:991px) {
  .partners-wrapper .page-title-form .title-block {
    padding: 30px 0 25px;
    width: 100%
  }
}

.partners-wrapper .page-title-form .title-block .title {
  color: #333;
  font-size: 56px;
  font-stretch: normal;
  font-style: normal;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 1;
  margin-bottom: 30px;
  text-align: left
}

@media(max-width:767px) {
  .partners-wrapper .page-title-form .title-block .title {
    font-size: 40px;
    font-weight: 500;
    margin-bottom: 20px;
    text-align: center
  }
}

.partners-wrapper .page-title-form .title-block .description {
  color: #555;
  font-size: 20px;
  line-height: 1.8;
  margin-bottom: 35px;
  text-align: left
}

@media(max-width:767px) {
  .partners-wrapper .page-title-form .title-block .description {
    color: #353449;
    font-size: 18px;
    line-height: 1.56;
    margin-bottom: 20px;
    text-align: center
  }
}

.partners-wrapper .page-title-form .title-block .socials {
  align-items: center;
  display: flex;
  justify-content: flex-start;
  margin-bottom: 95px;
  margin-top: 20px
}

.partners-wrapper .page-title-form .title-block .socials a {
  align-items: flex-end;
  display: flex;
  min-height: 20px
}

.partners-wrapper .page-title-form .title-block .socials a:nth-child(2) {
  margin: 0 15px
}

.partners-wrapper .page-title-form .title-block .socials a img {
  display: block;
  filter: invert(77%) sepia(10%) saturate(213%) hue-rotate(201deg) brightness(96%) contrast(87%);
  max-height: 20px;
  max-width: 20px;
  width: 100%
}

@media(max-width:767px) {
  .partners-wrapper .page-title-form .title-block .socials {
    justify-content: center;
    margin-bottom: 0
  }
}

.partners-wrapper .page-title-form .title-block .categories {
  display: flex
}

@media(max-width:991px) {
  .partners-wrapper .page-title-form .title-block .categories {
    flex-flow: row wrap;
    justify-content: center
  }
}

@media(max-width:767px) {
  .partners-wrapper .page-title-form .title-block .categories {
    display: none
  }
}

.partners-wrapper .page-title-form .title-block .categories .single-category {
  align-items: center;
  display: flex;
  flex-flow: column;
  justify-content: center;
  max-width: 25%;
  padding: 0 20px;
  position: relative;
  width: 100%
}

@media(max-width:767px) {
  .partners-wrapper .page-title-form .title-block .categories .single-category {
    max-width: 50%
  }
}

.partners-wrapper .page-title-form .title-block .categories .single-category:after {
  border-left: 1px solid #e2e2e2;
  content: "";
  height: 87%;
  position: absolute;
  right: 0;
  top: 10%
}

.partners-wrapper .page-title-form .title-block .categories .single-category:first-child:before {
  border-left: 1px solid #e2e2e2;
  content: "";
  height: 87%;
  left: 0;
  position: absolute;
  top: 10%
}

@media(max-width:767px) {
  .partners-wrapper .page-title-form .title-block .categories .single-category:nth-child(3):before {
    border-left: 1px solid #e2e2e2;
    content: "";
    height: 87%;
    left: 0;
    position: absolute;
    top: 10%
  }
}

.partners-wrapper .page-title-form .title-block .categories .single-category .icon {
  align-items: center;
  border: 2px solid #ffc63b;
  border-radius: 45px;
  display: flex;
  height: 85px;
  justify-content: center;
  margin-bottom: 10px;
  width: 85px
}

.partners-wrapper .page-title-form .title-block .categories .single-category .icon img {
  flex: 1;
  max-height: 48px;
  max-width: 48px;
  width: 100%
}

.partners-wrapper .page-title-form .title-block .categories .single-category span {
  color: #333;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.38;
  text-align: center
}

.partners-wrapper .page-title-form .form-block {
  width: 50%
}

@media(max-width:991px) {
  .partners-wrapper .page-title-form .form-block {
    width: 100%
  }
}

.partners-wrapper .page-title-form .form-block .form-wrapper {
  background: #dbf3ff;
  border: 1px solid #799a8a4f;
  border-radius: 5px;
  box-shadow: 0 0 46px 0 #92a79d8c;
  padding: 50px 30px;
  transform: translateY(-90px) translateX(5px)
}

@media(max-width:991px) {
  .partners-wrapper .page-title-form .form-block .form-wrapper {
    padding: 50px 15px;
    transform: none
  }
}

@media(max-width:767px) {
  .partners-wrapper .page-title-form .form-block .form-wrapper {
    border: none;
    border-radius: 0;
    box-shadow: none;
    margin: 0 -15px
  }
}

.partners-wrapper .page-title-form .form-block .form-wrapper .form-title {
  color: #333;
  font-size: 40px;
  font-weight: 600;
  line-height: .63;
  margin-bottom: 20px;
  text-align: left
}

@media(max-width:991px) {
  .partners-wrapper .page-title-form .form-block .form-wrapper .form-title {
    font-size: 34px;
    font-weight: 500;
    text-align: center
  }
}

.partners-wrapper .page-title-form .form-block .form-wrapper .form-description {
  color: #555;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.56;
  margin-bottom: 20px;
  text-align: left
}

@media(max-width:991px) {
  .partners-wrapper .page-title-form .form-block .form-wrapper .form-description {
    text-align: center
  }
}

.partners-wrapper .page-title-form .form-block .form-wrapper #partners-form .one-row {
  display: flex
}

@media(max-width:767px) {
  .partners-wrapper .page-title-form .form-block .form-wrapper #partners-form .one-row {
    flex-flow: column
  }

  .partners-wrapper .page-title-form .form-block .form-wrapper #partners-form .one-row>div:first-child {
    margin-bottom: 15px
  }
}

.partners-wrapper .page-title-form .form-block .form-wrapper #partners-form .one-row>div {
  width: 100%
}

.partners-wrapper .page-title-form .form-block .form-wrapper #partners-form .one-row>div:first-child {
  margin-right: 15px;
  max-width: 200px
}

@media(max-width:767px) {
  .partners-wrapper .page-title-form .form-block .form-wrapper #partners-form .one-row>div:first-child {
    margin-right: 0;
    max-width: 100%
  }
}

.partners-wrapper .page-title-form .form-block .form-wrapper #partners-form .games {
  display: flex
}

.partners-wrapper .page-title-form .form-block .form-wrapper #partners-form .games>div:not(:last-child) {
  margin-right: 15px
}

.partners-wrapper .page-title-form .form-block .form-wrapper #partners-form .games>div {
  align-items: center;
  display: flex;
  flex-flow: row wrap;
  position: static
}

.partners-wrapper .page-title-form .form-block .form-wrapper #partners-form .games>div input {
  height: 18px;
  margin-right: 5px;
  min-width: 18px;
  width: 18px
}

.partners-wrapper .page-title-form .form-block .form-wrapper #partners-form .games>div label {
  color: #555;
  font-size: 14px;
  font-weight: 300;
  line-height: 1;
  margin-bottom: 0;
  text-align: left
}

.partners-wrapper .page-title-form .form-block .form-wrapper #partners-form .games>div label a {
  color: #555;
  text-decoration: underline
}

.partners-wrapper .page-title-form .form-block .form-wrapper #partners-form input:not([type=checkbox]),
.partners-wrapper .page-title-form .form-block .form-wrapper #partners-form textarea {
  border: 1px solid #b7b7b7;
  color: #000;
  display: block;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.25;
  max-width: 100%;
  padding: 12px;
  text-align: left;
  width: 100%
}

.partners-wrapper .page-title-form .form-block .form-wrapper #partners-form input:not([type=checkbox])::placeholder,
.partners-wrapper .page-title-form .form-block .form-wrapper #partners-form textarea::placeholder {
  color: #555
}

.partners-wrapper .page-title-form .form-block .form-wrapper #partners-form .policy {
  align-items: center;
  display: inline-flex;
  margin: 0 0 15px
}

@media(max-width:767px) {
  .partners-wrapper .page-title-form .form-block .form-wrapper #partners-form .policy {
    margin: 0 0 25px
  }
}

.partners-wrapper .page-title-form .form-block .form-wrapper #partners-form .policy input {
  height: 18px;
  margin-right: 10px;
  min-width: 18px;
  width: 18px
}

.partners-wrapper .page-title-form .form-block .form-wrapper #partners-form .policy label {
  color: #555;
  font-size: 14px;
  font-weight: 300;
  line-height: 1;
  margin-bottom: 0;
  text-align: left
}

.partners-wrapper .page-title-form .form-block .form-wrapper #partners-form .policy label a {
  color: #555;
  text-decoration: underline
}

.partners-wrapper .page-title-form .form-block .form-wrapper #partners-form .status {
  display: none
}

.partners-wrapper .page-title-form .form-block .form-wrapper #partners-form .status #circularG {
  height: 58px;
  left: 0;
  margin: 0;
  position: relative;
  transform: scale(.5);
  width: 58px
}

.partners-wrapper .page-title-form .form-block .form-wrapper #partners-form .status .circularG {
  animation-direction: normal;
  -o-animation-direction: normal;
  -ms-animation-direction: normal;
  -webkit-animation-direction: normal;
  -moz-animation-direction: normal;
  animation-duration: 1.1s;
  -o-animation-duration: 1.1s;
  -ms-animation-duration: 1.1s;
  -webkit-animation-duration: 1.1s;
  -moz-animation-duration: 1.1s;
  animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-name: bounce_circularG;
  -o-animation-name: bounce_circularG;
  -ms-animation-name: bounce_circularG;
  -webkit-animation-name: bounce_circularG;
  -moz-animation-name: bounce_circularG;
  background-color: #000;
  border-radius: 9px;
  -o-border-radius: 9px;
  -ms-border-radius: 9px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  height: 14px;
  position: absolute;
  width: 14px
}

.partners-wrapper .page-title-form .form-block .form-wrapper #partners-form .status #circularG_1 {
  animation-delay: .41s;
  -o-animation-delay: .41s;
  -ms-animation-delay: .41s;
  -webkit-animation-delay: .41s;
  -moz-animation-delay: .41s;
  left: 0;
  top: 23px
}

.partners-wrapper .page-title-form .form-block .form-wrapper #partners-form .status #circularG_2 {
  animation-delay: .55s;
  -o-animation-delay: .55s;
  -ms-animation-delay: .55s;
  -webkit-animation-delay: .55s;
  -moz-animation-delay: .55s;
  left: 6px;
  top: 6px
}

.partners-wrapper .page-title-form .form-block .form-wrapper #partners-form .status #circularG_3 {
  animation-delay: .69s;
  -o-animation-delay: .69s;
  -ms-animation-delay: .69s;
  -webkit-animation-delay: .69s;
  -moz-animation-delay: .69s;
  left: 23px;
  top: 0
}

.partners-wrapper .page-title-form .form-block .form-wrapper #partners-form .status #circularG_4 {
  animation-delay: .83s;
  -o-animation-delay: .83s;
  -ms-animation-delay: .83s;
  -webkit-animation-delay: .83s;
  -moz-animation-delay: .83s;
  right: 6px;
  top: 6px
}

.partners-wrapper .page-title-form .form-block .form-wrapper #partners-form .status #circularG_5 {
  animation-delay: .97s;
  -o-animation-delay: .97s;
  -ms-animation-delay: .97s;
  -webkit-animation-delay: .97s;
  -moz-animation-delay: .97s;
  right: 0;
  top: 23px
}

.partners-wrapper .page-title-form .form-block .form-wrapper #partners-form .status #circularG_6 {
  animation-delay: 1.1s;
  -o-animation-delay: 1.1s;
  -ms-animation-delay: 1.1s;
  -webkit-animation-delay: 1.1s;
  -moz-animation-delay: 1.1s;
  bottom: 6px;
  right: 6px
}

.partners-wrapper .page-title-form .form-block .form-wrapper #partners-form .status #circularG_7 {
  animation-delay: 1.24s;
  -o-animation-delay: 1.24s;
  -ms-animation-delay: 1.24s;
  -webkit-animation-delay: 1.24s;
  -moz-animation-delay: 1.24s;
  bottom: 0;
  left: 23px
}

.partners-wrapper .page-title-form .form-block .form-wrapper #partners-form .status #circularG_8 {
  animation-delay: 1.38s;
  -o-animation-delay: 1.38s;
  -ms-animation-delay: 1.38s;
  -webkit-animation-delay: 1.38s;
  -moz-animation-delay: 1.38s;
  bottom: 6px;
  left: 6px
}

@keyframes bounce_circularG {
  0% {
    transform: scale(1)
  }

  to {
    transform: scale(.3)
  }
}

.partners-wrapper .page-title-form .form-block .form-wrapper #partners-form div {
  position: relative
}

.partners-wrapper .page-title-form .form-block .form-wrapper #partners-form>div {
  margin-bottom: 15px
}

.partners-wrapper .page-title-form .form-block .form-wrapper #partners-form .error input,
.partners-wrapper .page-title-form .form-block .form-wrapper #partners-form .error textarea {
  border: 1px solid #f61f49
}

.partners-wrapper .page-title-form .form-block .form-wrapper #partners-form .error-popup {
  background: #f61f49;
  border-radius: 12px;
  bottom: -25px;
  color: #fff;
  font-size: 12px;
  left: 0;
  line-height: 1;
  padding: 5px 15px;
  position: absolute;
  z-index: 1
}

.partners-wrapper .page-title-form .form-block .form-wrapper #partners-form .error-popup:before {
  background: #f61f49;
  content: "";
  display: block;
  height: 8px;
  left: 25px;
  position: absolute;
  top: -3px;
  transform: rotate(45deg);
  width: 8px
}

.partners-wrapper .page-title-form .form-block .form-wrapper .success-block {
  display: none
}

.partners-wrapper .page-title-form .form-block .form-wrapper .success-block.show {
  align-items: center;
  display: flex;
  flex-flow: column;
  justify-content: center;
  min-height: 550px
}

.partners-wrapper .page-title-form .form-block .form-wrapper .success-block.show svg {
  margin-bottom: 45px;
  max-height: 120px;
  max-width: 120px
}

.partners-wrapper .page-title-form .form-block .form-wrapper .success-block.show .success-title {
  color: #333;
  font-size: 40px;
  line-height: 1;
  margin-bottom: 18px;
  text-align: center
}

.partners-wrapper .page-title-form .form-block .form-wrapper .success-block.show .success-description {
  color: #333;
  font-size: 18px;
  text-align: center
}

.partners-wrapper .why-block {
  background: #2b2c3c;
  padding: 45px 0 20px
}

.partners-wrapper .why-block .header {
  margin-bottom: 40px
}

.partners-wrapper .why-block .header .title {
  align-items: center;
  color: #fff;
  display: flex;
  flex-flow: column;
  font-size: 34px;
  font-weight: 500;
  justify-content: center;
  line-height: 1;
  text-align: center
}

.partners-wrapper .why-block .header .title:after {
  border-bottom: 2px solid #ffc63b;
  content: "";
  display: block;
  margin-top: 15px;
  width: 45px
}

@media(max-width:767px) {
  .partners-wrapper .why-block .header .title {
    line-height: 1.33
  }
}

.partners-wrapper .why-block .why-wrapper {
  display: flex;
  flex-flow: row wrap;
  justify-content: center
}

.partners-wrapper .why-block .why-wrapper .single-block {
  align-items: center;
  color: #fff;
  display: flex;
  flex-flow: column;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.56;
  margin: 0 25px 25px;
  max-width: 100%;
  text-align: center;
  width: 185px
}

@media(max-width:767px) {
  .partners-wrapper .why-block .why-wrapper .single-block {
    width: 100%
  }
}

.partners-wrapper .why-block .why-wrapper .single-block .title {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.05;
  margin-bottom: 5px;
  text-align: center
}

.partners-wrapper .why-block .why-wrapper .single-block .description {
  color: #ffffffa3;
  font-size: 18px;
  line-height: 1.56;
  text-align: center
}

.partners-wrapper .why-block .why-wrapper .single-block .svg {
  display: block;
  margin-bottom: 30px;
  max-height: 70px;
  max-width: 70px;
  width: 100%
}

@media(max-width:767px) {
  .partners-wrapper .why-block .why-wrapper .single-block {
    width: 250px
  }
}

.partners-wrapper .join-us-block {
  padding: 60px 0 35px
}

.partners-wrapper .join-us-block .join-us-title {
  align-items: center;
  color: #333;
  display: flex;
  flex-flow: column;
  font-size: 34px;
  font-weight: 500;
  justify-content: center;
  line-height: .63;
  margin-bottom: 20px;
  text-align: center
}

.partners-wrapper .join-us-block .join-us-title:after {
  border-bottom: 2px solid #333;
  content: "";
  display: block;
  margin-bottom: 15px;
  margin-top: 15px;
  width: 45px
}

@media(max-width:767px) {
  .partners-wrapper .join-us-block .join-us-title {
    line-height: 1.35
  }
}

.partners-wrapper .join-us-block .join-us-desc {
  color: #555;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.56;
  margin-bottom: 40px;
  text-align: center
}

.partners-wrapper .join-us-block .join-us-partners {
  display: flex;
  flex-flow: row wrap;
  justify-content: center
}

.partners-wrapper .join-us-block .join-us-partners .single-partner {
  align-items: center;
  display: flex;
  justify-content: center;
  max-width: 18%;
  padding: 20px;
  width: 100%
}

.partners-wrapper .join-us-block .join-us-partners .single-partner img {
  max-height: 60px;
  max-width: 100%
}

@media(min-width:992px) {
  .partners-wrapper .join-us-block .join-us-partners .single-partner:nth-child(n+6) {
    max-width: 16%
  }
}

@media(max-width:991px) {
  .partners-wrapper .join-us-block .join-us-partners .single-partner {
    max-width: 33%
  }
}

@media(max-width:767px) {
  .partners-wrapper .join-us-block .join-us-partners .single-partner {
    max-width: 50%;
    padding: 15px 20px
  }
}

.partners-wrapper .join-us-block .join-us-images {
  margin-top: 30px;
  text-align: center
}

.partners-wrapper .join-us-block .join-us-images img {
  max-height: 280px;
  max-width: 100%
}

.partners-wrapper .reviews-block {
  background: #f4f4f4;
  padding: 60px 0
}

.top-spacer {
  background: #000;
  padding-top: 50px
}

@media(min-width:991px) {
  .top-spacer {
    padding-top: 55px
  }
}

.new-dl-header {
  background: #1c2c40;
  color: #fff;
  text-align: center
}

.new-dl-header .main-title {
  margin-top: 0
}

.new-dl-header .main-title h1 {
  color: #fff;
  font-size: 37px;
  font-weight: 500;
  line-height: .63;
  margin: 34px 0 27px;
  text-align: center
}

.new-dl-header .main-title p {
  color: #cacdd2 !important;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.8;
  margin-bottom: 0;
  text-align: center
}

.new-dl-header .new-certificates {
  display: inline-block;
  font-size: 13px;
  font-weight: 300;
  margin: 15px 0 25px;
  position: relative
}

.new-dl-header .new-certificates span {
  padding-right: 7px;
  vertical-align: top
}

.new-dl-header .new-certificates .wrapper {
  display: inline-block
}

.new-dl-header .mobile-title {
  font-size: 32px;
  line-height: 1.1;
  margin-bottom: 0;
  margin-top: 20px
}

.new-dl-header .read-more-header-mobile {
  color: #cacdd2;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5;
  text-align: center
}

.new-dl-header .read-more-header-mobile .more {
  color: #1373a7;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.79;
  margin-bottom: 15px;
  text-align: center
}

.new-dl-header .read-more-header-mobile .more .button-arrow {
  border: none;
  padding-left: 3%;
  padding-right: 0;
  transform: rotate(90deg)
}

.new-dl-header .read-more-header-mobile .more .button-arrow.up-arrow {
  padding-left: 0;
  padding-right: 3%;
  transform: rotate(-90deg)
}

.new-dl-header .read-more-header-mobile .content {
  overflow: hidden;
  padding-top: 10px;
  position: relative;
  text-align: justify;
  transition: none;
  transition: height 1.5s ease
}

.new-dl-header .read-more-header-mobile .content.closed {
  height: 55px;
  -webkit-mask-size: 100% 100%;
  -webkit-mask: -webkit-gradient(linear, right bottom, right top, color-stop(1, #000), color-stop(.3, #000), color-stop(.2, #0006), color-stop(.05, #0000001a), color-stop(.01, #00000017));
  -webkit-mask-position: left bottom;
  position: relative;
  -webkit-transition: -webkit-mask-position 5s ease
}

.review-menu {
  margin-bottom: 20px;
  position: relative
}

.review-menu,
.review-menu ul.dropdown-menu {
  background-color: #f4f4f4
}

.review-menu ul.dropdown-menu li {
  margin-bottom: 10px
}

.review-menu ul.dropdown-menu li a.active,
.review-menu ul.dropdown-menu li a:hover {
  color: #0bafff;
  text-decoration: none
}

.review-menu.stuck {
  border-bottom: 1px solid #d8d8d8;
  box-shadow: 0 3px 7px 0 #00000026
}

@media(max-width:991px) {
  .review-menu.stuck {
    border-bottom: none;
    box-shadow: none;
    position: static
  }

  .review-menu-wrap {
    display: inline-block;
    margin: 10px 0;
    position: relative
  }

  .review-menu-wrap .dropdown-toggle-btn {
    color: #707070;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.04;
    padding: 10px 0;
    text-align: left
  }

  .review-menu-wrap .dropdown-toggle-btn .submenu-arrow {
    background: url('/files/drop-down-arrow.50162f.svg') no-repeat 0 45%;
    background-size: 100%;
    display: inline-block;
    height: 10px;
    margin: 0 0 0 5px;
    width: 10px
  }

  .review-menu-wrap .dropdown-toggle-btn .submenu-arrow.rotated {
    transform: rotate(180deg)
  }

  .review-menu-wrap .dropdown-menu {
    background-color: inherit;
    box-shadow: none;
    display: none;
    height: auto;
    list-style-type: none;
    margin-bottom: -10px;
    overflow: initial;
    padding: 0;
    position: relative;
    width: 93vw
  }

  .review-menu-wrap .dropdown-menu li {
    margin-bottom: 0;
    padding: 0
  }

  .review-menu-wrap .dropdown-menu li:first-child {
    margin-top: 10px
  }

  .review-menu-wrap .dropdown-menu li a {
    border-bottom: 1px dotted #333;
    border-right: 0;
    color: #333;
    display: block;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 38px;
    padding: 0;
    text-align: center;
    width: 100%
  }

  .review-menu-wrap .dropdown-menu li a:hover {
    background-color: #dbf3ff;
    color: #000
  }

  .review-menu-wrap .dropdown-menu li:last-of-type a {
    border: none
  }
}

@media(min-width:991px) {
  .review-menu-wrap ul.dropdown-menu {
    list-style-type: none;
    margin: 0;
    padding: 0
  }

  .review-menu-wrap ul.dropdown-menu li {
    display: inline-block;
    padding: 10px 10px 0 0
  }

  .review-menu-wrap ul.dropdown-menu li a {
    color: #8f8d94;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.92;
    text-align: left
  }

  .review-menu-wrap ul.dropdown-menu li a.active,
  .review-menu-wrap ul.dropdown-menu li a:hover {
    color: #0bafff;
    text-decoration: none
  }

  .review-menu {
    background-color: #f4f4f4;
    margin-bottom: 20px
  }

  .review-menu ul.dropdown-menu li a {
    color: #8f8d94;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.92;
    text-align: left
  }

  .review-menu ul.dropdown-menu li a.active,
  .review-menu ul.dropdown-menu li a:hover {
    color: #0bafff;
    text-decoration: none
  }

  .review-menu.stuck {
    border-bottom: 1px solid #d8d8d8;
    box-shadow: 0 3px 7px 0 #00000026
  }
}

@media(min-width:768px) {
  .admin-bar .anchor-destination {
    top: -130px
  }

  .admin-bar .review-menu {
    top: 77px
  }
}

@media(min-width:768px)and (max-width:992px) {
  .admin-bar .review-menu {
    top: 44px
  }
}

@media(min-width:768px) {
  .anchor-destination {
    display: block;
    position: relative;
    top: -120px;
    visibility: hidden
  }

  .review-menu {
    left: 0;
    position: sticky;
    top: 59px;
    z-index: 99
  }
}

@media(min-width:768px)and (min-width:992px) {

  .review-menu.seo-page-menu ul li:first-child:before,
  .review-menu.seo-page-menu ul li:nth-child(2):before {
    content: none
  }

  .review-menu.seo-page-menu ul li:before {
    color: #8f8d94;
    content: "|";
    opacity: .7;
    padding: 0 12px 0 0
  }
}

@media(max-width:992px) {
  .anchor-destination {
    display: block;
    position: relative;
    top: -100px;
    visibility: hidden
  }
}

.category-wrapper .category {
  font-size: 15px;
  margin: 16px 0 3px
}

@media(max-width:992px) {
  .category-wrapper .category {
    margin: 0;
    width: 100%
  }
}

.category-wrapper .category .category-title {
  color: #555;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.79;
  margin-right: 3px;
  text-align: left;
  text-transform: uppercase
}

.category-wrapper .category .dropdown-btn {
  color: #0bafff;
  font-size: 12px;
  font-weight: 700;
  line-height: 2.08;
  text-align: left;
  text-transform: capitalize
}

.category-wrapper .category .dropdown-btn .submenu-arrow {
  background: url('/files/drop-down-arrow.50162f.svg') no-repeat 0 45%;
  background-size: 100%;
  display: inline-block;
  height: 10px;
  margin: 0 0 0 5px;
  transition: .5s;
  width: 10px
}

.category-wrapper .category .dropdown-btn .submenu-arrow.rotated {
  transform: rotate(180deg)
}

@media(min-width:992px) {
  .category-wrapper .category>ul {
    display: inline;
    padding-left: 15px
  }

  .category-wrapper .category>ul li {
    display: inline
  }

  .category-wrapper .category>ul li a {
    color: #0bafff;
    letter-spacing: -.5px;
    text-decoration: none;
    word-spacing: -.5px
  }

  .category-wrapper .category>ul li a:hover {
    color: #555;
    cursor: pointer
  }

  .category-wrapper .category>ul li a.active {
    color: #555;
    pointer-events: none;
    text-decoration: none
  }

  .category-wrapper .category>ul li:first-child:before {
    content: "";
    padding: 0
  }

  .category-wrapper .category>ul li:before {
    color: #555;
    content: "|";
    padding: 0 12px 0 6px
  }
}

@media(max-width:992px) {
  .category-wrapper .category .dropdown-menu {
    display: none;
    list-style: none outside none;
    margin: 0;
    padding: 0
  }

  .category-wrapper .category .dropdown-menu li {
    margin: 0
  }

  .category-wrapper .category .dropdown-menu li a {
    border-bottom: 1px dotted #333;
    border-right: 0;
    color: #0bafff;
    display: block;
    font-size: 12px;
    line-height: 38px;
    text-align: center;
    width: 100%
  }

  .category-wrapper .category .dropdown-menu li a.active {
    color: #ccc
  }

  .category-wrapper .category .dropdown-menu li:last-of-type a {
    border: 0
  }
}

.brands-table {
  border-collapse: initial;
  border-spacing: 0 15px;
  clear: both;
  color: #222;
  display: table;
  font-size: 1.2em;
  max-width: 100%;
  min-height: .01%;
  overflow-x: auto;
  position: relative;
  text-align: center;
  width: 100%
}

.brands-table .white-box {
  background: #fff;
  height: 88px;
  position: absolute;
  right: 6px;
  top: 0;
  width: 3px
}

.brands-table .triangle {
  border-bottom: 46px solid #0000;
  border-top: 42px solid #0000;
  float: left;
  position: absolute;
  right: -24px;
  top: 0;
  width: 0
}

.brands-table .triangle.t2 {
  right: -14px;
  z-index: 999
}

.brands-table .triangle.t1 {
  right: -17px;
  z-index: 99
}

.brands-table .triangle.t3 {
  z-index: 9
}

.brands-table a {
  color: #222;
  display: inline-block
}

.brands-table .cell {
  display: table-cell;
  padding: 15px;
  vertical-align: middle
}

.brands-table .table-row {
  height: 90px
}

.brands-table.dl-bingo-rooms .headers-wrapper .headers {
  background-color: #000;
  border-radius: 3px
}

.brands-table .headers {
  background-color: #000;
  color: #fff;
  font-size: .8em;
  text-transform: uppercase
}

.brands-table .headers .cell {
  height: 40px;
  padding: 5px
}

.brands-table .headers .cell .icon-filter_arrows {
  position: absolute
}

.brands-table .headers .cell:first-child {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px
}

.brands-table .headers .cell:last-child {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px
}

.brands-table .headers .cell.bonus {
  position: relative
}

.brands-table .headers .cell.bonus i {
  color: #8c8a8a;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  padding: 4px;
  position: absolute;
  top: 7px
}

.brands-table .headers .cell.bonus i:hover {
  color: #fff
}

.brands-table .headers .cell.bonus i:hover+span.info {
  display: block
}

.brands-table .headers .cell.bonus span.info {
  background-color: #fff;
  bottom: 87%;
  box-shadow: -1px 3px 35px -5px #000000bf;
  color: #000;
  display: none;
  font-size: 11px;
  left: 50%;
  line-height: 1.5;
  margin-left: -57px;
  padding: 5px 8px;
  position: absolute;
  text-align: center;
  text-transform: none;
  width: 246px;
  z-index: 1
}

.brands-table .headers .cell.bonus span.info:after {
  border: 5px solid #0000;
  border-top-color: #fff;
  content: "";
  left: 50%;
  margin-left: -5px;
  position: absolute;
  top: 100%
}

.brands-table .headers {
  background-color: #dbf3ff;
  border-radius: 3px;
  color: #818a97;
  display: flex;
  font-size: 12px;
  font-weight: 700;
  line-height: 2.08;
  text-align: center
}

.brands-table .headers .cell {
  align-items: center;
  display: flex;
  justify-content: center;
  line-height: 1;
  min-height: 40px
}

.brands-table .headers .cell.position {
  padding: 0
}

.brands-table .headers .cell.position i.icon-filter_arrows {
  right: -28px;
  top: 13px;
  z-index: 1
}

.brands-table .headers .cell.logo {
  width: 21%
}

@media(max-width:767px) {
  .brands-table .headers .cell.logo {
    padding: 8px 0 8px 10px;
    text-align: left;
    width: 50%
  }
}

.brands-table .headers .cell.logo i.icon-filter_arrows {
  right: 20px;
  top: 13px
}

@media(max-width:767px) {
  .brands-table .headers .cell.logo i.icon-filter_arrows {
    right: 25%;
    top: 12px
  }
}

.brands-table .headers .cell.bonus {
  width: 25%
}

@media(max-width:767px) {
  .brands-table .headers .cell.bonus {
    padding: 8px 10% 0 0;
    text-align: right;
    width: 50%
  }
}

.brands-table .headers .cell.bonus i.icon-filter_arrows {
  right: 35%;
  top: 10px
}

@media(max-width:767px) {
  .brands-table .headers .cell.bonus i.icon-filter_arrows {
    right: 6%;
    top: 8px
  }
}

.brands-table .headers .cell.deposit {
  width: 13%
}

@media(min-width:767px)and (max-width:992px) {
  .brands-table .headers .cell.deposit {
    width: 17%
  }
}

.brands-table .headers .cell.deposit i.icon-filter_arrows {
  right: 0;
  top: 14px
}

.brands-table .headers .cell.wagering {
  width: 12%
}

@media(max-width:992px) {
  .brands-table .headers .cell.wagering.casino {
    line-height: 1
  }
}

.brands-table .headers .cell.min-odds {
  width: 13%
}

.brands-table .headers .cell.min-odds i.icon-filter_arrows {
  right: 14%;
  top: 12px
}

.brands-table .headers .cell.get-bonus {
  width: 15%
}

.brands-table .table-row {
  background: 0 0
}

.brands-table .table-row>.cell {
  background-color: #fff;
  border: 1px solid #acacac2e;
  padding: 5px
}

.brands-table .table-row>.cell:first-child {
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px
}

.brands-table .table-row>.cell:last-child {
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px
}

.brands-table .logo {
  padding: 0;
  position: relative
}

.brands-table .legacy {
  background-color: #f3f3f3;
  border: 1px solid #e2e2e2;
  border-radius: 3px;
  box-shadow: 6px 11px 37px 0 #b5b5b5a3;
  display: none;
  left: 50%;
  margin-left: -132px;
  margin-top: 6px;
  position: absolute;
  transition: all 1s;
  width: 260px;
  z-index: 9999
}

.brands-table .legacy .wrapper {
  padding: 10px 10px 8px
}

.brands-table .legacy .wrapper p {
  font-size: 11px !important;
  line-height: 1.7 !important;
  margin-bottom: 15px
}

.brands-table .legacy:after {
  border: 8px solid;
  border-color: #0000 #0000 #e2e2e2;
  content: "";
  left: 50%;
  margin-left: -5px;
  position: absolute;
  top: -17px
}

.brands-table a.legal {
  display: block;
  font-size: 10px
}

.brands-table .rating .score-stars .rate-it {
  padding-bottom: 5px;
  padding-top: 0
}

.brands-table .rating .score-stars .rate-it .tp-rating {
  display: flex;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0
}

.brands-table .rating .score-stars .rate-it .tp-rating li {
  flex: 0 0 20px
}

.brands-table .features .list {
  padding: 0
}

.brands-table .features .list li {
  display: inline-block;
  list-style-type: none;
  margin: 2px 2px 5px;
  padding: 0 5px
}

.brands-table .review-link {
  font-weight: 400;
  text-decoration: underline
}

.seo-list .brands-table #dynamiclist_area .table-row {
  background-color: #fbfbfb;
  border-bottom: 1px solid #cfcfcf;
  border-radius: inherit;
  box-shadow: 0 3px 5px -4px gray;
  height: 100%;
  margin-bottom: 8px
}

.seo-list .brands-table #dynamiclist_area .table-row .table-row-inner {
  align-items: center;
  display: flex;
  height: 100%
}

.seo-list .brands-table #dynamiclist_area .table-row .table-row-inner .cell {
  border: none;
  display: block;
  padding: 5px 0
}

.seo-list .brands-table #dynamiclist_area .table-row .table-row-inner .cell.position {
  background-color: #fbfbfb;
  color: #8d8b9269;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.38;
  padding-left: 6px;
  text-align: center;
  width: 3%
}

.seo-list .brands-table #dynamiclist_area .table-row .table-row-inner .cell.logo {
  align-items: center;
  background-color: #fbfbfb;
  color: #0bafff;
  display: flex;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.56;
  padding: 1px 0 0 7px;
  text-align: left;
  width: 17%
}

.seo-list .brands-table #dynamiclist_area .table-row .table-row-inner .cell.logo .ribbon-container {
  left: -40px;
  top: -18px
}

.seo-list .brands-table #dynamiclist_area .table-row .table-row-inner .cell.logo .brand-title {
  padding: 4px 0 0 11px
}

.seo-list .brands-table #dynamiclist_area .table-row .table-row-inner .cell.logo .brand-title a {
  color: #0bafff;
  display: block;
  font-size: 15.5px;
  font-weight: 700;
  height: auto;
  line-height: 1;
  text-align: left;
  width: auto
}

.seo-list .brands-table #dynamiclist_area .table-row .table-row-inner .cell.logo a {
  align-items: center;
  border-radius: 5px;
  display: flex;
  height: 42px;
  justify-content: center;
  min-width: 42px;
  width: 42px
}

.seo-list .brands-table #dynamiclist_area .table-row .table-row-inner .cell.logo a .img-responsive {
  display: block;
  height: 70%;
  pointer-events: none;
  width: 70%
}

.seo-list .brands-table #dynamiclist_area .table-row .table-row-inner .cell.bonus {
  align-items: center;
  background-color: #fbfbfb;
  color: #333;
  display: flex;
  flex-flow: column;
  font-size: 18px;
  font-weight: 700;
  justify-content: center;
  line-height: 1;
  padding: 5px 10px;
  text-align: center;
  width: 27%
}

.seo-list .brands-table #dynamiclist_area .table-row .table-row-inner .cell.bonus .terms-link {
  color: #818a97;
  font-size: 11px;
  font-weight: 300;
  line-height: 1.64;
  padding: 5px 0 0;
  text-align: center;
  width: 90px
}

.seo-list .brands-table #dynamiclist_area .table-row .table-row-inner .cell.deposit {
  background-color: #fbfbfb
}

.seo-list .brands-table #dynamiclist_area .table-row .table-row-inner .cell.deposit .min-deposit,
.seo-list .brands-table #dynamiclist_area .table-row .table-row-inner .cell.deposit .wagering {
  color: #333;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.25;
  text-align: center
}

.seo-list .brands-table #dynamiclist_area .table-row .table-row-inner .cell.deposit .games,
.seo-list .brands-table #dynamiclist_area .table-row .table-row-inner .cell.deposit .wagering {
  font-size: 16px;
  padding: 0 10px
}

.seo-list .brands-table #dynamiclist_area .table-row .table-row-inner .cell.deposit .games i {
  cursor: pointer;
  padding: 0 2px;
  position: relative;
  word-break: break-word
}

.seo-list .brands-table #dynamiclist_area .table-row .table-row-inner .cell.deposit .games i:before {
  font-size: 25px
}

.seo-list .brands-table #dynamiclist_area .table-row .table-row-inner .cell.deposit .games i .tooltiptext {
  background-color: #000;
  border-radius: 6px;
  color: #fff;
  left: 34%;
  margin-left: -60px;
  opacity: 0;
  padding: 5px 0;
  position: absolute;
  text-align: center;
  top: 160%;
  transition: opacity 1s;
  visibility: hidden;
  width: 130px;
  z-index: 1
}

.seo-list .brands-table #dynamiclist_area .table-row .table-row-inner .cell.deposit .games i .tooltiptext:after {
  border: 5px solid;
  border-color: #0000 #0000 #000;
  bottom: 100%;
  content: " ";
  left: 50%;
  margin-left: -5px;
  position: absolute
}

.seo-list .brands-table #dynamiclist_area .table-row .table-row-inner .cell.deposit .games i:hover .tooltiptext {
  opacity: 1;
  visibility: visible
}

.seo-list .brands-table #dynamiclist_area .table-row .table-row-inner .cell.wagering {
  background-color: #fbfbfb;
  width: 12%
}

.seo-list .brands-table #dynamiclist_area .table-row .table-row-inner .cell.wagering .wagering-cell {
  color: #333;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.57;
  text-align: center
}

.seo-list .brands-table #dynamiclist_area .table-row .table-row-inner .cell.min-odds {
  background-color: #fbfbfb;
  color: #333;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.57;
  text-align: center;
  width: 13%
}

.seo-list .brands-table #dynamiclist_area .table-row .table-row-inner .cell.get-bonus {
  background-color: #fbfbfb;
  color: #333;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.38;
  text-align: center;
  width: 16%
}

.seo-list .brands-table #dynamiclist_area .table-row .table-row-inner .cell.get-bonus a.new-get-bonus-button {
  background-color: #2dca73;
  border: 1px solid #fff;
  border-radius: 3px;
  box-shadow: 0 2px 4px 0 #1c2c402b;
  height: 37px;
  margin-top: 8px;
  padding: 6px 0 0;
  width: 89%
}

.seo-list .brands-table #dynamiclist_area .table-row .table-row-inner .cell.get-bonus a.new-get-bonus-button span {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.57;
  text-align: center
}

.seo-list .brands-table #dynamiclist_area .table-row .table-row-inner .cell.get-bonus a.review-link {
  color: #333;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.38;
  margin-top: 5px;
  text-align: center;
  text-decoration: none
}

.seo-list .brands-table #dynamiclist_area .table-row .table-row-inner .cell.get-bonus a.review-link:hover {
  color: #0bafff
}

.seo-list .brands-table #dynamiclist_area .table-row .t_and_c {
  color: #818a97;
  font-size: 10px;
  font-weight: 300;
  line-height: 1.3;
  padding: 0 10px 5px 40px;
  text-align: left
}

.seo-list .brands-table #dynamiclist_area .table-row .t_and_c p {
  margin-bottom: 0
}

.seo-list .archive-wrapper {
  background: #fbfbfb;
  border: none;
  border-bottom: 1px solid #cfcfcf;
  box-shadow: 0 3px 5px -4px gray;
  height: 100%;
  margin: 0 -15px 4px
}

.seo-list .archive-wrapper img {
  margin: 0
}

.seo-list .archive-wrapper:first-of-type {
  margin-top: 10px
}

.seo-list .archive-wrapper .cta_text {
  color: #818a97;
  font-size: 10px;
  font-weight: 300;
  line-height: 1.4;
  padding: 0 18px 5px 38px;
  text-align: justify
}

.seo-list .archive-wrapper .table-row-inner {
  display: flex;
  padding: 15px 15px 0 30px;
  position: relative
}

.seo-list .archive-wrapper .table-row-inner .position-column {
  color: #8d8b9269;
  font-size: 16px;
  font-weight: 600;
  left: 15px;
  line-height: 1.38;
  position: absolute;
  text-align: center;
  top: 25px
}

.seo-list .archive-wrapper .table-row-inner .left-column {
  display: flex;
  flex-flow: column;
  width: 70%
}

.seo-list .archive-wrapper .table-row-inner .left-column .cell {
  border: none;
  padding: 5px 0
}

.seo-list .archive-wrapper .table-row-inner .left-column .cell.bonus {
  display: flex;
  flex-flow: column;
  padding: 10px 0 10px 7px
}

@media(max-width:992px) {
  .seo-list .archive-wrapper .table-row-inner .left-column .cell.bonus {
    padding: 10px 10px 10px 7px
  }
}

.seo-list .archive-wrapper .table-row-inner .left-column .cell.bonus .bonus-text {
  color: #333;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 8px;
  text-align: left
}

.seo-list .archive-wrapper .table-row-inner .left-column .cell.bonus .small-text {
  color: #333;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.33;
  text-align: left
}

.seo-list .archive-wrapper .table-row-inner .left-column .cell.position {
  background-color: #fbfbfb;
  color: #8d8b9269;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.38;
  padding-left: 6px;
  text-align: center;
  width: 3%
}

.seo-list .archive-wrapper .table-row-inner .left-column .cell.logo {
  align-items: center;
  color: #0bafff;
  display: flex;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.56;
  padding: 1px 0 0 7px;
  text-align: left
}

.seo-list .archive-wrapper .table-row-inner .left-column .cell.logo .brand-title {
  padding: 4px 0 0 11px
}

.seo-list .archive-wrapper .table-row-inner .left-column .cell.logo .brand-title a {
  color: #0bafff;
  display: block;
  font-size: 15.5px;
  font-weight: 700;
  height: auto;
  line-height: 1;
  text-align: left;
  width: auto
}

.seo-list .archive-wrapper .table-row-inner .left-column .cell.logo a {
  align-items: center;
  border-radius: 5px;
  display: flex;
  height: 42px;
  justify-content: center;
  min-width: 42px;
  width: 42px
}

.seo-list .archive-wrapper .table-row-inner .left-column .cell.logo a .img-responsive {
  display: block;
  height: 70%;
  width: 70%
}

.seo-list .archive-wrapper .table-row-inner .right-column {
  display: flex;
  flex-flow: column;
  justify-content: flex-end;
  width: 35%
}

.seo-list .archive-wrapper .table-row-inner .right-column .cell.get-bonus {
  align-items: flex-end;
  border: none;
  display: flex;
  flex-flow: column;
  padding: 0 5px 15px 0
}

.seo-list .archive-wrapper .table-row-inner .right-column .cell.get-bonus .new-get-bonus-button {
  background-color: #2dca73;
  border: 1px solid #fff;
  border-radius: 3px;
  box-shadow: 0 2px 4px 0 #1c2c402b;
  height: 35px;
  left: auto;
  margin: 0;
  max-width: 130px;
  padding: 5px;
  position: relative;
  transform: none;
  width: 100%
}

.seo-list .archive-wrapper .table-row-inner .right-column .cell.get-bonus .new-get-bonus-button span {
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.69;
  text-align: right
}

.seo-list .archive-wrapper .table-row-inner .right-column .cell.get-bonus .review-link {
  color: #333;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.33;
  margin: 0;
  text-align: center
}

.dl-new-betting {
  border-spacing: 0 7px;
  margin-bottom: 20px;
  z-index: 5
}

.dl-new-betting .headers {
  background-color: #dbf3ff;
  border-radius: 3px;
  color: #818a97;
  display: flex;
  font-size: 12px;
  font-weight: 700;
  line-height: 2.08;
  text-align: center
}

.dl-new-betting .headers .cell {
  position: relative
}

.dl-new-betting .headers .cell.position {
  padding: 0
}

.dl-new-betting .headers .cell.position i.icon-filter_arrows {
  right: -28px;
  top: 13px;
  z-index: 1
}

.dl-new-betting .headers .cell.logo {
  width: 21%
}

@media(max-width:767px) {
  .dl-new-betting .headers .cell.logo {
    padding: 8px 0 0 10px;
    text-align: left;
    width: 50%
  }
}

.dl-new-betting .headers .cell.logo i.icon-filter_arrows {
  right: 20px;
  top: 13px
}

@media(max-width:767px) {
  .dl-new-betting .headers .cell.logo i.icon-filter_arrows {
    right: 25%;
    top: 12px
  }
}

.dl-new-betting .headers .cell.bonus {
  width: 25%
}

@media(max-width:767px) {
  .dl-new-betting .headers .cell.bonus {
    padding: 8px 10% 0 0;
    text-align: right;
    width: 50%
  }
}

.dl-new-betting .headers .cell.bonus i.icon-filter_arrows {
  right: 35%;
  top: 10px
}

@media(max-width:767px) {
  .dl-new-betting .headers .cell.bonus i.icon-filter_arrows {
    right: 6%;
    top: 8px
  }
}

.dl-new-betting .headers .cell.deposit {
  width: 13%
}

@media(min-width:767px)and (max-width:992px) {
  .dl-new-betting .headers .cell.deposit {
    width: 17%
  }
}

.dl-new-betting .headers .cell.deposit i.icon-filter_arrows {
  right: 0;
  top: 14px
}

.dl-new-betting .headers .cell.wagering {
  width: 12%
}

@media(max-width:992px) {
  .dl-new-betting .headers .cell.wagering.casino {
    line-height: 1
  }
}

.dl-new-betting .headers .cell.min-odds {
  width: 13%
}

.dl-new-betting .headers .cell.min-odds i.icon-filter_arrows {
  right: 14%;
  top: 12px
}

.dl-new-betting .headers .cell.get-bonus {
  width: 15%
}

.dl-new-betting .table-row .cell.logo {
  border: 0;
  width: 237px
}

@media(min-width:992px)and (max-width:1199px) {
  .dl-new-betting .table-row .cell.logo {
    width: 184px
  }
}

@media(min-width:768px)and (max-width:991px) {
  .dl-new-betting .table-row .cell.logo {
    width: 23.77%
  }
}

.dl-new-betting .table-row .cell.logo .white-box {
  background: #fff;
  height: 104px;
  position: absolute;
  right: 6px;
  top: 0;
  width: 3px
}

.dl-new-betting .table-row .cell.logo .triangle {
  border-bottom: 55px solid #0000;
  border-top: 50px solid #0000;
  float: left;
  position: absolute;
  right: -24px;
  top: 0;
  width: 0
}

.dl-new-betting .table-row .cell.logo .triangle.t2 {
  right: -15px;
  z-index: 999
}

.dl-new-betting .table-row .cell.logo .triangle.t1 {
  right: -18px;
  z-index: 99
}

.dl-new-betting .table-row .cell.logo .triangle.t3 {
  z-index: 9
}

.dl-new-betting .table-row .cell.bonus {
  padding-left: 10px;
  width: 358px
}

@media(min-width:992px)and (max-width:1199px) {
  .dl-new-betting .table-row .cell.bonus {
    width: 252px
  }
}

.dl-new-betting .table-row .cell.bonus .content {
  margin-top: 4px;
  position: relative
}

.dl-new-betting .table-row .cell.bonus .content p {
  font-size: 14px;
  line-height: 1.2;
  margin-bottom: 0;
  padding-bottom: 5px;
  text-align: center;
  transition: all .1s
}

.dl-new-betting .table-row .cell.bonus .content p b,
.dl-new-betting .table-row .cell.bonus .content p strong {
  display: block;
  font-size: 21px;
  font-weight: 500;
  padding-bottom: 5px
}

.dl-new-betting .table-row .cell.bonus .content p .big-bonus {
  font-size: 30px
}

.dl-new-betting .table-row .cell.bonus .content .trigger {
  color: #818a97
}

.dl-new-betting .table-row .cell.bonus .content .trigger:after {
  content: "»"
}

.dl-new-betting .table-row .cell.bonus .content .legal {
  margin: 0 auto;
  padding-bottom: 6px;
  width: auto
}

.dl-new-betting .table-row .cell.bonus .content .legal p {
  cursor: pointer;
  font-size: 10px;
  margin-top: 1px
}

.dl-new-betting .table-row .cell.bonus .content .legal .legacy {
  display: none;
  opacity: 0;
  transition: opacity .2s
}

.dl-new-betting .table-row .cell.bonus .content .legal .legacy .wrapper p {
  font-size: 12px !important
}

.dl-new-betting .table-row .cell.bonus .content .legal:hover .trigger {
  color: #12a4eb
}

.dl-new-betting .table-row .cell.bonus .content .legal:hover>.legacy {
  display: block;
  opacity: 1
}

@media(min-width:992px)and (max-width:1199px) {
  .dl-new-betting .table-row .cell.bonus {
    width: 250px
  }
}

@media(min-width:768px)and (max-width:991px) {
  .dl-new-betting .table-row .cell.bonus {
    width: inherit
  }
}

.dl-new-betting .table-row .cell.deposit {
  width: 139px
}

.dl-new-betting .table-row .cell.deposit .min-deposit {
  font-size: 28px
}

.dl-new-betting .table-row .cell.rating {
  line-height: 1;
  width: 164px
}

.dl-new-betting .table-row .cell.rating .score {
  font-size: 14px;
  height: 20px;
  margin-bottom: 10px;
  margin-top: -11px
}

.dl-new-betting .table-row .cell.rating .score-stars {
  margin-top: 0
}

.dl-new-betting .table-row .cell.rating .score-stars .rate-it {
  font-size: 21px;
  padding-bottom: 0
}

.dl-new-betting .table-row .cell.rating .score-stars .rate-it .tp-rating li {
  margin-bottom: 0
}

.dl-new-betting .table-row .cell.rating .score-stars .rate-it .tp-rating li i {
  line-height: 25px
}

.dl-new-betting .table-row .cell.rating .score-stars .rate-it .tp-rating li:first-child i {
  font-size: 19px
}

.dl-new-betting .table-row .cell.rating .score-stars .rate-it .tp-rating li:nth-child(2n) i {
  font-size: 22px
}

.dl-new-betting .table-row .cell.rating .score-stars .rate-it .tp-rating li:nth-child(3) i {
  font-size: 25px
}

.dl-new-betting .table-row .cell.rating .score-stars .rate-it .tp-rating li:nth-child(5) i {
  font-size: 19px
}

.dl-new-betting .table-row .cell.rating .score-stars span {
  color: #818a97;
  display: block;
  font-size: 12px
}

@media(min-width:992px)and (max-width:1199px) {
  .dl-new-betting .table-row .cell.rating {
    width: 122px
  }
}

@media(min-width:768px)and (max-width:991px) {
  .dl-new-betting .table-row .cell.rating {
    width: 18.02%
  }
}

.dl-new-betting .table-row .cell.score {
  font-size: 29px;
  font-weight: 500;
  line-height: .8;
  padding-bottom: 6px;
  width: 149px
}

.dl-new-betting .table-row .cell.score .point {
  font-size: 36px;
  margin-bottom: 5px
}

.dl-new-betting .table-row .cell.score .review-link {
  color: #222;
  font-size: 13px;
  line-height: 1.38;
  text-decoration: none
}

.dl-new-betting .table-row .cell.score .review-link:after {
  content: "»";
  margin-left: 2px
}

.dl-new-betting .table-row .cell.score .review-link:hover {
  color: #12a4eb
}

@media(min-width:992px)and (max-width:1199px) {
  .dl-new-betting .table-row .cell.score {
    width: 148px
  }

  .dl-new-betting .table-row .cell.score .review-link {
    line-height: 1.3;
    padding-top: 8px
  }
}

@media(min-width:768px)and (max-width:991px) {
  .dl-new-betting .table-row .cell.score {
    width: 98px
  }
}

.dl-new-betting .table-row .cell.get-bonus {
  position: relative;
  width: 213px
}

.dl-new-betting .table-row .cell.get-bonus .new-get-bonus-button {
  color: #fff
}

@media(min-width:992px)and (max-width:1199px) {
  .dl-new-betting .table-row .cell.get-bonus .new-get-bonus-button {
    width: 124px
  }
}

.dl-new-betting .table-row .cell.get-bonus .visit-site {
  font-size: 12px;
  margin-top: 10px;
  text-decoration: none
}

.dl-new-betting .table-row .cell.get-bonus .visit-site:after {
  content: "»"
}

.dl-new-betting .table-row .cell.get-bonus .visit-site:hover {
  color: #12a4eb
}

@media(min-width:992px)and (max-width:1199px) {
  .dl-new-betting .table-row .cell.get-bonus {
    width: 154px
  }
}

@media(min-width:768px)and (max-width:991px) {
  .dl-new-betting .table-row .cell.get-bonus {
    width: 23.94%
  }
}

.dl-new-betting .funfun-dynamiclist-wrapper {
  display: table;
  width: 100%
}

.dl-new-betting .funfun-dynamiclist-wrapper .table-row {
  border-radius: 7px;
  box-shadow: 0 1px 4px 0 #0000004d;
  display: table-row;
  height: 105px
}

.dl-new-betting .funfun-dynamiclist-wrapper .table-row.new-view .cell.logo .img-responsive {
  height: 60px;
  margin: 0 auto;
  max-height: 65px;
  width: 80%
}

.dl-new-betting .funfun-dynamiclist-wrapper .table-row.new-view .cell.logo .ribbon-container {
  top: -5px
}

.dl-new-betting .funfun-dynamiclist-wrapper .table-row.new-view .cell.bonus {
  padding: 10px 0 0;
  position: relative
}

.dl-new-betting .funfun-dynamiclist-wrapper .table-row.new-view .cell.bonus:after {
  border-left: 1px solid #e6e8eb;
  content: "";
  height: 65%;
  position: absolute;
  right: 0;
  top: 18%
}

.dl-new-betting .funfun-dynamiclist-wrapper .table-row.new-view .cell.bonus .content p {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.71;
  padding: 0
}

.dl-new-betting .funfun-dynamiclist-wrapper .table-row.new-view .cell.bonus .content p b,
.dl-new-betting .funfun-dynamiclist-wrapper .table-row.new-view .cell.bonus .content p strong {
  color: #000;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.09;
  padding-bottom: 0;
  text-align: center
}

.dl-new-betting .funfun-dynamiclist-wrapper .table-row.new-view .cell.bonus .content .legal .trigger {
  color: #818a97;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.73
}

.dl-new-betting .funfun-dynamiclist-wrapper .table-row.new-view .cell.deposit {
  position: relative
}

.dl-new-betting .funfun-dynamiclist-wrapper .table-row.new-view .cell.deposit .min-deposit {
  color: #000;
  font-size: 26px;
  font-weight: 400;
  line-height: 1.15;
  text-align: center
}

.dl-new-betting .funfun-dynamiclist-wrapper .table-row.new-view .cell.deposit:after {
  border-left: 1px solid #e6e8eb;
  content: "";
  height: 65%;
  position: absolute;
  right: 0;
  top: 18%
}

.dl-new-betting .funfun-dynamiclist-wrapper .table-row.new-view .cell.rating {
  position: relative
}

.dl-new-betting .funfun-dynamiclist-wrapper .table-row.new-view .cell.rating:after {
  border-left: 1px solid #e6e8eb;
  content: "";
  height: 65%;
  position: absolute;
  right: 0;
  top: 18%
}

.dl-new-betting .funfun-dynamiclist-wrapper .table-row.new-view .cell.rating .review-link {
  color: #000;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.38;
  margin-top: 5px;
  text-align: center;
  text-decoration: none
}

.dl-new-betting .funfun-dynamiclist-wrapper .table-row.new-view .cell.rating .review-link:hover {
  color: #12a4eb
}

.dl-new-betting .funfun-dynamiclist-wrapper .table-row.new-view .cell.rating .review-link:after {
  content: "»";
  padding-left: 2px
}

.dl-new-betting .funfun-dynamiclist-wrapper .table-row.new-view .cell.score {
  position: relative
}

.dl-new-betting .funfun-dynamiclist-wrapper .table-row.new-view .cell.score:after {
  border-left: 1px solid #e6e8eb;
  content: "";
  height: 65%;
  position: absolute;
  right: 0;
  top: 18%
}

.dl-new-betting .funfun-dynamiclist-wrapper .table-row.new-view .cell.score .point {
  color: #000;
  font-size: 48px;
  font-weight: 400;
  line-height: .63;
  margin-bottom: 0;
  text-align: center
}

.dl-new-betting .funfun-dynamiclist-wrapper .table-row.new-view .cell.get-bonus span {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.38;
  text-align: center
}

.dl-new-betting .funfun-dynamiclist-wrapper .table-row.new-view .cell.get-bonus .visit-site {
  color: #000;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.46;
  text-align: center
}

.dl-new-betting .funfun-dynamiclist-wrapper .table-row.new-view .cell.get-bonus .visit-site:hover {
  color: #12a4eb
}

.dl-new-betting .headers-wrapper {
  border-collapse: initial;
  border-spacing: 0;
  clear: both;
  color: #222;
  max-width: 100%;
  min-height: .01%;
  overflow-x: auto;
  position: relative;
  text-align: center;
  width: 100%
}

.dl-new-betting .headers-wrapper .headers .cell.logo {
  border: 0;
  width: 232px
}

@media(min-width:992px)and (max-width:1199px) {
  .dl-new-betting .headers-wrapper .headers .cell.logo {
    width: 161px
  }
}

@media(min-width:768px)and (max-width:991px) {
  .dl-new-betting .headers-wrapper .headers .cell.logo {
    width: 23.77%
  }
}

.dl-new-betting .headers-wrapper .headers .cell.bonus {
  width: 314px
}

@media(min-width:992px)and (max-width:1199px) {
  .dl-new-betting .headers-wrapper .headers .cell.bonus {
    width: 220px
  }
}

.dl-new-betting .headers-wrapper .headers .cell.deposit {
  width: 139px
}

@media(min-width:992px)and (max-width:1199px) {
  .dl-new-betting .headers-wrapper .headers .cell.deposit {
    width: 119px
  }
}

.dl-new-betting .headers-wrapper .headers .cell.rating {
  width: 179px
}

@media(min-width:992px)and (max-width:1199px) {
  .dl-new-betting .headers-wrapper .headers .cell.rating {
    width: 120px
  }
}

@media(min-width:768px)and (max-width:991px) {
  .dl-new-betting .headers-wrapper .headers .cell.rating {
    width: 18.02%
  }
}

.dl-new-betting .headers-wrapper .headers .cell.features {
  width: 149px
}

@media(min-width:992px)and (max-width:1199px) {
  .dl-new-betting .headers-wrapper .headers .cell.features {
    width: 120px
  }
}

@media(min-width:768px)and (max-width:991px) {
  .dl-new-betting .headers-wrapper .headers .cell.features {
    width: 98px
  }
}

.dl-new-betting .headers-wrapper .headers .cell.get-bonus {
  position: relative;
  width: 180px
}

@media(min-width:992px)and (max-width:1199px) {
  .dl-new-betting .headers-wrapper .headers .cell.get-bonus {
    width: 140px
  }
}

@media(min-width:768px)and (max-width:991px) {
  .dl-new-betting .headers-wrapper .headers .cell.get-bonus {
    width: 23.94%
  }
}

.main-content-dl-wrapper {
  border-top: 1px dotted #cecece;
  padding-top: 35px
}

.main-content-dl-wrapper .content-sidebar .sidebar-items .articles-block {
  background: #f6f6f6;
  border-radius: 4px;
  margin-bottom: 15px;
  padding: 25px
}

.main-content-dl-wrapper .content-sidebar .sidebar-items .articles-block .article-title {
  color: #333;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.56;
  text-align: left;
  text-transform: uppercase
}

.main-content-dl-wrapper .content-sidebar .sidebar-items .articles-block ul li a {
  color: #666;
  display: inline-block;
  margin-left: 25px
}

.main-content-dl-wrapper .content-sidebar .sidebar-items .articles-block ul li a:hover {
  color: #0bafff
}

.main-content-dl-wrapper .content-sidebar .sidebar-items .articles-block ul li:before {
  color: #0bafff;
  content: "";
  display: inline-block;
  font-family: icomoon;
  font-size: 15px;
  position: absolute;
  width: 17px
}

.main-content-dl-wrapper .content-sidebar .sidebar-items.main-sidebar {
  margin: 0 0 0 -6%;
  width: 116%
}

.main-content-dl-wrapper .content-sidebar .sidebar-items.sidebar-bottom .archive-wrapper {
  margin-bottom: 8px;
  padding: 0 5px 0 25px
}

.main-content .new-dl-title {
  color: #000;
  font-size: 28px;
  font-weight: 500;
  line-height: .89;
  margin: 0;
  text-align: left
}

.main-content .new-dl-title:after {
  border: 1px solid #000;
  content: "";
  display: block;
  margin: 17px 0 1px 3px;
  width: 48px
}

.main-content h2 {
  color: #333;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.14;
  text-align: left
}

.main-content .brands-table .table-row {
  border: none;
  box-shadow: none;
  display: table-row
}

.main-content .brands-table .table-row .content {
  border-bottom: 1px dotted #cecece;
  display: flex;
  margin-top: 15px;
  padding-bottom: 15px
}

.main-content .brands-table .table-row .content .left-side a {
  align-items: center;
  border-radius: 50px;
  display: flex;
  height: 70px;
  justify-content: center;
  margin-left: 7px;
  width: 70px
}

.main-content .brands-table .table-row .content .left-side a .img-responsive {
  max-width: 55%;
  width: 55%
}

.main-content .brands-table .table-row .content .right-side {
  max-width: 800px;
  padding: 23px 0 0 18px
}

.main-content .brands-table .table-row .content .right-side .brand-title {
  color: #333;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.14;
  margin-bottom: 17px;
  text-align: left
}

.main-content .brands-table .table-row .content .right-side .bonus {
  background-color: #dbf3ff;
  border-radius: 3px;
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 15px 3px;
  padding: 5px 0 5px 17px;
  text-align: left
}

.main-content .brands-table .table-row .content .right-side .description {
  color: #555;
  font-size: 16.7px;
  font-weight: 300;
  line-height: 1.65;
  text-align: justify;
  word-spacing: 2px
}

.main-content .brands-table .table-row .content .right-side .links {
  display: flex
}

.main-content .brands-table .table-row .content .right-side .links .outer-links .get-bonus a {
  background-color: #2dca73;
  border: 1px solid #fff;
  border-radius: 3px;
  box-shadow: 0 2px 4px 0 #1c2c402b;
  height: 35px;
  margin: 15px 0 0;
  padding: 6px 0 0;
  width: 330px
}

.main-content .brands-table .table-row .content .right-side .links .outer-links .get-bonus a span {
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1.57;
  text-align: center
}

.main-content .brands-table .table-row .content .right-side .links .outer-links .legal {
  margin: 5px auto
}

.main-content .brands-table .table-row .content .right-side .links .review-link {
  color: #0bafff;
  display: block;
  font-size: 12px;
  font-weight: 300;
  height: 15px;
  line-height: 1.38;
  margin: 25px 0 0 18px;
  text-align: center;
  text-decoration: none;
  word-spacing: 2px
}

.main-content .brands-table .table-row .content .right-side .links .review-link:hover {
  color: #0b74aa
}

.main-content #content_dynamiclist_area_mobile .archive-wrapper {
  background: #fff;
  margin-bottom: 6px;
  padding: 15px 0 0
}

.main-content #content_dynamiclist_area_mobile .archive-wrapper:first-of-type {
  margin-top: 15px
}

.main-content #content_dynamiclist_area_mobile .archive-wrapper:last-of-type {
  margin-bottom: 41px
}

.main-content #content_dynamiclist_area_mobile .archive-wrapper .header {
  align-items: center;
  display: flex
}

.main-content #content_dynamiclist_area_mobile .archive-wrapper .header .logo a {
  align-items: center;
  border-radius: 50px;
  display: flex;
  height: 70px;
  justify-content: center;
  margin-left: 7px;
  width: 70px
}

.main-content #content_dynamiclist_area_mobile .archive-wrapper .header .logo a .img-responsive {
  margin: 0;
  max-width: 55%
}

.main-content #content_dynamiclist_area_mobile .archive-wrapper .header .brand-title {
  color: #333;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.08;
  margin: 0 0 0 13px;
  text-align: left
}

.main-content #content_dynamiclist_area_mobile .archive-wrapper .bonus {
  align-items: center;
  background-color: #dbf3ff;
  border-radius: 3px;
  color: #333;
  display: flex;
  font-size: 20px;
  font-weight: 600;
  height: 38px;
  line-height: 1.5;
  margin: 15px 0 6px;
  padding: 0 0 0 15px;
  text-align: left
}

.main-content #content_dynamiclist_area_mobile .archive-wrapper .description {
  color: #555;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.56;
  padding: 10px 0 0 2px;
  text-align: justify
}

.main-content #content_dynamiclist_area_mobile .archive-wrapper .description * {
  text-align: justify
}

.main-content #content_dynamiclist_area_mobile .archive-wrapper .links {
  display: flex;
  flex-flow: column;
  margin-top: 15px
}

.main-content #content_dynamiclist_area_mobile .archive-wrapper .links .outer-links {
  align-items: center;
  display: flex;
  flex-flow: column
}

.main-content #content_dynamiclist_area_mobile .archive-wrapper .links .outer-links .get-bonus .new-get-bonus-button {
  background-color: #2dca73;
  border: 1px solid #fff;
  border-radius: 3px;
  box-shadow: 0 2px 4px 0 #1c2c402b;
  left: auto;
  position: relative;
  top: auto;
  transform: none;
  width: 94vw
}

.main-content #content_dynamiclist_area_mobile .archive-wrapper .links .outer-links .legal {
  color: #b8bbbf;
  cursor: pointer;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.79;
  margin-top: 10px;
  position: relative;
  text-align: left;
  width: 100px
}

.main-content #content_dynamiclist_area_mobile .archive-wrapper .links .outer-links .legal .trigger {
  color: #818a97;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.64;
  margin-top: 2px
}

.main-content #content_dynamiclist_area_mobile .archive-wrapper .links .review-link {
  color: #0bafff;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.38;
  margin: 0 0 25px;
  text-align: center
}

.main-content .content-text {
  color: #555;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.56;
  margin: 15px 0;
  text-align: justify
}

.main-content .content-text p {
  word-break: break-word
}

.main-content .content-text p>img {
  height: auto;
  max-width: 100%
}

.main-content .content-text a,
.main-content .content-text a strong {
  color: #0bafff;
  font-weight: 400
}

.main-content .content-text>ul {
  padding-left: 20px
}

.main-content .content-text ul li {
  list-style: none;
  position: relative
}

.main-content .content-text ul li:before {
  color: #0bafff;
  content: "";
  font-family: icomoon !important;
  font-size: 14px;
  left: -20px;
  position: absolute;
  top: 4px
}

.main-content .content-text>ol {
  counter-reset: section;
  margin: 25px 0;
  padding-left: 75px
}

.main-content .content-text>ol li {
  list-style: none;
  margin-bottom: 15px;
  position: relative
}

.main-content .content-text>ol li:before {
  background: #0bafff;
  color: #fff;
  content: counter(section);
  counter-increment: section;
  font-size: 19px;
  font-weight: 600;
  height: 27px;
  left: -40px;
  line-height: 27px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 27px
}

.main-content .content-text .strengths-and-weaknesses {
  display: flex;
  justify-content: center;
  margin: 35px 0
}

@media(max-width:992px) {
  .main-content .content-text .strengths-and-weaknesses {
    flex-flow: column;
    margin: 0 0 35px 5px
  }
}

.main-content .content-text .strengths-and-weaknesses span {
  display: inline-block;
  font-weight: 600;
  margin: 0 0 18px;
  position: relative
}

.main-content .content-text .strengths-and-weaknesses span:before {
  content: "";
  height: 32px;
  position: absolute;
  top: -7px;
  width: 32px
}

.main-content .content-text .strengths-and-weaknesses .strengths {
  background-image: linear-gradient(90deg, #989faa 40%, #fff0 0);
  background-position: 100%;
  background-repeat: repeat-y;
  background-size: 3px 1px;
  min-width: 250px;
  padding: 0 50px 0 0;
  text-align: right
}

@media(max-width:992px) {
  .main-content .content-text .strengths-and-weaknesses .strengths {
    background: 0 0;
    padding: 0;
    text-align: left
  }
}

.main-content .content-text .strengths-and-weaknesses .strengths>span {
  padding: 0 33px 0 0
}

@media(max-width:992px) {
  .main-content .content-text .strengths-and-weaknesses .strengths>span {
    padding: 0 0 0 33px
  }
}

.main-content .content-text .strengths-and-weaknesses .strengths>span:before {
  background: url('/files/smile.9e021f.png') no-repeat;
  right: -7px
}

@media(max-width:992px) {
  .main-content .content-text .strengths-and-weaknesses .strengths>span:before {
    left: -7px
  }
}

.main-content .content-text .strengths-and-weaknesses .strengths ul {
  padding: 0
}

.main-content .content-text .strengths-and-weaknesses .strengths ul li {
  list-style: none;
  padding: 0 18px 0 0;
  position: relative
}

.main-content .content-text .strengths-and-weaknesses .strengths ul li:after,
.main-content .content-text .strengths-and-weaknesses .strengths ul li:before {
  content: none
}

@media(min-width:992px) {
  .main-content .content-text .strengths-and-weaknesses .strengths ul li:after {
    color: #2dca73;
    content: "•";
    font-size: 32px;
    line-height: 22px;
    padding: 0 0 0 7px;
    position: absolute
  }
}

@media(max-width:992px) {
  .main-content .content-text .strengths-and-weaknesses .strengths ul li {
    padding: 0 0 0 12px
  }

  .main-content .content-text .strengths-and-weaknesses .strengths ul li:before {
    color: #2dca73;
    content: "•";
    font-family: roboto !important;
    font-size: 32px;
    left: -4%;
    line-height: 22px;
    padding: 0 0 0 7px;
    position: absolute;
    top: 0
  }
}

.main-content .content-text .strengths-and-weaknesses .weaknesses {
  margin: 0 0 0 55px;
  min-width: 250px;
  text-align: left
}

@media(max-width:992px) {
  .main-content .content-text .strengths-and-weaknesses .weaknesses {
    margin: 15px 0 0 12px
  }
}

.main-content .content-text .strengths-and-weaknesses .weaknesses>span {
  padding: 0 0 0 23px
}

.main-content .content-text .strengths-and-weaknesses .weaknesses>span:before {
  background: url('/files/sad.b28613.png') no-repeat;
  left: -19px
}

.main-content .content-text .strengths-and-weaknesses .weaknesses ul {
  padding: 0
}

.main-content .content-text .strengths-and-weaknesses .weaknesses ul li {
  list-style: none;
  padding: 0;
  position: relative
}

.main-content .content-text .strengths-and-weaknesses .weaknesses ul li:before {
  color: #e85f64;
  content: "•";
  font-family: roboto !important;
  font-size: 32px;
  left: -17px;
  line-height: 22px;
  position: absolute;
  top: 2px
}

@media(max-width:992px) {
  .main-content .content-text .strengths-and-weaknesses .weaknesses ul li:before {
    left: -5%
  }
}

.main-content .content-text .side-by-side {
  display: flex;
  justify-content: center
}

@media(max-width:992px) {
  .main-content .content-text .side-by-side {
    background: #fbfbfb;
    justify-content: normal;
    margin: 35px 0;
    padding: 10px 5px
  }
}

.main-content .content-text .side-by-side span {
  display: inline-block;
  font-weight: 400;
  margin: 0 0 18px;
  position: relative
}

.main-content .content-text .side-by-side span:before {
  content: "";
  font-family: icomoon;
  font-size: 15px;
  height: 32px;
  position: absolute;
  top: 3px;
  width: 32px
}

.main-content .content-text .side-by-side .sides-wrapper {
  background: #fbfbfb;
  display: flex;
  justify-content: center;
  padding: 35px 50px
}

@media(max-width:992px) {
  .main-content .content-text .side-by-side .sides-wrapper {
    flex-flow: column;
    padding: 0
  }
}

.main-content .content-text .side-by-side .sides-wrapper .side-1 {
  border-right: 1px dotted #989faa;
  min-width: 250px;
  padding: 0 50px 0 0;
  text-align: right
}

@media(max-width:992px) {
  .main-content .content-text .side-by-side .sides-wrapper .side-1 {
    border: none;
    padding: 0;
    text-align: left
  }
}

.main-content .content-text .side-by-side .sides-wrapper .side-1>span {
  padding: 0 23px 0 0
}

@media(max-width:992px) {
  .main-content .content-text .side-by-side .sides-wrapper .side-1>span {
    padding: 0 0 0 23px
  }
}

.main-content .content-text .side-by-side .sides-wrapper .side-1>span:before {
  right: -3px
}

@media(max-width:992px) {
  .main-content .content-text .side-by-side .sides-wrapper .side-1>span:before {
    left: -3px
  }
}

.main-content .content-text .side-by-side .sides-wrapper .side-1 ul {
  padding: 0
}

.main-content .content-text .side-by-side .sides-wrapper .side-1 ul li {
  list-style: none;
  padding: 0 18px 0 0;
  position: relative
}

.main-content .content-text .side-by-side .sides-wrapper .side-1 ul li:after,
.main-content .content-text .side-by-side .sides-wrapper .side-1 ul li:before {
  content: none
}

@media(min-width:992px) {
  .main-content .content-text .side-by-side .sides-wrapper .side-1 ul li:after {
    color: #2dca73;
    content: "•";
    font-size: 32px;
    line-height: 22px;
    padding: 0 0 0 7px;
    position: absolute
  }
}

@media(max-width:992px) {
  .main-content .content-text .side-by-side .sides-wrapper .side-1 ul li {
    padding: 0 0 0 12px
  }

  .main-content .content-text .side-by-side .sides-wrapper .side-1 ul li:before {
    color: #2dca73;
    content: "•";
    font-family: roboto !important;
    font-size: 32px;
    left: -4%;
    line-height: 22px;
    padding: 0 0 0 7px;
    position: absolute;
    top: 0
  }
}

.main-content .content-text .side-by-side .sides-wrapper .side-2 {
  margin: 0 0 0 60px;
  min-width: 250px;
  text-align: left
}

@media(max-width:992px) {
  .main-content .content-text .side-by-side .sides-wrapper .side-2 {
    margin: 15px 0 0 12px
  }
}

.main-content .content-text .side-by-side .sides-wrapper .side-2>span {
  padding: 0 0 0 10px
}

.main-content .content-text .side-by-side .sides-wrapper .side-2>span:before {
  left: -19px
}

.main-content .content-text .side-by-side .sides-wrapper .side-2 ul {
  padding: 0
}

.main-content .content-text .side-by-side .sides-wrapper .side-2 ul li {
  list-style: none;
  padding: 0;
  position: relative
}

.main-content .content-text .side-by-side .sides-wrapper .side-2 ul li:before {
  color: #2dca73;
  content: "•";
  font-family: roboto !important;
  font-size: 32px;
  left: -17px;
  line-height: 22px;
  position: absolute;
  top: 2px
}

@media(max-width:992px) {
  .main-content .content-text .side-by-side .sides-wrapper .side-2 ul li:before {
    left: -5%
  }
}

.main-content .content-text.align-image-right p>img {
  float: right;
  margin-left: 20px
}

@media(max-width:992px) {
  .main-content .content-text.align-image-right p>img {
    margin-left: 10px
  }
}

.main-content .games-offered-list .brands-table .headers-wrapper .headers {
  color: #818a97;
  font-size: 12px;
  font-weight: 700;
  height: 48px;
  margin-bottom: 6px;
  text-align: center
}

.main-content .games-offered-list .brands-table .headers-wrapper .headers .cell.mobile {
  line-height: 1.4
}

.main-content .games-offered-list .brands-table .headers-wrapper .headers .cell.android {
  line-height: 1.4;
  padding: 0 5px
}

.main-content .games-offered-list .brands-table .cell {
  align-items: center;
  display: flex;
  padding: 0
}

.main-content .games-offered-list .brands-table .cell i {
  font-size: 14px
}

.main-content .games-offered-list .brands-table .cell i.icon-checkmark:before {
  color: #566778;
  content: ""
}

.main-content .games-offered-list .brands-table .cell i.icon-cancel---close:before {
  color: #a0a9b2;
  content: ""
}

.main-content .games-offered-list .brands-table .cell.mobile {
  justify-content: center;
  width: 9.5%
}

.main-content .games-offered-list .brands-table .cell.ios {
  justify-content: center;
  width: 10%
}

.main-content .games-offered-list .brands-table .cell.android {
  justify-content: center;
  width: 9.5%
}

.main-content .games-offered-list .brands-table .cell.games {
  padding: 0 0 0 15px;
  width: 40.4%
}

.main-content .games-offered-list .brands-table .table-row {
  align-items: center;
  background-color: #fbfbfb;
  border-bottom: 1px solid #0003;
  box-shadow: 0 2px 6px -3px #0000004d;
  display: flex;
  height: 100%;
  margin-bottom: 4px
}

.main-content .games-offered-list .brands-table .table-row .content {
  border: none;
  margin: 0;
  padding: 0;
  width: 100%
}

.main-content .games-offered-list .brands-table .table-row .content .cell {
  border: none
}

.main-content .games-offered-list .brands-table .table-row .content .cell.android,
.main-content .games-offered-list .brands-table .table-row .content .cell.mobile {
  background: #f3f3f3
}

.main-content .games-offered-list .brands-table .table-row .content .cell.games {
  background: #f3f3f3;
  color: #333;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.71;
  text-align: left
}

.exclamation-text,
.lightbulb-text,
.quote-text {
  display: flex;
  flex-flow: row;
  margin: 15px 0
}

@media(max-width:767px) {

  .exclamation-text,
  .lightbulb-text,
  .quote-text {
    align-items: center;
    flex-flow: column
  }
}

.exclamation-text .icon,
.lightbulb-text .icon,
.quote-text .icon {
  align-items: center;
  color: #0000008a;
  display: flex;
  font-family: icomoon;
  font-size: 60px;
  justify-content: center;
  min-width: 100px
}

@media(max-width:992px) {

  .exclamation-text .icon,
  .lightbulb-text .icon,
  .quote-text .icon {
    padding-top: 20px
  }
}

.exclamation-text .main-text,
.lightbulb-text .main-text,
.quote-text .main-text {
  color: #555;
  font-size: 18px;
  line-height: 1;
  padding: 20px 20px 20px 0;
  text-align: justify
}

@media(max-width:992px) {

  .exclamation-text .main-text,
  .lightbulb-text .main-text,
  .quote-text .main-text {
    padding: 20px;
    text-align: center;
    width: 100%
  }
}

.exclamation-text .main-text .text_header,
.lightbulb-text .main-text .text_header,
.quote-text .main-text .text_header {
  font-weight: 500;
  padding-bottom: 8px
}

.exclamation-text .main-text .text_row,
.lightbulb-text .main-text .text_row,
.quote-text .main-text .text_row {
  font-weight: 300;
  line-height: 1.5;
  padding-bottom: 8px;
  text-align: justify
}

.exclamation-text .main-text .text_link,
.lightbulb-text .main-text .text_link,
.quote-text .main-text .text_link {
  color: #0bafff;
  font-size: 16px;
  font-weight: 400;
  position: relative
}

.exclamation-text .main-text .text_link:after,
.lightbulb-text .main-text .text_link:after,
.quote-text .main-text .text_link:after {
  content: "»";
  position: absolute;
  right: -10px;
  top: 1px
}

.exclamation-text {
  background: #fdf8e3;
  border-top: 5px solid #ffc63b
}

.exclamation-text .icon:before {
  content: ""
}

.quote-text {
  background: #ecf9ff;
  border-top: 5px solid #0bafff
}

.quote-text .icon {
  align-items: flex-start;
  font-size: 35px;
  padding-top: 10px
}

.quote-text .icon:before {
  content: "";
  transform: scaleX(-1)
}

.lightbulb-text {
  background: #e3ffef;
  border-top: 5px solid #2dca73
}

.lightbulb-text .icon:before {
  content: ""
}

.faq_block {
  margin: 14px 0 75px
}

@media(max-width:992px) {
  .faq_block {
    margin: 14px 0 35px
  }
}

.faq_block .card {
  border-bottom: 1px dotted #cdcdcd
}

.faq_block .card:first-child {
  border-top: 1px dotted #cdcdcd
}

.faq_block .card .faq-title {
  background-color: #fff;
  border-radius: 3px;
  color: #555;
  cursor: pointer;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: .9px;
  padding: 18px 0 15px 22px;
  text-align: left;
  width: 100%
}

.faq_block .card .faq-title:before {
  color: #0bafff;
  content: "";
  font-family: icomoon !important;
  padding: 0 17px 0 0
}

.faq_block .card .faq-title.open {
  background-color: #fff;
  transition: 1s
}

.faq_block .card .faq-title.open:before {
  content: ""
}

.faq_block .card .faq-text {
  word-wrap: break-word;
  background-color: #fff;
  color: #555;
  display: none;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: .78px;
  line-height: 1.56;
  padding: 4px 0 20px 60px;
  text-align: justify;
  word-spacing: -1.2px
}

.tennis-major {
  border-top: 1px dotted #989faa;
  margin: 30px 0 50px
}

.tennis-major .major-row {
  border-bottom: 1px dotted #989faa;
  display: flex;
  padding: 18px 0
}

@media(max-width:992px) {
  .tennis-major .major-row {
    align-items: center;
    flex-flow: column;
    justify-content: center
  }
}

.tennis-major .major-row .column_image {
  padding: 2px 0 0 4px
}

.tennis-major .major-row .column_image img {
  border-radius: 100px;
  height: 120px;
  width: 120px
}

.tennis-major .major-row .major-content {
  padding: 3px 0 0 23px
}

@media(max-width:992px) {
  .tennis-major .major-row .major-content {
    padding: 5px 0 0
  }
}

.tennis-major .major-row .major-content .column_text {
  color: #555;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.56;
  text-align: justify
}

.tennis-major .major-row .major-content .column_text:first-of-type {
  font-weight: 600
}

@media(max-width:992px) {
  .tennis-major .major-row .major-content .column_text:first-of-type {
    text-align: center
  }
}

.winners-block {
  margin: 20px 0 25px
}

.winners-block .winners-title {
  color: #000;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -.25px;
  line-height: .89;
  margin: 0;
  text-align: left
}

.winners-block .winners-title:after {
  border: 1px solid #000;
  content: "";
  display: block;
  margin: 12px 0 18px 3px;
  width: 48px
}

.winners-block .headers {
  background-color: #dbf3ff;
  border-radius: 3px;
  display: flex;
  height: 39px
}

@media(max-width:767px) {
  .winners-block .headers {
    justify-content: space-between;
    padding: 0 10% 0 5%
  }
}

.winners-block .headers>div {
  align-items: center;
  border: none;
  color: #818a97;
  display: flex;
  font-size: 12px;
  font-weight: 700;
  height: inherit;
  justify-content: center;
  line-height: 1;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  width: 25%
}

.winners-block .headers>div:nth-child(2) {
  width: 24%
}

@media(max-width:767px) {
  .winners-block .headers>div:nth-child(2) {
    display: none
  }
}

.winners-block .headers>div:nth-child(3) {
  width: 26%
}

@media(max-width:767px) {
  .winners-block .headers>div:nth-child(3) {
    display: none
  }
}

.winners-block .headers>div:nth-child(4) {
  padding-left: 20px
}

@media(max-width:767px) {
  .winners-block .headers>div:nth-child(4) {
    display: none
  }
}

.winners-block .headers>div.mobile-bonus {
  display: none
}

@media(max-width:767px) {
  .winners-block .headers>div.mobile-bonus {
    display: flex
  }
}

.winners-block .brand-body {
  background-color: #fbfbfb;
  border-bottom: 1px solid #cfcfcf;
  border-radius: inherit;
  box-shadow: 0 3px 5px -4px gray;
  display: flex;
  flex-flow: column;
  height: 100%;
  margin-top: 5px;
  padding: 13px 0
}

.winners-block .brand-body .table-row-inner {
  align-items: center;
  display: flex
}

@media(max-width:767px) {
  .winners-block .brand-body .table-row-inner {
    margin-bottom: 10px
  }
}

.winners-block .brand-body .table-row-inner>div {
  background-color: #fbfbfb;
  border: none;
  display: block
}

.winners-block .brand-body .table-row-inner>div.info-block {
  display: flex;
  width: 75%
}

@media(max-width:767px) {
  .winners-block .brand-body .table-row-inner>div.info-block {
    flex-flow: column
  }
}

.winners-block .brand-body .table-row-inner>div.info-block .brand {
  align-items: center;
  display: flex;
  padding: 0 15px;
  width: 33%
}

@media(max-width:767px) {
  .winners-block .brand-body .table-row-inner>div.info-block .brand {
    margin-bottom: 10px;
    width: auto
  }
}

.winners-block .brand-body .table-row-inner>div.info-block .brand .logo {
  align-items: center;
  background-color: #fbfbfb;
  color: #0bafff;
  display: flex;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.56;
  padding: 1px 0 0 7px;
  text-align: left
}

.winners-block .brand-body .table-row-inner>div.info-block .brand .logo a.logo-link {
  align-items: center;
  border-radius: 5px;
  display: flex;
  height: 42px;
  justify-content: center;
  width: 42px
}

.winners-block .brand-body .table-row-inner>div.info-block .brand .logo a.logo-link .img-logo-link {
  display: block;
  height: 70%;
  pointer-events: none;
  width: 70%
}

.winners-block .brand-body .table-row-inner>div.info-block .brand .brand-name {
  padding: 3px 0 0 10px
}

.winners-block .brand-body .table-row-inner>div.info-block .brand .brand-name a.brand-name-link {
  color: #0bafff;
  display: block;
  font-size: 16.5px;
  font-weight: 700;
  height: auto;
  line-height: 1;
  text-align: left;
  width: auto
}

.winners-block .brand-body .table-row-inner>div.info-block .bonus {
  align-items: center;
  color: #333;
  display: flex;
  flex-flow: column;
  font-size: 25px;
  font-weight: 700;
  justify-content: center;
  line-height: 1;
  text-align: center;
  width: 35%
}

@media(max-width:767px) {
  .winners-block .brand-body .table-row-inner>div.info-block .bonus {
    color: #333;
    display: inline;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 2px;
    padding-left: 20px;
    text-align: left;
    width: auto
  }
}

.winners-block .brand-body .table-row-inner>div.info-block .deposit {
  align-items: center;
  color: #333;
  display: flex;
  font-size: 24px;
  font-weight: 500;
  justify-content: center;
  line-height: 1.25;
  text-align: center;
  width: 30%
}

@media(max-width:767px) {
  .winners-block .brand-body .table-row-inner>div.info-block .deposit {
    color: #333;
    font-size: 12px;
    font-weight: 300;
    justify-content: flex-start;
    line-height: 1.33;
    padding: 5px 0 0 20px;
    text-align: left;
    width: auto
  }
}

.winners-block .brand-body .table-row-inner>div.info-block .deposit .label {
  display: none
}

@media(max-width:767px) {
  .winners-block .brand-body .table-row-inner>div.info-block .deposit .label {
    display: inline;
    padding-right: 3px
  }
}

.winners-block .brand-body .table-row-inner>div.winner-bet-now {
  color: #333;
  display: flex;
  flex-flow: column;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.38;
  padding: 0 0 0 4%;
  text-align: center;
  width: 25%
}

@media(max-width:767px) {
  .winners-block .brand-body .table-row-inner>div.winner-bet-now {
    width: 55%
  }
}

.winners-block .brand-body .table-row-inner>div.winner-bet-now a.new-get-bonus-button {
  background-color: #2dca73;
  border: 1px solid #fff;
  border-radius: 3px;
  box-shadow: 0 2px 4px 0 #1c2c402b;
  height: 37px;
  padding: 6px 0 0;
  width: 89%
}

.winners-block .brand-body .table-row-inner>div.winner-bet-now a.new-get-bonus-button span {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.57;
  text-align: center
}

.winners-block .brand-body .table-row-inner>div.winner-bet-now a.review-link {
  color: #333;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.38;
  margin-top: 5px;
  text-align: center;
  text-decoration: none
}

.winners-block .brand-body .table-row-inner>div.winner-bet-now a.review-link:hover {
  color: #0bafff
}

.winners-block .brand-body .t_and_c {
  color: #818a97;
  font-size: 10px;
  font-weight: 300;
  line-height: 1.3;
  padding: 0 10px 0 20px;
  text-align: left
}

.banner-block {
  margin: 25px 0;
  position: relative
}

.banner-block,
.banner-block .new-get-bonus-button {
  align-items: center;
  display: flex;
  justify-content: center
}

.banner-block .new-get-bonus-button {
  background-color: #2dca73;
  border: 1px solid #fff;
  border-radius: 3px;
  bottom: 40px;
  box-shadow: 0 2px 4px 0 #1c2c402b;
  left: 35%;
  margin: 0;
  padding: 0;
  position: absolute
}

.banner-block .new-get-bonus-button img {
  height: auto;
  max-width: 100%
}

.banner-block .new-get-bonus-button span {
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.57;
  text-align: center;
  text-transform: capitalize
}

.banner-block .new-get-bonus-button span:after {
  content: none
}

.banner-block .new-get-bonus-button:hover {
  background-color: #2ad877;
  border: 1px solid #fff;
  box-shadow: none
}

.banner-block .new-get-bonus-button:hover span {
  padding: 0
}

.banner-block .new-get-bonus-button:hover:after {
  content: none
}

.betting-odds {
  background: #f6f6f6;
  display: flex;
  margin-bottom: 5px;
  min-height: 50px
}

.betting-odds>div {
  align-items: center;
  display: flex
}

.betting-odds .logo {
  justify-content: center;
  width: 8%
}

@media(max-width:767px) {
  .betting-odds .logo {
    min-width: 50px
  }
}

.betting-odds .logo a {
  align-items: center;
  border-radius: 4px;
  display: flex;
  height: 40px;
  justify-content: center;
  max-height: 40px;
  min-width: 40px;
  width: 40px
}

.betting-odds .logo a img {
  width: 70%
}

.betting-odds .text {
  font-weight: 500;
  width: 77%
}

@media(max-width:767px) {
  .betting-odds .text {
    line-height: 1;
    padding: 10px
  }
}

.betting-odds .outlink {
  width: 15%
}

@media(max-width:767px) {
  .betting-odds .outlink {
    min-width: 95px
  }
}

.betting-odds .outlink a {
  margin-top: 0
}

.articles-block {
  background: #f6f6f6;
  border-radius: 4px;
  margin-bottom: 15px;
  padding: 25px
}

.articles-block .article-title {
  color: #333;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.56;
  text-align: left;
  text-transform: uppercase
}

.articles-block ul {
  list-style: none;
  padding: 0
}

.articles-block ul li a {
  color: #666;
  display: inline-block;
  margin-left: 25px
}

.articles-block ul li a:hover {
  color: #0bafff
}

.articles-block ul li:before {
  color: #0bafff;
  content: "";
  display: inline-block;
  font-family: icomoon;
  font-size: 15px;
  position: absolute;
  width: 17px
}

.sidebar-header {
  background-color: #dfdfdf;
  border-radius: 3px;
  color: #333;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.79;
  margin: 0 0 8px;
  padding: 4px 0 2px 10px;
  text-align: left;
  text-transform: uppercase
}

.side-dl .archive-wrapper {
  background-color: #fbfbfb;
  border: none;
  border-bottom: 1px solid #cfcfcf;
  box-shadow: 0 4px 5px -4px gray;
  display: flex;
  height: 65px;
  margin-bottom: 8px
}

.side-dl .archive-wrapper .block1 {
  align-items: center;
  background: inherit;
  display: flex;
  height: 100%;
  width: 62%
}

@media(min-width:480px)and (max-width:1200px) {
  .side-dl .archive-wrapper .block1 {
    padding-left: 10px
  }
}

@media(min-width:480px)and (max-width:1200px)and (max-width:992px) {
  .side-dl .archive-wrapper .block1 {
    padding-left: 10px
  }
}

.side-dl .archive-wrapper .block1 a {
  align-items: center;
  border-radius: 5px;
  display: flex;
  height: 40px;
  justify-content: center;
  margin: 0 7px 0 1px;
  min-width: 40px;
  width: 40px
}

.side-dl .archive-wrapper .block1 a img {
  margin: 0;
  pointer-events: none;
  width: 60%
}

.side-dl .archive-wrapper .block1 .side-text {
  display: flex;
  flex-flow: column;
  max-width: 119px
}

.side-dl .archive-wrapper .block1 .side-text span.title a {
  color: #0bafff;
  display: block;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  height: auto;
  line-height: 1;
  margin: 0 0 5px;
  text-align: left;
  width: auto
}

.side-dl .archive-wrapper .block1 .side-text span.bonus {
  color: #333;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.13;
  text-align: left
}

.side-dl .archive-wrapper .block2 {
  background: inherit;
  height: 100%;
  width: 38%
}

@media(min-width:480px)and (max-width:1199px) {
  .side-dl .archive-wrapper .block2 {
    width: 15%
  }
}

@media(min-width:480px)and (max-width:1199px)and (max-width:992px) {
  .side-dl .archive-wrapper .block2 {
    width: 25%
  }
}

.side-dl .archive-wrapper .block2 a.new-get-bonus-button {
  align-items: center;
  background-color: #00c87b;
  border: 1px solid #fff;
  border-radius: 3px;
  box-shadow: 0 2px 4px 0 #1c2c402b;
  color: #fff;
  display: flex;
  font-size: 14px;
  height: 37px;
  justify-content: center;
  margin: 11px 0 0 2px;
  width: 95px
}

.side-dl .archive-wrapper .block2 a.new-get-bonus-button span {
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.69;
  pointer-events: none;
  text-align: center
}

.sidebar-bottom-legal {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
  margin-bottom: 35px;
  padding: 7px 0 0
}

.sidebar-bottom-legal>a.see-all {
  color: #333;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.79;
  text-align: right
}

.legal {
  color: #b8bbbf;
  cursor: pointer;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.79;
  position: relative;
  text-align: left;
  width: 100px
}

.legal p {
  color: #818a97;
  font-size: 11px;
  font-weight: 300;
  line-height: 1.64;
  margin-top: 2px
}

.legal .legacy {
  background-color: #dbf3ff;
  border: 1px solid #b3b3b4;
  border-radius: 3px;
  box-shadow: 6px 6px 16px -4px #0006;
  color: #222;
  cursor: default;
  display: none;
  opacity: 0;
  position: absolute;
  transition: opacity .2s;
  width: 260px;
  z-index: 10
}

.legal .legacy a.new-default-button {
  background-color: #f5c22a;
  display: inline-block;
  margin: 0 0 15px
}

.legal .legacy .wrapper {
  padding: 5px
}

.legal .legacy .wrapper p {
  cursor: default;
  font-size: 12px !important
}

.legal:hover .trigger {
  color: #12a4eb
}

.legal:hover>.legacy {
  display: block;
  left: 0;
  opacity: 1;
  transform: translateX(-30%)
}

.content-sidebar {
  width: 100%
}

.disclosure-new-desktop {
  align-items: center;
  display: flex;
  justify-content: center
}

.disclosure-new-desktop a {
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 13px;
  font-weight: 300;
  vertical-align: middle
}

.disclosure-new-desktop .how-we-rate {
  position: relative
}

.disclosure-new-desktop .how-we-rate>a {
  margin: 0 10px
}

.disclosure-new-desktop .how-we-rate-text {
  background-color: #fff;
  border-radius: 5px;
  bottom: unset;
  box-shadow: -1px 3px 35px -5px #000000bf;
  color: #000000de;
  display: none;
  font-size: 13px;
  margin-top: 15px;
  max-width: 500px;
  padding: 10px;
  position: absolute;
  right: 0;
  top: 2px;
  width: 500px;
  z-index: 9999
}

.disclosure-new-desktop .how-we-rate-text a {
  background-color: #0000;
  color: #007bff;
  line-height: .8;
  text-decoration: none
}

.disclosure-new-desktop .how-we-rate:hover .how-we-rate-text {
  display: block
}

.disclosure-new-desktop .how-we-rate:after {
  background: #dedede;
  content: "";
  height: 14px;
  opacity: .4;
  position: absolute;
  right: -5px;
  top: 20%;
  width: 1px
}

.disclosure-new-desktop-wrapper-text {
  background-color: #fff;
  border-radius: 5px;
  bottom: unset;
  box-shadow: -1px 3px 35px -5px #000000bf;
  color: #000000de;
  display: none;
  font-size: 13px;
  margin-top: 15px;
  max-width: 500px;
  padding: 10px;
  position: absolute;
  right: 0;
  top: 2px;
  width: 500px;
  z-index: 9999
}

.disclosure-new-desktop-wrapper-text a {
  background-color: #0000;
  color: #007bff;
  line-height: .8;
  text-decoration: none
}

.disclosure-new-mobile {
  color: #fff;
  display: block;
  font-size: 12px;
  position: relative;
  text-align: left
}

.disclosure-new-mobile .disclosure-new {
  border-top: 1px solid #af9634;
  color: #b5b5b5;
  font-family: Roboto;
  font-size: 11px;
  font-stretch: normal;
  font-style: normal;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1.36;
  padding: 6px 0 0;
  text-align: left;
  width: 100%
}

.disclosure-new-mobile span {
  text-decoration: underline
}

.disclosure-new-mobile .disclosure-text-new {
  background-color: #fff;
  border-radius: 5px;
  bottom: unset;
  box-shadow: -1px 3px 35px -5px #000000bf;
  color: #000000de;
  display: none;
  left: 5%;
  margin-top: 15px;
  max-width: 500px;
  padding: 10px;
  position: absolute;
  right: unset;
  top: 2px;
  width: 90%;
  z-index: 9999
}

.disclosure-new-mobile .disclosure-text-new.show {
  display: block
}

.betting_game_ticker-block {
  overflow: hidden;
  position: relative
}

.game-ticker {
  background-color: #494d66;
  display: flex;
  height: 45px;
  width: 100%
}

.game-ticker-label {
  align-items: center;
  background: #00b67a;
  box-shadow: 1px 0 25px #000;
  color: #fff;
  display: flex;
  height: 100%;
  justify-content: center;
  left: 0;
  position: absolute;
  width: 105px;
  z-index: 2
}

.game-ticker-label:before {
  background-image: url('/files/calendar-icon.3538a3.svg');
  background-repeat: no-repeat;
  background-size: contain;
  content: " ";
  display: block;
  height: 22px;
  position: absolute;
  transform: translate(-36px, -1px);
  width: 22px
}

.game-ticker-label:after {
  border-color: #0000 #00b67a #0000 #0000;
  border-style: solid;
  border-width: 30px 16px 30px 0;
  content: "";
  height: 0;
  position: absolute;
  right: -15px;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  width: 0;
  z-index: -1
}

.game-ticker-label span {
  font-size: .75em;
  font-weight: 500;
  line-height: 1.2em;
  padding-left: 35px;
  text-transform: capitalize;
  white-space: pre-line
}

.game-ticker-main-item,
.game-ticker-main-item-wrapper {
  align-items: center;
  display: flex
}

.game-ticker-main-item {
  color: #fff;
  flex-direction: column;
  font-size: 12px;
  font-weight: 300;
  margin: 3px 5px;
  width: 100%
}

.game-ticker-main-item-name {
  line-height: 12px;
  text-align: center
}

.game-ticker-main-item-date {
  color: #fff;
  font-weight: 700
}

@media(max-width:991px) {
  .game-ticker-main-item {
    margin: 0 20px
  }
}

.game-ticker-main-separator {
  background-color: #a0a9b0;
  height: 25px;
  width: 1px
}

@media(max-width:767px) {
  .game-ticker-label {
    width: 30px
  }

  .game-ticker-label span {
    display: none
  }

  .game-ticker-label:before {
    transform: translate(4px, -1px)
  }
}

body:not(.game-ticker-enabled) .content-wrapper.betting.new .betting-branding .betting-header-container {
  padding-top: 0
}

.top-brand-ctas {
  display: flex;
  margin: 40px 0
}

@media(max-width:991px) {
  .top-brand-ctas {
    justify-content: space-between;
    overflow-x: auto
  }
}

.top-brand-ctas .side-dl {
  background: #fff;
  border: 1px solid #d6d6d6;
  border-radius: 3px;
  box-shadow: 0 2px 4px 0 #0000002e;
  display: flex;
  margin-right: 15px;
  padding: 13px 10px;
  width: 100%
}

.top-brand-ctas .side-dl:last-child {
  margin-right: 0
}

@media(min-width:480px)and (max-width:991px) {
  .top-brand-ctas .side-dl {
    margin-bottom: 6px;
    width: 49%
  }
}

.top-brand-ctas .side-dl .logo-block .hp-logo {
  align-items: center;
  border: 1px solid #0000;
  border-radius: 5px;
  display: flex;
  height: 80px;
  justify-content: center;
  width: 80px
}

.top-brand-ctas .side-dl .logo-block .hp-logo:hover {
  border: 1px solid #0bafff;
  opacity: .7
}

.top-brand-ctas .side-dl .logo-block .hp-logo img {
  max-height: 65px;
  width: 75%
}

.top-brand-ctas .side-dl .content-block {
  display: flex;
  flex-flow: column;
  margin-left: 15px;
  width: 100%
}

.top-brand-ctas .side-dl .content-block .brand-name a {
  color: #333;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.41;
  text-align: left
}

.top-brand-ctas .side-dl .content-block .brand-name a:hover {
  color: #0bafff;
  text-decoration: none
}

.top-brand-ctas .side-dl .content-block .rating {
  display: flex;
  margin: 0
}

.top-brand-ctas .side-dl .content-block .rating .score {
  color: #333;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.38;
  margin-right: 5px;
  text-align: center
}

.top-brand-ctas .side-dl .content-block .rating .score-stars .star-row {
  display: flex;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0
}

.top-brand-ctas .side-dl .content-block .rating .score-stars .star-row li {
  margin-bottom: 0
}

.top-brand-ctas .side-dl .content-block .rating .score-stars .star-row li:before {
  display: none
}

.top-brand-ctas .side-dl .content-block .rating .score-stars .star-row li i {
  color: #f5c22a;
  display: block;
  font-family: icomoon !important;
  font-size: 14px;
  font-style: normal;
  line-height: 18px
}

.top-brand-ctas .side-dl .content-block .rating .score-stars .star-row li i:before {
  content: ""
}

.top-brand-ctas .side-dl .content-block .rating .score-stars .star-row li.active i:before {
  content: ""
}

.top-brand-ctas .side-dl .content-block .rating .score-stars .star-row li.half i:before {
  content: ""
}

.top-brand-ctas .side-dl .content-block .new-get-bonus-button {
  border: none;
  font-size: 15px;
  height: 33px;
  width: 100%
}

.top-brand-ctas .side-dl .content-block .new-get-bonus-button span:after {
  top: -2px
}

.page-template-blogs,
.page-template-tags-page {
  padding-top: 55px
}

.page-template-blogs .tabs_wrapper,
.page-template-tags-page .tabs_wrapper {
  border-bottom: 1px solid #0003
}

.page-template-blogs .tabs,
.page-template-tags-page .tabs {
  display: flex
}

.page-template-blogs .tabs .tab,
.page-template-tags-page .tabs .tab {
  color: #000;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  margin: 0 30px;
  padding: 12px 10px 7px;
  text-decoration: none;
  white-space: nowrap
}

.page-template-blogs .tabs .tab:first-child,
.page-template-tags-page .tabs .tab:first-child {
  margin-left: 0
}

.page-template-blogs .tabs .tab:last-child,
.page-template-tags-page .tabs .tab:last-child {
  margin-right: 0
}

.page-template-blogs .tabs .tab.active,
.page-template-blogs .tabs .tab:hover,
.page-template-tags-page .tabs .tab.active,
.page-template-tags-page .tabs .tab:hover {
  color: #ffc63b;
  position: relative
}

.page-template-blogs .tabs .tab.active:before,
.page-template-blogs .tabs .tab:hover:before,
.page-template-tags-page .tabs .tab.active:before,
.page-template-tags-page .tabs .tab:hover:before {
  background-color: #ffc63b;
  bottom: 0;
  content: "";
  height: 5px;
  left: 0;
  position: absolute;
  width: 100%
}

.page-template-blogs .blogs,
.page-template-tags-page .blogs {
  padding-top: 32px
}

.page-template-blogs .section__title,
.page-template-tags-page .section__title {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-bottom: 5px;
  position: relative;
  width: 100%
}

.page-template-blogs .section__title .background-line,
.page-template-tags-page .section__title .background-line {
  background-color: #090e14;
  border-radius: 4px;
  height: 6px;
  position: absolute;
  width: 100%;
  z-index: 1
}

.page-template-blogs .section__title .title__name,
.page-template-tags-page .section__title .title__name {
  background: #fff;
  color: #ffc63b;
  font-size: 14px;
  font-weight: 700;
  padding: 0 4px;
  position: relative;
  text-align: center;
  z-index: 2
}

.page-template-blogs .post_block_wrapper,
.page-template-tags-page .post_block_wrapper {
  align-items: center;
  display: flex;
  flex-direction: column;
  width: 100%
}

.page-template-blogs .post_block,
.page-template-tags-page .post_block {
  display: flex;
  flex-wrap: wrap;
  width: 100%
}

.page-template-blogs .post_block .post,
.page-template-tags-page .post_block .post {
  display: flex;
  flex-direction: column;
  position: relative
}

.page-template-blogs .post_block .post .post__head,
.page-template-tags-page .post_block .post .post__head {
  align-items: center;
  background: #000;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  display: flex;
  height: 30px;
  justify-content: space-between;
  padding: 0 20px
}

.page-template-blogs .post_block .post .post__head .head__categories,
.page-template-tags-page .post_block .post .post__head .head__categories {
  color: #ffc63b;
  font-size: 18px;
  text-transform: capitalize
}

.page-template-blogs .post_block .post .post__head .head__estimated_time,
.page-template-tags-page .post_block .post .post__head .head__estimated_time {
  color: #fff;
  font-size: 14px;
  opacity: .8
}

.page-template-blogs .post_block .post .post__body,
.page-template-tags-page .post_block .post .post__body {
  display: flex;
  flex-grow: 1
}

.page-template-blogs .post_block .post .post__body .body__logo,
.page-template-tags-page .post_block .post .post__body .body__logo {
  flex-shrink: 0
}

.page-template-blogs .post_block .post .post__body .body__content .content_top,
.page-template-tags-page .post_block .post .post__body .body__content .content_top {
  align-items: center;
  display: flex;
  justify-content: space-between
}

.page-template-blogs .post_block .post .post__body .body__content .content_top .top__date,
.page-template-tags-page .post_block .post .post__body .body__content .content_top .top__date {
  color: #b9b9b9;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 2px;
  white-space: nowrap
}

.page-template-blogs .post_block .post .post__body .body__content .content__title,
.page-template-tags-page .post_block .post .post__body .body__content .content__title {
  color: #090e14;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.17;
  margin-bottom: 2px
}

.page-template-blogs .post_block .post .post__body .body__content .content__text,
.page-template-tags-page .post_block .post .post__body .body__content .content__text {
  color: #090e14;
  flex-grow: 1;
  font-size: 18px;
  height: 50px;
  line-height: 1.44;
  margin-bottom: 14px;
  overflow: hidden
}

.page-template-blogs .post_block .post .post__body .body__content .content__info,
.page-template-tags-page .post_block .post .post__body .body__content .content__info {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-top: auto
}

.page-template-blogs .post_block .post .post__body .body__content .content__info .info__author,
.page-template-tags-page .post_block .post .post__body .body__content .content__info .info__author {
  align-items: center;
  display: flex
}

.page-template-blogs .post_block .post .post__body .body__content .content__info .info__author .author__avatar,
.page-template-tags-page .post_block .post .post__body .body__content .content__info .info__author .author__avatar {
  border-radius: 100%;
  height: 40px;
  margin-right: 10px;
  width: 40px
}

.page-template-blogs .post_block .post .post__body .body__content .content__info .info__author .author__name,
.page-template-tags-page .post_block .post .post__body .body__content .content__info .info__author .author__name {
  color: #090e14;
  font-size: 15px;
  font-weight: 700
}

.page-template-blogs .post_block .post .post__body .body__content .text-overflow-ellipsis-2,
.page-template-blogs .post_block .post .post__body .body__content .text-overflow-ellipsis-4,
.page-template-tags-page .post_block .post .post__body .body__content .text-overflow-ellipsis-2,
.page-template-tags-page .post_block .post .post__body .body__content .text-overflow-ellipsis-4 {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box !important;
  flex-grow: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal
}

.page-template-blogs .post_block .post .post__body .body__content .text-overflow-ellipsis-4,
.page-template-tags-page .post_block .post .post__body .body__content .text-overflow-ellipsis-4 {
  -webkit-line-clamp: 4
}

.page-template-blogs .post_block .post .ribbon,
.page-template-tags-page .post_block .post .ribbon {
  border-radius: 16px;
  color: #fff;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: .11px;
  line-height: 1;
  padding: 3px 12px
}

.page-template-blogs .post_block .post .loader,
.page-template-tags-page .post_block .post .loader {
  left: calc(50% - 32px);
  position: absolute;
  top: calc(50% - 32px)
}

.page-template-blogs .skeleton-loader,
.page-template-tags-page .skeleton-loader {
  background-color: #e2e2e2;
  border-radius: 10px;
  color: #0000 !important;
  opacity: 1 !important;
  overflow: hidden;
  position: relative;
  -webkit-user-select: none;
  user-select: none
}

.page-template-blogs .skeleton-loader_no-border-radius,
.page-template-tags-page .skeleton-loader_no-border-radius {
  border-radius: 0
}

.page-template-blogs .skeleton-loader_border-radius-circle,
.page-template-tags-page .skeleton-loader_border-radius-circle {
  border-radius: 100%
}

.page-template-blogs .skeleton-loader_font-size,
.page-template-tags-page .skeleton-loader_font-size {
  font-size: 12px !important
}

.page-template-blogs .skeleton-loader_margin,
.page-template-tags-page .skeleton-loader_margin {
  margin-bottom: 7px !important
}

.page-template-blogs .skeleton-loader:after,
.page-template-tags-page .skeleton-loader:after {
  animation: loading 1.2s infinite;
  background: linear-gradient(90deg, #0000, #fff3, #0000);
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  transform: translateX(-100%);
  width: 100%
}

@keyframes loading {
  to {
    transform: translateX(100%)
  }
}

.page-template-blogs .featured,
.page-template-tags-page .featured {
  margin-bottom: 40px
}

.page-template-blogs .featured .post_block .post,
.page-template-tags-page .featured .post_block .post {
  width: calc(50% - 16px)
}

.page-template-blogs .featured .post_block .post:nth-child(2),
.page-template-tags-page .featured .post_block .post:nth-child(2) {
  margin-right: 16px
}

.page-template-blogs .featured .post_block .post:nth-child(3),
.page-template-tags-page .featured .post_block .post:nth-child(3) {
  margin-left: 16px
}

.page-template-blogs .featured .post_block .post:first-child,
.page-template-tags-page .featured .post_block .post:first-child {
  margin-bottom: 33px;
  width: 100%
}

.page-template-blogs .featured .post_block .post:first-child .post__body .body__logo,
.page-template-tags-page .featured .post_block .post:first-child .post__body .body__logo {
  min-height: 260px;
  width: 50%
}

.page-template-blogs .featured .post_block .post:first-child .post__body .body__content .content__title,
.page-template-tags-page .featured .post_block .post:first-child .post__body .body__content .content__title {
  font-size: 32px;
  line-height: 1;
  margin-bottom: 5px
}

.page-template-blogs .featured .post_block .post:first-child .post__body .body__content .content__text,
.page-template-tags-page .featured .post_block .post:first-child .post__body .body__content .content__text {
  height: 76px;
  overflow: hidden
}

.page-template-blogs .featured .post_block .post .post__body,
.page-template-tags-page .featured .post_block .post .post__body {
  display: flex
}

.page-template-blogs .featured .post_block .post .post__body .body__logo,
.page-template-tags-page .featured .post_block .post .post__body .body__logo {
  border-bottom-left-radius: 4px;
  flex-grow: 1;
  flex-shrink: 0;
  min-height: 203px;
  width: 222px
}

.page-template-blogs .featured .post_block .post .post__body .body__content,
.page-template-tags-page .featured .post_block .post .post__body .body__content {
  border-bottom: 1px solid #0003;
  border-bottom-right-radius: 4px;
  border-right: 1px solid #0003;
  display: flex;
  flex-direction: column;
  padding: 7px 20px 13px
}

.page-template-blogs .latest,
.page-template-tags-page .latest {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin-bottom: 50px
}

.page-template-blogs .latest .post_block,
.page-template-tags-page .latest .post_block {
  margin-bottom: 19px
}

.page-template-blogs .latest .post_block .post,
.page-template-tags-page .latest .post_block .post {
  margin: 0 16px 33px;
  width: calc(33.33333% - 21.33333px)
}

.page-template-blogs .latest .post_block .post:nth-child(3n-2),
.page-template-tags-page .latest .post_block .post:nth-child(3n-2) {
  margin-left: 0
}

.page-template-blogs .latest .post_block .post:nth-child(3n),
.page-template-tags-page .latest .post_block .post:nth-child(3n) {
  margin-right: 0
}

.page-template-blogs .latest .post_block .post .post__body,
.page-template-tags-page .latest .post_block .post .post__body {
  display: flex;
  flex-direction: column
}

.page-template-blogs .latest .post_block .post .post__body .body__logo,
.page-template-tags-page .latest .post_block .post .post__body .body__logo {
  flex-shrink: 0;
  height: 180px;
  width: 100%
}

.page-template-blogs .latest .post_block .post .post__body .body__content,
.page-template-tags-page .latest .post_block .post .post__body .body__content {
  border-bottom: 1px solid #0003;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-left: 1px solid #0003;
  border-right: 1px solid #0003;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 10px 20px 14px
}

.page-template-blogs .navigation.pagination .nav-links,
.page-template-tags-page .navigation.pagination .nav-links {
  align-items: center;
  display: flex
}

.page-template-blogs .navigation.pagination .nav-links .page-numbers,
.page-template-tags-page .navigation.pagination .nav-links .page-numbers {
  color: #000;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: .8px;
  line-height: 1.15;
  padding: 0 10px;
  position: relative
}

.page-template-blogs .navigation.pagination .nav-links .page-numbers.current,
.page-template-blogs .navigation.pagination .nav-links .page-numbers:hover,
.page-template-tags-page .navigation.pagination .nav-links .page-numbers.current,
.page-template-tags-page .navigation.pagination .nav-links .page-numbers:hover {
  color: #ffc63b;
  text-decoration: none
}

.page-template-blogs .navigation.pagination .nav-links .page-numbers.next,
.page-template-blogs .navigation.pagination .nav-links .page-numbers.prev,
.page-template-tags-page .navigation.pagination .nav-links .page-numbers.next,
.page-template-tags-page .navigation.pagination .nav-links .page-numbers.prev {
  font-size: 14px;
  line-height: 1;
  margin-top: -2px
}

@media(max-width:991px) {

  .page-template-blogs,
  .page-template-tags-page {
    padding-top: 50px
  }

  .page-template-blogs .tabs,
  .page-template-tags-page .tabs {
    overflow-x: scroll
  }

  .page-template-blogs .tabs .tab,
  .page-template-tags-page .tabs .tab {
    color: #818181;
    margin: 0 5px;
    padding: 12px 9px 7px
  }

  .page-template-blogs .blogs,
  .page-template-tags-page .blogs {
    padding-top: 6px
  }

  .page-template-blogs .featured,
  .page-template-tags-page .featured {
    margin-bottom: 0
  }

  .page-template-blogs .featured .section__title,
  .page-template-blogs .latest .section__title,
  .page-template-tags-page .featured .section__title,
  .page-template-tags-page .latest .section__title {
    margin: 5px 0
  }

  .page-template-blogs .featured .section__title .background-line,
  .page-template-blogs .latest .section__title .background-line,
  .page-template-tags-page .featured .section__title .background-line,
  .page-template-tags-page .latest .section__title .background-line {
    border-radius: 0
  }

  .page-template-blogs .featured .post_block,
  .page-template-blogs .latest .post_block,
  .page-template-tags-page .featured .post_block,
  .page-template-tags-page .latest .post_block {
    margin-bottom: 0
  }

  .page-template-blogs .featured .post_block .post:nth-child(n),
  .page-template-blogs .latest .post_block .post:nth-child(n),
  .page-template-tags-page .featured .post_block .post:nth-child(n),
  .page-template-tags-page .latest .post_block .post:nth-child(n) {
    margin: 0;
    width: 100%
  }

  .page-template-blogs .featured .post_block .post:nth-child(n) .post__head,
  .page-template-blogs .latest .post_block .post:nth-child(n) .post__head,
  .page-template-tags-page .featured .post_block .post:nth-child(n) .post__head,
  .page-template-tags-page .latest .post_block .post:nth-child(n) .post__head {
    border-radius: 0
  }

  .page-template-blogs .featured .post_block .post:nth-child(n) .post__body,
  .page-template-blogs .latest .post_block .post:nth-child(n) .post__body,
  .page-template-tags-page .featured .post_block .post:nth-child(n) .post__body,
  .page-template-tags-page .latest .post_block .post:nth-child(n) .post__body {
    display: flex;
    flex-direction: column
  }

  .page-template-blogs .featured .post_block .post:nth-child(n) .post__body .body__logo,
  .page-template-blogs .latest .post_block .post:nth-child(n) .post__body .body__logo,
  .page-template-tags-page .featured .post_block .post:nth-child(n) .post__body .body__logo,
  .page-template-tags-page .latest .post_block .post:nth-child(n) .post__body .body__logo {
    border-radius: 0;
    flex-shrink: 0;
    min-height: 211px;
    width: 100%
  }

  .page-template-blogs .featured .post_block .post:nth-child(n) .post__body .body__logo:first-child,
  .page-template-blogs .latest .post_block .post:nth-child(n) .post__body .body__logo:first-child,
  .page-template-tags-page .featured .post_block .post:nth-child(n) .post__body .body__logo:first-child,
  .page-template-tags-page .latest .post_block .post:nth-child(n) .post__body .body__logo:first-child {
    width: 100%
  }

  .page-template-blogs .featured .post_block .post:nth-child(n) .post__body .body__content,
  .page-template-blogs .latest .post_block .post:nth-child(n) .post__body .body__content,
  .page-template-tags-page .featured .post_block .post:nth-child(n) .post__body .body__content,
  .page-template-tags-page .latest .post_block .post:nth-child(n) .post__body .body__content {
    border-bottom: 1px solid #0003;
    border-left: 1px solid #0003;
    border-radius: 0;
    border-right: 1px solid #0003;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    padding: 10px 16px 46px
  }

  .page-template-blogs .featured .post_block .post:nth-child(n) .post__body .body__content .content__title,
  .page-template-blogs .latest .post_block .post:nth-child(n) .post__body .body__content .content__title,
  .page-template-tags-page .featured .post_block .post:nth-child(n) .post__body .body__content .content__title,
  .page-template-tags-page .latest .post_block .post:nth-child(n) .post__body .body__content .content__title {
    font-size: 24px;
    line-height: 1.25
  }

  .page-template-blogs .featured .post_block .post:nth-child(n) .post__body .body__content .content__text,
  .page-template-blogs .latest .post_block .post:nth-child(n) .post__body .body__content .content__text,
  .page-template-tags-page .featured .post_block .post:nth-child(n) .post__body .body__content .content__text,
  .page-template-tags-page .latest .post_block .post:nth-child(n) .post__body .body__content .content__text {
    font-size: 20px;
    height: auto;
    line-height: 1.5;
    margin-bottom: 9px
  }

  .page-template-blogs .featured .post_block .post:nth-child(n) .post__body .body__content .content__info .info__author .author__name,
  .page-template-blogs .latest .post_block .post:nth-child(n) .post__body .body__content .content__info .info__author .author__name,
  .page-template-tags-page .featured .post_block .post:nth-child(n) .post__body .body__content .content__info .info__author .author__name,
  .page-template-tags-page .latest .post_block .post:nth-child(n) .post__body .body__content .content__info .info__author .author__name {
    font-size: 16px
  }
}

@media(max-width:767px) {

  .page-template-blogs .blogs,
  .page-template-tags-page .blogs {
    padding: 6px 0 0
  }

  .page-template-blogs .blogs .row,
  .page-template-tags-page .blogs .row {
    margin: 0
  }

  .page-template-blogs .blogs .row .col-12,
  .page-template-tags-page .blogs .row .col-12 {
    padding: 0
  }

  .page-template-blogs .featured .post_block .post:nth-child(n) .post__body .body__content,
  .page-template-blogs .latest .post_block .post:nth-child(n) .post__body .body__content,
  .page-template-tags-page .featured .post_block .post:nth-child(n) .post__body .body__content,
  .page-template-tags-page .latest .post_block .post:nth-child(n) .post__body .body__content {
    border: 0
  }
}

.page-template-tags-page .tags {
  padding-top: 32px
}

.page-template-tags-page .tags h1 {
  line-height: 1;
  margin-bottom: 24px;
  text-transform: capitalize
}

.page-template-tags-page .article-tags {
  margin-bottom: 25px;
  padding: 0
}

.page-template-tags-page .article-tags .tag {
  display: inline-block;
  padding-bottom: 8px;
  padding-right: 5px
}

.page-template-tags-page .article-tags .tag a {
  background: #f4f4f4;
  border-radius: 5px;
  color: #0bafff;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.71;
  padding: 5px 15px;
  text-align: left;
  transition: all .2s;
  white-space: nowrap
}

.page-template-tags-page .article-tags .tag a:hover,
.page-template-tags-page .article-tags .tag.active a {
  background: #0bafff;
  color: #fff;
  cursor: pointer;
  text-decoration: none
}

@media(max-width:991px) {
  .page-template-tags-page .article-tags {
    display: flex;
    overflow-x: scroll
  }
}

.notifications-bar {
  background-color: #fff;
  box-shadow: none;
  height: 100%;
  position: fixed;
  right: -435px;
  top: 0;
  transition: all .5s ease;
  width: 400px;
  z-index: 999
}

@media(max-width:991px) {
  .notifications-bar {
    right: -325px;
    width: 325px
  }
}

.notifications-bar.show {
  box-shadow: -1px 0 6px #00000070;
  right: 0
}

.notifications-bar:before {
  background: #4b4b4b url('/files/bg-pattern-notification-bar.685d4c.svg') 0 2px repeat;
  border-radius: 40px 0 0 42px;
  color: #fff;
  content: "";
  height: 60px;
  left: -33px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 38px;
  z-index: 1
}

@media(max-width:991px) {
  .notifications-bar:before {
    display: none
  }
}

.notifications-bar .notifications-bar__close {
  background: #222 url('/files/arrow_notifications_bar.61a53b.svg') no-repeat 50%;
  background-position-x: 12px;
  border: 1px solid #323232;
  border-radius: 55px 37px 37px 55px;
  color: #fff;
  cursor: pointer;
  height: 49px;
  left: -28px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 37px;
  z-index: 2
}

@media(max-width:991px) {
  .notifications-bar .notifications-bar__close {
    background: url('/files/icon_close_white.ba0820.svg') no-repeat;
    background-size: cover;
    border: 0;
    height: 36px;
    left: 280px;
    top: 9px;
    transform: translateY(0);
    width: 36px
  }
}

.notifications-bar__wrapper {
  height: 100%
}

.notifications-bar__header {
  background-color: #1c1c1c;
  padding: 25px 65px 30px
}

@media(max-width:991px) {
  .notifications-bar__header {
    padding: 10px 55px
  }
}

.notifications-bar__header img {
  display: flex;
  height: 33px;
  margin: 0 auto 8px;
  width: 157px
}

@media(max-width:991px) {
  .notifications-bar__header img {
    height: 27px;
    width: 126px
  }
}

.notifications-bar__header b {
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.31;
  text-align: center;
  text-transform: uppercase
}

@media(max-width:991px) {
  .notifications-bar__header b {
    font-size: 20px;
    line-height: 1.3
  }
}

.notifications-bar__body {
  background: #4b4b4b url('/files/bg-pattern-notification-bar.685d4c.svg') repeat;
  height: 100%;
  height: -webkit-fill-available;
  height: fill-available;
  margin: 0;
  overflow-y: auto;
  padding: 25px 30px 155px
}

@media(max-width:991px) {
  .notifications-bar__body {
    padding: 10px 0 92px 8px
  }
}

.notifications-bar__item {
  background-color: #fff;
  border-radius: 6px 6px 30px 30px;
  box-shadow: 0 0 32px 0 #000;
  margin-bottom: 20px;
  overflow: hidden;
  text-align: center
}

@media(max-width:991px) {
  .notifications-bar__item {
    border-radius: 30px 0 0 30px;
    box-shadow: 0 0 32px 0 #00000052;
    margin-bottom: 10px;
    position: relative
  }
}

.notifications-bar__item .logo {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  position: relative
}

@media(max-width:991px) {
  .notifications-bar__item .logo {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    display: flex;
    padding: 6px 21px 10px;
    position: relative
  }

  .notifications-bar__item .logo:before {
    background-color: #fff;
    bottom: 2px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 1
  }
}

.notifications-bar__item .logo .notifications-bar__logo-link {
  position: relative;
  z-index: 4
}

.notifications-bar__item .logo a img {
  max-height: 55px;
  max-width: 50%;
  padding-top: 10px
}

@media(max-width:991px) {
  .notifications-bar__item .logo a img {
    display: block;
    height: 60px;
    max-height: 100%;
    max-width: 92px;
    padding-top: 0;
    width: auto;
    width: 100%
  }
}

.notifications-bar__item .logo .white-box {
  background: #fff;
  bottom: -3px;
  height: 3px;
  position: absolute;
  right: 0;
  width: 100%
}

@media(max-width:991px) {
  .notifications-bar__item .logo .white-box {
    display: none
  }
}

.notifications-bar__item .logo .t1 {
  zoom: 1.25;
  border-left: 162px solid #0000;
  border-right: 162px solid #0000;
  bottom: -20px;
  position: absolute;
  right: -30px;
  width: 100%;
  z-index: 2
}

@media(max-width:991px) {
  .notifications-bar__item .logo .t1 {
    display: none
  }
}

.notifications-bar__item .logo .t2 {
  zoom: 1.25;
  border-left: 162px solid #0000;
  border-right: 162px solid #0000;
  bottom: -17px;
  position: absolute;
  right: -30px;
  width: 100%;
  z-index: 3
}

@media(max-width:991px) {
  .notifications-bar__item .logo .t2 {
    display: none
  }
}

.notifications-bar__item .logo .t3 {
  zoom: 1.25;
  border-left: 162px solid #0000;
  border-right: 162px solid #0000;
  bottom: -23px;
  position: absolute;
  right: -30px;
  width: 100%;
  z-index: 1
}

@media(max-width:991px) {
  .notifications-bar__item .logo .t3 {
    display: none
  }
}

.notifications-bar__item .wrapper {
  padding: 39px 21px 9px
}

@media(max-width:991px) {
  .notifications-bar__item .wrapper {
    padding: 15px 15px 12px
  }
}

.notifications-bar__item .wrapper .title {
  color: #000;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.22;
  margin: 0 auto 4px;
  text-align: center;
  text-transform: uppercase;
  width: 95%
}

.notifications-bar__item .wrapper .title p {
  margin: 0;
  padding: 0
}

@media(max-width:991px) {
  .notifications-bar__item .wrapper .title {
    font-size: 16px;
    line-height: 1.25
  }
}

.notifications-bar__item .wrapper .subtitle {
  color: #ff5050;
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.31;
  margin-bottom: 7px;
  text-align: center
}

@media(max-width:991px) {
  .notifications-bar__item .wrapper .subtitle {
    font-size: 16px;
    margin-bottom: 14px
  }
}

.notifications-bar__item .wrapper .button {
  height: 44px;
  margin: 0 auto 8px;
  width: 200px
}

@media(max-width:991px) {
  .notifications-bar__item .wrapper .button {
    background-color: #83cd00;
    border: none;
    border-radius: 23px;
    box-shadow: 0 3px 6px 0 #00000029
  }

  .notifications-bar__item .wrapper .button span {
    color: #000;
    text-transform: uppercase
  }
}

.notifications-bar__item .wrapper .visit-site {
  color: #2f75be;
  display: block;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.36;
  margin-bottom: 6px;
  text-align: center;
  text-decoration: none
}

@media(max-width:991px) {
  .notifications-bar__item .wrapper .visit-site {
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.33;
    margin-bottom: 0;
    position: absolute;
    right: 16px;
    text-decoration: underline;
    top: 16px
  }
}

.notifications-bar__item .wrapper .visit-site:after {
  content: "»"
}

.notifications-bar__item .wrapper .visit-site:hover {
  text-decoration: underline
}

@media(max-width:991px) {
  .notifications-bar__item .wrapper .visit-site:hover {
    text-decoration: none
  }
}

.notifications-bar__item .wrapper .t-and-c-text {
  color: #c7c7c7;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 0;
  text-align: center;
  text-decoration: none
}

.notifications-bar__item .wrapper .t-and-c-text p {
  margin: 0
}

.notifications-bar__item:last-child {
  margin-bottom: 0
}

.page-template-template-restricted-area .gb__overlay {
  background-color: #ffc63b;
  background-image: url('/files/gb_pattern.bbc63f.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  bottom: 0;
  height: 100%;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%
}

@media(max-width:992px) {
  .page-template-template-restricted-area .gb__overlay {
    background-image: url('/files/gb_mobile_pattern.57a62d.svg')
  }
}

.page-template-template-restricted-area .gb__overlay .gb__blue-overlay {
  background-color: #1B243A;
  background-image: url('/files/gb_footer_pattern.275abc.svg');
  background-position: center -35px;
  background-repeat: no-repeat;
  border-radius: 100%;
  height: 59%;
  left: -25%;
  position: relative;
  right: 0;
  top: 49%;
  width: 150%
}

@media(max-width:992px) {
  .page-template-template-restricted-area .gb__overlay .gb__blue-overlay {
    background-image: url('/files/gb_mobile_footer_pattern.1b6c38.svg');
    background-position: center -200px
  }
}

.page-template-template-restricted-area .gb__overlay .gb__content {
  align-items: center;
  background-color: #1B243A;
  border: 2px solid #ffffff1a;
  border-radius: 19px;
  box-shadow: 0 9.5px 60px 0 #000105b3;
  color: #fff;
  display: flex;
  flex-direction: column;
  font-size: 28px;
  left: 50%;
  padding: 30px 80px;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 999
}

.page-template-template-restricted-area .gb__overlay .gb__content img {
  margin-bottom: 20px;
  width: 351px
}

@media(max-width:992px) {
  .page-template-template-restricted-area .gb__overlay .gb__content img {
    width: 100%
  }

  .page-template-template-restricted-area .gb__overlay .gb__content {
    box-shadow: none;
    line-height: 26px;
    padding: 25px 24px;
    width: 90%
  }
}

@media(max-width:768px) {
  .page-template-template-restricted-area .gb__overlay .gb__content {
    font-size: 18px
  }
}

.page-template-template-restricted-area .smooth_scroller,
.page-template-template-restricted-area footer,
.page-template-template-restricted-area header {
  display: none !important
}

.ppc-list a {
  text-decoration: none
}

@media(min-width:992px) {
  .ppc-list .ppc-list__body .list-items-container:before {
    background-color: #000;
    content: "";
    filter: blur(31px);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
  }
}

.ppc-list .ppc-list__body .ppc-list__item .ribbon-container {
  left: 0;
  top: 0
}

.ppc-list .ppc-list__body .ppc-list__item .ribbon-container .ribbon-style {
  border-bottom-right-radius: 6px;
  border-top-left-radius: 16px;
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.3px;
  line-height: 1;
  margin-right: 0;
  padding: 5px 16px;
  text-align: left
}

.ppc-list .ppc-list__body .ppc-list__item .ppc-list__item_info .brd:after {
  border-left: 1px solid #1B243A;
  content: "";
  height: 100%;
  position: absolute;
  right: 0;
  top: 0
}

@media(min-width:992px) {
  .ppc-list .ppc-list__body .ppc-list__item .ppc-list__item_info .brd:after {
    content: unset
  }
}

.ppc-list .ppc-list__body .ppc-list__item .ppc-list__item_info .visit-site {
  display: block;
  transition: .3s
}

.ppc-list .ppc-list__body .ppc-list__item .ppc-list__item_info .visit-site:hover {
  padding-right: 15px
}

.ppc-list .ppc-list__body .ppc-list__item .ppc-list__item_info .visit-site:hover:after {
  opacity: 1;
  right: 0
}

.ppc-list .ppc-list__body .ppc-list__item .ppc-list__item_info .visit-site:after {
  content: "»";
  font-size: 16px;
  opacity: 0;
  position: absolute;
  right: 0;
  top: -3px;
  transition: .5s
}

.ppc-list .ppc-list__body .ppc-list__item .ppc-list__item_info .top-slots {
  border-bottom-color: #1B243A;
  border-bottom-style: solid
}

.ppc-list .ppc-list__body .ppc-list__item .bonus-btn-wrapper {
  transition: .3s
}

.ppc-list .ppc-list__body .ppc-list__item .bonus-btn-wrapper span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: .3s
}

.ppc-list .ppc-list__body .ppc-list__item .bonus-btn-wrapper span svg {
  opacity: 0;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: .5s
}

.ppc-list .ppc-list__body .ppc-list__item .bonus-btn-wrapper:hover span {
  padding-right: 24px
}

.ppc-list .ppc-list__body .ppc-list__item .bonus-btn-wrapper:hover span svg {
  opacity: 1
}

.ppc-list .ppc-list__body .ppc-list__item .rating .score-stars .star-row {
  display: flex;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0
}

.ppc-list .ppc-list__body .ppc-list__item .rating .score-stars .star-row li {
  margin-bottom: 0;
  margin-right: 2px
}

.ppc-list .ppc-list__body .ppc-list__item .rating .score-stars .star-row li:last-child {
  margin-right: 0
}

.ppc-list .ppc-list__body .ppc-list__item .rating .score-stars .star-row li i {
  color: #f5c22a;
  display: flex;
  font-family: sans-serif !important;
  font-size: 21px;
  font-style: normal;
  height: 18px;
  line-height: 19px;
  width: 19px
}

.ppc-list .ppc-list__body .ppc-list__item .rating .score-stars .star-row li i:before {
  background: url('/files/EMPTY_STAR.9e95a1.svg') no-repeat;
  background-size: contain;
  content: "";
  height: 18px;
  position: absolute;
  width: 19px
}

@media(max-width:767px) {

  .ppc-list .ppc-list__body .ppc-list__item .rating .score-stars .star-row li i,
  .ppc-list .ppc-list__body .ppc-list__item .rating .score-stars .star-row li i:before {
    height: 12px;
    width: 13px
  }
}

.ppc-list .ppc-list__body .ppc-list__item .rating .score-stars .star-row li.active i:before {
  background: url('/files/FULL_STAR.76d2b9.svg') no-repeat;
  background-size: contain;
  content: ""
}

.ppc-list .ppc-list__body .ppc-list__item .rating .score-stars .star-row li.half i:before {
  background: url('/files/HALF_STAR.809e6f.svg') no-repeat;
  background-size: contain;
  content: ""
}

.ppc-list .ppc-list__body .ppc-list__item .bonus-text-wrapper p {
  font-family: Poppins;
  line-height: 22px;
  margin-bottom: 0
}

.ppc-list .ppc-list__body .ppc-list__item .bonus-text-wrapper p .big-bonus {
  display: flex;
  font-family: Poppins;
  font-size: 20px;
  font-weight: 700;
  justify-content: center;
  line-height: 26px
}

@media(min-width:992px) {
  .ppc-list .ppc-list__body .ppc-list__item .bonus-text-wrapper p .big-bonus {
    font-size: 24px;
    margin: 4px 0
  }
}

.ppc-list .ppc-list__body .ppc-list__item .legaltext__block p {
  font-size: 13px;
  line-height: 10px;
  margin: 0
}

.ppc-list .ppc-list__body .ppc-list__item .legaltext__block p sup {
  line-height: 10px;
  top: 0
}

.ppc-list .ppc-list__body .ppc-list__item:first-child:after {
  background-color: #ff0059;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  content: "";
  height: 20px;
  left: 0;
  position: absolute;
  top: -4px;
  width: 100%;
  z-index: -1
}

.ppc-list.poker .ppc-list__header b.date,
.ppc-list.poker .ppc-list__header span.time {
  color: #0086eb
}

.ppc-list.poker .ppc-list__body .ppc-list__item:first-child:after {
  background-color: #0086eb
}

.ppc-list.poker .ppc-list__body .ppc-list__item .hexa i {
  display: none
}

.ppc-list.poker .bonus-btn-wrapper {
  background-color: #0086eb;
  background-image: linear-gradient(90deg, #0086eb, #0086eb)
}

.ppc-list.poker .bonus-btn-wrapper:hover {
  background-color: #0593ff;
  background-image: linear-gradient(90deg, #0593ff, #0593ff)
}

.ppc-list.poker .bonus-btn-wrapper:active,
.ppc-list.poker .bonus-btn-wrapper:focus {
  background-color: #0077d1;
  background-image: linear-gradient(90deg, #0077d1, #0077d1)
}

.ppc-list.casino .ppc-list__header b.date,
.ppc-list.casino .ppc-list__header span.time {
  color: #ff0059
}

.ppc-list.casino .ppc-list__body .ppc-list__item:first-child:after {
  background-color: #ff0059
}

.ppc-list.casino .ppc-list__body .ppc-list__item .hexa i {
  display: none
}

.ppc-list.casino .bonus-btn-wrapper {
  background-color: #ff0059;
  background-image: linear-gradient(90deg, #ff0059, #ff0059)
}

.ppc-list.casino .bonus-btn-wrapper:hover {
  background-color: #ff1a60;
  background-image: linear-gradient(90deg, #ff1a60, #ff1a60)
}

.ppc-list.casino .bonus-btn-wrapper:active,
.ppc-list.casino .bonus-btn-wrapper:focus {
  background-color: #e50046;
  background-image: linear-gradient(90deg, #e50046, #e50046)
}

.ppc-list.bingo .ppc-list__header b.date,
.ppc-list.bingo .ppc-list__header span.time {
  color: #d500eb
}

.ppc-list.bingo .ppc-list__body .ppc-list__item:first-child:after {
  background-color: #d500eb
}

.ppc-list.bingo .ppc-list__body .ppc-list__item .hexa i {
  display: none
}

.ppc-list.bingo .bonus-btn-wrapper {
  background-color: #d500eb;
  background-image: linear-gradient(90deg, #d500eb, #d500eb)
}

.ppc-list.bingo .bonus-btn-wrapper:hover {
  background-color: #bf0ad1;
  background-image: linear-gradient(90deg, #bf0ad1, #bf0ad1)
}

.ppc-list.bingo .bonus-btn-wrapper:active,
.ppc-list.bingo .bonus-btn-wrapper:focus {
  background-color: #9208a0;
  background-image: linear-gradient(90deg, #9208a0, #9208a0)
}

.ppc-list.betting .ppc-list__header b.date,
.ppc-list.betting .ppc-list__header span.time {
  color: #00b67a
}

.ppc-list.betting .ppc-list__body .ppc-list__item:first-child:after {
  background-color: #00b67a
}

.ppc-list.betting .ppc-list__body .ppc-list__item .hexa i {
  display: none
}

.ppc-list.betting .bonus-btn-wrapper {
  background-color: #00b67a;
  background-image: linear-gradient(90deg, #00b67a, #00b67a)
}

.ppc-list.betting .bonus-btn-wrapper:hover {
  background-color: #00d18c;
  background-image: linear-gradient(90deg, #00d18c, #00d18c)
}

.ppc-list.betting .bonus-btn-wrapper:active,
.ppc-list.betting .bonus-btn-wrapper:focus {
  background-color: #009e6a;
  background-image: linear-gradient(90deg, #009e6a, #009e6a)
}

@media(max-width:767px) {
  .ppc-list.content-wrapper .background-desktop {
    background-position: 100% 0 !important
  }
}

.ppc-list .cross-banner-background:before {
  background-image: var(--banner-image-mobile);
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 100%;
  max-height: 105px;
  position: absolute;
  right: 15px;
  top: 0;
  width: 100%
}

@media(min-width:992px) {
  .ppc-list .cross-banner-background:before {
    background-image: var(--banner-image)
  }
}

.ppc-list .cross-banners .ppc-list__body .ppc-list__item:after {
  display: none !important
}

.page-template-template-ppc-betting .disclosure-wrapper .disclosure-text,
.page-template-template-ppc-bingo .disclosure-wrapper .disclosure-text,
.page-template-template-ppc-casino .disclosure-wrapper .disclosure-text,
.page-template-template-ppc-poker .disclosure-wrapper .disclosure-text {
  transition: none !important
}

.page-template-template-ppc-betting .disclosure-wrapper .disclosure-text:after,
.page-template-template-ppc-bingo .disclosure-wrapper .disclosure-text:after,
.page-template-template-ppc-casino .disclosure-wrapper .disclosure-text:after,
.page-template-template-ppc-poker .disclosure-wrapper .disclosure-text:after {
  display: none !important
}

.page-template-template-ppc-betting .disclosure-wrapper .disclosure-text .after,
.page-template-template-ppc-bingo .disclosure-wrapper .disclosure-text .after,
.page-template-template-ppc-casino .disclosure-wrapper .disclosure-text .after,
.page-template-template-ppc-poker .disclosure-wrapper .disclosure-text .after {
  background: #fff;
  border-left: 1px solid #989faa7d;
  border-top: 1px solid #989faa7d;
  content: "";
  height: 10px;
  position: absolute;
  right: 50%;
  top: -6px;
  transform: rotate(45deg);
  width: 10px
}

.cookie_page .content-wrap {
  padding-bottom: 0
}

.cookie_page .content-wrap h4 {
  margin-bottom: 48px;
  text-transform: uppercase
}

.cookie_page .block-title {
  margin-bottom: 48px
}

.cookie_page .block-title h1,
.cookie_page .block-title h2 {
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase
}

.cookie_page .block-title h2,
.cookie_page h4 {
  color: #555 !important;
  font-weight: 700 !important
}

.cookie_page .table {
  margin-bottom: 96px
}

.cookie_page .table td {
  vertical-align: inherit
}

.glide {
  box-sizing: border-box;
  position: relative;
  width: 100%
}

.glide * {
  box-sizing: inherit
}

.glide__slides,
.glide__track {
  overflow: hidden
}

.glide__slides {
  backface-visibility: hidden;
  display: flex;
  flex-wrap: nowrap;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  touch-action: pan-Y;
  transform-style: preserve-3d;
  white-space: nowrap;
  width: 100%;
  will-change: transform
}

.glide__slide {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  flex-shrink: 0;
  height: 100%;
  white-space: normal;
  width: 100%
}

.glide__slide,
.glide__slide a {
  -webkit-user-select: none;
  user-select: none
}

.glide__slide a {
  -webkit-user-drag: none;
  -moz-user-select: none;
  -ms-user-select: none
}

.glide__arrows,
.glide__bullets {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none
}

.glide__arrow {
  background-color: #0000;
  border: 2px solid #ffffff80;
  border-radius: 4px;
  box-shadow: 0 .25em .5em 0 #0000001a;
  color: #fff;
  cursor: pointer;
  display: block;
  line-height: 1;
  opacity: 1;
  padding: 9px 12px;
  position: absolute;
  text-shadow: 0 .25em .5em #0000001a;
  text-transform: uppercase;
  top: 50%;
  transform: translateY(-50%);
  transition: opacity .15s ease, border .3s ease-in-out;
  z-index: 2
}

.glide__arrow:focus {
  outline: 0
}

.glide__arrow:hover {
  border-color: #fff
}

.glide__arrow--left {
  left: 2em
}

.glide__arrow--right {
  right: 2em
}

.glide__bullets {
  bottom: 1em;
  display: inline-flex;
  left: 50%;
  list-style: none;
  position: absolute;
  transform: translateX(-50%);
  z-index: 2
}

.glide__bullet {
  background-color: #ffffff80;
  border: 2px solid #0000;
  border-radius: 50%;
  box-shadow: 0 .25em .5em 0 #0000001a;
  cursor: pointer;
  height: 9px;
  line-height: 0;
  margin: 0 .25em;
  padding: 0;
  transition: all .3s ease-in-out;
  width: 9px
}

.glide__bullet:focus {
  outline: 0
}

.glide__bullet:focus,
.glide__bullet:hover {
  background-color: #ddd;
  border: 2px solid #fff
}

.hover\:\!tw-text-white:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255/var(--tw-text-opacity)) !important
}

.hover\:\!tw-text-\[\#A5D8FF\]:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(165 216 255/var(--tw-text-opacity)) !important
}

.hover\:tw-text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255/var(--tw-text-opacity))
}

.active\:\!tw-text-white:active {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255/var(--tw-text-opacity)) !important
}

@media (min-width:768px) {
  .sm\:tw-my-0 {
    margin-bottom: 0;
    margin-top: 0
  }

  .sm\:tw-mt-0 {
    margin-top: 0
  }

  .sm\:tw-ml-\[16px\] {
    margin-left: 16px
  }

  .sm\:tw-block {
    display: block
  }

  .sm\:tw-flex {
    display: flex
  }

  .sm\:tw-hidden {
    display: none
  }

  .sm\:tw-h-\[24px\] {
    height: 24px
  }

  .sm\:tw-w-\[260px\] {
    width: 260px
  }

  .sm\:tw-w-full {
    width: 100%
  }

  .sm\:tw-w-fit {
    width: -moz-fit-content;
    width: fit-content
  }

  .sm\:tw-w-\[100px\] {
    width: 100px
  }

  .sm\:tw-w-\[152px\] {
    width: 152px
  }

  .sm\:tw-flex-row {
    flex-direction: row
  }

  .sm\:tw-justify-between {
    justify-content: space-between
  }

  .sm\:tw-rounded-tr-none {
    border-top-right-radius: 0
  }

  .sm\:tw-rounded-tr-\[8px\] {
    border-top-right-radius: 8px
  }

  .sm\:tw-bg-transparent {
    background-color: initial
  }

  .sm\:tw-bg-\[\#24283D\] {
    --tw-bg-opacity: 1;
    background-color: rgb(36 40 61/var(--tw-bg-opacity))
  }

  .sm\:tw-bg-auto {
    background-size: auto
  }

  .sm\:tw-p-\[4px_16px\] {
    padding: 4px 16px
  }

  .sm\:tw-p-\[8px_16px\] {
    padding: 8px 16px
  }

  .sm\:tw-py-\[15px\] {
    padding-bottom: 15px;
    padding-top: 15px
  }

  .sm\:\!tw-text-center {
    text-align: center !important
  }

  .sm\:\!tw-text-\[12px\] {
    font-size: 12px !important
  }

  .sm\:\!tw-leading-\[14px\] {
    line-height: 14px !important
  }
}

@media (min-width:992px) {
  .md\:tw-relative {
    position: relative
  }

  .md\:tw-order-\[0\] {
    order: 0
  }

  .md\:tw-m-0 {
    margin: 0
  }

  .md\:tw-ml-0 {
    margin-left: 0
  }

  .md\:tw-mt-0 {
    margin-top: 0
  }

  .md\:tw-mb-\[6px\] {
    margin-bottom: 6px
  }

  .md\:tw-mb-0 {
    margin-bottom: 0
  }

  .md\:tw-ml-\[10px\] {
    margin-left: 10px
  }

  .md\:tw-mt-\[35px\] {
    margin-top: 35px
  }

  .md\:tw-block {
    display: block
  }

  .md\:tw-inline-block {
    display: inline-block
  }

  .md\:tw-flex {
    display: flex
  }

  .md\:tw-hidden {
    display: none
  }

  .md\:tw-h-\[44px\] {
    height: 44px
  }

  .md\:tw-max-h-full {
    max-height: 100%
  }

  .md\:tw-w-auto {
    width: auto
  }

  .md\:tw-w-\[20\%\] {
    width: 20%
  }

  .md\:tw-w-\[80\%\] {
    width: 80%
  }

  .md\:tw-w-\[224px\] {
    width: 224px
  }

  .md\:tw-w-\[110px\] {
    width: 110px
  }

  .md\:tw-w-\[168px\] {
    width: 168px
  }

  .md\:tw-w-\[136px\] {
    width: 136px
  }

  .md\:tw-w-\[176px\] {
    width: 176px
  }

  .md\:tw-w-full {
    width: 100%
  }

  .md\:tw-max-w-full {
    max-width: 100%
  }

  .md\:tw-flex-row {
    flex-direction: row
  }

  .md\:tw-flex-col {
    flex-direction: column
  }

  .md\:tw-items-center {
    align-items: center
  }

  .md\:tw-justify-between {
    justify-content: space-between
  }

  .md\:tw-gap-\[28px\] {
    gap: 28px
  }

  .md\:tw-rounded-bl-none {
    border-bottom-left-radius: 0
  }

  .md\:tw-rounded-bl-\[16px\] {
    border-bottom-left-radius: 16px
  }

  .md\:tw-rounded-br-\[16px\] {
    border-bottom-right-radius: 16px
  }

  .md\:tw-border-b-0 {
    border-bottom-width: 0
  }

  .md\:tw-px-0 {
    padding-left: 0;
    padding-right: 0
  }

  .md\:tw-px-\[16px\] {
    padding-left: 16px;
    padding-right: 16px
  }

  .md\:tw-px-\[32px\] {
    padding-left: 32px;
    padding-right: 32px
  }

  .md\:tw-py-\[6\.5px\] {
    padding-bottom: 6.5px;
    padding-top: 6.5px
  }

  .md\:tw-pt-\[10px\] {
    padding-top: 10px
  }

  .md\:tw-pb-0,
  .md\:tw-pb-\[0px\] {
    padding-bottom: 0
  }

  .md\:tw-pb-\[16px\] {
    padding-bottom: 16px
  }

  .md\:tw-pt-\[32px\] {
    padding-top: 32px
  }

  .md\:tw-pb-\[30px\] {
    padding-bottom: 30px
  }

  .md\:tw-align-middle {
    vertical-align: middle
  }

  .md\:tw-text-\[32px\] {
    font-size: 32px
  }

  .md\:tw-text-\[30px\] {
    font-size: 30px
  }

  .md\:tw-text-\[13px\] {
    font-size: 13px
  }

  .md\:tw-text-\[40px\] {
    font-size: 40px
  }

  .md\:\!tw-leading-\[18px\] {
    line-height: 18px !important
  }

  .md\:tw-leading-7 {
    line-height: 1.75rem
  }

  .md\:tw-tracking-\[1\.6px\] {
    letter-spacing: 1.6px
  }
}

@media (min-width:1200px) {
  .lg\:\!tw-leading-\[30px\] {
    line-height: 30px !important
  }
}

?lit$477703107$-->.osano-cm-window {
  font-family: Helvetica, Arial, Hiragino Sans GB, STXihei, Microsoft YaHei, WenQuanYi Micro Hei, Hind, MS Gothic, Apple SD Gothic Neo, NanumBarunGothic, sans-serif;
  font-size: 16px;
  font-smooth: always;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothingz: auto;
  display: block;
  left: 0;
  line-height: 1;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2147483638;
  --fade-transition-time: 700ms;
  --slide-transition-time: 400ms
}

.osano-cm-window--context_amp {
  height: 100%
}

.osano-visually-hidden {
  height: 1px;
  left: -10000px;
  margin: -1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  width: 1px
}

.osano-cm-button {
  border-radius: .25em;
  border-style: solid;
  border-width: thin;
  cursor: pointer;
  flex: 1 1 auto;
  font-size: 1em;
  font-weight: 700;
  line-height: 1;
  margin: .125em;
  min-width: 6em;
  padding: .5em .75em;
  transition-duration: .2s;
  transition-property: background-color;
  transition-timing-function: ease-out
}

.osano-cm-button--type_icon {
  border-radius: 50%;
  height: 1em;
  line-height: 0;
  min-width: 1em;
  width: 1em
}

.osano-cm-button:focus,
.osano-cm-button:hover {
  outline: 0
}

.osano-cm-close {
  border-radius: 50%;
  border-style: solid;
  border-width: 2px;
  box-sizing: content-box;
  cursor: pointer;
  height: 20px;
  margin: .5em;
  min-height: 20px;
  min-width: 20px;
  order: 0;
  outline: 0;
  overflow: hidden;
  padding: 0;
  width: 20px;
  stroke-width: 1px;
  justify-content: center;
  line-height: normal;
  text-decoration: none;
  transform: rotate(0);
  transition-duration: .2s;
  transition-property: transform, color, background-color, stroke, stroke-width;
  transition-timing-function: ease-out;
  z-index: 2
}

.osano-cm-close:focus,
.osano-cm-close:hover {
  transform: rotate(90deg);
  stroke-width: 2px
}

.ccpa-opt-out-icon {
  display: flex;
  flex: 1 1 auto
}

.ccpa-opt-out-icon svg {
  max-width: 40px
}

.osano-cm-link {
  cursor: pointer;
  text-decoration: underline;
  transition-duration: .2s;
  transition-property: color;
  transition-timing-function: ease-out
}

.osano-cm-link:active,
.osano-cm-link:hover {
  outline: 0
}

.osano-cm-link:focus {
  font-weight: 700;
  outline: 0
}

.osano-cm-link--type_feature,
.osano-cm-link--type_purpose,
.osano-cm-link--type_specialFeature,
.osano-cm-link--type_specialPurpose {
  cursor: help;
  display: block;
  -webkit-text-decoration: dashed;
  text-decoration: dashed
}

.osano-cm-link--type_denyAll {
  display: block;
  text-align: right
}

[dir=rtl] .osano-cm-link--type_denyAll {
  text-align: left
}

.osano-cm-link--type_vendor {
  display: block
}

.osano-cm-vendor-link {
  font-size: .75em
}

.osano-cm-list-item {
  margin: 0
}

.osano-cm-list-item--type_term {
  border-top-style: solid;
  border-top-width: 1px;
  font-size: .875rem;
  font-weight: 400;
  margin-bottom: .25em;
  margin-top: .5em;
  padding: .5em .75rem 0;
  position: relative;
  top: -1px
}

.osano-cm-list-item--type_description {
  font-size: .75rem;
  font-weight: lighter;
  padding: 0 .75rem
}

.osano-cm-list {
  list-style-position: outside;
  list-style-type: none;
  margin: 0;
  padding: 0
}

.osano-cm-list__list-item {
  text-indent: 0
}

.osano-cm-list--type_description {
  margin: 0 -1em
}

.osano-cm-list:first-of-type .osano-cm-list__list-item:first-of-type {
  border-top-width: 0;
  margin-top: 0;
  padding-top: 0
}

.osano-cm-toggle {
  align-items: center;
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-start;
  margin: .25em 0;
  pointer-events: auto;
  position: relative
}

.osano-cm-toggle__label {
  margin: 0 .5em 0 0
}

[dir=rtl] .osano-cm-toggle__label {
  margin: 0 0 0 .5em
}

.osano-cm-toggle__switch {
  border-radius: 14px;
  border-style: solid;
  border-width: 2px;
  box-sizing: content-box;
  color: transparent;
  display: block;
  flex-shrink: 0;
  height: 18px;
  line-height: 0;
  margin: 0;
  position: relative;
  text-indent: -9999px;
  transition-duration: .2s;
  transition-property: background-color;
  transition-timing-function: ease-out;
  width: 40px
}

.osano-cm-toggle__switch:hover {
  cursor: pointer
}

.osano-cm-toggle__switch:after {
  border-radius: 9px;
  border-width: 0;
  height: 18px;
  left: 0;
  top: 0;
  width: 18px
}

.osano-cm-toggle__switch:before {
  border-radius: 16px;
  border-width: 2px;
  bottom: -6px;
  box-sizing: border-box;
  left: -6px;
  right: -6px;
  top: -6px
}

.osano-cm-toggle__switch:after,
.osano-cm-toggle__switch:before {
  border-style: solid;
  content: "";
  margin: 0;
  position: absolute;
  transform: translateX(0);
  transition-duration: .3s;
  transition-property: transform, left, border-color;
  transition-timing-function: ease-out
}

.osano-cm-toggle__switch:after:active,
.osano-cm-toggle__switch:before:active {
  transition-duration: .1s
}

.osano-cm-toggle__switch:after:active {
  width: 26px
}

.osano-cm-toggle__switch:before:active {
  width: 34px
}

[dir=rtl] .osano-cm-toggle__switch:after {
  left: 100%;
  transform: translateX(-100%)
}

.osano-cm-toggle__input {
  height: 1px;
  left: -10000px;
  margin: -1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  width: 1px
}

[dir=rtl] .osano-cm-toggle__input {
  left: 0;
  right: -10000px
}

.osano-cm-toggle__input:disabled {
  cursor: default
}

.osano-cm-toggle--type_checkbox .osano-cm-toggle__switch {
  border-radius: 4px;
  border-style: solid;
  border-width: 1px;
  height: 22px;
  width: 22px
}

.osano-cm-toggle--type_checkbox .osano-cm-toggle__switch:after {
  background-color: transparent !important;
  border-bottom-width: 2px;
  border-left-width: 2px;
  border-radius: 0;
  content: none;
  height: 6px;
  left: 3px;
  top: 3px;
  transform: rotate(-45deg);
  transition-property: color;
  transition-timing-function: ease-out;
  width: 12px
}

.osano-cm-toggle--type_opt-out .osano-cm-toggle__switch {
  border-radius: 4px;
  border-style: solid;
  border-width: 1px;
  height: 22px;
  width: 22px
}

.osano-cm-toggle--type_opt-out .osano-cm-toggle__switch:after,
.osano-cm-toggle--type_opt-out .osano-cm-toggle__switch:before {
  background-color: transparent !important;
  border-bottom-width: 1px;
  border-radius: 0;
  border-top-width: 1px;
  content: none;
  height: 0;
  left: -3px;
  top: 7px;
  transition-property: color;
  transition-timing-function: ease-out;
  width: 12px
}

.osano-cm-toggle--type_opt-out .osano-cm-toggle__switch:after {
  transform: translate(50%, 50%) rotate(-45deg)
}

.osano-cm-toggle--type_opt-out .osano-cm-toggle__switch:before {
  transform: translate(50%, 50%) rotate(45deg)
}

.osano-cm-toggle__input:checked+.osano-cm-toggle__switch:after {
  left: 100%;
  transform: translateX(-100%)
}

[dir=rtl] .osano-cm-toggle__input:checked+.osano-cm-toggle__switch:after {
  left: 0;
  transform: translateX(0)
}

.osano-cm-toggle__input:disabled+.osano-cm-toggle__switch {
  cursor: default
}

.osano-cm-toggle--type_checkbox .osano-cm-toggle__input:checked+.osano-cm-toggle__switch:after {
  content: "";
  left: 3px;
  top: 3px;
  transform: rotate(-45deg)
}

.osano-cm-toggle--type_opt-out .osano-cm-toggle__input:checked+.osano-cm-toggle__switch:after,
.osano-cm-toggle--type_opt-out .osano-cm-toggle__input:checked+.osano-cm-toggle__switch:before {
  content: "";
  left: -1px;
  top: 9px
}

.osano-cm-toggle--type_opt-out .osano-cm-toggle__input:checked+.osano-cm-toggle__switch:after {
  transform: translate(50%, 50%) rotate(-45deg)
}

.osano-cm-toggle--type_opt-out .osano-cm-toggle__input:checked+.osano-cm-toggle__switch:before {
  transform: translate(50%, 50%) rotate(45deg)
}

.osano-cm-toggle--type_checkbox .osano-cm-toggle__input:disabled+.osano-cm-toggle__switch,
.osano-cm-toggle--type_opt-out .osano-cm-toggle__input:disabled+.osano-cm-toggle__switch {
  opacity: .3
}

.osano-cm-widget {
  background: 0 0;
  border: none;
  bottom: 12px;
  cursor: pointer;
  height: 40px;
  opacity: .9;
  outline: 0;
  padding: 0;
  position: fixed;
  transition: transform .1s linear 0s, opacity .2s linear 0s, visibility 0s linear 0s;
  visibility: visible;
  width: 40px;
  z-index: 2147483636
}

.osano-cm-widget--position_right {
  right: 12px
}

.osano-cm-widget--position_left {
  left: 12px
}

.osano-cm-widget:focus {
  outline: solid;
  outline-offset: .2rem
}

.osano-cm-widget:focus,
.osano-cm-widget:hover {
  opacity: 1;
  transform: scale(1.1)
}

.osano-cm-widget--hidden {
  opacity: 0;
  visibility: hidden
}

.osano-cm-widget--hidden:focus,
.osano-cm-widget--hidden:hover {
  opacity: 0;
  transform: scale(1)
}

.osano-cm-dialog {
  align-items: center;
  box-sizing: border-box;
  font-size: 1em;
  line-height: 1.25;
  max-height: 100vh;
  overflow: auto;
  padding: 1.5em;
  position: fixed;
  transition-delay: 0s, 0s;
  transition-duration: .7s, 0s;
  transition-property: opacity, visibility;
  visibility: visible;
  z-index: 2147483637
}

.osano-cm-dialog--hidden {
  opacity: 0;
  transition-delay: 0s, .7s;
  visibility: hidden
}

.osano-cm-dialog--type_bar {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  left: 0;
  right: 0
}

.osano-cm-dialog--type_bar .osano-cm-button {
  flex: none;
  margin: .125em auto;
  width: 80%
}

@media screen and (min-width:768px) {
  .osano-cm-dialog--type_bar {
    flex-direction: row
  }

  .osano-cm-dialog--type_bar .osano-cm-button {
    flex: 1 1 100%;
    margin: .25em .5em;
    width: auto
  }
}

.osano-cm-dialog--type_box {
  flex-direction: column;
  max-height: calc(100vh - 2em);
  max-width: 20em;
  width: calc(100vw - 2em)
}

.osano-cm-dialog__close {
  position: absolute;
  right: 0;
  top: 0
}

.osano-cm-dialog__list {
  margin: .5em 0 0;
  padding: 0
}

.osano-cm-dialog__list .osano-cm-item {
  display: flex;
  margin-top: 0
}

.osano-cm-dialog__list .osano-cm-item:last-child {
  margin-bottom: 0
}

.osano-cm-dialog__list .osano-cm-toggle {
  flex-direction: row
}

[dir=rtl] .osano-cm-dialog__list .osano-cm-toggle {
  flex-direction: row-reverse
}

.osano-cm-dialog__list .osano-cm-label {
  white-space: nowrap
}

[dir=ltr] .osano-cm-dialog__list .osano-cm-label {
  margin-left: .375em
}

[dir=rtl] .osano-cm-dialog__list .osano-cm-label {
  margin-right: .375em
}

.osano-cm-dialog__buttons {
  display: flex;
  flex-wrap: wrap
}

.osano-cm-dialog--type_bar .osano-cm-dialog__content {
  flex: 5;
  margin-bottom: .25em;
  width: 100%
}

.osano-cm-dialog--type_box .osano-cm-dialog__content {
  display: flex;
  flex-direction: column;
  flex-grow: .0001;
  transition: flex-grow 1s linear
}

.osano-cm-dialog--type_box .osano-cm-link-separator:before {
  content: "";
  padding: 0
}

.osano-cm-dialog--type_box .osano-cm-content__link {
  margin-bottom: .5em
}

.osano-cm-dialog--type_bar .osano-cm-dialog__list {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: .75em auto
}

@media screen and (min-width:376px) {
  .osano-cm-dialog--type_bar .osano-cm-dialog__list {
    flex-direction: row
  }
}

@media screen and (min-width:768px) {
  .osano-cm-dialog--type_bar .osano-cm-dialog__list {
    margin: .5em 0 0 auto
  }

  [dir=rtl] .osano-cm-dialog--type_bar .osano-cm-dialog__list {
    margin: .5em auto 0 0
  }
}

[dir=ltr] .osano-cm-dialog--type_bar .osano-cm-dialog__list .osano-cm-item {
  margin-right: .5em
}

[dir=rtl] .osano-cm-dialog--type_bar .osano-cm-dialog__list .osano-cm-item {
  margin-left: .5em
}

.osano-cm-dialog--type_bar .osano-cm-dialog__list .osano-cm-label {
  padding-top: 0
}

.osano-cm-dialog--type_bar .osano-cm-dialog__buttons {
  flex: 1;
  justify-content: flex-end;
  margin: 0;
  width: 100%
}

@media screen and (min-width:768px) {
  .osano-cm-dialog--type_bar .osano-cm-dialog__buttons {
    margin: 0 0 0 .5em;
    max-width: 30vw;
    min-width: 16em;
    position: sticky;
    top: 0;
    width: auto
  }

  [dir=rtl] .osano-cm-dialog--type_bar .osano-cm-dialog__buttons {
    margin: 0 .5em 0 0
  }
}

.osano-cm-dialog--type_box .osano-cm-dialog__buttons {
  margin: .5em 0 0
}

.osano-cm-dialog--type_bar.osano-cm-dialog--position_top {
  top: 0
}

.osano-cm-dialog--type_bar.osano-cm-dialog--position_bottom {
  bottom: 0
}

.osano-cm-dialog--type_box.osano-cm-dialog--position_top-left {
  left: 1em;
  top: 1em
}

.osano-cm-dialog--type_box.osano-cm-dialog--position_top-right {
  right: 1em;
  top: 1em
}

.osano-cm-dialog--type_box.osano-cm-dialog--position_bottom-left {
  bottom: 1em;
  left: 1em
}

.osano-cm-dialog--type_box.osano-cm-dialog--position_bottom-right {
  bottom: 1em;
  right: 1em
}

.osano-cm-dialog--type_box.osano-cm-dialog--position_center {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%)
}

.osano-cm-dialog--type_box.osano-cm-dialog--wide {
  max-width: 50em
}

@media screen and (max-height:800px)and (max-width:1200px) {
  .osano-cm-dialog--type_box.osano-cm-dialog--wide {
    max-width: calc(100vw - 4em)
  }
}

.osano-cm-dialog--type_box.osano-cm-dialog--wide .osano-cm-dialog__list {
  display: flex;
  flex-wrap: wrap
}

.osano-cm-dialog--context_amp {
  height: 100%;
  position: relative
}

.osano-cm-content__message {
  margin-bottom: 1em;
  word-break: break-word
}

.osano-cm-drawer-links {
  margin: .5em 0 0
}

.osano-cm-drawer-links__link {
  display: block
}

.osano-cm-storage-policy {
  display: inline-block
}

.osano-cm-usage-list {
  margin: 0 0 .5em
}

.osano-cm-usage-list__list {
  list-style-position: inside;
  list-style-type: disc
}

:export {
  fadeTransitionTime: .7s;
  slideTransitionTime: .4s
}

.osano-cm-info-dialog {
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  transition-delay: 0s, 0s;
  transition-duration: .2s, 0s;
  transition-property: opacity, visibility;
  visibility: visible;
  width: 100vw;
  z-index: 2147483638
}

.osano-cm-info-dialog--hidden {
  opacity: 0;
  transition-delay: 0s, .2s;
  visibility: hidden
}

.osano-cm-header {
  margin: 0 0 -1em;
  padding: 1em 0;
  position: sticky;
  top: 0;
  z-index: 1
}

.osano-cm-info {
  animation: delay-overflow .4s;
  bottom: 0;
  box-shadow: 0 0 2px 2px #ccc;
  box-sizing: border-box;
  max-width: 20em;
  overflow: visible visible;
  position: fixed;
  top: 0;
  transition-duration: .4s;
  transition-property: transform;
  width: 100%
}

.osano-cm-info--position_left {
  left: 0;
  transform: translate(-100%)
}

.osano-cm-info--position_right {
  right: 0;
  transform: translate(100%)
}

.osano-cm-info--open {
  animation: none;
  overflow: hidden auto;
  transform: translate(0)
}

.osano-cm-info--do_not_sell {
  animation: none;
  height: -moz-fit-content;
  height: fit-content;
  left: 50%;
  max-height: 100vh;
  position: fixed;
  right: auto;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: none
}

.osano-cm-info--do_not_sell .osano-cm-close {
  order: -1
}

.osano-cm-info--do_not_sell .osano-cm-header {
  box-sizing: content-box;
  display: block;
  flex: none
}

.osano-cm-info-views {
  align-items: flex-start;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  height: 100%;
  transition-duration: .4s;
  transition-property: transform;
  width: 100%
}

[dir=rtl] .osano-cm-info-views {
  flex-direction: row-reverse
}

.osano-cm-info-views__view {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%
}

.osano-cm-info-views--position_0>:not(:first-of-type) {
  max-height: 100%;
  overflow: hidden
}

.osano-cm-info-views--position_1 {
  transform: translateX(-100%)
}

.osano-cm-info-views--position_1>:not(:nth-of-type(2)) {
  max-height: 100%;
  overflow: hidden
}

.osano-cm-info-views--position_2 {
  transform: translateX(-200%)
}

.osano-cm-info-views--position_2>:not(:nth-of-type(3)) {
  max-height: 100%;
  overflow: hidden
}

.osano-cm-info--do_not_sell .osano-cm-info-views {
  height: -moz-fit-content;
  height: fit-content
}

.osano-cm-view {
  height: 0;
  padding: 0 .75em 1em;
  transition-delay: .4s;
  transition-duration: 0s;
  transition-property: height, visibility;
  visibility: hidden;
  width: 100%
}

.osano-cm-view__button {
  font-size: .875em;
  margin: 1em 0 0;
  width: 100%
}

.osano-cm-view--active {
  height: auto;
  transition-delay: 0s;
  visibility: visible
}

.osano-cm-description {
  font-size: .75em;
  font-weight: 300;
  line-height: 1.375;
  margin: 1em 0 0
}

.osano-cm-description:first-child {
  margin: 0
}

.osano-cm-description:last-of-type {
  margin-bottom: 1em
}

.osano-cm-drawer-toggle .osano-cm-label {
  font-size: .875em;
  line-height: 1.375em;
  margin: 0 auto 0 0
}

[dir=rtl] .osano-cm-drawer-toggle .osano-cm-label {
  margin: 0 0 0 auto
}

.osano-cm-info-dialog-header {
  align-items: center;
  display: flex;
  flex-direction: row-reverse;
  left: auto;
  min-height: 3.25em;
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 1
}

[dir=rtl] .osano-cm-info-dialog-header {
  flex-direction: row
}

.osano-cm-info-dialog-header__header {
  align-items: center;
  display: flex;
  flex: 1 1 auto;
  font-size: 1em;
  justify-content: flex-start;
  margin: 0;
  order: 1;
  padding: 1em .75em
}

.osano-cm-info-dialog-header__description {
  font-size: .75em;
  line-height: 1.375
}

.osano-cm-back,
.osano-cm-info-dialog-header__close {
  position: relative
}

.osano-cm-back {
  flex: 0 1 auto;
  margin: 0 0 0 .5em;
  min-width: 0;
  order: 2;
  width: auto;
  z-index: 2
}

[dir=rtl] .osano-cm-back {
  margin: 0 .5em 0 0
}

.osano-cm-powered-by {
  align-items: center;
  display: flex;
  flex-direction: column;
  font-weight: 700;
  justify-content: center;
  margin: 1em 0
}

.osano-cm-powered-by__link {
  font-size: .625em;
  outline: 0;
  text-decoration: none
}

.osano-cm-powered-by__link:focus,
.osano-cm-powered-by__link:hover {
  text-decoration: underline
}

@keyframes delay-overflow {
  0% {
    overflow: hidden auto
  }
}

.osano-cm-drawer-iab-button-container {
  display: flex;
  gap: .5em;
  justify-content: center;
  margin-bottom: 2em
}

.osano-cm-illustrations__list>.osano-cm-list-item--type_description {
  padding: .2rem 1rem
}

.osano-cm-drawer-item.osano-cm-description__list li {
  padding-top: .75em
}

.osano-cm-tcf-purpose--label {
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  display: block;
  margin-bottom: .5em;
  padding: .25em 0 .5em
}

.osano-cm-link.osano-cm-link--type_purpose {
  font-weight: 400
}

.osano-cm-tcf-purpose--label input {
  float: right;
  margin-right: .5em
}

.osano-cm-expansion-panel {
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  display: block;
  font-size: .75em;
  margin: 0 -1.5em 1em;
  padding: 1.5em 1.5em 0
}

.osano-cm-expansion-panel--expanded {
  border-bottom: none
}

.osano-cm-expansion-panel--empty,
.osano-cm-expansion-panel--empty:not([open]) {
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  padding-bottom: 0
}

.osano-cm-expansion-panel__body {
  background-color: rgba(0, 0, 0, .1);
  line-height: 1.25;
  list-style: none;
  margin: 0 -1.5em;
  max-height: 0;
  overflow: hidden;
  padding: 0 1.5em;
  transition-delay: 0s, 0s, 0s, .3s;
  transition-duration: .3s, .3s, .3s, 0s;
  transition-property: max-height, padding-top, padding-bottom, visibility;
  transition-timing-function: ease-out;
  visibility: hidden
}

.osano-cm-expansion-panel__toggle {
  cursor: pointer;
  display: block;
  line-height: 1.25;
  margin: 0 auto 1em 0;
  outline: 0;
  position: relative
}

.osano-cm-expansion-panel__toggle:active,
.osano-cm-expansion-panel__toggle:focus,
.osano-cm-expansion-panel__toggle:hover {
  outline: 0
}

[dir=rtl] .osano-cm-expansion-panel__toggle {
  margin: 0 0 1em auto
}

.osano-cm-expansion-panel--expanded .osano-cm-expansion-panel__body {
  max-height: none;
  padding: 1.25em 1.5em 1em;
  transition-delay: 0s, 0s, 0s, 0s;
  visibility: visible
}

.osano-cm-cookie-disclosure__title,
.osano-cm-script-disclosure__title {
  border: 0;
  clear: both;
  display: block;
  flex: 0 1 30%;
  font-size: 1em;
  font-weight: 700;
  line-height: 1.375;
  margin: 0 0 .5em;
  padding: 0
}

.osano-cm-cookie-disclosure__description,
.osano-cm-script-disclosure__description {
  flex: 0 1 70%;
  font-size: 1em;
  line-height: 1.375;
  margin: 0 0 .5em;
  padding: 0
}

.osano-cm-disclosure {
  border-bottom: none;
  display: block;
  font-size: .75em;
  margin: 0 -1.5em 1em;
  padding: 1.5em 1.5em 0
}

.osano-cm-disclosure--collapse {
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  padding-bottom: 1em
}

.osano-cm-disclosure--empty,
.osano-cm-disclosure--empty:not([open]) {
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  padding-bottom: 0
}

.osano-cm-disclosure__list {
  background-color: rgba(0, 0, 0, .1);
  line-height: 1.25;
  list-style: none;
  margin: 0 -1.5em;
  padding: 1.25em 1.5em 1em
}

.osano-cm-disclosure__list:empty {
  border: none;
  padding: 0 1.5em
}

.osano-cm-disclosure__list:first-of-type {
  margin-top: 1em;
  padding: 1.25em 1.5em 1em
}

.osano-cm-disclosure__list:first-of-type:empty {
  padding: 1.75em 1.5em .75em
}

.osano-cm-disclosure__list:not(:first-of-type):not(:empty) {
  border-top: 1px solid rgba(0, 0, 0, .1)
}

.osano-cm-disclosure__list:empty+.osano-cm-disclosure__list:not(:empty) {
  border: none;
  padding: 0 1.5em
}

.osano-cm-disclosure__list:not(:empty)~.osano-cm-disclosure__list:empty+.osano-cm-disclosure__list:not(:empty) {
  border-top: 1px solid rgba(0, 0, 0, .1)
}

.osano-cm-disclosure__list>.osano-cm-list-item {
  line-height: 1.25
}

.osano-cm-disclosure__list>.osano-cm-list-item:not(:first-of-type) {
  border-top: 1px solid rgba(0, 0, 0, .1);
  margin: 1em -1.25em 0;
  padding: 1em 1.25em 0
}

.osano-cm-disclosure__toggle {
  cursor: pointer;
  display: block;
  font-weight: 700;
  line-height: 1.25;
  margin: 0 auto 0 0;
  outline: 0;
  position: relative
}

.osano-cm-disclosure__toggle:focus,
.osano-cm-disclosure__toggle:hover {
  text-decoration: underline
}

[dir=rtl] .osano-cm-disclosure__toggle {
  margin: 0 0 0 auto
}

.osano-cm-disclosure--loading .osano-cm-disclosure__list {
  height: 0;
  line-height: 0;
  max-height: 0
}

.osano-cm-disclosure--loading .osano-cm-disclosure__list>* {
  display: none
}

.osano-cm-disclosure--loading .osano-cm-disclosure__list:after {
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-name: osano-load-scale;
  animation-timing-function: ease-in-out;
  border-radius: 100%;
  content: "";
  display: block;
  height: 1em;
  position: relative;
  top: -.125em;
  transform: translateY(-50%);
  width: 1em
}

.osano-cm-disclosure--collapse .osano-cm-disclosure__list {
  display: none
}

.osano-cm-disclosure--collapse .osano-cm-disclosure__list:after {
  content: none
}

.osano-cm-cookie-disclosure,
.osano-cm-script-disclosure {
  display: flex;
  flex-wrap: wrap;
  margin: 0
}

.osano-cm-cookie-disclosure__description:last-of-type,
.osano-cm-cookie-disclosure__title:last-of-type,
.osano-cm-script-disclosure__description:last-of-type,
.osano-cm-script-disclosure__title:last-of-type {
  margin-bottom: 0
}

@keyframes osano-load-scale {
  0% {
    transform: translateY(-50%) scale(0)
  }

  to {
    opacity: 0;
    transform: translateY(-50%) scale(1)
  }
}

.osano-cm-window {
  direction: < !--?lit$477703107$-->ltr;
  text-align: < !--?lit$477703107$-->left
}

.osano-cm-dialog {
  background: < !--?lit$477703107$-->#00273b;
  color: < !--?lit$477703107$-->#fff
}

.osano-cm-dialog__close {
  color: < !--?lit$477703107$-->#fff;
  stroke: < !--?lit$477703107$-->#fff
}

.osano-cm-dialog__close:focus {
  background-color: < !--?lit$477703107$-->#fff;
  border-color: < !--?lit$477703107$-->#fff;
  stroke: < !--?lit$477703107$-->#00273b
}

.osano-cm-dialog__close:hover {
  stroke: < !--?lit$477703107$-->#ebebeb
}

.osano-cm-dialog__close:focus:hover {
  stroke: < !--?lit$477703107$-->#143b4f
}

.osano-cm-info-dialog {
  background: < !--?lit$477703107$-->rgba(0, 0, 0, .45)
}

.osano-cm-header,
.osano-cm-info-dialog-header {
  background: < !--?lit$477703107$-->#fff;
  background: linear-gradient(180deg, < !--?lit$477703107$-->#fff 2.5em, < !--?lit$477703107$-->rgba(255, 255, 255, 0) 100%)
}

.osano-cm-info {
  background: < !--?lit$477703107$-->#fff;
  color: < !--?lit$477703107$-->#000
}

.osano-cm-link-separator::before {
  content: '|';
  padding: 0 .5em
}

.osano-cm-close {
  display: flex;
  background-color: transparent;
  border-color: transparent
}

.osano-cm-info-dialog-header__close {
  color: < !--?lit$477703107$-->#000;
  stroke: < !--?lit$477703107$-->#000
}

.osano-cm-info-dialog-header__close:focus {
  background-color: < !--?lit$477703107$-->#000;
  border-color: < !--?lit$477703107$-->#000;
  stroke: < !--?lit$477703107$-->#fff
}

.osano-cm-info-dialog-header__close:hover {
  stroke: < !--?lit$477703107$-->#141414
}

.osano-cm-info-dialog-header__close:focus:hover {
  stroke: < !--?lit$477703107$-->#ebebeb
}

.osano-cm-disclosure__list:first-of-type::after {
  background-color: < !--?lit$477703107$-->#2196f3
}

.osano-cm-disclosure__toggle,
.osano-cm-expansion-panel__toggle {
  color: < !--?lit$477703107$-->#2196f3
}

.osano-cm-disclosure__toggle:active,
.osano-cm-disclosure__toggle:hover,
.osano-cm-expansion-panel__toggle:active,
.osano-cm-expansion-panel__toggle:hover {
  color: < !--?lit$477703107$-->#2196f3
}

.osano-cm-disclosure__toggle:focus,
.osano-cm-expansion-panel__toggle:focus {
  color: < !--?lit$477703107$-->#35aaff
}

.osano-cm-button {
  background-color: < !--?lit$477703107$-->#2196f3;
  border-color: < !--?lit$477703107$-->#fff;
  color: < !--?lit$477703107$-->#fff
}

.osano-cm-button--type_deny {
  background-color: < !--?lit$477703107$-->silver;
  border-color: < !--?lit$477703107$-->#fff;
  color: < !--?lit$477703107$-->#fff
}

.osano-cm-button:focus,
.osano-cm-button:hover {
  background-color: < !--?lit$477703107$-->#35aaff
}

.osano-cm-button--type_deny:focus,
.osano-cm-button--type_deny:hover {
  background-color: < !--?lit$477703107$-->#acacac
}

.osano-cm-link {
  color: < !--?lit$477703107$-->#2196f3
}

.osano-cm-link:active,
.osano-cm-link:hover {
  color: < !--?lit$477703107$-->#2196f3
}

.osano-cm-link:focus {
  color: < !--?lit$477703107$-->#35aaff
}

.osano-cm-toggle__switch {
  background-color: < !--?lit$477703107$-->#d1ebff
}

.osano-cm-toggle__switch::after {
  background-color: < !--?lit$477703107$-->#2196f3;
  border-color: < !--?lit$477703107$-->#2196f3
}

.osano-cm-toggle__switch::before {
  border-color: transparent
}

.osano-cm-toggle__input:checked+.osano-cm-toggle__switch {
  background-color: < !--?lit$477703107$-->#2196f3;
  border-color: < !--?lit$477703107$-->#2196f3
}

.osano-cm-toggle__input:checked+.osano-cm-toggle__switch::after,
.osano-cm-toggle__input:checked+.osano-cm-toggle__switch::before {
  border-color: < !--?lit$477703107$-->#fff
}

.osano-cm-toggle__input:focus+.osano-cm-toggle__switch,
.osano-cm-toggle__input:hover+.osano-cm-toggle__switch {
  background-color: < !--?lit$477703107$-->#bdd7eb;
  border-color: < !--?lit$477703107$-->#bdd7eb
}

.osano-cm-toggle__input:focus+.osano-cm-toggle__switch::before {
  border-color: < !--?lit$477703107$-->#bdd7eb
}

.osano-cm-toggle__input:checked:focus+.osano-cm-toggle__switch,
.osano-cm-toggle__input:checked:hover+.osano-cm-toggle__switch {
  background-color: < !--?lit$477703107$-->#35aaff;
  border-color: < !--?lit$477703107$-->#35aaff
}

.osano-cm-toggle__input:checked:focus+.osano-cm-toggle__switch::before {
  border-color: < !--?lit$477703107$-->#35aaff
}

.osano-cm-toggle__input:disabled+.osano-cm-toggle__switch,
.osano-cm-toggle__input:disabled:focus+.osano-cm-toggle__switch,
.osano-cm-toggle__input:disabled:hover+.osano-cm-toggle__switch {
  background-color: < !--?lit$477703107$-->#91abbf;
  border-color: < !--?lit$477703107$-->#91abbf
}

.osano-cm-toggle__input:disabled+.osano-cm-toggle__switch::after,
.osano-cm-toggle__input:disabled:focus+.osano-cm-toggle__switch::after,
.osano-cm-toggle__input:disabled:hover+.osano-cm-toggle__switch::after {
  background-color: < !--?lit$477703107$-->#61d6ff;
  border-color: < !--?lit$477703107$-->#61d6ff
}

.osano-cm-toggle__input:disabled+.osano-cm-toggle__switch::before,
.osano-cm-toggle__input:disabled:focus+.osano-cm-toggle__switch::before,
.osano-cm-toggle__input:disabled:hover+.osano-cm-toggle__switch::before {
  border-color: transparent
}

.osano-cm-toggle__input:disabled:checked+.osano-cm-toggle__switch,
.osano-cm-toggle__input:disabled:checked:focus+.osano-cm-toggle__switch,
.osano-cm-toggle__input:disabled:checked:hover+.osano-cm-toggle__switch {
  background-color: < !--?lit$477703107$-->#61d6ff;
  border-color: < !--?lit$477703107$-->#61d6ff
}

.osano-cm-toggle__input:disabled:checked+.osano-cm-toggle__switch::after,
.osano-cm-toggle__input:disabled:checked:focus+.osano-cm-toggle__switch::after,
.osano-cm-toggle__input:disabled:checked:hover+.osano-cm-toggle__switch::after {
  background-color: < !--?lit$477703107$-->#bfbfbf;
  border-color: < !--?lit$477703107$-->#bfbfbf
}

.osano-cm-toggle__input:disabled:checked+.osano-cm-toggle__switch::before,
.osano-cm-toggle__input:disabled:checked:focus+.osano-cm-toggle__switch::before,
.osano-cm-toggle__input:disabled:checked:hover+.osano-cm-toggle__switch::before {
  border-color: transparent
}

.osano-cm-widget__outline {
  fill: < !--?lit$477703107$-->#fff;
  stroke: < !--?lit$477703107$-->#29246a
}

.osano-cm-widget__dot {
  fill: < !--?lit$477703107$-->#37cd8f
}

.osano-cm-tcf-purpose--label input {
  accent-color: < !--?lit$477703107$-->#2196f3
}