@charset "UTF-8";
/*
CSS for shortcode widgets
*/
.tcs_winners_list .tcs_winners_feed > li:after, .tcs_banner .tcs_inner:after {
  content: "";
  display: block;
  clear: both;
}

/* .wrap {
  ...
  @extend %clearfix;
} */
.tcs_banner {
  margin: 0;
  font-size: 1.2em;
  margin-bottom: 26px;
}
@media screen and (max-width: 768px) {
  .tcs_banner .tcs_inner {
    padding: 0.9em 0.8em;
  }
}
.tcs_banner .tcs_button_container {
  float: right;
  padding: 1em;
}
@media screen and (max-width: 1019px) {
  .tcs_banner .tcs_button_container {
    margin-top: 0.6em;
    float: none;
    display: block;
    text-align: center;
  }
}
.tcs_banner .tcs_text, .tcs_banner .tcs_button {
  line-height: 1;
}
.tcs_banner .tcs_text {
  display: inline-block;
  padding: 0.6em 0 0 0.4em;
  color: #fff;
  margin-right: 1em;
  font-size: 1.2em;
}
@media screen and (max-width: 768px) {
  .tcs_banner .tcs_text {
    line-height: 1.4;
  }
}
.tcs_banner .tcs_inner {
  display: flex;
  flex-direction: column;
  text-align: center;
  padding: 1.4em 0.8em;
  background: url("../img/banner-bkg.jpg");
  background-size: cover;
}
@media screen and (max-width: 1019px) {
  .tcs_banner {
    text-align: center;
  }
}

.tcs .tcs_button {
  display: inline-block;
  padding: 0.5em 0.8em;
  line-height: 1;
  background: #09111a;
  font-size: 1.3em;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0.6em;
  background-color: #1da5f6;
  text-transform: uppercase;
  font-weight: 900;
  border: 1px solid #49a2f5;
  border-radius: 3px;
  line-height: 20px;
  color: #FFF;
}
.tcs .tcs_button:hover {
  text-decoration: none !important;
  background: #0cf;
}
@media screen and (max-width: 768px) {
  .tcs .tcs_button {
    font-size: 1.2em;
  }
}

@keyframes bouncybouncy {
  0%, 100% {
    transform: translateY(0%);
    -webkit-transform: translateY(0%);
  }
  6.5% {
    transform: translateY(-20%);
  }
  8% {
    transform: translateY(-20%);
  }
  15.5% {
    transform: translateY(10%);
  }
  19.5% {
    transform: translateY(-20%);
  }
  21.5% {
    transform: translateY(-20%);
  }
  30% {
    transform: translateY(10%);
  }
  35% {
    transform: translateY(0%);
  }
}
/* winners list style */
.tcs_winners_list {
  display: none;
  margin: 2.5em 0;
}
@media screen and (max-width: 1019px) {
  .tcs_winners_list {
    font-size: 13px;
  }
}
.tcs_winners_list .tcs_inner {
  position: relative;
  max-width: 580px;
  border: 1px solid #1DA5F6;
  border-radius: 4px;
  margin: 0 auto;
  padding: 0 1em 1.2em 1em;
}
@media screen and (max-width: 1019px) {
  .tcs_winners_list .tcs_inner {
    padding: 0 5px 10px 5px;
  }
}
.tcs_winners_list .tcs_inner .tcs_winner_cup {
  position: absolute;
  top: -1.8em;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  height: 3.6em;
  width: 3.6em;
  border-radius: 1.9em;
  margin: 0 auto;
  border: 1px solid #1DA5F6;
  background: #fff url("../img/star.svg") no-repeat center;
  background-size: 48%;
  -webkit-animation: goup 0.5s 1;
  /* Safari 4.0 - 8.0 */
  animation: goup 0.5s 1;
  animation-delay: 1s;
  -webkit-animation-delay: 1s;
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
}
.tcs_winners_list .tcs_list_container {
  height: 7.5em;
  overflow: hidden;
  margin: 0 auto 15px;
  padding: 0;
}
@media screen and (max-width: 1019px) {
  .tcs_winners_list .tcs_list_container {
    height: 7em;
  }
}
@media screen and (max-width: 640px) {
  .tcs_winners_list .tcs_list_container {
    height: 9.6em;
  }
}
.tcs_winners_list .tcs_title {
  text-align: center;
  font-size: 1.1em;
  letter-spacing: 0.08em;
  padding: 2.3em 0 0.9em;
  font-weight: bold;
  color: #1DA5F6;
  text-transform: uppercase;
}
@media screen and (max-width: 1019px) {
  .tcs_winners_list .tcs_title {
    margin-left: -5px;
    margin-right: -5px;
    font-size: 1em;
  }
}
.tcs_winners_list .tcs_name {
  font-weight: bold;
  color: #000;
  text-transform: lowercase;
}
.tcs_winners_list .tcs_text {
  text-align: center;
  margin-bottom: 10px;
}
.tcs_winners_list .tcs_trophy_icon {
  height: 1.2em !important;
  display: inline-block !important;
  vertical-align: top !important;
  margin-top: 0.3em !important;
  width: auto !important;
}
.tcs_winners_list .tcs_winners_feed {
  font-size: 1.2em;
  list-style: none;
  padding: 0;
  margin: 0;
  white-space: nowrap;
}
.tcs_winners_list .tcs_winners_feed > li {
  margin-left: 0;
  height: 1.6em;
}
.tcs_winners_list .tcs_winners_feed > li:not(.first) {
  display: none;
}
.tcs_winners_list .tcs_winners_feed > li.bronze .tcs_line:first-child {
  color: #b17739;
}
.tcs_winners_list .tcs_winners_feed > li.silver .tcs_line:first-child {
  color: #8ab3c7;
}
.tcs_winners_list .tcs_winners_feed > li.gold .tcs_line:first-child {
  color: #ceb73f;
}
@media screen and (max-width: 1019px) {
  .tcs_winners_list .tcs_winners_feed > li {
    height: auto;
  }
}
@media screen and (max-width: 1019px) {
  .tcs_winners_list .tcs_winners_feed > li {
    height: auto;
  }
}
@media screen and (max-width: 640px) {
  .tcs_winners_list .tcs_winners_feed > li {
    height: auto;
    font-size: 13px;
    line-height: 19px;
    margin-bottom: 5px;
  }
}
.tcs_winners_list .tcs_winners_feed .tcs_line {
  display: inline-block;
  overflow: hidden;
  overflow-text: ellipsis;
}
.tcs_winners_list .tcs_winners_feed .tcs_line:first-child {
  max-height: 20px;
}
@media screen and (min-width: 640px) {
  .tcs_winners_list .tcs_winners_feed .tcs_line:first-child {
    max-height: 25px;
  }
}
@media screen and (max-width: 640px) {
  .tcs_winners_list .tcs_winners_feed .tcs_line {
    display: block;
  }
}
@media screen and (max-width: 1019px) {
  .tcs_winners_list .tcs_winners_feed .tcs_line {
    float: none;
    text-align: center;
  }
}
.tcs_winners_list .tcs_winners_feed .tcs_line a {
  font-style: italic;
}
@media screen and (max-width: 640px) {
  .tcs_winners_list .tcs_winners_feed .tcs_line a {
    display: block;
  }
}
@media screen and (max-width: 1019px) {
  .tcs_winners_list .tcs_info-text {
    text-align: center;
  }
}
.tcs_winners_list .tcs_info-text a {
  color: inherit;
  text-decoration: underline;
}
.tcs_winners_list .tcs_info-text .tcs_line:first-child {
  width: 23%;
  font-weight: bold;
  color: #1DA5F6;
}
@media screen and (max-width: 1019px) {
  .tcs_winners_list .tcs_info-text .tcs_line:first-child {
    width: auto;
  }
}
.tcs_winners_list .tcs_info-text .tcs_line:last-child {
  color: #333;
}
.tcs_winners_list .tcs_button {
  font-size: 1.5em;
}
.tcs_winners_list .tcs_button_container {
  text-align: center;
}

.tcs_game_example {
  text-align: center;
}
.tcs_game_example .tcs_game_container {
  width: 100%;
  max-width: 525px;
  margin: 0 auto;
}
.tcs_game_example .tcs_game_container .tcs_game_container_inner {
  height: 0;
  overflow: hidden;
  padding-top: 75%;
  position: relative;
}
.tcs_game_example .tcs_game_container .tcs_game_container_inner iframe {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border: none;
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 100%;
}
.tcs_game_example .tcs_before_cta_text,
.tcs_game_example .tcs_main_text {
  margin: 1em 0;
  font-weight: bold;
  color: #1DA5F6;
}

@keyframes goup {
  0% {
    top: 0;
    opacity: 0;
  }
  100% {
    top: -1.8em;
    opacity: 1;
  }
}
/* winners list style only for sidebar*/
.tcs_winners_list--side {
  max-width: 198px;
  margin: 3em auto 1em;
}
.tcs_winners_list--side .tcs_list_container {
  height: auto;
  justify-content: center;
}
.tcs_winners_list--side .tcs_winners_feed > li {
  height: auto;
}
.tcs_winners_list--side .tcs_winners_feed > li.silver .tcs_line:first-child {
  color: #698d9f;
}
.tcs_winners_list--side .tcs_inner {
  padding: 1em 0.2em 1em;
}
.tcs_winners_list--side .tcs_inner .tcs_winner_cup {
  width: 3em;
  height: 3em;
}
.tcs_winners_list--side .tcs_title {
  font-size: 14px;
  font-weight: 900;
  padding: 1.2em 0 0.6em;
}
.tcs_winners_list--side .tcs_text {
  font-size: 14px;
}
.tcs_winners_list--side .tcs_trophy_icon {
  max-width: 20px;
}
.tcs_winners_list--side .tcs_info-text {
  margin-bottom: 0.6em;
}
.tcs_winners_list--side .tcs_info-text .tcs_line {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: auto;
  line-height: 1.2;
  font-size: 14px;
}
.tcs_winners_list--side .tcs_info-text .tcs_line:first-child {
  width: 100%;
  flex-direction: row;
  font-size: 15px;
}
.tcs_winners_list--side .tcs_info-text .tcs_line:first-child img {
  margin: 0.3em !important;
}
.tcs_winners_list--side .tcs_info-text .tcs_line .tcs_name {
  font-weight: 900;
}

#wgt-games-list {
  display: none;
  width: 100%;
  max-width: 825px;
  text-align: center;
  margin-top: 1rem;
  margin-bottom: 2rem;
}
#wgt-games-list * {
  box-sizing: border-box;
}
#wgt-games-list .gl-grid {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0.5em 0.5em 1em;
}
#wgt-games-list .gl-grid__item {
  margin: 0.6em 0.5em 0;
  flex: 1 100%;
}
@media screen and (min-width: 400px) {
  #wgt-games-list .gl-grid__item {
    margin: 0.5em 0.25em 0;
    flex: 1 calc(50% - 1.5em);
    max-width: calc(50% - 1.5em);
  }
}
@media screen and (min-width: 620px) {
  #wgt-games-list .gl-grid__item {
    margin: 0.5em 0.25em 0;
    flex: 1 30%;
    max-width: 256px;
  }
}
#wgt-games-list .gl-grid__item--extra {
  display: none;
}
#wgt-games-list .gl-grid__item img {
  width: 100%;
  margin: 0 !important;
}
@media screen and (min-width: 400px) {
  #wgt-games-list .gl-grid {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
#wgt-games-list .overlay {
  position: relative;
  background: #000;
}
#wgt-games-list .overlay__image {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: 0.3s ease;
  backface-visibility: hidden;
}
#wgt-games-list .overlay__middle {
  transition: 0.3s ease;
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#wgt-games-list .overlay:hover .overlay__image {
  opacity: 0.2;
}
#wgt-games-list .overlay:hover .overlay__middle {
  opacity: 1;
}
#wgt-games-list .overlay__button {
  display: block;
  border: 1px solid #1DA5F6;
  color: #1DA5F6;
  font-size: 16px;
  padding: 16px 32px;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 3px;
}
#wgt-games-list .overlay__button:hover {
  background: #1DA5F6;
  color: #fff;
}
#wgt-games-list__button {
  display: inline-block;
  border-radius: 3px;
  background-color: #1DA5F6;
  color: #fff;
  font-size: 13px;
  padding: 11px 20px;
  margin: 0 auto;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
}
#wgt-games-list__button:hover {
  background: #0cf;
}

#tcs-tips-and-tricks {
  margin-top: 1rem;
  margin-bottom: 3rem;
}
#tcs-tips-and-tricks .tat__row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: stretch;
}
#tcs-tips-and-tricks .tat__item {
  width: 30%;
  max-width: 250px;
  display: flex;
  flex-direction: column;
  margin-top: 0.5rem;
}
#tcs-tips-and-tricks .tat__item img {
  width: 100%;
  margin: 10px auto;
}
@media screen and (max-width: 767px) {
  #tcs-tips-and-tricks .tat__item {
    max-width: 45%;
    width: 45%;
  }
}
@media screen and (max-width: 450px) {
  #tcs-tips-and-tricks .tat__item {
    max-width: 100%;
    width: 100%;
  }
}
#tcs-tips-and-tricks .tat__header {
  font-size: 1.2rem;
  font-weight: bold;
}
#tcs-tips-and-tricks .tat__cta {
  margin-top: auto;
  align-self: center;
  display: inline-block;
  border-radius: 3px;
  background-color: #1DA5F6;
  color: #fff;
  font-size: 13px;
  padding: 11px 20px;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
}
#tcs-tips-and-tricks .tat__cta:hover {
  background: #0cf;
}

#tcs-games-info-boxes {
  margin-top: 1rem;
  margin-bottom: 2rem;
}
#tcs-games-info-boxes .gib * {
  box-sizing: border-box;
}
#tcs-games-info-boxes .gib__container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 767px) {
  #tcs-games-info-boxes .gib__container {
    justify-content: center;
  }
}
#tcs-games-info-boxes .gib__item {
  width: 48%;
  max-width: 386px;
}
@media (max-width: 767px) {
  #tcs-games-info-boxes .gib__item {
    width: 100%;
    max-width: 412px;
  }
}
@media (max-width: 767px) {
  #tcs-games-info-boxes .gib__item:not(:first-child) {
    margin-top: 1.5rem;
  }
}
#tcs-games-info-boxes .gib__item:not(:first-child):not(:nth-child(2)) {
  margin-top: 1.4rem;
}
#tcs-games-info-boxes .gib__item:hover .gib__flipper {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
#tcs-games-info-boxes .gib__item:hover .gib__flipper--back {
  opacity: 1;
}
#tcs-games-info-boxes .gib__flipper {
  position: relative;
  -webkit-transition: 0.6s;
  -webkit-transform-style: preserve-3d;
  -moz-transition: 0.6s;
  -moz-transform-style: preserve-3d;
  -o-transition: 0.6s;
  -o-transform-style: preserve-3d;
  transition: 0.6s;
  transform-style: preserve-3d;
}
#tcs-games-info-boxes .gib__flipper--front * {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}
#tcs-games-info-boxes .gib__flipper--front img {
  width: 100%;
  margin: 0;
}
#tcs-games-info-boxes .gib__flipper--back {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
  background: #ffffff;
  border: 1px solid #cccccc;
  -moz-transform: scale(-1, 1);
  -webkit-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
  padding: 1.4rem;
}
#tcs-games-info-boxes .gib__flipper--back * {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media screen and (max-width: 1199px) {
  #tcs-games-info-boxes .gib__flipper--back {
    overflow-y: scroll;
  }
}
#tcs-games-info-boxes .gib__note {
  text-align: center;
  font-size: 11px;
  margin-top: 3px;
  margin-bottom: 0;
  display: none;
}
@media screen and (max-width: 576px) {
  #tcs-games-info-boxes .gib__note {
    display: block;
  }
}
#tcs-games-info-boxes .gib__title {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 2rem;
  font-weight: bold;
  color: #1da5f6;
}
#tcs-games-info-boxes .gib__title--sm {
  font-size: 1.4rem;
  font-weight: bold;
  color: #1da5f6;
}
#tcs-games-info-boxes .gib__cta {
  display: block;
  width: 140px;
  margin: 0 auto 1rem;
  border-radius: 3px;
  background-color: #1DA5F6;
  color: #fff;
  font-size: 13px;
  padding: 11px 20px;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
}
#tcs-games-info-boxes .gib__cta:hover {
  background: #0cf;
}

#tcs-success-stories {
  padding-top: 1rem;
  padding-bottom: 2rem;
}
#tcs-success-stories .ss__container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 1.2rem;
  background: #ffffff;
  border: 1px solid #cccccc;
}
@media screen and (max-width: 767px) {
  #tcs-success-stories .ss__container {
    max-width: 390px;
    padding: 0;
    margin: 0 auto;
  }
}
#tcs-success-stories .ss__content {
  width: 58%;
}
@media screen and (max-width: 767px) {
  #tcs-success-stories .ss__content {
    order: 1;
    width: 100%;
    padding: 2rem 1.2rem;
  }
}
#tcs-success-stories .ss__media {
  width: 39%;
}
@media screen and (max-width: 767px) {
  #tcs-success-stories .ss__media {
    order: -1;
    width: 100%;
  }
}
#tcs-success-stories .ss__header {
  font-size: 1.4rem;
  font-weight: bold;
  color: #1DA5F6;
}
#tcs-success-stories .ss__paragraph {
  font-size: 0.8rem;
  margin-bottom: 10px;
}
#tcs-success-stories .ss__paragraph:last-child {
  margin-bottom: 0;
}
#tcs-success-stories .ss__media-container {
  position: relative;
}
#tcs-success-stories .ss__media-container:hover .ss__image-overlay {
  height: 100%;
}
#tcs-success-stories .ss__image {
  margin: 0;
  width: 100%;
}
#tcs-success-stories .ss__image-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.8);
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: 0.3s ease;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
#tcs-success-stories .ss__overlay-text {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
  font-size: 1.4rem;
  font-weight: bold;
  color: white;
}
#tcs-success-stories .ss__cta {
  position: absolute;
  bottom: -15px;
  width: 100%;
  text-align: center;
}
#tcs-success-stories .ss__link {
  display: inline-block;
  border-radius: 3px;
  background-color: #1DA5F6;
  color: #fff;
  font-size: 13px;
  padding: 11px 35px;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
}
#tcs-success-stories .ss__link:hover {
  background: #0cf;
}

.top-played-slots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  padding-top: 12px;
}
@media (max-width: 769px) {
  .top-played-slots {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.top-played-slots__header {
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
}
.top-played-slots__header--center {
  position: relative;
  top: -15px;
}
.top-played-slots__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: calc(100% / 3);
}
@media (max-width: 769px) {
  .top-played-slots__item {
    width: 100%;
    max-width: 320px;
    margin: 40px auto;
  }
}
.top-played-slots__bottom {
  text-align: center;
  margin-bottom: 2rem;
}
@media (max-width: 769px) {
  .top-played-slots__bottom {
    width: 100%;
    max-width: 320px;
    margin: 0 auto 2rem;
  }
}
.top-played-slots__bottom--link {
  display: block;
  padding: 11px 0;
  background: #1DA5F6;
  color: #fff !important;
  font-size: 15px;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
}
.top-played-slots__bottom--link:hover {
  background: #1ad1ff;
  text-decoration: none;
}

.top-played-slots-card {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  background: #fff;
  border: 1px solid #ccc;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.top-played-slots-card__hero {
  position: relative;
  text-align: center;
  overflow: hidden;
}
.top-played-slots-card__hero--middle {
  position: relative;
  top: -15px;
}
@media (max-width: 769px) {
  .top-played-slots-card__hero--middle {
    top: 0;
  }
}
.top-played-slots-card__image {
  width: 100%;
  max-width: 100%;
  margin: 0 !important;
  transition: transform 0.3s;
}
@media (max-width: 769px) {
  .top-played-slots-card__image {
    width: 100%;
    max-width: 320px !important;
    margin: 0 auto !important;
  }
}
.top-played-slots-card__image:hover {
  transform: scale(1.2);
}
.top-played-slots-card__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 0;
}
.top-played-slots-card__content--middle {
  position: relative;
  top: -15px;
}
@media (max-width: 769px) {
  .top-played-slots-card__content--middle {
    top: 0;
  }
}
.top-played-slots-card__content--middle .top-played-slots-card__list > li::before {
  color: #00D0F6;
}
.top-played-slots-card__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: none !important;
}
.top-played-slots-card__header > h5 {
  margin: 0;
  font-size: 1.15rem;
  font-weight: bold;
  line-height: 1;
}
.top-played-slots-card__header > span {
  font-size: 1.15rem;
  font-weight: bold;
  line-height: 1;
}
.top-played-slots-card__jackpot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 5px 10px;
  border-bottom: 1.5px solid #fff;
  background: #8B8B8B;
  color: #fff;
}
.top-played-slots-card__jackpot-title {
  font-size: 1.15rem;
  font-weight: bold;
}
.top-played-slots-card__jackpot-amount {
  font-size: 1.15rem;
  font-weight: bold;
}
.top-played-slots-card__online {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 5px 10px;
  background: #CCCCCC;
}
.top-played-slots-card__online-title {
  font-size: 1.05rem;
  font-weight: bold;
}
.top-played-slots-card__online-amount {
  font-size: 1.05rem;
  font-weight: bold;
}
.top-played-slots-card__online-amount::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 5px;
  border-radius: 50%;
  background: #8FFB06;
}
.top-played-slots-card__list {
  margin-top: 1rem;
  padding: 0;
  list-style: none;
}
.top-played-slots-card__list > li {
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  border-bottom: 2px solid #dad9d9;
  font-size: 1rem;
}
.top-played-slots-card__list > li::before {
  content: "✓ ";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 12px;
  color: #56B8F6;
  font-size: 1.3rem;
  font-weight: bold;
}
.top-played-slots-card__buttons-container {
  margin-top: auto;
  text-align: center;
  padding: 22px 0;
}
.top-played-slots-card__button {
  border-radius: 3px;
  background-color: #36aff7;
  color: #fff !important;
  font-size: 13px;
  padding: 11px 35px;
  font-weight: 700;
  text-decoration: none;
}
.top-played-slots-card__button:hover, .top-played-slots-card__button:focus {
  background-color: #1ad1ff;
  color: #fff !important;
  text-decoration: none;
}
.top-played-slots-card__button--main {
  padding: 13px 40px;
  font-size: 15px;
  background-color: #00D0F6;
}
.top-played-slots-card__button--main:hover {
  background-color: #2adeff;
}
.top-played-slots-card__button--main-span {
  margin-top: 18px;
  display: block;
  font-size: 1.3rem;
  font-weight: bold;
  text-transform: uppercase;
}
.top-played-slots-card--centered {
  border-left: none;
  border-right: none;
}

.top-played-slots-h {
  padding-bottom: 0;
}
@media (max-width: 769px) {
  .top-played-slots-h {
    max-width: 320px;
    margin: 0 auto;
  }
}
.top-played-slots-h__item {
  padding: 15px;
  border: 1px solid #ccc;
  background: #fff;
}
.top-played-slots-h__item:nth-of-type(2) {
  border-top: none;
  border-bottom: none;
}

.tpsh__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 769px) {
  .tpsh__container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.tpsh__col-4 {
  width: 45%;
}
@media (max-width: 1200px) {
  .tpsh__col-4 {
    width: 55%;
  }
}
@media (max-width: 769px) {
  .tpsh__col-4 {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.tpsh__col-6 {
  width: 55%;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@media (max-width: 1200px) {
  .tpsh__col-6 {
    width: 45%;
  }
}
@media (max-width: 769px) {
  .tpsh__col-6 {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.tpsh__col-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 769px) {
  .tpsh__col-container {
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
  }
}
.tpsh__col-container > a {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.tpsh-game__image {
  height: 100px;
  max-height: 100px;
  width: auto;
  margin-top: 0;
  margin: 0 !important;
  transition: transform 0.3s;
}
@media (max-width: 769px) {
  .tpsh-game__image {
    max-height: 100%;
  }
}
@media (max-width: 990px) {
  .tpsh-game__image {
    width: auto !important;
    height: 130px !important;
  }
}
@media (max-width: 880px) {
  .tpsh-game__image {
    width: auto !important;
    height: 100px !important;
  }
}
@media (max-width: 769px) {
  .tpsh-game__image {
    width: 100% !important;
    height: auto !important;
  }
}
.tpsh-game__image:hover {
  transform: scale(1.2);
}
.tpsh-game__header {
  margin-left: 10px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-right: 15px;
}
@media (max-width: 769px) {
  .tpsh-game__header {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.tpsh-game__heading {
  font-weight: bold;
}
.tpsh-game__jackpot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-weight: bold;
  font-size: 1.05rem;
  text-transform: uppercase;
  padding: 5px 10px;
  background: #8B8B8B;
  color: #fff;
}
@media (max-width: 769px) {
  .tpsh-game__jackpot {
    width: 100%;
    border-bottom: 2px solid #333;
  }
}
.tpsh-game__online {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-weight: bold;
  font-size: 1rem;
  text-transform: capitalize;
  padding: 5px 10px;
  background: #CCCCCC;
}
@media (max-width: 769px) {
  .tpsh-game__online {
    width: 100%;
  }
}
.tpsh-game__online-amount::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 5px;
  border-radius: 50%;
  background: #8FFB06;
}
.tpsh-game__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-top: 8px;
  width: 60%;
}
@media (max-width: 1200px) {
  .tpsh-game__text {
    width: 50%;
  }
}
@media (max-width: 880px) {
  .tpsh-game__text {
    margin-top: 8px;
  }
}
@media (max-width: 769px) {
  .tpsh-game__text {
    width: 100%;
    margin-top: 0;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.tpsh-game__text ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 769px) {
  .tpsh-game__text ul {
    margin-left: 1rem;
    margin-bottom: 1rem;
  }
}
.tpsh-game__text ul > li {
  font-size: 1rem;
}
.tpsh-game__text ul > li::before {
  content: "✓ ";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 10px;
  color: #56B8F6;
  font-size: 1.3rem;
  font-weight: bold;
}
.tpsh-game__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@media (max-width: 990px) {
  .tpsh-game__buttons {
    margin-top: 15px;
  }
}
@media (max-width: 880px) {
  .tpsh-game__buttons {
    margin-top: 0;
  }
}
@media (max-width: 769px) {
  .tpsh-game__buttons {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}
.tpsh-game__button {
  border-radius: 3px;
  background-color: #1da5f6;
  color: #fff !important;
  font-size: 14px;
  padding: 5px 20px;
  font-weight: 700;
  text-decoration: none;
}
@media (max-width: 880px) {
  .tpsh-game__button {
    margin-top: 10px;
  }
}
.tpsh-game__button:nth-of-type(2) {
  margin-top: 15px;
}
@media (max-width: 769px) {
  .tpsh-game__button:nth-of-type(2) {
    margin-top: 10px;
  }
}
.tpsh-game__button:hover, .tpsh-game__button:focus {
  background: #0cf;
  color: #fff !important;
  text-decoration: none;
}
.tpsh-game__button--empty {
  border: 1.6px solid #1da5f6;
  background: transparent;
  color: #1da5f6 !important;
}
.tpsh-game__button--empty:hover, .tpsh-game__button--empty:focus {
  border: 1.6px solid #0cf;
  color: #0cf !important;
  background: transparent;
}

#tcs-daily-tip {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
#tcs-daily-tip .dt {
  display: flex;
  padding: 1.2rem;
  border: 1px solid #cccccc;
  background: white;
}
@media (max-width: 768px) {
  #tcs-daily-tip .dt {
    flex-direction: column;
    max-width: 390px;
    margin: 0 auto;
    padding: 0;
  }
}
#tcs-daily-tip .dt__content-container {
  width: 60%;
  padding-right: 1.2rem;
  text-align: center;
}
@media (max-width: 768px) {
  #tcs-daily-tip .dt__content-container {
    order: 2;
    width: 100%;
    padding: 1rem;
  }
}
#tcs-daily-tip .dt__header {
  color: #1DA5F6;
  font-size: 1.4rem !important;
  font-weight: bold;
}
#tcs-daily-tip .dt__content {
  text-align: left;
}
#tcs-daily-tip .dt__content p {
  font-size: 0.8rem;
}
#tcs-daily-tip .dt__link {
  display: inline-block;
  border-radius: 4px;
  background: #1DA5F6;
  color: #fff;
  font-size: 13px;
  padding: 11px 35px;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  transition: 0.3s;
}
#tcs-daily-tip .dt__link:hover {
  background: #0cf;
  text-decoration: none;
}
#tcs-daily-tip .dt__img-container {
  width: 40%;
}
@media (max-width: 768px) {
  #tcs-daily-tip .dt__img-container {
    order: 1;
    width: 100%;
  }
}
#tcs-daily-tip .dt__img-container img {
  max-width: 100%;
  margin: 0 !important;
}

#deposit-offers-new-section {
  margin-bottom: 1rem;
}
#deposit-offers-new-section .promotions__promo {
  margin: 0;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
#deposit-offers-new-section .promotions__promo:nth-child(odd) {
  background: #e4e3e4;
}
#deposit-offers-new-section .promotions__promo:nth-child(even) {
  background: #f1f1f1;
}
@media (max-width: 576px) {
  #deposit-offers-new-section .promotions__promo {
    max-width: 300px;
  }
}
#deposit-offers-new-section .promotions__coupon {
  display: block;
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
  border: 1px dotted black;
  border-radius: 4px;
  background: #fff;
  color: #f50056;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}
#deposit-offers-new-section .promotions__coupon--mix {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
#deposit-offers-new-section .promotions__cta {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 4px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  background: #646464;
  color: #fff;
  font-size: 0.8rem;
  font-weight: bold;
  text-transform: uppercase;
  cursor: pointer;
}
@media (max-width: 992px) {
  #deposit-offers-new-section .promotions__cta {
    font-size: 0.6rem;
  }
}
@media (max-width: 768px) {
  #deposit-offers-new-section .promotions__cta {
    font-size: 0.8rem;
  }
}
#deposit-offers-new-section .promotions__link {
  display: block;
  margin-bottom: 0.5rem;
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
  border-radius: 4px;
  background: #1da5f6;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: 0.1s;
  cursor: pointer;
}
#deposit-offers-new-section .promotions__link:hover {
  text-decoration: none;
  background: #0cf;
}
#deposit-offers-new-section .promotions__condition {
  font-size: 12px !important;
  text-align: center;
}
#deposit-offers-new-section h2 {
  color: #1da5f6 !important;
  font-size: 18px !important;
  font-weight: bold !important;
}
#deposit-offers-new-section img {
  display: inline-block !important;
  width: 100%;
  margin: 0 !important;
  margin-bottom: 1rem !important;
}
@media only screen and (min-width: 48em) {
  #deposit-offers-new-section img {
    margin-bottom: 0 !important;
  }
}
#deposit-offers-new-section h3 {
  color: black !important;
  font-size: 16px !important;
  font-weight: bold !important;
}
#deposit-offers-new-section p {
  font-size: 14px !important;
}

#jackpot-new-section {
  margin-bottom: 1.5rem;
}
#jackpot-new-section .row--jackpots {
  margin: 0 -5px;
  margin-bottom: 1rem;
}
#jackpot-new-section .row--jackpots .col--jackpots {
  padding: 0 5px;
}
#jackpot-new-section .game {
  position: relative;
  max-width: 300px;
  padding: 0;
}
#jackpot-new-section .game__image {
  width: 100%;
  margin: 0 !important;
}
#jackpot-new-section .game__jackpot-amount {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 2px 0 !important;
  background: #1da5f6;
  color: #fff;
  text-align: center;
}
#jackpot-new-section .cta {
  display: inline-block !important;
  width: 300px !important;
  max-width: 100% !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  border-radius: 4px;
  background: #030a27 !important;
  color: #fff !important;
  font-size: 18px !important;
  text-align: center !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  transition: 0.1s !important;
}
#jackpot-new-section .cta:hover {
  background: #1da5f6 !important;
  color: #fff !important;
}
#jackpot-new-section h2 {
  margin-top: 0 !important;
  margin-bottom: 12px !important;
  color: #000 !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  text-align: center !important;
  text-transform: uppercase !important;
}

/*# sourceMappingURL=styles.css.map */
