@charset "UTF-8";
@import "glide.core.min.css";
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/**
 * Component: Overlay
*/
:root {
  --backdrop: rgba(0, 0, 0, .8);
  --contentBackground: #fff;
}

/* BACKDROP */
.novi-backdrop {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 7000;
  position: fixed;
  overflow-x: hidden;
  overflow-y: auto;
  background: var(--backdrop);
  opacity: 0;
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  -webkit-animation-duration: 0.4s;
          animation-duration: 0.4s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

/* OVERLAY */
.novi-overlay {
  text-align: center;
  top: 0;
  color: #444;
  text-align: left;
  line-height: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}
.novi-overlay:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.novi-overlay__container {
  border-radius: 3px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  z-index: 8000;
  margin: 0 20px;
  padding-top: 20px;
}
.novi-overlay__content {
  position: relative;
  background: var(--contentBackground);
  max-width: 800px;
  -webkit-animation-name: fadeZoomIn;
          animation-name: fadeZoomIn;
  -webkit-animation-duration: 0.4s;
          animation-duration: 0.4s;
  opacity: 0;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
          animation-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  border: solid #2d2d2d 4px;
  border-radius: 6px;
}
.novi-overlay__content h3 {
  background: #0a385d;
  color: #fff900;
  padding: 15px;
  border-bottom: 1px solid #040404;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 18px;
}
.novi-overlay__content .content__text {
  padding: 20px;
}
.novi-overlay__content .content__text h4 {
  color: #0a385d;
  font-weight: 900;
  margin-bottom: 20px;
}
.novi-overlay__content .content__text p {
  margin-bottom: 20px;
  margin-left: 20px;
  margin-top: -10px;
}
.novi-overlay__content .content__text ul li {
  color: #094221;
  margin-left: 20px;
  margin-bottom: 20px;
  font-weight: 900;
}
.novi-overlay__content .content__text .code {
  color: #FFBF00;
  font-weight: 900;
  margin-left: 20px;
  margin-bottom: 40px;
  margin-top: -10px;
}
.novi-overlay__content .content__text .button--green {
  height: 40px;
  width: 90%;
  max-width: 400px;
  margin: 0 auto;
  font-weight: bold;
  font-size: 20px;
  margin-top: 20px;
}
.novi-overlay__content--video {
  padding: 0;
  height: 360px;
}
.novi-overlay__content--video .novi-overlay-close {
  top: -25px;
  right: 0;
}

/* CLOSE BUTTON */
.novi-overlay-close {
  padding: 0;
  position: absolute;
  top: 20px;
  right: 20px;
  display: block;
  width: 15px;
  height: 15px;
  z-index: 1;
  border: 0;
  background: url("../img/icons/yeb-close.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center top;
}
.novi-overlay-close:hover, .novi-overlay-close:focus, .novi-overlay-close:active {
  outline: none;
  cursor: pointer;
}

/* HELPER CLASSES */
@-webkit-keyframes fadeZoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale(0.5) translateY(300px);
            transform: scale(0.5) translateY(300px);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0);
  }
}
@keyframes fadeZoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale(0.5) translateY(300px);
            transform: scale(0.5) translateY(300px);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0);
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Regular.WOFF") format("WOFF");
  font-display: swap;
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Bold.WOFF") format("WOFF");
  font-display: swap;
  font-weight: bold;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Italic.WOFF") format("WOFF");
  font-display: swap;
  font-style: italic;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Light.WOFF") format("WOFF");
  font-display: swap;
  font-weight: 100;
}
a {
  text-decoration: none !important;
  color: inherit;
}

picture img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.button {
  border: 1px solid transparent;
  border-radius: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .button {
    display: -ms-flexbox;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    -ms-flex-direction: row;
  }
}
.button--flag {
  color: #319942;
  text-transform: uppercase;
}
.button--blue {
  color: white;
  background: #336eb4;
  text-transform: capitalize;
}
.button--blue:hover {
  background: #f44336;
}
.button--green {
  color: white !important;
  background: #006838;
  text-transform: uppercase;
  text-decoration: none !important;
}
.button--green:hover {
  background: #319942;
}
.button--lightgray {
  color: white;
  background: #595959;
  text-transform: capitalize;
}
.button--lightgray:hover {
  color: #8e8e8e;
  background: white;
}
.button--lightgray2 {
  color: #8e8e8e;
  background: #333333;
  text-transform: capitalize;
}
.button--lightgray2:hover {
  color: #8e8e8e;
  background: white;
}
.button--midgray {
  color: white;
  background: #595959;
  text-transform: capitalize;
}
.button--midgray:hover {
  color: #8e8e8e;
  background: white;
}
.button--darkgray {
  color: white;
  background: #202020;
  text-transform: capitalize;
}
.button--darkgray:hover {
  color: #202020;
  background: white;
}
.button--active {
  color: white;
  background: black;
}
.button--active:hover {
  color: #8e8e8e;
  background: white;
}

body {
  background-color: #202020;
  color: white;
  font-family: "Roboto", sans-serif;
  overflow-x: hidden;
}
body .blurOverlay--active {
  background: gray;
  opacity: 0.4;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 100;
  height: 100%;
}
body #canvas main {
  max-width: 100vw;
}
body #canvas main header {
  background: black;
  top: 0;
  z-index: 99;
  height: 70px;
  position: sticky;
}
body #canvas main header #logo {
  height: 40px;
  margin-top: 20px;
  margin-left: 20px;
}
body #canvas main header #headerButtons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body #canvas main header #headerButtons a {
  height: 30px;
  max-width: 120px;
  min-width: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body #canvas main header #headerButtons #flag {
  display: none;
}
body #canvas main header #headerButtons #login,
body #canvas main header #headerButtons #logout,
body #canvas main header #headerButtons #register {
  width: 20vw;
  margin: 3px;
}
body #canvas main header #headerButtons #mobileMenuTrigger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 25px;
  cursor: pointer;
}
body #canvas main header #headerButtons #mobileMenuTrigger img {
  height: 100%;
}
body #canvas main #HPRSection {
  position: relative;
}
body #canvas main #HPRSection .glide {
  position: absolute !important;
}
body #canvas main #HPRSection .HPR_main {
  max-width: 100%;
  z-index: 90;
}
body #canvas main #HPRSection .HPR_main_text {
  text-align: center;
  text-transform: uppercase;
}
body #canvas main #HPRSection .HPR_main_text_amount {
  margin-top: 10px;
  font-size: 90px;
  letter-spacing: -6px;
  font-family: "Comfortaa-bold", sans-serif;
}
body #canvas main #HPRSection .HPR_main_text_subtext {
  font-size: 28px;
  line-height: 1;
  font-weight: 100;
  font-family: "Avant-garde", sans-serif;
}
body #canvas main #HPRSection .HPR_main_text_disclaimer {
  color: #ebd560;
  font-size: 14px;
  font-family: "Avant-garde", sans-serif;
}
body #canvas main #HPRSection .HPR_main_text_disclaimer sup {
  font-size: 10px;
}
body #canvas main #HPRSection .HPR_main_buttons {
  font-size: 30px;
  padding: 0 8px;
}
body #canvas main #HPRSection .HPR_main_buttons .button--blue,
body #canvas main #HPRSection .HPR_main_buttons .button--lightgray {
  font-weight: bold;
  text-transform: uppercase;
  height: 60px;
}
body #canvas main #HPRSection .HPR_main_buttons .button--blue {
  margin-top: 10px;
}
body #canvas main #HPRSection .HPR_main_buttons .button--lightgray {
  display: none;
}
body #canvas main #HPRSection .glide {
  position: relative;
}
body #canvas main #HPRSection .glide__track ul {
  height: 320px;
}
body #canvas main #HPRSection .slider__bullets {
  position: absolute;
  bottom: 20px;
  left: calc(50% - 57px);
}
body #canvas main #HPRSection .slider__bullets button {
  outline: none;
}
body #canvas main #HPRSection .slider__bullets .slider__bullet {
  background: hsla(0deg, 0%, 100%, 0.5);
  width: 9px;
  height: 9px;
  padding: 0;
  border-radius: 50%;
  border: 2px solid transparent;
  -webkit-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  cursor: pointer;
  line-height: 0;
  -webkit-box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.1);
  margin: 0 0.25em;
}
body #canvas main #HPRSection .slider__bullets .slider__bullet[class*=active] {
  background-color: white;
}
body #canvas main .NavSection {
  display: none;
  height: 50px;
  z-index: 90;
  position: sticky;
  top: 70px;
  background-color: #006838;
  z-index: 92;
  font-size: 14px;
}
body #canvas main .NavSection ul#menu-main-menu {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
}
body #canvas main .NavSection ul#menu-main-menu a {
  display: block;
  padding: 0 10px;
  color: #fff;
  line-height: 50px;
  text-decoration: none;
  background: #006838;
}
body #canvas main .NavSection ul#menu-main-menu a:hover {
  background-color: #001f0a;
}
body #canvas main .NavSection ul#menu-main-menu li {
  display: inline-block;
}
body #canvas main .NavSection ul#menu-main-menu li .sub-menu {
  list-style: none;
  display: none;
  position: absolute;
  top: 50px;
  /* the height of the main nav */
}
body #canvas main .NavSection ul#menu-main-menu li .sub-menu li {
  width: 300px;
  float: none;
  display: list-item;
  position: relative;
}
body #canvas main .NavSection ul#menu-main-menu li .sub-menu a:hover {
  background: #001f0a;
}
body #canvas main .NavSection ul#menu-main-menu li:hover > ul {
  display: inherit;
}
body #canvas main #gamesSection .games,
body #canvas main #gamesSection .gamesButtons,
body #canvas main #gamesSection .totalJackpots {
  background: #202020;
}
body #canvas main #gamesSection .totalJackpotsIntro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  body #canvas main #gamesSection .totalJackpotsIntro {
    display: -ms-flexbox;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    -ms-flex-direction: row;
  }
}
body #canvas main #gamesSection .totalJackpotsIntro strong {
  font-weight: bold;
}
body #canvas main #gamesSection .gamesButtons {
  padding: 20px;
}
body #canvas main #gamesSection .gamesButtons a {
  font-size: 12px;
  height: 30px;
  text-align: center;
  margin: 0 2px;
}
body #canvas main #gamesSection .games {
  padding-bottom: 20px;
}
body #canvas main #gamesSection .games_containter {
  padding: 0 10px 10px;
}
body #canvas main #gamesSection .games_containter .game {
  text-align: center;
  background: #006838;
  border-radius: 6px;
  text-transform: capitalize;
  position: relative;
  display: inherit;
}
body #canvas main #gamesSection .games_containter .game a {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 25;
}
body #canvas main #gamesSection .games_containter .game a:hover + .overlay {
  z-index: 22;
  opacity: 1;
}
body #canvas main #gamesSection .games_containter .game picture {
  z-index: 20;
}
body #canvas main #gamesSection .games_containter .game .overlay {
  content: "";
  z-index: -22;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/icons/yeb-play.svg"), rgba(0, 0, 0, 0.7);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 40%;
  width: 100%;
  height: calc(100% - 40px);
  -webkit-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
}
body #canvas main #gamesSection .games_containter .game .gameName {
  font-weight: normal;
  font-size: 13px;
  font-weight: 300px;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  height: 40px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  body #canvas main #gamesSection .games_containter .game .gameName {
    display: -ms-flexbox;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    -ms-flex-direction: row;
  }
}
body #canvas main #winnersSection {
  background: black;
  padding-bottom: 20px;
}
body #canvas main #winnersSection h3 {
  font-size: 20px;
  color: #ebd560;
  font-weight: 600;
  margin-top: 20px;
  margin-bottom: 10px;
}
body #canvas main #winnersSection h4 {
  font-size: 16px;
  color: #ebd560;
  margin-top: 20px;
}
body #canvas main #winnersSection p {
  font-size: 40px;
  font-style: italic;
}
body #canvas main #winnersSection #jackpots,
body #canvas main #winnersSection #vip,
body #canvas main #winnersSection #winnersList {
  text-align: center;
}
body #canvas main #winnersSection #winnersList ul li {
  list-style: none;
  font-weight: 100;
  padding-bottom: 20px;
}
body #canvas main #winnersSection #winnersList .wfamount,
body #canvas main #winnersSection #winnersList .wfgame,
body #canvas main #winnersSection #winnersList .wfname {
  font-weight: normal;
}
body #canvas main #winnersSection #winnersList .wfamount {
  color: #c3d861;
}
body #canvas main #infoSection .seoContent {
  padding: 20px;
  background: #202020;
}
body #canvas main #infoSection .seoContent .readMore {
  margin-bottom: 40px;
  padding-left: 20px;
  color: #336eb4;
  text-decoration: underline;
  cursor: pointer;
}
body #canvas main #infoSection .seoContent .containerHidde {
  -webkit-animation: slideDown 1s;
  animation: slideDown 1s;
  z-index: -99;
}
@-webkit-keyframes slideDown {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes slideDown {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
body #canvas main #infoSection .seoContent h1 {
  font-size: 24px;
  text-align: center;
  font-weight: 900;
  margin-bottom: 10px;
}
body #canvas main #infoSection .seoContent h2 {
  font-size: 22px;
  margin-bottom: 10px;
}
body #canvas main #infoSection .seoContent h3 {
  margin-bottom: 10px;
  margin-top: 20px;
}
body #canvas main #infoSection .seoContent p {
  font-size: 15px;
  font-weight: 300;
  margin-bottom: 16px;
  color: #a0a0a0;
  line-height: 22px;
  margin-left: 20px;
}
body #canvas main #infoSection .seoContent ol,
body #canvas main #infoSection .seoContent ul {
  margin-left: 40px;
  margin-bottom: 20px;
}
body #canvas main #infoSection .seoContent ol li,
body #canvas main #infoSection .seoContent ul li {
  font-size: 15px;
  line-height: 24px;
  margin-left: 4px;
}
body #canvas main #newsSection .newsContainer {
  padding: 0 20px 40px;
}
body #canvas main #newsSection .newsContainer h2 {
  font-size: 22px;
  margin-bottom: 20px;
}
body #canvas main #newsSection .newsContainer .newsItem h4 {
  font-weight: bold;
  margin-bottom: 5px;
  margin-top: 40px;
  font-size: 16px;
}
body #canvas main #newsSection .newsContainer .newsItem .blogItemDate {
  margin-bottom: 5px;
}
body #canvas main #newsSection .newsContainer .newsItem p {
  line-height: 28px;
}
body #canvas main .standard-container {
  background-color: black;
}
body #canvas main .standard-container .contact .chat {
  cursor: pointer;
}
body #canvas main .standard-container .contact_intro, body #canvas main .standard-container .contact_option {
  border-radius: 10px;
  background: #131313;
}
body #canvas main .standard-container .contact_intro {
  padding: 20px 20px 10px;
}
body #canvas main .standard-container .contact h2 {
  margin: 20px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding-bottom: 0 !important;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  body #canvas main .standard-container .contact h2 {
    display: -ms-flexbox;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    -ms-flex-direction: row;
  }
}
body #canvas main .standard-container .contact_option {
  padding: 20px;
  margin-bottom: 20px;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  body #canvas main .standard-container .contact_option {
    display: -ms-flexbox;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    -ms-flex-direction: row;
  }
}
body #canvas main .standard-container .contact_option img {
  width: 30px !important;
  height: 18px;
  margin-bottom: 0 !important;
}
body #canvas main .standard-container .content .promotions_container .promo {
  margin-bottom: 20px;
  padding: 20px;
  background: #131313;
}
body #canvas main .standard-container .content .promotions_container .promo picture img {
  border-radius: 3px;
}
body #canvas main .standard-container .content .promotions_container .promo p {
  text-align: center;
}
body #canvas main .standard-container .content .promotions_container .promo a {
  height: 40px;
}
body #canvas main .standard-container .content h1 {
  font-size: 24px;
  text-align: center;
  background-color: #131313;
  padding: 10px 20px;
  text-transform: uppercase;
  font-weight: 900;
  margin-bottom: 20px;
}
body #canvas main .standard-container .content h2 {
  font-size: 22px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: bold;
}
body #canvas main .standard-container .content p {
  color: white;
  font-size: 15px;
  text-align: left;
  margin-bottom: 10px;
  padding: 1px 20px;
  line-height: 22px;
}
body #canvas main .standard-container .content a:hover {
  text-decoration: underline;
}
body #canvas main .standard-container .content ul {
  list-style: none;
  padding-left: 20px;
  margin-bottom: 5px;
}
body #canvas main .standard-container .content ul li {
  line-height: 24px;
  margin-left: 40px;
  margin-bottom: 5px;
}
body #canvas main .standard-container .content ol {
  list-style-type: decimal;
  padding-left: 20px;
}
body #canvas main .standard-container .content ol li {
  line-height: 24px;
  margin-left: 40px;
  margin-bottom: 5px;
}
body #canvas main .standard-container .content iframe {
  width: 100%;
}
body #canvas main .standard-container .content img {
  width: 100%;
  height: auto;
}
body #canvas main .standard-container .content table {
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid #232323;
  width: 100%;
}
body #canvas main .standard-container .content table td,
body #canvas main .standard-container .content table th {
  background: #080808;
  padding: 6px;
  border-right: 1px solid #1b1b1b;
  border-bottom: 1px solid #1b1b1b;
  text-align: center;
}
body #canvas main .standard-container .content table td {
  color: #666;
}
body #canvas main .standard-container .content table th {
  text-transform: uppercase;
  font-size: 14px;
}
body #canvas main .standard-container .blog {
  background: white;
  color: black;
}
body #canvas main .standard-container .blog h4.blog_main_title {
  font-size: 25px !important;
  color: #111111 !important;
  line-height: 29px !important;
  margin-top: 24px !important;
  margin-bottom: 14px !important;
  text-align: left !important;
  font-weight: bold;
}
body #canvas main .standard-container .blog h2,
body #canvas main .standard-container .blog h3 {
  line-height: 20px;
  padding-bottom: 6px;
}
body #canvas main .standard-container .blog h2 a {
  font-size: 18px;
  color: #111111;
}
body #canvas main .standard-container .blog h3 {
  margin-left: 20px;
  font-size: 20px;
  font-weight: bold;
}
body #canvas main .standard-container .blog ul {
  list-style: circle !important;
  margin-bottom: 26px !important;
  padding-left: 20px !important;
}
body #canvas main .standard-container .blog h4 {
  padding-left: 20px;
  padding-right: 20px;
}
body #canvas main .standard-container .blog h4 {
  font-size: 22px;
  color: #525558;
  margin-top: 40px;
}
body #canvas main .standard-container .blog p {
  color: black;
  margin-bottom: 26px;
  line-height: 26px;
  font-size: 15px;
}
body #canvas main .standard-container .blog .blog_center .intro_blog {
  text-align: center;
}
body #canvas main .standard-container .blog .blog_center .intro_blog .intro_img {
  display: block;
  height: 280px;
  width: calc(100% - 40px);
  margin: 0 auto;
  -o-object-fit: cover;
  object-fit: cover;
}
body #canvas main .standard-container .blog .blog_center .index_section .blog_th {
  display: block;
  width: 100%;
  border: none;
  margin-bottom: 20px;
  -o-object-fit: cover;
  object-fit: cover;
}
body #canvas main .standard-container .blog .blog_center .index_section .popular_article {
  border-bottom: 1px #f3f3f3 solid;
  padding: 20px;
}
body #canvas main .standard-container .blog .blog_center .index_section .popular_article .blog_th {
  width: 100%;
  height: 100%;
}
body #canvas main .standard-container .blog .blog_center .index_section .popular_article .popular_text {
  padding: 0 20px;
}
body #canvas main .standard-container .blog .blog_center .index_section .popular_article .popular_text h3 {
  font-size: 20px;
  margin-left: 0px;
}
body #canvas main .standard-container .blog .blog_center .index_section .popular_article .popular_text h3 a {
  color: black;
  font-weight: bold;
  text-decoration: none;
}
body #canvas main .standard-container .blog .blog_center .index_section .popular_article .popular_text h3 a:hover {
  color: #1680d3;
}
body #canvas main .standard-container .blog .blog_center .index_section .popular_article .popular_text .td-read-more {
  background: #3b7ecd;
  font-weight: bold;
  width: 100px;
  height: 35px;
  border: 1px #3b7ecd solid;
  border-radius: 20px;
}
body #canvas main .standard-container .blog .blog_center .index_section .popular_article .popular_text .td-read-more a {
  color: white;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 13px;
  text-decoration: none;
}
body #canvas main .standard-container .blog .blog_center .index_section .popular_article .popular_text .td-read-more:hover {
  background: #222;
  border: 1px #222 solid;
}
body #canvas main .standard-container .blog .blog_center .index_section .popular_article .popular_text .first_p {
  padding: 20px 0;
  color: rgb(82, 85, 88);
  font-size: 14px;
  line-height: 22px;
}
body #canvas main .standard-container .blog .blog_center .index_section .popular_article .popular_text .first_p a {
  color: #336eb4;
  text-decoration: underline !important;
}
body #canvas main .standard-container .blog .blog_center .index_section .popular_article .popular_text .first_p a:hover {
  color: #1680d3;
}
body #canvas main .standard-container .blog .blog_center .index_section .popular_article .popular_text .first_p,
body #canvas main .standard-container .blog .blog_center .index_section .popular_article .popular_text .td-read-more {
  display: none;
}
body #canvas main .standard-container .blog .blog_center .latest_articles .blog_th {
  height: 70vw;
}
body #canvas main .standard-container .blog .blog_center .entry-header {
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 40px;
}
body #canvas main .standard-container .blog .blog_center .entry-header h2 {
  padding-left: 0;
  padding-right: 0;
}
body #canvas main .standard-container .blog .blog_center .entry-header img {
  width: 100%;
  margin-bottom: 10px;
  border: 1px black solid;
}
body #canvas main .standard-container .blog .blog_center .pagination {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100px;
}
body #canvas main .standard-container .blog .blog_center .pagination ul.page-numbers {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
body #canvas main .standard-container .blog .blog_center .pagination .page-numbers:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
body #canvas main .standard-container .blog .blog_center .pagination ul.page-numbers li {
  display: block;
  float: left;
  margin: 0 4px 4px 0;
  text-align: center;
}
body #canvas main .standard-container .blog .blog_center .pagination .page-numbers a,
body #canvas main .standard-container .blog .blog_center .pagination .page-numbers span {
  line-height: 1.6em;
  display: block;
  padding: 0 12px;
  height: 30px;
  line-height: 30px;
  font-size: 12px;
  text-decoration: none;
  font-weight: 400;
  cursor: pointer;
  border: 1px solid #ddd;
  color: black;
}
body #canvas main .standard-container .blog .blog_center .pagination .page-numbers a span {
  padding: 0;
}
body #canvas main .standard-container .blog .blog_center .pagination .page-numbers a:hover {
  color: #fff;
  background: #444;
  text-decoration: none;
}
body #canvas main .standard-container .blog .blog_center .pagination .page-numbers.current {
  color: #fff;
  font-weight: bold;
  background: #1680d3;
  text-decoration: none;
}
body #canvas main .standard-container .blog .blog_center .pagination .page-numbers.current:hover {
  color: #fff;
  background: #1680d3;
  text-decoration: none;
}
body #canvas main .standard-container .blog .blog_center .pagination .page-numbers:hover {
  text-decoration: none;
}
body #canvas main .standard-container .blog .individual_post p {
  font-size: 16px;
  line-height: 29px;
  color: #525558;
}
body #canvas main .standard-container .blog .individual_post a {
  color: #336eb4;
  text-decoration: underline !important;
}
body #canvas main .standard-container .blog .individual_post a:hover {
  color: #1680d3;
  text-decoration: none;
}
body #canvas main .standard-container .blog .individual_post figure {
  float: left;
  padding: 10px 16px 0 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 400px;
}
@media (max-width: 576px) {
  body #canvas main .standard-container .blog .individual_post figure {
    width: 80% !important;
    margin: 0 auto;
    float: none;
  }
}
body #canvas main .standard-container .blog .individual_post figure img {
  width: 100%;
  margin-bottom: 20px;
  max-height: 430px;
  -o-object-fit: contain;
  object-fit: contain;
}
body #canvas main .standard-container .blog .individual_post .wp-caption-text {
  display: none;
}
body #canvas main .standard-container .blog .navigation h2 {
  visibility: hidden;
}
body #canvas main .standard-container .blog .navigation .nav-links {
  border-top: 1px #ededed solid;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 40px 20px;
}
body #canvas main .standard-container .blog .navigation .nav-links .nav-next:before,
body #canvas main .standard-container .blog .navigation .nav-links .nav-previous:before {
  padding-bottom: 10px;
  word-break: break-word;
  display: block;
  color: #c1c1c1;
  font-size: 14px;
  line-height: 21px;
}
body #canvas main .standard-container .blog .navigation .nav-links .nav-previous:before {
  content: "Previous article";
}
body #canvas main .standard-container .blog .navigation .nav-links .nav-next:before {
  content: "Next article";
  text-align: right;
}
body #canvas main .standard-container .blog .navigation .nav-links .nav-next a {
  padding-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  text-align: right;
}
body #canvas main .standard-container .blog .navigation .nav-links a {
  font-size: 15px;
  line-height: 21px;
  color: black;
  font-weight: bold;
  text-decoration: none;
}
body #canvas main .standard-container .blog .navigation .nav-links a:hover {
  color: #1680d3;
}
body #canvas main .standard-container .blog .error {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: dashed #336eb4 1px;
  margin-bottom: 40px;
}
body #canvas main .standard-container .blog .error h4 {
  font-size: 40px !important;
}
body #canvas main .single-post-cointainer .blog {
  background-color: transparent;
}
body #canvas main .single-post-cointainer .blog .breadcrumb {
  padding: 20px 30px;
  list-style: none;
  color: #fff;
  font-size: 12px;
}
body #canvas main .single-post-cointainer .blog .breadcrumb a {
  color: #fff;
  text-decoration: none;
  font-size: 12px;
}
body #canvas main .single-post-cointainer .blog .blog_center .latest_articles_bottom_title {
  padding-left: 20px;
  color: #525558;
  font-size: 30px;
}
body #canvas main .single-post-cointainer .blog .blog_center .latest_articles_bottom {
  padding: 20px;
}
body #canvas main .single-post-cointainer .blog .blog_center .latest_articles_bottom img {
  width: 100px;
}
body #canvas main .single-post-cointainer .blog .blog_center .latest_articles_bottom .latest_article_bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 20px;
}
body #canvas main .single-post-cointainer .blog .blog_center .latest_articles_bottom .latest_article_bottom a {
  padding-left: 20px;
  text-decoration: none;
  color: black;
  font-weight: bold;
}
body #canvas main .single-post-cointainer .blog .blog_center .latest_articles_bottom .latest_article_bottom a:hover {
  color: #1680d3;
}
body #canvas main .single-post-cointainer .author a,
body #canvas main .single-post-cointainer .posted-on a {
  color: white !important;
}
body #canvas main .single-post-cointainer .single_entry_header .entry-title {
  font-size: 26px;
  line-height: 32px;
  margin-bottom: 7px;
  color: white;
  padding: 0;
  background-color: transparent;
  text-align: left;
  text-transform: capitalize;
  font-weight: bold;
  padding-right: 10px;
}
body #canvas main .blog_index {
  background-color: white;
}
body #canvas main footer {
  background: black;
  padding-top: 20px;
  z-index: 95;
}
body #canvas main footer #payments {
  text-align: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 20px;
}
body #canvas main footer #payments .payment-method {
  max-width: 600px;
  margin-right: 1vw;
}
@media (max-width: 576px) {
  body #canvas main footer #payments .payment-method {
    width: 100%;
    margin: 0 0 15px;
  }
}
body #canvas main footer #payments img {
  height: 28px;
  max-width: 50px;
  margin: 0 0.2vw;
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}
body #canvas main footer #links .linksBlock {
  padding: 20px;
}
body #canvas main footer #links .linksBlock a {
  min-width: 49px;
  display: inline-block;
}
body #canvas main footer #links .linksBlock h6 {
  font-size: 22px;
}
body #canvas main footer #links .linksBlock ul {
  color: #8e8e8e;
  list-style: none;
  font-size: 16px;
}
body #canvas main footer #links .linksBlock ul li {
  margin-left: 20px;
  margin-top: 10px;
}
body #canvas main .banking_grid {
  padding: 20px;
  text-align: center;
}
body #canvas main .banking_grid_element {
  padding-bottom: 20px;
}
body #canvas main .banking_grid_element img {
  width: 80% !important;
  border-radius: 3px;
}
body #canvas main .banking_grid_element p {
  text-align: center !important;
  font-size: 14px;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
body #canvas main .jackpots_grid_element {
  display: -ms-grid;
  display: grid;
  background: #202020;
  text-align: center;
  padding: 20px;
  border-radius: 3px;
  position: relative;
  margin-bottom: 20px;
}
body #canvas main .jackpots_grid_element picture {
  height: 100%;
}
body #canvas main .jackpots_grid_element a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body #canvas main .jackpots_grid_element .jackpot {
  font-size: 22px;
  padding-top: 20px;
}
body #canvas main .jackpots_grid_element .jackpot:before {
  content: "R ";
}
body #canvas main .jackpots_header picture img {
  max-height: 150px;
}
body #canvas main .jackpots_header h1 {
  background: #336eb4;
  font-size: 24px;
  font-weight: 900;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  body #canvas main .jackpots_header h1 {
    display: -ms-flexbox;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    -ms-flex-direction: row;
  }
}
body .sidebar {
  display: block;
  position: fixed;
  overflow-y: scroll;
  right: 0;
  top: 0;
  bottom: 0;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  background: black;
  width: 250px;
  z-index: 2147483639;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}
body .sidebar--open {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
body .sidebar_top {
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  body .sidebar_top {
    display: -ms-flexbox;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    -ms-flex-direction: row;
  }
}
body .sidebar_top div {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  body .sidebar_top div {
    display: -ms-flexbox;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    -ms-flex-direction: row;
  }
}
body .sidebar_top .close {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  cursor: pointer;
  padding-left: 12px;
}
body .sidebar_top .close img {
  width: 10px;
}
body .sidebar_top .logo_container {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-flex: 4;
      -ms-flex: 4;
          flex: 4;
}
body .sidebar_top .logo_container img {
  width: 80px;
  margin-left: 20px;
}
body .sidebar_promotions_header {
  font-weight: 600;
  text-transform: uppercase;
  background: #006838;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-size: 12px;
  padding-left: 10px;
  border-top: solid 1px #006838;
  border-bottom: solid 1px #006838;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  body .sidebar_promotions_header {
    display: -ms-flexbox;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    -ms-flex-direction: row;
  }
}
body .sidebar_promotions_item {
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  border-bottom: solid 1px rgba(0, 0, 0, 0.2);
  border-top: solid 1px rgba(255, 255, 255, 0.05);
}
body .sidebar_promotions_item a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
body .sidebar_promotions_item_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-flex: 60px;
      -ms-flex: 60px;
          flex: 60px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 25px;
  padding-left: 10px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  body .sidebar_promotions_item_img {
    display: -ms-flexbox;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    -ms-flex-direction: row;
  }
}
body .sidebar_promotions_item_img img {
  width: 100%;
}
body .sidebar_promotions_item_txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 30px 20px;
  -webkit-box-flex: calc(100% - 60px);
      -ms-flex: calc(100% - 60px);
          flex: calc(100% - 60px);
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  body .sidebar_promotions_item_txt {
    display: -ms-flexbox;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    -ms-flex-direction: row;
  }
}
body .sidebar_promotions_item_txt h6 {
  width: 100%;
  font-size: 16px;
  margin-bottom: 5px;
}
body .sidebar_promotions_item_txt p {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.3);
}
body .sidebar_recommended .header {
  font-weight: 600;
  text-transform: uppercase;
  background: #202020;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-size: 12px;
  padding-left: 20px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  body .sidebar_recommended .header {
    display: -ms-flexbox;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    -ms-flex-direction: row;
  }
}
body .sidebar_recommended_item {
  font-size: 13px;
  height: 60px;
  font-weight: 400;
  border-bottom: solid 1px rgba(0, 0, 0, 0.2);
  border-top: solid 1px rgba(255, 255, 255, 0.05);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
}
body .sidebar_recommended_item img {
  width: 15px;
  padding: 0 10px;
}
body .sidebar_recommended_item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-size: 14px;
  font-weight: 600;
  text-transform: capitalize;
  width: 100%;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  body .sidebar_recommended_item a {
    display: -ms-flexbox;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    -ms-flex-direction: row;
  }
}
body .sidebar_recommended_item:after {
  content: "●";
  color: rgba(255, 255, 255, 0.5);
  width: 10px;
  height: 10px;
  top: 39%;
  right: 27px;
  position: absolute;
}

@media (min-width: 576px) {
  body #canvas main {
    position: relative;
  }
  body #canvas main header #flag,
body #canvas main header #login {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    margin-right: 20px;
  }
  body #canvas main header #flag {
    font-size: 14px;
    background: #202020;
  }
  body #canvas main header #flag:before {
    content: "";
    width: 40px;
    height: 30px;
    background: url("../img/icons/yeb-flag.png");
    background-repeat: no-repeat;
    background-position: left center;
  }
  body #canvas main #HPRSection .glide__track ul {
    height: 280px;
  }
  body #canvas main #HPRSection .HPR_main {
    background: rgba(0, 0, 0, 0.8);
  }
  body #canvas main #HPRSection .HPR_main_text_amount {
    font-size: 48px;
    line-height: 50px;
    letter-spacing: -2px;
    padding-top: 10px;
  }
  body #canvas main #HPRSection .HPR_main_text_subtext {
    font-size: 23px;
    margin-bottom: 4px;
  }
  body #canvas main #HPRSection .HPR_main_text_disclaimer {
    font-size: 15px;
  }
  body #canvas main #HPRSection .HPR_main_buttons {
    padding: 0 20px 10px;
  }
  body #canvas main #HPRSection .HPR_main_buttons .button--blue,
body #canvas main #HPRSection .HPR_main_buttons .button--lightgray {
    height: 35px;
    font-size: 16px;
    font-weight: normal;
  }
  body #canvas main #HPRSection .HPR_main_buttons .button--blue {
    margin-top: 0;
  }
  body #canvas main #HPRSection .HPR_main_buttons .button--lightgray {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  body #canvas main #gamesSection .totalJackpotsIntro {
    display: none;
  }
  body #canvas main #winnersSection h3 {
    margin-bottom: 20px;
  }
  body #canvas main #winnersSection #winnersList .wfamount,
body #canvas main #winnersSection #winnersList .wfgame,
body #canvas main #winnersSection #winnersList .wfname {
    font-size: 16px;
  }
  body #canvas main .jackpots_grid_element {
    margin-bottom: 0;
  }
  body #canvas main .jackpots_grid_element .jackpot {
    font-size: 16px;
  }
  body #canvas main .single-post-cointainer .single_entry_header .entry-title {
    font-size: 36px;
    line-height: 46px;
  }
}
@media (min-width: 768px) {
  body #canvas main .standard-container .blog .blog_center .index_section .popular_article .popular_text .first_p,
body #canvas main .standard-container .blog .blog_center .index_section .popular_article .popular_text .td-read-more {
    display: block;
  }
  body #canvas main .standard-container .blog .blog_center .index_section .latest_articles .blog_th {
    height: 20vw;
    max-height: 220px;
  }
  body #canvas main .single-post-cointainer .blog .blog_center .latest_articles_bottom {
    grid-gap: 20px;
  }
  body #canvas main .single-post-cointainer .blog .blog_center .latest_articles_bottom .latest_article_bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
  }
  body #canvas main .single-post-cointainer .blog .blog_center .latest_articles_bottom .latest_article_bottom img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 9vw;
    max-height: 130px;
  }
  body #canvas main .single-post-cointainer .blog .blog_center .latest_articles_bottom .latest_article_bottom a {
    padding-left: 0;
    padding-top: 10px;
  }
}
@media (min-width: 1367px) {
  body #canvas main header {
    height: 88px;
  }
  body #canvas main header #logo {
    height: 68px;
    margin-top: 10px;
    outline: none;
  }
  body #canvas main .NavSection {
    top: 88px;
  }
  body #canvas main #HPRSection .HPR_main_text_amount {
    font-size: 70px;
    line-height: 70px;
    margin-bottom: 5px;
  }
  body #canvas main #HPRSection .HPR_main_text_subtext {
    font-size: 25px;
  }
  body #canvas main #HPRSection .HPR_main_text_disclaimer {
    font-size: 14px;
  }
  body #canvas main #HPRSection .HPR_main_buttons .button--blue,
body #canvas main #HPRSection .HPR_main_buttons .button--lightgray {
    height: 46px;
    font-size: 22px;
  }
  body #canvas main #HPRSection .carrousel .glide__track ul {
    height: 360px;
  }
  body #canvas main .jackpots_grid_element .jackpot {
    font-size: 22px;
  }
  body #canvas main .single_entry_header .entry-title {
    font-size: 47px !important;
    line-height: 60px;
  }
}
body #canvas {
  overflow-x: hidden;
}
body #canvas main {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: 70px (auto)[auto-fit];
  grid-template-rows: 70px repeat(auto-fit, auto);
      grid-template-areas: "header" "NavSection" "HPRSection" "gamesSection" "winnersSection" "infoSection" "newsSection" "footer";
}
body #canvas main #HPRSection,
body #canvas main .HPR_main {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr minmax(320px, 576px) 1fr;
  grid-template-columns: 1fr minmax(320px, 576px) 1fr;
}
body #canvas main header {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: header;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 1fr;
  grid-template-columns: auto 1fr;
}
body #canvas main #HPRSection {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: HPRSection;
  -ms-grid-rows: (80px)[5];
  grid-template-rows: repeat(5, 80px);
  -ms-grid-columns: 1fr minmax(320px, 576px) 1fr;
  grid-template-columns: 1fr minmax(320px, 576px) 1fr;
  -ms-grid-row: 2;
  grid-row: 2;
}
body #canvas main #HPRSection > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
body #canvas main #HPRSection > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}
body #canvas main #HPRSection > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
body #canvas main #HPRSection > *:nth-child(4) {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}
body #canvas main #HPRSection > *:nth-child(5) {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
}
body #canvas main #HPRSection > *:nth-child(6) {
  -ms-grid-row: 2;
  -ms-grid-column: 3;
}
body #canvas main #HPRSection > *:nth-child(7) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
body #canvas main #HPRSection > *:nth-child(8) {
  -ms-grid-row: 3;
  -ms-grid-column: 2;
}
body #canvas main #HPRSection > *:nth-child(9) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}
body #canvas main #HPRSection > *:nth-child(10) {
  -ms-grid-row: 4;
  -ms-grid-column: 1;
}
body #canvas main #HPRSection > *:nth-child(11) {
  -ms-grid-row: 4;
  -ms-grid-column: 2;
}
body #canvas main #HPRSection > *:nth-child(12) {
  -ms-grid-row: 4;
  -ms-grid-column: 3;
}
body #canvas main #HPRSection > *:nth-child(13) {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
}
body #canvas main #HPRSection > *:nth-child(14) {
  -ms-grid-row: 5;
  -ms-grid-column: 2;
}
body #canvas main #HPRSection > *:nth-child(15) {
  -ms-grid-row: 5;
  -ms-grid-column: 3;
}
body #canvas main #HPRSection .HPR_main {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 1;
  -ms-grid-row-span: 5;
  grid-row: 1/6;
  -ms-grid-rows: (80px)[5];
  grid-template-rows: repeat(5, 80px);
  -ms-grid-columns: 1fr minmax(320px, 576px) 1fr;
  grid-template-columns: 1fr minmax(320px, 576px) 1fr;
}
body #canvas main #HPRSection .HPR_main > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
body #canvas main #HPRSection .HPR_main > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}
body #canvas main #HPRSection .HPR_main > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
body #canvas main #HPRSection .HPR_main > *:nth-child(4) {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}
body #canvas main #HPRSection .HPR_main > *:nth-child(5) {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
}
body #canvas main #HPRSection .HPR_main > *:nth-child(6) {
  -ms-grid-row: 2;
  -ms-grid-column: 3;
}
body #canvas main #HPRSection .HPR_main > *:nth-child(7) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
body #canvas main #HPRSection .HPR_main > *:nth-child(8) {
  -ms-grid-row: 3;
  -ms-grid-column: 2;
}
body #canvas main #HPRSection .HPR_main > *:nth-child(9) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}
body #canvas main #HPRSection .HPR_main > *:nth-child(10) {
  -ms-grid-row: 4;
  -ms-grid-column: 1;
}
body #canvas main #HPRSection .HPR_main > *:nth-child(11) {
  -ms-grid-row: 4;
  -ms-grid-column: 2;
}
body #canvas main #HPRSection .HPR_main > *:nth-child(12) {
  -ms-grid-row: 4;
  -ms-grid-column: 3;
}
body #canvas main #HPRSection .HPR_main > *:nth-child(13) {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
}
body #canvas main #HPRSection .HPR_main > *:nth-child(14) {
  -ms-grid-row: 5;
  -ms-grid-column: 2;
}
body #canvas main #HPRSection .HPR_main > *:nth-child(15) {
  -ms-grid-row: 5;
  -ms-grid-column: 3;
}
body #canvas main #HPRSection .HPR_main_text {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  grid-row: 1/4;
}
body #canvas main #HPRSection .HPR_main_buttons {
  display: -ms-grid;
  display: grid;
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 5;
  grid-row: 5;
}
body #canvas main #HPRSection .carrousel {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 1;
  -ms-grid-row-span: 4;
  grid-row: 1/5;
}
body #canvas main #gamesSection {
  -ms-grid-row: 4;
  -ms-grid-column: 1;
  grid-area: gamesSection;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr minmax(auto, 1600px) 1fr;
  grid-template-columns: 1fr minmax(auto, 1600px) 1fr;
}
body #canvas main #gamesSection .totalJackpotsIntro {
  -ms-grid-column: 2;
  grid-column: 2;
  font-size: 12px;
  margin-top: 10px;
}
body #canvas main #gamesSection .gamesButtons {
  -ms-grid-column: 2;
  grid-column: 2;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (auto)[4];
  grid-template-columns: repeat(4, auto);
  grid-row-gap: 10px;
}
body #canvas main #gamesSection .games {
  -ms-grid-column: 2;
  grid-column: 2;
  display: -ms-grid;
  display: grid;
}
body #canvas main #gamesSection .games_containter {
  display: none;
  -ms-grid-row: 1;
  grid-row: 1;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(3, 1fr);
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  -ms-grid-column: 1;
  -ms-grid-column-span: 6;
  grid-column: 1/7;
}
body #canvas main #gamesSection .games .active {
  display: -ms-grid;
  display: grid;
}
body #canvas main #winnersSection {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  grid-area: winnersSection;
}
body #canvas main #winnersSection #jackpots,
body #canvas main #winnersSection #vip,
body #canvas main #winnersSection #winnersList {
  -ms-grid-column: 2;
  grid-column: 2;
}
body #canvas main #infoSection {
  -ms-grid-row: 6;
  -ms-grid-column: 1;
  grid-area: infoSection;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr minmax(auto, 1600px) 1fr;
  grid-template-columns: 1fr minmax(auto, 1600px) 1fr;
}
body #canvas main #infoSection .seoContent {
  -ms-grid-column: 2;
  grid-column: 2;
}
body #canvas main #newsSection {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
  grid-area: newsSection;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr minmax(auto, 1600px) 1fr;
  grid-template-columns: 1fr minmax(auto, 1600px) 1fr;
}
body #canvas main #newsSection .newsContainer {
  -ms-grid-column: 2;
  grid-column: 2;
}
body #canvas main .standard-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr minmax(auto, 1600px) 1fr;
  grid-template-columns: 1fr minmax(auto, 1600px) 1fr;
}
body #canvas main .standard-container .content {
  -ms-grid-column: 2;
  grid-column: 2;
  margin: 0 auto;
  padding-top: 20px;
}
body #canvas main .standard-container .content--normal {
  width: 100%;
  max-width: 1000px;
}
body #canvas main .standard-container .content--normal p a {
  color: #336eb4;
  text-decoration: underline !important;
}
body #canvas main .standard-container .content--normal p a:hover {
  color: #1680d3;
}
body #canvas main .standard-container .content--wide {
  max-width: 1600px;
}
body #canvas main .standard-container .blog .blog_center .index_section .popular_article {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 20vw minmax(auto, 400px);
  grid-template-columns: 20vw minmax(auto, 400px);
  -ms-grid-rows: 22vw;
  grid-template-rows: 22vw;
}
body #canvas main .standard-container .blog .blog_center .index_section .popular_article > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
body #canvas main .standard-container .blog .blog_center .index_section .popular_article > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}
body #canvas main .standard-container .byline {
  text-transform: capitalize;
  line-height: 11px;
}
body #canvas main .standard-container .byline,
body #canvas main .standard-container .posted-on,
body #canvas main .standard-container .posted-on a {
  color: #aaa;
  padding-right: 4px;
}
body #canvas main .standard-container .author a {
  font-size: 12px;
  color: black;
  font-weight: bold;
}
body #canvas main .standard-container .posted-on {
  font-size: 12px;
  line-height: 11px;
}
body #canvas main .single-post-cointainer {
  -ms-grid-columns: 1fr minmax(auto, 900px) 1fr;
  grid-template-columns: 1fr minmax(auto, 900px) 1fr;
  -ms-grid-rows: (50px)[8] auto;
  grid-template-rows: repeat(8, 50px) auto;
}
body #canvas main .single-post-cointainer > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
body #canvas main .single-post-cointainer > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}
body #canvas main .single-post-cointainer > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
body #canvas main .single-post-cointainer > *:nth-child(4) {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}
body #canvas main .single-post-cointainer > *:nth-child(5) {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
}
body #canvas main .single-post-cointainer > *:nth-child(6) {
  -ms-grid-row: 2;
  -ms-grid-column: 3;
}
body #canvas main .single-post-cointainer > *:nth-child(7) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
body #canvas main .single-post-cointainer > *:nth-child(8) {
  -ms-grid-row: 3;
  -ms-grid-column: 2;
}
body #canvas main .single-post-cointainer > *:nth-child(9) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}
body #canvas main .single-post-cointainer > *:nth-child(10) {
  -ms-grid-row: 4;
  -ms-grid-column: 1;
}
body #canvas main .single-post-cointainer > *:nth-child(11) {
  -ms-grid-row: 4;
  -ms-grid-column: 2;
}
body #canvas main .single-post-cointainer > *:nth-child(12) {
  -ms-grid-row: 4;
  -ms-grid-column: 3;
}
body #canvas main .single-post-cointainer > *:nth-child(13) {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
}
body #canvas main .single-post-cointainer > *:nth-child(14) {
  -ms-grid-row: 5;
  -ms-grid-column: 2;
}
body #canvas main .single-post-cointainer > *:nth-child(15) {
  -ms-grid-row: 5;
  -ms-grid-column: 3;
}
body #canvas main .single-post-cointainer > *:nth-child(16) {
  -ms-grid-row: 6;
  -ms-grid-column: 1;
}
body #canvas main .single-post-cointainer > *:nth-child(17) {
  -ms-grid-row: 6;
  -ms-grid-column: 2;
}
body #canvas main .single-post-cointainer > *:nth-child(18) {
  -ms-grid-row: 6;
  -ms-grid-column: 3;
}
body #canvas main .single-post-cointainer > *:nth-child(19) {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
}
body #canvas main .single-post-cointainer > *:nth-child(20) {
  -ms-grid-row: 7;
  -ms-grid-column: 2;
}
body #canvas main .single-post-cointainer > *:nth-child(21) {
  -ms-grid-row: 7;
  -ms-grid-column: 3;
}
body #canvas main .single-post-cointainer > *:nth-child(22) {
  -ms-grid-row: 8;
  -ms-grid-column: 1;
}
body #canvas main .single-post-cointainer > *:nth-child(23) {
  -ms-grid-row: 8;
  -ms-grid-column: 2;
}
body #canvas main .single-post-cointainer > *:nth-child(24) {
  -ms-grid-row: 8;
  -ms-grid-column: 3;
}
body #canvas main .single-post-cointainer > *:nth-child(25) {
  -ms-grid-row: 9;
  -ms-grid-column: 1;
}
body #canvas main .single-post-cointainer > *:nth-child(26) {
  -ms-grid-row: 9;
  -ms-grid-column: 2;
}
body #canvas main .single-post-cointainer > *:nth-child(27) {
  -ms-grid-row: 9;
  -ms-grid-column: 3;
}
body #canvas main .single-post-cointainer .breadcrumb {
  -ms-grid-row: 1;
  grid-row: 1;
  -ms-grid-column: 2;
  grid-column: 2;
  z-index: 10;
}
body #canvas main .single-post-cointainer .single_entry_header {
  -ms-grid-row: 1;
  -ms-grid-row-span: 7;
  grid-row: 1/8;
  -ms-grid-column: 2;
  grid-column: 2;
  z-index: 9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-left: 20px;
  padding-bottom: 20px;
}
body #canvas main .single-post-cointainer .blog_header_image {
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-column: 1/4;
  -ms-grid-row: 1;
  -ms-grid-row-span: 7;
  grid-row: 1/8;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  position: relative;
}
body #canvas main .single-post-cointainer .layer {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(0%, rgb(0, 0, 0)), color-stop(40%, rgba(0, 0, 0, 0.1601015406)), to(rgb(0, 0, 0)));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.1601015406) 40%, rgb(0, 0, 0) 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.1601015406) 40%, rgb(0, 0, 0) 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body #canvas main .single-post-cointainer .blog {
  -ms-grid-row: 8;
  -ms-grid-row-span: 2;
  grid-row: 8/10;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-column: 1/4;
  z-index: 9;
  -ms-flex-line-pack: end;
      align-content: end;
}
body #canvas main footer {
  -ms-grid-row: 8;
  -ms-grid-column: 1;
  grid-area: footer;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr minmax(auto, 1600px) 1fr;
  grid-template-columns: 1fr minmax(auto, 1600px) 1fr;
}
body #canvas main footer #links,
body #canvas main footer #payments {
  -ms-grid-column: 2;
  grid-column: 2;
}
body #canvas main footer #links {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}

@media (min-width: 576px) {
  body #canvas main header {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    grid-area: header;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 150px 1fr;
    grid-template-columns: 150px 1fr;
  }
  body #canvas main #HPRSection {
    -ms-grid-rows: 20px (80px)[3] 20px;
    grid-template-rows: 20px repeat(3, 80px) 20px;
    -ms-grid-columns: 20px (1fr)[4] 220px 20px;
    grid-template-columns: 20px repeat(4, 1fr) 220px 20px;
  }
  body #canvas main #HPRSection > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  body #canvas main #HPRSection > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  body #canvas main #HPRSection > *:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  body #canvas main #HPRSection > *:nth-child(4) {
    -ms-grid-row: 1;
    -ms-grid-column: 4;
  }
  body #canvas main #HPRSection > *:nth-child(5) {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }
  body #canvas main #HPRSection > *:nth-child(6) {
    -ms-grid-row: 1;
    -ms-grid-column: 6;
  }
  body #canvas main #HPRSection > *:nth-child(7) {
    -ms-grid-row: 1;
    -ms-grid-column: 7;
  }
  body #canvas main #HPRSection > *:nth-child(8) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  body #canvas main #HPRSection > *:nth-child(9) {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  body #canvas main #HPRSection > *:nth-child(10) {
    -ms-grid-row: 2;
    -ms-grid-column: 3;
  }
  body #canvas main #HPRSection > *:nth-child(11) {
    -ms-grid-row: 2;
    -ms-grid-column: 4;
  }
  body #canvas main #HPRSection > *:nth-child(12) {
    -ms-grid-row: 2;
    -ms-grid-column: 5;
  }
  body #canvas main #HPRSection > *:nth-child(13) {
    -ms-grid-row: 2;
    -ms-grid-column: 6;
  }
  body #canvas main #HPRSection > *:nth-child(14) {
    -ms-grid-row: 2;
    -ms-grid-column: 7;
  }
  body #canvas main #HPRSection > *:nth-child(15) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  body #canvas main #HPRSection > *:nth-child(16) {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
  }
  body #canvas main #HPRSection > *:nth-child(17) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  body #canvas main #HPRSection > *:nth-child(18) {
    -ms-grid-row: 3;
    -ms-grid-column: 4;
  }
  body #canvas main #HPRSection > *:nth-child(19) {
    -ms-grid-row: 3;
    -ms-grid-column: 5;
  }
  body #canvas main #HPRSection > *:nth-child(20) {
    -ms-grid-row: 3;
    -ms-grid-column: 6;
  }
  body #canvas main #HPRSection > *:nth-child(21) {
    -ms-grid-row: 3;
    -ms-grid-column: 7;
  }
  body #canvas main #HPRSection > *:nth-child(22) {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
  }
  body #canvas main #HPRSection > *:nth-child(23) {
    -ms-grid-row: 4;
    -ms-grid-column: 2;
  }
  body #canvas main #HPRSection > *:nth-child(24) {
    -ms-grid-row: 4;
    -ms-grid-column: 3;
  }
  body #canvas main #HPRSection > *:nth-child(25) {
    -ms-grid-row: 4;
    -ms-grid-column: 4;
  }
  body #canvas main #HPRSection > *:nth-child(26) {
    -ms-grid-row: 4;
    -ms-grid-column: 5;
  }
  body #canvas main #HPRSection > *:nth-child(27) {
    -ms-grid-row: 4;
    -ms-grid-column: 6;
  }
  body #canvas main #HPRSection > *:nth-child(28) {
    -ms-grid-row: 4;
    -ms-grid-column: 7;
  }
  body #canvas main #HPRSection > *:nth-child(29) {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  body #canvas main #HPRSection > *:nth-child(30) {
    -ms-grid-row: 5;
    -ms-grid-column: 2;
  }
  body #canvas main #HPRSection > *:nth-child(31) {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
  }
  body #canvas main #HPRSection > *:nth-child(32) {
    -ms-grid-row: 5;
    -ms-grid-column: 4;
  }
  body #canvas main #HPRSection > *:nth-child(33) {
    -ms-grid-row: 5;
    -ms-grid-column: 5;
  }
  body #canvas main #HPRSection > *:nth-child(34) {
    -ms-grid-row: 5;
    -ms-grid-column: 6;
  }
  body #canvas main #HPRSection > *:nth-child(35) {
    -ms-grid-row: 5;
    -ms-grid-column: 7;
  }
  body #canvas main #HPRSection .HPR_main {
    -ms-grid-column: 6;
    grid-column: 6;
    -ms-grid-row: 2;
    -ms-grid-row-span: 3;
    grid-row: 2/5;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 80% 40%;
    grid-template-rows: 80% 40%;
  }
  body #canvas main #HPRSection .HPR_main > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  body #canvas main #HPRSection .HPR_main > *:nth-child(2) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  body #canvas main #HPRSection .HPR_main_text {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
  }
  body #canvas main #HPRSection .HPR_main_buttons {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 2;
    grid-row: 2;
  }
  body #canvas main #HPRSection .carrousel {
    -ms-grid-column: 1;
    -ms-grid-column-span: 7;
    grid-column: 1/8;
    -ms-grid-row: 1;
    -ms-grid-row-span: 5;
    grid-row: 1/6;
  }
  body #canvas main #gamesSection .gamesButtons {
    -ms-grid-columns: 1fr 5px auto 5px auto 5px auto 5px auto 5px 1fr;
    grid-template-columns: 1fr repeat(4, auto) 1fr;
    -moz-column-gap: 5px;
    -webkit-column-gap: 5px;
            column-gap: 5px;
  }
  body #canvas main #gamesSection .gamesButtons a {
    padding: 0 10px;
    font-size: 14px;
  }
  body #canvas main #gamesSection .gamesButtons a:first-child {
    -ms-grid-column: 2;
    grid-column: 2;
  }
  body #canvas main #gamesSection .games_containter {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
  body #canvas main .banking_grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 40px 1fr 40px 1fr;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 40px 40px;
  }
  body #canvas main .jackpots_grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 20px 1fr;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px 20px;
  }
  body #canvas main .single-post-cointainer {
    -ms-grid-rows: (80px)[8] auto;
    grid-template-rows: repeat(8, 80px) auto;
  }
  body #canvas main .content .promotions_container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 20px 1fr;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 20px;
  }
  body #canvas main .content .promotions_container .promo {
    display: -ms-grid;
    display: grid;
  }
}
@media (min-width: 768px) {
  body #canvas main .standard-container .blog .blog_center {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
  }
  body #canvas main .standard-container .blog .blog_center .intro_blog {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 300px auto;
    grid-template-columns: 300px auto;
  }
  body #canvas main .standard-container .blog .blog_center .intro_blog h4 {
    margin-top: 0 !important;
  }
  body #canvas main .standard-container .blog .blog_center .index_section .popular_article {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: 350px;
    grid-template-rows: 350px;
  }
  body #canvas main .standard-container .blog .blog_center .index_section .popular_article > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  body #canvas main .standard-container .blog .blog_center .index_section .popular_article > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  body #canvas main .standard-container .blog .blog_center .index_section .latest_articles {
    padding-top: 20px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: 340px;
    grid-template-rows: 340px;
  }
  body #canvas main .standard-container .blog .blog_center .index_section .latest_articles > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  body #canvas main .standard-container .blog .blog_center .index_section .latest_articles > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  body #canvas main .standard-container .blog .blog_center .index_section .latest_articles > *:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  body #canvas main .single-post-cointainer .blog .blog_center .latest_articles_bottom {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr;
    grid-template-columns: repeat(5, 1fr);
  }
}
@media (min-width: 769px) {
  body #canvas main .NavSection {
    display: block;
    padding-left: 33px;
  }
  body #canvas main #HPRSection {
    -ms-grid-row: 3;
    grid-row: 3;
  }
  body #canvas main #gamesSection .games_games_containter {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
  body #canvas main #winnersSection {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
  body #canvas main #winnersSection #winnersList {
    -ms-grid-column: 1;
    grid-column: 1;
  }
  body #canvas main #winnersSection #vip {
    -ms-grid-column: 2;
    grid-column: 2;
  }
  body #canvas main #winnersSection #vip picture img {
    height: auto;
  }
  body #canvas main #winnersSection #jackpots {
    -ms-grid-column: 3;
    grid-column: 3;
  }
  body #canvas main .jackpots_grid {
    -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr;
    grid-template-columns: repeat(4, 1fr);
  }
  body #canvas main .standard-container .contact_buttons {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 20px 1fr;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 20px;
  }
}
@media (min-width: 1367px) {
  body #canvas main #HPRSection {
    -ms-grid-columns: 20px (1fr)[4] 350px 20px;
    grid-template-columns: 20px repeat(4, 1fr) 350px 20px;
    -ms-grid-rows: 20px (80px)[4] 20px;
    grid-template-rows: 20px repeat(4, 80px) 20px;
  }
  body #canvas main #HPRSection > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  body #canvas main #HPRSection > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  body #canvas main #HPRSection > *:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  body #canvas main #HPRSection > *:nth-child(4) {
    -ms-grid-row: 1;
    -ms-grid-column: 4;
  }
  body #canvas main #HPRSection > *:nth-child(5) {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }
  body #canvas main #HPRSection > *:nth-child(6) {
    -ms-grid-row: 1;
    -ms-grid-column: 6;
  }
  body #canvas main #HPRSection > *:nth-child(7) {
    -ms-grid-row: 1;
    -ms-grid-column: 7;
  }
  body #canvas main #HPRSection > *:nth-child(8) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  body #canvas main #HPRSection > *:nth-child(9) {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  body #canvas main #HPRSection > *:nth-child(10) {
    -ms-grid-row: 2;
    -ms-grid-column: 3;
  }
  body #canvas main #HPRSection > *:nth-child(11) {
    -ms-grid-row: 2;
    -ms-grid-column: 4;
  }
  body #canvas main #HPRSection > *:nth-child(12) {
    -ms-grid-row: 2;
    -ms-grid-column: 5;
  }
  body #canvas main #HPRSection > *:nth-child(13) {
    -ms-grid-row: 2;
    -ms-grid-column: 6;
  }
  body #canvas main #HPRSection > *:nth-child(14) {
    -ms-grid-row: 2;
    -ms-grid-column: 7;
  }
  body #canvas main #HPRSection > *:nth-child(15) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  body #canvas main #HPRSection > *:nth-child(16) {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
  }
  body #canvas main #HPRSection > *:nth-child(17) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  body #canvas main #HPRSection > *:nth-child(18) {
    -ms-grid-row: 3;
    -ms-grid-column: 4;
  }
  body #canvas main #HPRSection > *:nth-child(19) {
    -ms-grid-row: 3;
    -ms-grid-column: 5;
  }
  body #canvas main #HPRSection > *:nth-child(20) {
    -ms-grid-row: 3;
    -ms-grid-column: 6;
  }
  body #canvas main #HPRSection > *:nth-child(21) {
    -ms-grid-row: 3;
    -ms-grid-column: 7;
  }
  body #canvas main #HPRSection > *:nth-child(22) {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
  }
  body #canvas main #HPRSection > *:nth-child(23) {
    -ms-grid-row: 4;
    -ms-grid-column: 2;
  }
  body #canvas main #HPRSection > *:nth-child(24) {
    -ms-grid-row: 4;
    -ms-grid-column: 3;
  }
  body #canvas main #HPRSection > *:nth-child(25) {
    -ms-grid-row: 4;
    -ms-grid-column: 4;
  }
  body #canvas main #HPRSection > *:nth-child(26) {
    -ms-grid-row: 4;
    -ms-grid-column: 5;
  }
  body #canvas main #HPRSection > *:nth-child(27) {
    -ms-grid-row: 4;
    -ms-grid-column: 6;
  }
  body #canvas main #HPRSection > *:nth-child(28) {
    -ms-grid-row: 4;
    -ms-grid-column: 7;
  }
  body #canvas main #HPRSection > *:nth-child(29) {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  body #canvas main #HPRSection > *:nth-child(30) {
    -ms-grid-row: 5;
    -ms-grid-column: 2;
  }
  body #canvas main #HPRSection > *:nth-child(31) {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
  }
  body #canvas main #HPRSection > *:nth-child(32) {
    -ms-grid-row: 5;
    -ms-grid-column: 4;
  }
  body #canvas main #HPRSection > *:nth-child(33) {
    -ms-grid-row: 5;
    -ms-grid-column: 5;
  }
  body #canvas main #HPRSection > *:nth-child(34) {
    -ms-grid-row: 5;
    -ms-grid-column: 6;
  }
  body #canvas main #HPRSection > *:nth-child(35) {
    -ms-grid-row: 5;
    -ms-grid-column: 7;
  }
  body #canvas main #HPRSection > *:nth-child(36) {
    -ms-grid-row: 6;
    -ms-grid-column: 1;
  }
  body #canvas main #HPRSection > *:nth-child(37) {
    -ms-grid-row: 6;
    -ms-grid-column: 2;
  }
  body #canvas main #HPRSection > *:nth-child(38) {
    -ms-grid-row: 6;
    -ms-grid-column: 3;
  }
  body #canvas main #HPRSection > *:nth-child(39) {
    -ms-grid-row: 6;
    -ms-grid-column: 4;
  }
  body #canvas main #HPRSection > *:nth-child(40) {
    -ms-grid-row: 6;
    -ms-grid-column: 5;
  }
  body #canvas main #HPRSection > *:nth-child(41) {
    -ms-grid-row: 6;
    -ms-grid-column: 6;
  }
  body #canvas main #HPRSection > *:nth-child(42) {
    -ms-grid-row: 6;
    -ms-grid-column: 7;
  }
  body #canvas main #HPRSection .HPR_main {
    -ms-grid-column: 6;
    grid-column: 6;
    -ms-grid-row: 2;
    -ms-grid-row-span: 4;
    grid-row: 2/6;
  }
  body #canvas main #HPRSection .carrousel {
    -ms-grid-row: 1;
    -ms-grid-row-span: 6;
    grid-row: 1/7;
  }
  body #canvas main #gamesSection .games_containter {
    -ms-grid-columns: (1fr)[6];
    grid-template-columns: repeat(6, 1fr);
  }
  body #canvas main .standard-container .blog .blog_center {
    max-width: 1068px;
  }
  body #canvas main .standard-container .content .promotions_container {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
  body #canvas main .single-post-cointainer {
    -ms-grid-columns: 1fr 1068px 1fr;
    grid-template-columns: 1fr 1068px 1fr;
  }
  body #canvas main .single-post-cointainer .single_entry_header {
    padding-bottom: 60px;
  }
  body #canvas main footer #links {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 1700px) {
  body #canvas main header {
    -ms-grid-columns: 1fr 800px 840px 1fr;
    grid-template-columns: 1fr 800px 840px 1fr;
  }
  body #canvas main header a {
    -ms-grid-column: 2;
    grid-column: 2;
  }
  body #canvas main .NavSection {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 800px 800px 1fr;
    grid-template-columns: 1fr 800px 800px 1fr;
  }
  body #canvas main .NavSection div {
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
    grid-column: 2/4;
  }
  body #canvas main #HPRSection {
    -ms-grid-columns: 1fr (400px)[4] 1fr;
    grid-template-columns: 1fr repeat(4, 400px) 1fr;
  }
  body #canvas main #HPRSection .HPR_main {
    -ms-grid-column: 5;
    grid-column: 5;
  }
}
@media (min-width: 3000px) {
  body #canvas main header {
    -ms-grid-columns: 1fr 800px 840px 1fr;
    grid-template-columns: 1fr 800px 840px 1fr;
  }
  body #canvas main header a {
    -ms-grid-column: 2;
    grid-column: 2;
  }
  body #canvas main .NavSection {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 800px 800px 1fr;
    grid-template-columns: 1fr 800px 800px 1fr;
  }
  body #canvas main .NavSection div {
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
    grid-column: 2/4;
  }
  body #canvas main #HPRSection {
    -ms-grid-columns: 1fr (400px)[4] 1fr;
    grid-template-columns: 1fr repeat(4, 400px) 1fr;
  }
  body #canvas main #HPRSection .HPR_main {
    -ms-grid-column: 5;
    grid-column: 5;
  }
  body #canvas main .single-post-cointainer {
    -ms-grid-columns: auto 2000px auto;
    grid-template-columns: auto 2000px auto;
  }
  body #canvas main .single-post-cointainer .blog_header_image {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
  }
}
#loginFormModal {
  padding: 15px;
  border: 1px solid #8e8e8e;
  border-radius: 5px;
  background: black;
}
#loginFormModal .hr-divider,
#loginFormModal a,
#loginFormModal h3,
#loginFormModal h4,
#loginFormModal label,
#loginFormModal p {
  color: white;
}
#loginFormModal label[for=password],
#loginFormModal label[for=username] {
  color: black;
}
#loginFormModal .btn {
  color: white;
  background: #336eb4;
  text-transform: capitalize;
  border: 1px solid transparent;
  border-radius: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  font-weight: bold;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #loginFormModal .btn {
    display: -ms-flexbox;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    -ms-flex-direction: row;
  }
}
#loginFormModal .btn:hover {
  background: #f44336;
}

#mobile_invitation_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  position: fixed;
  right: 8px;
  bottom: 15px;
  height: 60px;
  width: 60px;
  z-index: 120;
  cursor: pointer;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #mobile_invitation_container {
    display: -ms-flexbox;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    -ms-flex-direction: row;
  }
}

figcaption {
  display: none !important;
}

.breadcrumb {
  padding: 20px 30px;
  list-style: none;
  color: #fff;
  font-size: 12px;
}
.breadcrumb a,
.breadcrumb strong {
  color: #fff;
  text-decoration: none;
  font-size: 12px;
}

body #canvas main footer #payments .cds-logo img {
  max-width: none;
}

@media screen and (max-width: 864px) {
  body #canvas main footer #payments .cds-logo img {
    margin-left: 10px;
  }
}
@media screen and (max-width: 575px) {
  body #canvas main #HPRSection .HPR_main_text_amount {
    font-size: 75px;
  }
}
@media screen and (max-width: 450px) {
  body #canvas main #HPRSection .HPR_main_text_amount {
    font-size: 60px;
  }
}
@media screen and (max-width: 380px) {
  body #canvas main #HPRSection .HPR_main_text_amount {
    font-size: 50px;
  }
}