/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
figure,
body {
  margin: 0;
}
* {
  box-sizing: border-box;
}
main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: rgba(0, 0, 0, 0);
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
@font-face {
  font-family: "icomoon";
  src: url("./fonts/icomoon.eot?qui7bi");
  src: url("./fonts/icomoon.eot?qui7bi#iefix") format("embedded-opentype"),
    url("./fonts/icomoon.ttf?qui7bi") format("truetype"),
    url("./fonts/icomoon.woff?qui7bi") format("woff"),
    url("./fonts/icomoon.svg?qui7bi#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^="icon-"],
[class*=" icon-"] {
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-age:before {
  content: "";
}
.icon-cash:before {
  content: "";
}
.icon-checked:before {
  content: "";
}
.icon-diamond:before {
  content: "";
}
.icon-dice:before {
  content: "";
}
.icon-star:before {
  content: "";
}

.d-none {
  display: none;
}
@media (max-width: 992px) {
  .d-md-block {
    display: block;
  }
}
@media (max-width: 992px) {
  .d-md-hide {
    display: none !important;
  }
}

.visible-lg,
.visible-md,
.visible-sm,
.visible-xs {
  display: none !important;
}
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  td.visible-xs,
  th.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  td.visible-sm,
  th.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  td.visible-md,
  th.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  td.visible-lg,
  th.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
body {
  font-family: "Poppins";
  font-size: 16px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  position: relative;
  background: #1d1c19;
}

.scroll-lock {
  overflow: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin-top: 0;
}
h1 em,
h2 em,
h3 em,
h4 em,
h5 em,
h6 em,
p em {
  font-style: normal;
  color: #ffb500;
}
strong {
  font-weight: 700;
}

.casino-tables .container {
  margin: 0 auto;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 576px) {
  .casino-tables .container {
    max-width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .casino-tables .container {
    max-width: 720px;
  }
}
@media screen and (min-width: 991px) {
  .casino-tables .container {
    max-width: 980px;
  }
}
@media screen and (min-width: 1299px) {
  .casino-tables .container {
    max-width: 1310px;
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  margin: 0 -20px;
}
.col-3 {
  max-width: 33.33333%;
  padding: 0 20px;
  flex: 0 0 33.33333%;
}
.col-4 {
  max-width: 25%;
  flex: 0 0 25%;
  padding: 0 20px;
}
.col-2 {
  max-width: 50%;
  flex: 0 0 50%;
  padding: 0 20px;
}
.hidden {
  display: none;
}
.hide-block {
  opacity: 0;
  transition: all 1000ms cubic-bezier(0.68, -0.55, 0.27, 1.25);
}
.show-block-simple {
  opacity: 1;
}
.leftsideAnimate--hide {
  opacity: 0;
  transition: all 1000ms cubic-bezier(0.68, -0.55, 0.27, 1.25);
  transform: translateX(-100px) scale(0.95) translate3d(0, 0, 0);
}
.leftsideAnimate--show {
  opacity: 1;
  transform: translateX(0) scale(1) translate3d(0, 0, 0);
}
.rightsideAnimate--hide {
  opacity: 0;
  transition: all 1000ms cubic-bezier(0.68, -0.55, 0.27, 1.25);
  transform: translateX(100px) scale(0.95) translate3d(0, 0, 0);
}
.rightsideAnimate--show {
  opacity: 1;
  transform: translateX(0) scale(1) translate3d(0, 0, 0);
}
.fly {
  opacity: 0;
  transition: all 800ms cubic-bezier(0.68, -0.55, 0.27, 1.25);
  transform: translateY(100px) scale(1.05) translate3d(0, 0, 0);
}
.fly2 {
  opacity: 0;
  transition: all 1000ms cubic-bezier(0.68, -0.55, 0.27, 1.25);
  transform: translateY(120px) scale(1.08) translate3d(0, 0, 0);
}
.fly3 {
  opacity: 0;
  transition: all 1200ms cubic-bezier(0.68, -0.55, 0.27, 1.25);
  transform: translateY(140px) scale(1.08) translate3d(0, 0, 0);
}
.fly4 {
  opacity: 0;
  transition: all 1400ms cubic-bezier(0.68, -0.55, 0.27, 1.25);
  transform: translateY(160px) scale(1.08) translate3d(0, 0, 0);
}
.fly5 {
  opacity: 0;
  transition: all 1600ms cubic-bezier(0.68, -0.55, 0.27, 1.25);
  transform: translateY(180px) scale(1.08) translate3d(0, 0, 0);
}
.fly6 {
  opacity: 0;
  transition: all 1800ms cubic-bezier(0.68, -0.55, 0.27, 1.25);
  transform: translateY(200px) scale(1.08) translate3d(0, 0, 0);
}
.fly7 {
  opacity: 0;
  transition: all 2000ms cubic-bezier(0.68, -0.55, 0.27, 1.25);
  transform: translateY(200px) scale(1.08) translate3d(0, 0, 0);
}
.show-block {
  opacity: 1;
  transform: translateY(0) scale(1) translate3d(0, 0, 0);
}
.ovh {
  overflow: hidden;
  padding: 4px 0;
}
.ovh > span {
  display: block;
}
.chevron {
  display: inline-block;
  position: relative;
  width: 10px;
  height: 17px;
}
.chevron::before,
.chevron::after {
  position: absolute;
  display: inline-block;
  content: "";
  width: 3px;
  height: 12px;
  border-radius: 10px;
  background: #fff;
  left: 0;
  transform-origin: 2px 2px 0;
}
.chevron::before {
  transform: rotate(-45deg);
  top: 0;
}
.chevron::after {
  transform: rotate(45deg);
  bottom: 0;
  transform-origin: 2px 10px 0;
}
sup {
  font-size: 50%;
}
@media screen and (max-width: 991px) {
  .hidden-md.hidden-md {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  .hidden-lg.hidden-lg {
    display: none;
  }
}
.separator {
  position: relative;
}
.separator.separator--top:before {
  content: "";
  position: absolute;
  height: 2px;
  width: 100%;
  left: 0;
  background: linear-gradient(
    to right,
    rgba(255, 181, 0, 0),
    rgba(255, 181, 0, 0.62),
    #ffd97d,
    rgba(255, 181, 0, 0.64),
    rgba(255, 181, 0, 0)
  );
  z-index: 2;
  bottom: 0;
}
.separator.separator--bottom:after {
  content: "";
  position: absolute;
  height: 2px;
  width: 100%;
  left: 0;
  background: linear-gradient(
    to right,
    rgba(255, 181, 0, 0),
    rgba(255, 181, 0, 0.62),
    #ffd97d,
    rgba(255, 181, 0, 0.64),
    rgba(255, 181, 0, 0)
  );
  z-index: 2;
  bottom: 0;
}
@media screen and (max-width: 991px) {
  .hidden-sm {
    display: none;
  }
}
.visible-sm {
  display: none;
}
@media screen and (max-width: 991px) {
  .visible-sm {
    display: block;
  }
}

.casino-tables .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  max-width: 100%;
  height: 62px;
  padding: 0 28px;
  border-radius: 100px;
  box-shadow: 0px 2px 4px 0 rgba(0, 0, 0, 0.45);
  background-color: #00aa63;
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  font-weight: 700;
  text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.45);
  line-height: 1.2;
  letter-spacing: 1px;
  border: 3px solid rgba(0, 0, 0, 0);
  background-clip: border-box;
  text-transform: uppercase;
  position: relative;
  transition: all 0.2s ease-in-out;
}
@media screen and (min-width: 1921px) {
  .casino-tables .btn {
    padding: 0 15px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1299px) {
  .casino-tables .btn {
    font-size: 12px;
    padding: 0 14px;
  }
}
@media screen and (max-width: 575px) {
  .casino-tables .btn {
    font-size: 4vw;
    height: 10.6666666667vw;
    padding: 0 2.6666666667vw;
  }
}
.casino-tables .btn:before {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  top: 0;
  left: 0;
  margin: -3px;
  background: linear-gradient(to bottom, #73d0a9, #005732);
  border-radius: 100px;
}
.casino-tables .btn:after {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  top: 0;
  left: 0;
  background: #00aa63;
  border-radius: 100px;
}
.casino-tables .btn:hover {
  transform: scale(1.05);
}
.casino-tables .btn span {
  position: relative;
  z-index: 1;
}

.hero-section h1 {
  color: #c88500;
  font-weight: 900;
  font-size: 60px;
  text-transform: uppercase;
  line-height: 1;
  margin: 0;
  text-align: center;
  text-shadow: 0 3px 5px #000;
  margin-bottom: 30px;
}

.hero-section h1 small {
	font-size: 50%;
	display: block;
	margin-top: 15px;
}

@media (max-width: 575px) {
  .hero-section h1 small {
	font-size: 70%;
}
}

.hero-header .hero .hero-section .container {
  padding-top: 0;
}


.hero-section .video-container {
  margin: 0 auto;
  position: relative;
  background: #ffb600;
  border-radius: 0;
  padding-top: 56%;
}
@media (max-width: 575px) {
  .hero-section .video-container {
    width: 100%;
    margin: 0 auto 10px;
  }
}
.hero-section .video-holder {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.hero-section .video-holder .wistia_embed {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  max-width: 100%;
  max-height: 100%;
  -webkit-clip-path: inset(1px 1px);
  clip-path: inset(1px 1px);
  padding: 4px;
  -webkit-transition: all 1s all ease-in-out;
  transition: all 1s all ease-in-out;
}
.hero-section .video-holder .wistia_embed > div {
  max-width: 100%;
}
.hero-section video {
  width: 100%;
  height: 100%;
  background-position: center;
}
.hero-section video[played] {
  -webkit-filter: brightness(1.5);
  filter: brightness(1.5);
}

.hero-section .play-btn {
  z-index: 2;
  cursor: pointer;
  transition: ease-in-out 1s all;
  width: 8vw;
  height: 8vw;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(1);
  position: absolute;
  opacity: 1;
  visibility: visible;
}

.hero-section .play-btn.hide {
  transform: translate(-50%, -50%) scale(0);
  opacity: 0;
  visibility: hidden;
}

.hero-section .play-btn img {
  max-width: 100%;
}
@media (max-width: 575px) {
  .hero-section .play-btn img {
    aspect-ratio: 1 / 1;
    width: 20vw;
    min-width: 20vw;
    height: 20vw;
  }
}
.hero-section .play-btn img {
  width: 8vw;
  height: 8vw;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
}
@media (max-width: 575px) {
  .hero-section .play-btn img {
    width: 20vw;
    height: 20vw;
  }
}

.hero-section {
  padding: 68px 0 74px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 1299px) {
  .hero-section {
    padding: 3.5416666667vw 0 3.8541666667vw;
  }
}
@media screen and (max-width: 767px) {
  .hero-section {
    padding: 4vw 0 1.3333333333vw;
  }
}
.hero-section .container {
  position: relative;
}

@media screen and (min-width: 1299px) {
  .hero-section .container {
    max-width: 800px;
  }
}

@media screen and (max-width: 991px) {
  .hero-section__content {
    max-width: 60%;
  }
}
.hero-section__title {
  text-transform: uppercase;
  text-shadow: 0px 2px 1px rgba(0, 0, 0, 0.64);
  font-size: 40px;
  font-weight: 700;
  text-align: left;
  color: #fff;
  letter-spacing: 1px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .hero-section__title {
    font-size: 5.3333333333vw;
  }
}
.hero-section__description {
  font-size: 14px;
  line-height: 1.57;
  letter-spacing: 1px;
  color: #fff;
}
@media screen and (max-width: 991px) {
  .hero-section__description {
    display: none;
  }
}
.hero-section__update {
  font-size: 14px;
  color: #fff;
  display: flex;
  align-items: center;
  letter-spacing: 0.5px;
}
@media screen and (max-width: 767px) {
  .hero-section__update {
    font-size: 2.6666666667vw;
  }
}
.hero-section__update strong {
  text-transform: uppercase;
}
.hero-section__update .fire-img,
.hero-section__update img {
  max-width: 26px;
  max-height: 30px;
  margin-right: 6px;
  margin-top: -10px;
}
@media screen and (max-width: 767px) {
  .hero-section__update .fire-img,
  .hero-section__update img {
    max-width: 3.4666666667vw;
    margin-right: 1.3333333333vw;
  }
}
.hero-section__badge {
  position: absolute;
  right: 11px;
  bottom: -283px;
  max-width: 440px;
  width: 100%;
}
@media screen and (max-width: 1299px) {
  .hero-section__badge {
    bottom: -15.625vw;
    max-width: 25.390625vw;
    right: 0vw;
  }
}
@media screen and (max-width: 991px) {
  .hero-section__badge {
    bottom: -17.578125vw;
    max-width: 31.25vw;
    right: 1.953125vw;
  }
}
@media screen and (max-width: 991px) {
  .hero-section__badge {
    bottom: -17.3333333333vw;
    max-width: 34.6666666667vw;
    right: 5.3333333333vw;
  }
}
.hero-section__badge-image {
  max-width: 100%;
  width: 100%;
  animation: upAndDown 3s ease-in-out infinite;
}
.casino-tables {
  background: #1d1c19;
  padding: 30px 0 50px;
}
@media screen and (max-width: 575px) {
  .casino-tables {
    padding: 0;
  }
}
.casino-tables .container .casino-table__head {
  justify-content: flex-end;
  display: flex;
  margin-bottom: 25px;
}
@media screen and (max-width: 991px) {
  .casino-tables .container .casino-table__head {
    display: none;
  }
}
.casino-tables {
  overflow: hidden;
}

.promo__feature {
  margin: 5px 0;
}

.casino-tables .container .casino-table__head .casino-table__head-cell {
  max-width: 18.7%;
  flex: 0 0 18.7%;
  box-shadow: 0px 4px 4px 0 rgba(0, 0, 0, 0.91),
    inset 0px 0px 15px 4px rgba(0, 0, 0, 0.6);
  border: solid 1px #59574e;
  background-color: #44423b;
  display: flex;
  height: 29px;
  justify-content: center;
  align-items: center;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.91);
  font-size: 14.1px;
  font-weight: 600;
  text-align: center;
  margin-left: 19px;
  letter-spacing: 0.5px;
  color: #ffb500;
}
.casino-table {
  display: grid;
  grid-template-rows: repeat(2, auto);
  grid-template-columns: repeat(5, 1fr);
  gap: 0;
  width: 100%;
  height: 100%;
  margin-bottom: 30px;
  grid-auto-rows: auto;
  border-radius: 14px;
  box-shadow: 0px 2px 9px 0 #000;
  border: solid 2px #ffb600;
  padding: 15px 0;
  position: relative;
  min-height: 210px;
}
@media screen and (max-width: 991px) {
  .casino-table {
    display: grid;
    grid-template-rows: repeat(5, auto);
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
    width: 100%;
    height: 100%;
    padding-bottom: 0;
  }
  .casino-table:first-of-type {
    display: grid;
    grid-template-rows: repeat(5, auto);
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
    width: 100%;
    height: 100%;
    grid-auto-rows: auto;
  }
}
@media screen and (max-width: 575px) {
  .casino-table:nth-child(3) .casino-table__cell-5 {
    margin-top: 15%;
  }
}
.casino-table .casino-table__cell {
  padding: 0px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.casino-table .casino-table__cell img {
  max-width: 100%;
}
@media screen and (max-width: 991px) {
  .casino-table .casino-table__cell {
    padding: 7px 10px;
  }
  .casino-table .casino-table__cell .payment-options {
    margin-bottom: 0;
  }
}
.casino-table .casino-table__cell-1 {
  grid-area: 1/1/2/2;
  padding-top: 20px;
  max-width: 200px;
  margin-left: 25px;
}
@media screen and (max-width: 991px) {
  .casino-table .casino-table__cell-1 {
    grid-area: 1/1/2/2;
    max-width: 100%;
    margin-left: 0;
  }
}
.casino-table .casino-table__cell-2 {
  grid-area: 2/1/3/2;
  max-width: 200px;
  margin-left: 25px;
}
@media screen and (max-width: 991px) {
  .casino-table .casino-table__cell-2 {
    grid-area: 1/2/2/3;
    max-width: 100%;
    margin-left: 0;
  }
  .casino-table .casino-table__cell-2 figure {
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 0 10px;
  }
}
@media screen and (max-width: 575px) {
  .casino-table .casino-table__cell-2 {
    align-items: center;
    justify-content: flex-end;
  }
}
.casino-table .casino-table__cell-3 {
  grid-area: 1/2/3/3;
}
.casino-table .casino-table__cell-3 .promo-img__holder {
  margin-bottom: 17px;
}
@media screen and (max-width: 991px) {
  .casino-table .casino-table__cell-3 {
    grid-area: 3/1/4/2;
  }
}
@media screen and (max-width: 991px) {
  .casino-table .casino-table__cell-3 .promo__award {
    display: none;
  }
}
.casino-table .casino-table__cell-4 {
  grid-area: 1/3/3/4;
}
@media screen and (max-width: 991px) {
  .casino-table .casino-table__cell-4 {
    grid-area: 2/2/4/3;
  }
}
.casino-table .casino-table__cell-5 {
  grid-area: 1/4/2/5;
}
@media screen and (max-width: 991px) {
  .casino-table .casino-table__cell-5 {
    grid-area: 2/1/3/2;
  }
}
.casino-table .casino-table__cell-6 {
  grid-area: 2/4/3/5;
}
@media screen and (max-width: 991px) {
  .casino-table .casino-table__cell-6 {
    grid-area: 5/1/6/3;
    padding-bottom: 0;
  }
}
.casino-table .casino-table__cell-7 {
  grid-area: 1/5/3/6;
}
@media screen and (max-width: 991px) {
  .casino-table .casino-table__cell-7 {
    grid-area: 4/1/5/3;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .casino-table .casino-table__cell-7 .btn-holder {
    max-width: 100%;
    flex: 0 0 100%;
    text-align: center;
  }
  .casino-table .casino-table__cell-7 p {
    margin-right: 10px;
  }
}
.casino-table .casino-table__cell-7 .promo__award {
  margin-bottom: 10px;
  flex-direction: row;
}
@media screen and (min-width: 992px) {
  .casino-table .casino-table__cell-7 .promo__award {
    display: none;
  }
}
@media screen and (max-width: 575px) {
  .casino-table .casino-table__cell-7 .promo__award {
    font-size: 2.9333333333vw;
  }
	
}
.casino-table:first-of-type {
  box-shadow: 0 0 50px 2px rgba(255, 102, 0, 0.65);
}
@media screen and (max-width: 991px) {
  .casino-table:first-of-type {
    margin-bottom: 60px;
  }
}
.casino-table:first-of-type .casino-table__rank {
  border: solid 1px #fffa6d;
  background-color: #fffa6d;
  box-shadow: 0 0 10px 2px rgba(255, 102, 0, 0.65),
    inset 0 0 10px 3px rgba(255, 102, 0, 0.65);
}
.casino-table:first-of-type .casino-table__cell-1 {
  grid-area: 1/1/2/2;
}
@media screen and (max-width: 991px) {
  .casino-table:first-of-type .casino-table__cell-1 {
    grid-area: 1/1/2/2;
  }
}
.casino-table:first-of-type .casino-table__cell-2 {
  grid-area: 2/1/3/2;
  max-width: 200px;
  margin-left: 25px;
}
.casino-table:first-of-type .casino-table__cell-2 figure {
  display: none;
}
@media screen and (max-width: 991px) {
  .casino-table:first-of-type .casino-table__cell-2 {
    grid-area: 1/2/2/3;
    max-width: 100%;
    margin-left: 0;
    padding-left: 10px;
    padding-right: 10px;
  }
  .casino-table:first-of-type .casino-table__cell-2 figure {
    display: block;
    margin-top: 10px;
  }
}
.casino-table:first-of-type .casino-table__cell-3 {
  grid-area: 1/2/3/3;
}
@media screen and (max-width: 991px) {
  .casino-table:first-of-type .casino-table__cell-3 {
    grid-area: 3/1/4/3;
    flex-direction: row;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .casino-table:first-of-type .casino-table__cell-3 .promo__features-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
  }
  .casino-table:first-of-type .casino-table__cell-3 .promo__feature,
  .casino-table:first-of-type .casino-table__cell-3 .promo-img__holder {
    max-width: 50%;
    flex: 0 0 50%;
  }
  .casino-table:first-of-type .casino-table__cell-3 .promo__feature-item {
    text-align: center;
    flex: 0 0 50%;
    max-width: 50%;
    justify-content: center;
  }
  .casino-table:first-of-type .casino-table__cell-3 .promo-img__holder img {
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}
.casino-table:first-of-type .casino-table__cell-4 {
  grid-area: 1/3/3/4;
}
@media screen and (max-width: 991px) {
  .casino-table:first-of-type .casino-table__cell-4 {
    grid-area: 2/2/3/3;
  }
}
.casino-table:first-of-type .casino-table__cell-5 {
  grid-area: 1/4/2/5;
  padding: 0 15px;
}
@media screen and (max-width: 991px) {
  .casino-table:first-of-type .casino-table__cell-5 {
    grid-area: 2/1/3/2;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.casino-table:first-of-type .casino-table__cell-6 {
  grid-area: 2/4/3/5;
  padding-top: 7px;
  padding-bottom: 7px;
}
@media screen and (max-width: 991px) {
  .casino-table:first-of-type .casino-table__cell-6 {
    grid-area: 5/1/6/3;
  }
}
.casino-table:first-of-type .casino-table__cell-7 {
  grid-area: 1/5/3/6;
}
@media screen and (min-width: 1921px) {
  .casino-table:first-of-type .casino-table__cell-7 .btn-holder {
    padding: 0;
  }
}
@media screen and (max-width: 991px) {
  .casino-table:first-of-type .casino-table__cell-7 {
    grid-area: 4/1/5/3;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.casino-table__rank {
  position: absolute;
  top: -18px;
  left: 13px;
  height: 40px;
  padding: 0px 12px 0px 4px;
  border-radius: 20px;
  background-color: #ffb600;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 18px;
  font-weight: 600;
  text-align: left;
  color: #1d1c19;
  letter-spacing: 0.7px;
}
@media screen and (max-width: 575px) {
  .casino-table__rank {
    font-size: 4vw;
    height: 8.5333333333vw;
  }
}
.casino-table__rank-number {
  width: 30px;
  height: 30px;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: left;
  color: #ffb600;
  background-color: #1d1c19;
  border-radius: 100%;
  margin-right: 8px;
}
@media screen and (max-width: 575px) {
  .casino-table__rank-number {
    font-size: 3.2vw;
    width: 6.4vw;
    height: 6.4vw;
    margin-right: 2.6666666667vw;
  }
}
.casino-table__count-info {
  font-size: 15px;
  font-weight: 500;
  color: #000;
  padding: 5px 27px;
  border-radius: 50px;
  background-color: #ffb600;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  text-transform: uppercase;
  letter-spacing: 0.4px;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .casino-table__count-info {
    font-size: 14px;
  }

  .hero-section h1 {
    font-size: 40px;
  }
}
@media screen and (max-width: 767px) {
  .casino-table__count-info {
    font-size: 12px;
  }
}
@media screen and (max-width: 575px) {
  .casino-table__count-info {
    font-size: 2.6666666667vw;
    white-space: nowrap;
  }
  .hero-section h1 {
    font-size: 6vw;
    margin-bottom: 5vw;
  }

  .text .container h2.text-center {
    font-size: 5vw;
  }
  .casino-table .btn-holder .btn {
    max-width: 100%;
  }
}
.casino-table .casino-table__logo {
  max-width: 138px;
  max-height: 114px;
  text-align: left;
}
@media screen and (max-width: 575px) {
  .casino-table .casino-table__logo {
    padding-left: 2.6666666667vw;
    padding-right: 2.6666666667vw;
  }
}
.casino-table .casino-table__logo img {
  max-height: inherit;
}
.casino-table .casino-table__title {
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  margin-bottom: 0;
  text-transform: uppercase;
}
@media screen and (max-width: 575px) {
  .casino-table .casino-table__title {
    font-size: 3.2vw;
    margin-bottom: 2.6666666667vw;
  }
}
.casino-table .promo-img__holder {
  padding: 0 15px;
  margin-bottom: 27px;
}
.casino-table .promo__award {
  text-shadow: 0.5px 0.9px 1px #000;
  font-size: 14px;
  text-align: center;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 51px;
  flex-direction: column;
  background: #bf0000;
  width: 100%;
  text-transform: uppercase;
  border-radius: 5px;
}
@media screen and (max-width: 575px) {
  .casino-table .promo__award {
    height: 9.0666666667vw;
  }
}
.casino-table .promo__feature {
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 18px;
}
@media screen and (min-width: 992px) and (max-width: 1299px) {
  .casino-table .promo__feature {
    font-size: 10px;
  }
}
@media screen and (max-width: 575px) {
  .casino-table .promo__feature {
    font-size: 2.6666666667vw;
  }
}
.casino-table .promo__features-list {
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 991px) {
  .casino-table .promo__features-list {
    padding: 0 15px;
  }
}
@media screen and (max-width: 575px) {
  .casino-table .promo__features-list {
    padding: 0 0;
  }
}
.casino-table .promo__features-list .promo__feature-item {
  list-style-type: none;
  font-size: 14px;
  letter-spacing: 0.56px;
  text-align: left;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 15px;
  text-transform: uppercase;
  display: flex;
}
@media screen and (min-width: 992px) and (max-width: 1299px) {
  .casino-table .promo__features-list .promo__feature-item {
    font-size: 10px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 575px) {
  .casino-table .promo__features-list .promo__feature-item {
    font-size: 2.6666666667vw;
    margin-bottom: 1.8666666667vw;
  }
}
.casino-table .promo__features-list .promo__feature-item:last-of-type {
  margin: 0;
}
.casino-table .promo__features-list .promo__feature-item i {
  color: #fff;
  margin-right: 4px;
}
@media screen and (max-width: 575px) {
  .casino-table .promo__features-list .promo__feature-item i {
    font-size: 3.7333333333vw;
    margin-right: 1.8666666667vw;
  }
	.casino-table .promo-img__holder {
		margin-bottom: 0;
	}
}
.casino-table .casino-table__offer .casino-table__bonus-title {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  margin: 0;
  text-transform: uppercase;
  line-height: 0.85;
  letter-spacing: 0px;
}
.casino-table__bonus-title span {
  color: #ffb500;
  font-size: 30px;
}

@media screen and (max-width: 575px) {
  .casino-table .casino-table__offer .casino-table__bonus-title {
    font-size: 4.2666666667vw;
  }
}
.casino-table .casino-table__offer .casino-table__bonus-title em {
  display: block;
  font-size: 59px;
  font-weight: 700;
}
@media screen and (max-width: 575px) {
  .casino-table .casino-table__offer .casino-table__bonus-title em {
    font-size: 10.1333333333vw;
  }
}
.casino-table .casino-table__offer .casino-table__bonus-title i {
  font-style: normal;
  font-size: 15px;
  display: block;
  padding: 10px 0 5px 0;
  line-height: 1;
  margin-bottom: 0;
}
@media screen and (max-width: 575px) {
  .casino-table .casino-table__offer .casino-table__bonus-title i {
    font-size: 14px;
  }
}
.casino-table .casino-offer__img img {
  display: block;
}
.casino-table .trustpilot-holder img {
  display: block;
}
.casino-table .payment-options,
.casino-table .reviews {
  margin-bottom: 10px;
}
@media screen and (max-width: 991px) {
  .casino-table .payment-options,
  .casino-table .reviews {
    max-width: 100%;
    width: 100%;
  }
}
.casino-table .payment-options img,
.casino-table .reviews img {
  display: block;
}
.casino-table .loop-container {
  overflow: hidden;
  width: 100%;
  position: relative;
  -webkit-mask-image: linear-gradient(
    to right,
    transparent 0%,
    black 10%,
    black 90%,
    transparent 100%
  );
}
.casino-table .payment-options {
  width: 100%;
  height: 50px;
  overflow: hidden;
  position: relative;
  white-space: nowrap;
}
@media screen and (max-width: 991px) {
  .casino-table .payment-options {
    height: 13.671875vw;
  }
}
.casino-table .payment-options:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: inherit;
  background-size: cover;
  background-position: center;
  background-image: url("../img/payment-options.jpg");
  background-repeat: repeat-x;
  animation: loop-animation 30s linear infinite;
}
@keyframes loop-animation {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -1000px 0;
  }
}
.casino-table .payment-options {
  position: relative;
  left: 0;
  top: 0;
  white-space: nowrap;
}
.casino-table .reviews {
  margin-top: 8px;
}
@media screen and (max-width: 991px) {
  .casino-table .reviews {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 20px;
  }
}
.casino-table .btn-holder {
  padding: 0 10px;
  margin-bottom: 20px;
}
@media screen and (max-width: 575px) {
  .casino-table .btn-holder .btn {
    width: 100%;
  }
}
.casino-table p {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  text-align: center;
  color: #fff;
  margin-bottom: 8px;
}
.casino-table .igo-logo {
  max-width: 92px;
}
.text-section {
  padding-top: 70px;
  overflow: auto;
  background: #ededed;
}
@media screen and (max-width: 991px) {
  .text-section {
    padding-top: 40px;
  }
}
.text-section:last-of-type {
  padding-bottom: 70px;
}
@media screen and (max-width: 991px) {
  .text-section:last-of-type {
    padding-bottom: 40px;
  }
}
.text-section:nth-child(odd) .text-section__img {
  margin-right: 25px;
  float: left;
}
@media screen and (max-width: 991px) {
  .text-section:nth-child(odd) .text-section__img {
    float: none;
    text-align: center;
    margin: 0 0 20px 0;
  }
}
.text-section:nth-child(even) .text-section__img {
  margin-left: 25px;
}
.text-section__img {
  margin-bottom: 5px;
  float: right;
}
@media screen and (max-width: 991px) {
  .text-section__img {
    float: none;
    text-align: center;
    margin: 0 0 20px 0;
  }
}
.text-section__img img {
  width: auto;
  border: solid 2px #45423b;
  border-radius: 14px;
}
.text-section strong {
  font-weight: 400;
}
@media screen and (max-width: 991px) {
  .text-section__content > br {
    display: none;
  }
}
.text-section__header h2 {
  font-size: 30px;
  font-weight: 700;
  color: #000;
  letter-spacing: 0.8px;
  margin-bottom: 30px;
}
@media screen and (max-width: 991px) {
  .text-section__header h2 {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .text-section__header h2 {
    font-size: 20px;
  }
}
@media screen and (min-width: 1299px) {
  .text-section .container {
    max-width: 1010px;
  }
}
.text-section p {
  font-size: 16px;
  line-height: 1.5;
  color: #5f5f5f;
  letter-spacing: 0.5px;
  margin-bottom: 25px;
}
.text-section p + ul {
  margin-top: 55px;
}
@media screen and (max-width: 991px) {
  .text-section p + ul {
    margin-top: 40px;
  }
}
.text-section ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.text-section ul li {
  font-size: 16px;
  line-height: 1.5;
  color: #5f5f5f;
  position: relative;
  display: flex;
  letter-spacing: 0.5px;
}
.text-section ul li:not(:last-of-type) {
  margin-bottom: 25px;
}
@media screen and (max-width: 991px) {
  .text-section ul li:not(:last-of-type) {
    margin-bottom: 20px;
  }
}
.text-section ul li::before {
  content: "";
  font-family: "icomoon";
  color: #00aa63;
  position: relative;
  font-size: 20px;
  left: 0;
  top: -4px;
  margin-right: 2px;
}
@media screen and (max-width: 991px) {
  .text-section ul li::before {
    margin-right: 5px;
  }
}
.text-section ul li p {
  margin-bottom: 0;
}
.text-section strong {
  color: #000;
}
.bonus-modal {
  border-radius: 10px;
  box-shadow: 0.3px 2px 9px 0 #000, 0 0 30px 2px rgba(255, 102, 0, 0.65);
  border: solid 2px #ffb600;
  background: #292824 url("assets/img/modal-bg.jpg") no-repeat center
    bottom/cover;
  z-index: 9991;
  max-width: 329px;
  padding: 0;
}
.bonus-modal .close-modal {
  display: none !important;
}
.bonus-modal .modal-header {
  padding: 21px 0 32px;
  position: relative;
  margin-top: -20px;
}
.bonus-modal .modal-header:before {
  content: "";
  width: 375px;
  height: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  background: url("assets/img/ribbon-decor.png") no-repeat center top/contain;
}
.bonus-modal .modal-header h2 {
  text-align: center;
  font-size: 19px;
  font-weight: 700;
  color: #000;
  z-index: 3;
  position: relative;
  margin: 0;
  letter-spacing: 0.5px;
}
.bonus-modal .modal-body {
  padding: 20px 20px 15px 20px;
  text-align: center;
}
.bonus-modal .modal-body > p {
  text-shadow: 0px 3px 2px rgba(0, 0, 0, 0.64);
  font-family: Poppins;
  font-size: 29px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  margin-bottom: 10px;
  letter-spacing: 0.9px;
}
.bonus-modal .modal-body > p em {
  text-transform: uppercase;
}
.bonus-modal .modal-logo {
  max-width: 190px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
}
.bonus-modal .btn-holder {
  text-align: center;
}
.bonus-modal .btn-holder .btn {
  height: 40px;
  font-size: 15px;
}
.bonus-modal .igo-holder {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 6px;
  margin-bottom: 32px;
  z-index: 12;
  position: relative;
}
.bonus-modal .igo-holder p {
  font-size: 13px;
  margin-bottom: 0;
  color: #fff;
}
.bonus-modal .igo-holder img {
  max-width: 65px;
  margin-left: 10px;
  width: auto;
}
.bonus-modal small {
  text-shadow: 0px 3px 2px rgba(0, 0, 0, 0.64);
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  display: block;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
}
.bonus-modal .countdown {
  text-align: center;
  padding: 0 10px 4px 10px;
  border: solid 2px #ffb600;
  background-color: #c60000;
  position: relative;
  display: inline-block;
  filter: drop-shadow(0 0 15px #000) drop-shadow(0 0 15px rgba(0, 0, 0, 0.5));
  border-radius: 0 0 15px 15px;
  width: 195px;
  margin-bottom: 16px;
}
.bonus-modal .countdown:before {
  content: "";
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 97.5px 27px 97.5px;
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #ffb600 rgba(0, 0, 0, 0);
  transform: rotate(0deg);
  bottom: calc(100% + 2px);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.bonus-modal .countdown:after {
  content: "";
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 96.5px 26px 96.5px;
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #c60000 rgba(0, 0, 0, 0);
  transform: rotate(0deg);
  bottom: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.bonus-modal .countdown span {
  display: block;
  text-shadow: 0px 3px 2px rgba(0, 0, 0, 0.64);
  font-family: Poppins;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  margin-bottom: 4px;
  margin-top: -7px;
  position: relative;
  z-index: 3;
}
.bonus-modal .countdown em {
  text-shadow: 0px 3px 2px rgba(0, 0, 0, 0.64);
  font-family: Poppins;
  font-size: 28px;
  font-weight: 700;
  font-style: normal;
  color: #ffb500;
  letter-spacing: 5px;
}
.blocker {
  z-index: 999;
}

.casino-table__bonus-title span.bonus-small {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
}

.casino-announce {
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: 700;
}

[data-wpr-lazyrender] {
  content-visibility: visible !important;
}
