.mobile-sticky-casino {
	display: none;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 99;
	box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.1);
}

.mobile-sticky-casino-left,
.mobile-sticky-casino-right {
	height: 100%;
}

.mobile-sticky-casino-left {
	width: 80px;
	padding: 15px 12px;
	text-align: center;
}

.mobile-sticky-casino-left figure {
	width: 50px;
	height: 50px;
	margin: 0 auto 10px;
}

.mobile-sticky-casino-left p {
	font-size: 18px;
}

.mobile-sticky-casino-right {
	background-color: #F5F5FA;
	padding: 15px 10px;
}

.mobile-sticky-casino-right figure {
	width: 20px;
	margin-right: 5px;
}

.mobile-sticky-casino-right h2 {
	font-size: 13px;
	color: #000;
	font-weight: bold;
}

.mobile-sticky-casino-right p {
	font-size: 12px;
	color: #353B6A;
}

.mobile-sticky-casino-right .btn--lg {
	height: 42px;
}

body .breadcrumbs-holder.container {
	position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: 0 15px !important;
}

@media (max-width: 768px) {
	.mobile-sticky-casino {
		display: block;
	}
}

@media (min-width: 1230px) {
	.container {
	  max-width: 1220px;
	}
}

@media (min-width: 768px) {
	.entry__content p {
		font-size: 16px !important;
	}
}

.pros-cons-section {
	background-color: #f4f2f5;
}

.pros-cons-holder {
	padding: 40px 0;
}

.pros-cons-top-holder h2 {
	font-size: 30px;
	color: #142939;
	margin-bottom: 30px;
}

.pros-cons-top-holder h3 {
	font-size: 26px;
	font-weight: 400;
	margin-bottom: 30px;
}

.pros-cons-content {
  background-color: #fff;
  border: 1px solid #dbdbdb;
  border-radius: 16px;
  padding: 30px 30px 10px 30px;
}

.pros-cons-content img {
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 30px;
}

.pros-cons-content h3 {
	font-size: 30px;
	color: #0e1316;
	display: inline-block;
	vertical-align: middle;
  margin-left: 10px;
  margin-bottom: 30px;
}

.pros-cons-content li {
  position: relative;
  font-size: 18px;
  font-weight: 300;
  margin-left: 15px;
  margin-bottom: 20px;
}

.pros-box li:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 1px;
  left: -15px;
  top: 12px;
  background-color: #25b18c;
}

.pros-box li:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 10px;
  left: -11px;
  top: 8px;
  background-color: #25b18c;
}

.cons-box li:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 1px;
  left: -15px;
  top: 14px;
  background-color: #ea5252;
}

.table-of-content-section {
	background-color: #f7f7f7;
	padding: 40px 0;
}

.table-of-content-holder {
	padding: 20px 20px;
	background-color: #fff;
	border-radius: 10px;
}

@media (max-width: 767px) {
	padding: 10px 10px;
}

.table-of-content-holder h3 {
  font-size: 20px;
  padding: 0 10px;
  color: #000;
  margin-bottom: 20px;
}

.table-of-content-holder a {
	position: relative;
	display: block;
	font-size: 18px;
  color: #ef409e;
  padding: 10px 10px;
  border-radius: 10px;
}

.table-of-content-holder a:hover {
	background-color: #2b3064;
}

.table-of-content-holder a:before {
  content: '';
  position: absolute;
  width: 10px;
  height: 1px;
  background-color: #ef409e;
  right: 10px;
  top: 1px;
  bottom: 0;
  margin: auto;
}

.table-of-content-holder a:after {
  content: '';
  position: absolute;
  width: 4px;
  height: 4px;
  border: solid #ef409e;
  border-width: 0 1px 1px 0;
  transform: rotate(-45deg);
  right: 9px;
  top: 1px;
  bottom: 0;
  margin: auto;
}

.anchors--opened .desktop-news-more {
  display: none !important;
}

@media (min-width: 768px) {
  .desktop-news-more {
    display: inline-block;
    color: rgba(14,0,47,.5);
    width: 100%;
    text-align: center;
    font-weight: bold;
    position: static !important;
  }

  .news-lists li {
    width: 25%;
  }

  .news-lists button {
    width: 100%;
  }

  .anchors:not(.anchors--opened) li:nth-child(n+9) {
    display: none;
  }
}