*{
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body::after {
  content: '';
  width: 100%;
  height: 820px;
  z-index: -1;
  position: absolute;
  bottom: 469px;
  background: url(/assets/media/bg-bottom.png);
  display: block;
  background-size: cover;
}
body.subscribe{
padding-bottom: 0;
}  
body.subscribe::after {
display: none;
}
body{
position: relative;
background-size: 100% !important;
font-family: 'Roboto', sans-serif;
color: #b4b3c4;
}
.subscribe .navbar{
-webkit-box-pack: center;
    -ms-flex-pack: center;
        justify-content: center;
}
.subscribe header .logo img{
width: 100% !important;
}
.subscribe article{
height: calc(100vh - 200px);
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-align: center;
    -ms-flex-align: center;
        align-items: center;
-webkit-box-pack: center;
    -ms-flex-pack: center;
        justify-content: center;
min-height: 200px;
margin-bottom: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
display: block;
}

audio,
canvas,
progress,
video {
display: inline-block;
vertical-align: baseline;
}

audio:not([controls]) {
display: none;
height: 0;
}

[hidden],
template {
display: none;
}

a {
background-color: transparent;
}

a:active,
a:hover {
outline: 0;
}

abbr[title] {
border-bottom: 1px dotted;
}

b,
strong {
font-weight: bold;
}

dfn {
font-style: italic;
}

mark {
background: #ff0;
color: #000;
}

small {
font-size: 80%;
}

sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}

sup {
top: -0.5em;
}

sub {
bottom: -0.25em;
}

img {
border: 0;
}

svg:not(:root) {
overflow: hidden;
}

figure {
margin: 1em 40px;
}

hr {
-webkit-box-sizing: content-box;
        box-sizing: content-box;
height: 0;
}

pre {
overflow: auto;
}

code,
kbd,
pre,
samp {
font-family: monospace, monospace;
font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
color: inherit;
font: inherit;
margin: 0;
}

button {
overflow: visible;
}

button,
select {
text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
cursor: pointer;
}

button[disabled],
html input[disabled] {
cursor: default;
}

input {
line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
-webkit-box-sizing: border-box;
        box-sizing: border-box;
padding: 0;
}

input[type="search"] {
-webkit-box-sizing: content-box;
        box-sizing: content-box;
}


legend {
border: 0;
padding: 0;
}

textarea {
overflow: auto;
}

optgroup {
font-weight: bold;
}

table {
border-collapse: collapse;
border-spacing: 0;
}

td,
th {
padding: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
  border-radius: 10px;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
  border-radius: 10px;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  border-radius: 10px;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6{
  clear: both;
  font-family: 'Fugaz One', cursive;
  text-align: center;
  text-transform: uppercase;
}
h1{
font-size: 22px;
font-size: clamp(22px, 5vw, 24px);
line-height: 30px;
margin-bottom: 10px;
color: #ffffff;
}  
h2{
font-size: 18px;
font-size: clamp(18px, 5vw, 22px);
margin-bottom: 10px;
margin-top: 20px;
}
h3{
font-size: 18px;
font-size: clamp(18px, 5vw, 20px);
margin-bottom: 10px;
margin-top: 20px;
}
p{
line-height: 24px;
}

/*--------------------------------------------------------------
# Search bar
--------------------------------------------------------------*/
input:focus, textarea:focus, select:focus{
  outline: none;
}
.nav-search{
  position: relative;
}
.nav-search div input {
  background: #f5f5f6;
  border-radius: 20px;
  height: 36px;
  border: none;
  width: 320px;
  color: #13356a;
  padding-left: 34px;
  border: 1px solid #cacfd7;
}
.search-submit {
  background: url(/assets/media/search.svg) no-repeat !important;
  background-size: 24px 24px !important;
  border: none !important;
  width: 20px;
  height: 20px;
  padding: 0 !important;
  position: absolute;
  top: 8px;
  left: 8px;
}


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
body > header{
background: #fdfdfd;
}
main {
width: 100%;
padding: 20px 0;
}
main > article {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
main > article:last-child{
  padding: 10px 15px 40px;
}
body > footer{
  background: #fff;
  padding-bottom: 20px;
}
body > footer > div{
  width: 100%;
  margin: 0 auto;
  max-width: 1240px;
  padding: 0 20px;
}
article p > a, article li > a {
color: #e43d52;
}

article p > a:hover{
text-decoration: none;
}
.checkmark{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  background-color: rgba(235,237,244,0.15);
  padding: 40px 20px;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
.checkmark li{
  width: 250px;
  margin-bottom: 0;
  padding-left: 50px;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.checkmark li::before{
  position: absolute;
  content: '';
  display: block;
  background: url(/assets/media/icons/yes.svg) no-repeat;
  width: 45px;
  height: 47px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.checkmark li.no::before{
  background: url(/assets/media/icons/no.svg) no-repeat;
  background-size: 90%;
  background-position: center;
}

.navbar{
max-width: 1200px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
    -ms-flex-pack: justify;
        justify-content: space-between;
margin: 0 auto;
height: 70px;
-webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
padding: 0 20px;
}
footer .navbar{
padding: 0 20px;
background: #fff;
height: auto;
}

nav{
  background: #ebedf3;
  font-family: 'Fugaz One', cursive;
}
nav ul{
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 1200px;
  margin: 0 auto;
}
nav ul li a{
  display: block;
  font-size: 14px;
  color: #13356a;
  background: transparent;
  text-transform: uppercase;
  padding: 20px 15px;
  text-decoration: none;
  -webkit-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
nav > ul > li:not(:first-child){
  border-left: 1px solid #fff;
}
/* nav ul li{
  margin: 0 5px;
} */

header nav ul li.active > a{
background: #fff;
}
footer nav{
  margin: 20px 0;
}
footer nav ul li a{
padding: 15px 10px;
}
footer .navbar{
-webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
}

nav ul li:hover > a{
background: #fff;
-webkit-transition: background 0.3s ease;
-o-transition: background 0.3s ease;
transition: background 0.3s ease;
}

.icons{
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;
}
.icons > *{
margin-left: 10px;
}
.plus18 {
display: block;
position: relative;
width: 24px;
height: 24px;
color: #e43d52;
border: 2px solid #e43d52;
text-align: center;
line-height: 22px;
font-size: 14px;
border-radius: 50%;
font-weight: bold;
}
.plus18::after{
  content: "+";
  font-size: 10px;
  display: block;
  position: absolute;
  top: 0;
  width: 4px;
  height: 4px;
  line-height: 4px;
  text-align: center;
  right: -4px;
  background: #fff;
  padding: 2px;
  border-radius: 50%;
}


/* SUB MENU */

header nav .sub-menu {
display: none;
top: 100%;
padding: 0;
line-height: normal;
margin: 0;
list-style-type: none;
border-bottom-left-radius: 10px;
border-bottom-right-radius: 10px;
min-width: 100%;
background: #ebedf3 !important;
padding-top: 0 !important;
}
header nav .sub-menu li a{
padding: 10px;
display: block;
text-decoration: none !important;
}

header nav > ul > li{
position: relative;
}

footer .sub-menu{display: none !important;}

nav .sub-menu li a{
background: #ebedf3;
-webkit-transition: background 0.3s ease;
-o-transition: background 0.3s ease;
transition: background 0.3s ease;
}
nav .sub-menu li a:hover{
background: #fff;
-webkit-transition: background 0.3s ease;
-o-transition: background 0.3s ease;
transition: background 0.3s ease;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

.sitelinks{
margin-right: 25px;
min-width: 320px;
}
.sitelinks ul li{
padding: 10px;
margin-top: 5px;
}
.sitelinks ul li > span,
.sitelinks ul li > a{
color: #fff;
font-size: 16px;
text-decoration: none;
}
.sitelinks > span{
color: #fff;
font-size: 14px;
padding-left: 10px;
}
.sitelinks ul{
list-style-type: none;
}

.sitelinks ul li:not(:last-child){
border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.instagram{
background: url(/assets/media/icons/instagram.svg);
}
.twitter{
background: url(/assets/media/icons/twiter.svg);
}
.linkedin{
background: url(/assets/media/icons/linkedin.svg);
}
.youtube{
background: url(/assets/media/icons/youtube.svg);
}
.pinterest{
background: url(/assets/media/icons/pinterest.svg);
}

.disclaimer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.disclaimer p{
  font-size: 14px;
  color: #2b416e;
}

.social-icons{    
padding: 10px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
text-align: center;
color: #2b416e;
}

.social-icons span{
  vertical-align: super;
}
.social-icons div,
.social-icons a{
display: inline-block;
width: 27px;
height: 27px;
margin-left: 5px;
}

.sub-form{
border-radius: 10px;
background: #ebedf3;
}

.footer-bottom{
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
}

.sub-form form > div{
display: -webkit-box;
display: -ms-flexbox;
display: flex;
padding: 15px;
-webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
}
.sub-info{
margin-right: 20px;
}
.sub-info strong{
display: block;
color: #0d281f;
margin-bottom: 15px;
font-size: 18px;
}
.sub-info span{
font-size: 14px;
color: #0d281f;
}

.subscribe-form__consent{
display: block;
padding-left: 30px;
margin-top: 20px;
font-size: 12px;
color: rgba(3, 19, 40, 0.5);
}
.subscribe-form__consent input{
margin-left: -18px;
margin-right: 5px;
}
.sub-field{
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}

.subscribe-form__email{
border: none;
height: 40px;
width: 100%;
padding: 0 20px;
border-top-left-radius: 10px;
border-bottom-left-radius: 10px;
color: #000;
}
.subscribe-form__submit{
padding: 0 15px;
border: none;
color: #fff;
background: -webkit-gradient(linear, left bottom, left top, from(#133569), to(#e33d51));
background: -o-linear-gradient(bottom, #133569, #e33d51);
background: linear-gradient(to top, #133569, #e33d51);
border-radius: 10px;
margin-left: -10px;
}

.subscribe-form fieldset{
border: none;
width: 130%;
}


/* Alignments
--------------------------------------------- */
.alignleft {
float: left;
margin-right: 1.5em;
margin-bottom: 1.5em;
}

.alignright {
float: right;
margin-left: 1.5em;
margin-bottom: 1.5em;
}

.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
margin-bottom: 1.5em;
}


.pros-cons{
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
    flex-wrap: wrap;
margin: 20px auto;
background: #eef6eb;
padding: 20px;
border: 1px solid #c1e1b1;
border-radius: 10px;
}

.pros-cons strong{
padding: 0 10px;
font-size: 18px;
display: block;
margin-bottom: 10px;
}
.pros-cons > div{
width: 50%;
}

.pros-cons ul{
list-style-type: none;
padding: 0 10px;
}
.pros-cons > div:nth-child(1){
border-right: 1px solid #c1e1b1;
}
.pros-cons li{
padding-left: 30px;
position: relative;
margin-bottom: 10px;
}

.pros-cons > div li::before{
content: '';
display: block;
position: absolute;
left: 0;
background-repeat: no-repeat;
}

.pros-cons > div:nth-child(1) li::before{
width: 19px;
height: 18px;
background: url(/assets/media/icons/yes.svg);
}
.pros-cons > div:nth-child(2) li::before{
width: 20px;
height: 20px;
background: url(/assets/media/icons/no.svg);
}

@media only screen and (max-width: 1130px){
  .checkmark{
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 800px;
    margin: 0 auto;
    gap: 30px;
  }
  .payments-tbl thead th:nth-child(4),
  .payments-tbl tr td:nth-child(4){
    display: none;
  }
}
@media only screen and (min-width: 751px){
.col-2 > div:nth-child(1){
  width: calc(50% - 10px);
  margin-right: 10px;
}
}
@media only screen and (max-width: 800px){
  .procon{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .procon > ul{
    width: 100% !important;
    max-width: 500px;
    margin: 0 auto;
  }
  nav.footernav ul{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  nav.footernav li{
    border-left: none !important;
    width: 100%;
    text-align: center;
  }
}
@media only screen and (max-width: 650px){
  .disclaimer p{
    text-align: justify;
  }
  .disclaimer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .general-info{
    float: none !important;
    margin: 20px auto !important;
  }
}
@media only screen and (max-width: 750px){
.col-2{
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.col-2 > div{
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
}
.col-2 > div:nth-child(1){
  border-right: none !important; 
  margin-bottom: 20px;
}

.pros-cons{
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pros-cons > div{
  width: 100% !important;
}
.pros-cons > div:nth-child(1){
  border-right: none !important; 
  margin-bottom: 20px;
}

img.alignleft, img.alignright {
  display: block !important;
  float: none !important;
  margin: 10px auto !important;
}	
.submit{
  background: #001f5b !important;
  color: #fff !important;
}
}

img.alignleft,
img.alignright,
img.aligncenter{
height: auto;
max-width: 100%;
}


/*--------------------------------------------------------------
# Body elements
--------------------------------------------------------------*/

.tac{
text-align: center;
}
.mb-30{
  margin-bottom: 30px !important;
}

.q-nav::before ,
.hamburger::before {
-webkit-transform: translateY(-13px);
    -ms-transform: translateY(-13px);
        transform: translateY(-13px);
}
.q-nav::after ,
.hamburger::after {
-webkit-transform: translateY(13px);
    -ms-transform: translateY(13px);
        transform: translateY(13px);
}
.q-nav::before, .q-nav::after ,
.hamburger::before, .hamburger::after {
content: "";
position: absolute;
width: 40px;
height: 5px;
left: 0;
background: #0d281f;
border-radius: 10px;
-webkit-transition: all 500ms ease-in-out;
-o-transition: all 500ms ease-in-out;
transition: all 500ms ease-in-out;
}
.q-nav ,
.hamburger {
position: relative;
width: 50px;
height: 5px;
background: #0d281f;
border-radius: 10px;
-webkit-transition: all 500ms ease-out;
-o-transition: all 500ms ease-out;
transition: all 500ms ease-out;
}
.q-nav-btn::before{
content: '';
display: block;
opacity: 1;
position: absolute;
background: #fdfdfd;
width: 5px;
height: 40px;
left: 7px;
top: 0;
z-index: 1;
}
.q-nav-btn.open::before{
opacity: 0;
}
.q-nav-btn {
width: 40px;
height: 40px;
display: none;
-webkit-box-pack: center;
    -ms-flex-pack: center;
        justify-content: center;
-webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
cursor: pointer;
position: absolute;
top: 15px;
right: 80px;
}
.hamburger-btn {
width: 40px;
height: 40px;
display: none;
-webkit-box-pack: center;
    -ms-flex-pack: center;
        justify-content: center;
-webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
cursor: pointer;
position: absolute;
top: 15px;
right: 15px;
}
.q-nav-btn.open .q-nav ,
.hamburger-btn.open .hamburger {
background: transparent;
-webkit-box-shadow: none;
        box-shadow: none;
}
.q-nav-btn.open .q-nav::before,
.hamburger-btn.open .hamburger::before {
-webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
        transform: rotate(45deg);
}
.q-nav-btn.open .q-nav::after,
.hamburger-btn.open .hamburger::after {
-webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
}

body.menu-active{
overflow: hidden;
}

/* elements logo */

.company-140[class*="bg-"] {
width: 140px;
height: 45px;
padding: 4px;
border: 1px solid #133569;
margin: 5px auto;
}

.company-110[class*="bg-"] {
width: 110px;
height: 40px;
padding: 4px;
margin: 0 auto;
}
.company-170[class*="bg-"] {
width: 175px;
height: 60px;
padding: 6px;
border: 1px solid #133569;
margin: 5px auto;
}
.company-170[class*="bg-"] span,
.company-140[class*="bg-"] span{
text-indent: -99999px;
}

[class*="svg-"] {
display: block;
text-indent: -9999px;
text-align: left;
background-size: contain !important;
background-position: center center !important;
background-repeat: no-repeat !important;
width: 100%;
height: 100%;
}

.top4{
  padding: 10px;
  position: relative;
}
.top4::before{
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(23%, #486c97b3), to(#ffffffb3));
  background: -o-linear-gradient(bottom, #486c97b3 23%, #ffffffb3 100%);
  background: linear-gradient(0deg, #486c97b3 23%, #ffffffb3 100%);
  -webkit-clip-path: polygon(0 0, 100% 0, 88% 100%, 12% 100%);
          clip-path: polygon(0 0, 100% 0, 88% 100%, 12% 100%);
}
.top4 .btn{
  padding-top: 10px;
  border-top: 1px solid #b2b2b2;
}
.top4 .info span{
  font-size: 16px;
  color: #13356a;
}
.top4 .info span:last-child{
  display: flex;
  align-items: center;
}
.payout{
  font-size: 17px;
  font-weight: bolder;
}
.top4 .info strong{
  font-size: 20px;
  color: #13356a;
  padding-left: 3px;
}
.top4 .info .blue{
  color: #5834e8;
  font-size: 14px;
  font-weight: bold;
}
.top4 .info{
  padding: 5px 0;
  border-top: 1px solid #b2b2b2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.top4 .title{
  color: #110437;
  font-size: 18px;
  font-family: 'Fugaz One', cursive;
  text-transform: uppercase;
  margin: 0;
  position: relative;
  display: block;
  font-weight: bold;
  text-align: center;
}
.top4 .title .red{
  color: #e43d52;
}
.top4 .title .big{
  font-size: 30px;
}
.top4 > div{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  /* gap: 15px; */
}
.top4 .bookie{
  margin: 10px;
  width: 230px;
  background:-webkit-gradient(linear, left top, left bottom, from(#fff), to(#cfd5dd));
  background:-o-linear-gradient(top, #fff, #cfd5dd);
  background:linear-gradient(to bottom, #fff, #cfd5dd);
  padding: 10px;
  border: 1px solid #2981e9;
  -webkit-filter: drop-shadow(1px 2px 3px rgba(4,13,30,0.45));
          filter: drop-shadow(1px 2px 3px rgba(4,13,30,0.45));
}



/* Buttons */

.back-to-top {
  display: none;
  bottom: 10px;
  -webkit-box-shadow: 0 0 4px 0 #0000003d;
          box-shadow: 0 0 4px 0 #0000003d;
  position: fixed;
  width: 32px;
  height: 32px;
  right: 10px;
  border-radius: 50%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  background: url(/assets/media/icons/back-to-top.svg) no-repeat;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  text-indent: -99999px;
  z-index: 1;
}
.back-to-top:hover {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.visit{
display: flex;
justify-content: center;
padding: 15px;

align-items: center;
width: calc(100% - 9px);
height: 25px;
line-height: 23px;
color: #110437;
border: 1px solid #110437;
border-radius: 4px;
text-align: center;
text-decoration: none;
font-size: 16px;
position: relative;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}

.visit:hover{
  background: #ffffff;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.visit.not-verified:hover,
.visit.not-verified{
background-image: -webkit-gradient(linear, left bottom, left top, from(#8b8b8b), to(#d5d5d5));
background-image: -o-linear-gradient(bottom, #8b8b8b 0%, #d5d5d5 100%);
background-image: linear-gradient(0deg, #8b8b8b 0%, #d5d5d5 100%);
border: 1px solid #b8b8b8;
cursor: default;
}
.green-visit.not-verified:hover,
.green-visit.not-verified{
background-image: -webkit-gradient(linear, left bottom, left top, from(#8b8b8b), to(#d5d5d5));
background-image: -o-linear-gradient(bottom, #8b8b8b 0%, #d5d5d5 100%);
background-image: linear-gradient(0deg, #8b8b8b 0%, #d5d5d5 100%);
border: 1px solid #b8b8b8;
cursor: default;
}

.top4 .visit{
  max-width: 170px;
  margin: 0 auto;
}



.stay{
border-radius: 5px;
color: #7eb36a;
text-decoration: none;
width: 100%;
display: block;
text-align: center;
line-height: 28px;
border: 1px solid #7eb36a;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;  
}
.stay:not(.no-review):hover{
background: #7eb36a;
color: #fff;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.no-review{
cursor: default;
}

.top-operator .list ul{
list-style-type: none;
}
.top-operator .list li.poz::before{
background: url(/assets/media/icons/yes.svg);
background-repeat: no-repeat;
background-position: center;
}
.top-operator .list li.neg::before{
background: url(/assets/media/icons/no.svg);
}
.top-operator .list li::before{
margin-right: 5px;
-webkit-filter: brightness(0) invert(1);
        filter: brightness(0) invert(1);
vertical-align: text-bottom;
content: "";
width: 20px;
height: 20px;
display: inline-block;
}
.top-operator .list li{
font-size: 18px;
line-height: 28px;
}

@media only screen and (min-width: 676px){
.top-operator .buttons,
.top-operator .main-operator-element{
  position: relative;
}
.top-operator .main-operator-element::after{
  content: '';
  width: 1px;
  height: 90px;
  background: #fff6;
  margin-left: 5px;
  display: block;
  right: -10px;
  bottom: 0;
  position: absolute;
}
.top-operator .buttons::before{
  content: '';
  width: 1px;
  height: 90px;
  background: #fff6;
  margin-right: 5px;
  display: block;
  left: -10px;
  bottom: 0;
  position: absolute;
}
.bottom-operator .bonus-info .counter span{
  width: 113px;
  text-align: center;
}

}
.top-operator .list ul,
.top-operator .stay{
margin-bottom: 5px;
}

.bottom-operator .stay{
position: absolute;
bottom: 0;
left: 50%;
-webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
        transform: translateX(-50%);
}
.bottom-operator .operator-info span{
font-size: 14px;
font-style: italic;
color: #001f5b;
overflow: hidden;
display: -webkit-box;
-webkit-line-clamp: 5;
-webkit-box-orient: vertical;
max-width: 180px;
}
.bottom-operator .operator-info > div{
font-size: 18px;
font-style: italic;
color: #001f5b;
}
.bottom-operator .operator-info{
text-align: center;
position: relative;
min-width: 180px;
padding-bottom: 32px;
}
.bottom-operator .main-operator-element{
margin: 0 5px;
}
.bottom-operator .bonus-info .title{
color: #ff7000;
font-weight: bold;
font-size: 22px;
}
.bottom-operator .bonus-info .operator-bonus{
color: #113e85;
font-size: 29px;
font-weight: bold;
margin: 8px 0 5px;
min-height: 70px;
}
.bottom-operator .bonus-info .counter::before{
content: "Termina em:";
color: #ff7000;
margin-right: 5px;
font-size: 18px;
font-weight: bold;
vertical-align: text-bottom;
}
.bottom-operator .bonus-info .counter span{
color: #6d8ec5;
font-size: 18px;
font-weight: bold;
background: #fff;
padding: 10px;
border-radius: 10px;
display: inline-block;
}
.bottom-operator .bonus-info{
min-width: 220px;
}

.visit2{
width: 82px;
line-height: normal;
height: 82px;
padding: 20px 0;
display: block;
border: 1px solid #ff7000;
border-radius: 10px;
text-decoration: none;
color: #ff7000;
margin-right: 0px;
margin-left: auto;
margin-top: 10px;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.visit2:hover{
background: #ff7000;
color: #f9e9d7;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}


body > footer > div .tac{
margin-top: 10px;
color: #163669;
}

.footer-top{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 0;
}
.footer-text{
  color: #13356a;
}
.footer-text strong{
  font-size: 18px;
  display: inline-block;
  margin-bottom: 20px;
}
.footer-text a{
  color: #e43d52;
  display: inline-block;
  margin-top: 10px;
}

.qnav ul::before{
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: calc(100% - 20px);
  left: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(23%, #486c97b3), to(#ffffffb3));
  background: -o-linear-gradient(bottom, #486c97b3 23%, #ffffffb3 100%);
  background: linear-gradient(0deg, #486c97b3 23%, #ffffffb3 100%);
  -webkit-clip-path: polygon(100% 100%, 0% 100%, 12% 0, 88% 0);
          clip-path: polygon(100% 100%, 0% 100%, 12% 0, 88% 0);
}
.qnav span{
  font-size: 24px;
  text-align: center;
  display: block;
  font-family: 'Fugaz One', cursive;
}
.qnav ul {
  padding: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  /* gap: 25px; */
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 15px auto;
}
.qnav ul li{
  margin: 5px 10px;
  position: relative;
  list-style-type: none;
  width: 160px;
  background: -webkit-gradient(linear, left bottom, left top, from(#f3f5f8), to(#fdfffe));
  background: -o-linear-gradient(bottom, #f3f5f8 0%, #fdfffe 100%);
  background: linear-gradient(0deg, #f3f5f8 0%, #fdfffe 100%);
  border: 1px solid #3487ea;
}
.qnav ul li:hover{
  box-shadow: 0px 0px 18px -5px rgba(0,0,0,0.75);
-webkit-box-shadow: 0px 0px 18px -5px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 18px -5px rgba(0,0,0,0.75);
  background: #e4effd;
}
.brand:nth-child(1) .rank{
  padding-right: 3px;
}
.qnav ul li:first-child:before{
  content: '';
  width: 32px;
  height: 32px;
  display: block;
  background: url(/assets/media/icons/quick-nav-icon-1.svg);
  background-repeat: no-repeat;
  position: absolute;
  left: 10px;
  top: 10px;
}
.qnav ul li:nth-child(2):before{
  content: '';
  width: 32px;
  height: 32px;
  display: block;
  background: url(/assets/media/icons/quick-nav-icon-2.svg);
  background-repeat: no-repeat;
  position: absolute;
  left: 10px;
  top: 10px;
}
.qnav ul li:nth-child(3):before{
  content: '';
  width: 32px;
  height: 32px;
  display: block;
  background: url(/assets/media/icons/quick-nav-icon-3.svg);
  background-repeat: no-repeat;
  position: absolute;
  left: 10px;
  top: 10px;
}
.qnav ul li:nth-child(4):before{
  content: '';
  width: 32px;
  height: 32px;
  display: block;
  background: url(/assets/media/icons/quick-nav-icon-4.svg);
  background-repeat: no-repeat;
  position: absolute;
  left: 10px;
  top: 10px;
}
.qnav ul li:nth-child(5):before{
  content: '';
  width: 32px;
  height: 32px;
  display: block;
  background: url(/assets/media/icons/quick-nav-icon-5.svg);
  background-repeat: no-repeat;
  position: absolute;
  left: 10px;
  top: 10px;
}
.qnav ul li:nth-child(6):before{
  content: '';
  width: 32px;
  height: 32px;
  display: block;
  background: url(/assets/media/icons/quick-nav-icon-6.svg);
  background-repeat: no-repeat;
  position: absolute;
  left: 10px;
  top: 10px;
}
.qnav ul li:nth-child(7):before{
  content: '';
  width: 32px;
  height: 32px;
  display: block;
  background: url(/assets/media/icons/quick-nav-icon-7.svg);
  background-repeat: no-repeat;
  position: absolute;
  left: 10px;
  top: 10px;
}
.qnav ul li:nth-child(8):before{
  content: '';
  width: 32px;
  height: 32px;
  display: block;
  background: url(/assets/media/icons/quick-nav-icon-8.svg);
  background-repeat: no-repeat;
  position: absolute;
  left: 10px;
  top: 10px;
}
.qnav ul li a{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px;
  padding-left: 52px;
  height: 58px;
  color: #0e1e40;
  text-decoration: none;
  position: relative;
}


/*--------------------------------------------------------------
# Main table
--------------------------------------------------------------*/

.hometable{
  background: #ebedf426;
  padding: 20px;
}
.hometable h2{
  margin-top: 0;
}
.tbl-bottom{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  padding: 10px 10px 0;
  margin-top: 20px;
}
.hometable .terms{
  margin-bottom: 0;
  padding: 0;
}
#more-sites{
  cursor: pointer;
  min-width: 240px;
  text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.85);
  transition: all 0.3s ease;
}
#more-sites::before{
  content: '';
  display: inline-block;
  width: 28px;
  height: 28px;
  background: url(/assets/media/icons/more-sites.svg) no-repeat; 
  background-position: center;
  border-radius: 50%;
  vertical-align: middle;
  margin-right: 5px;
  margin-top: -6px;
  
  box-shadow: 0px 0px 0px -5px rgba(0,0,0,0.85);
-webkit-box-shadow: 0px 0px 0px -5px rgba(0,0,0,0.85);
-moz-box-shadow: 0px 0px 0px -5px rgba(0,0,0,0.85);
transition: all 0.3s ease;
}
#more-sites:hover::before{
  box-shadow: 0px 0px 25px -5px rgba(0,0,0,0.85);
  -webkit-box-shadow: 0px 0px 25px -5px rgba(0,0,0,0.85);
  -moz-box-shadow: 0px 0px 25px -5px rgba(0,0,0,0.85);
  transition: all 0.3s ease;
}
#more-sites:hover{
  text-shadow: 0px 0px 18px rgba(0, 0, 0, 0.85);
  transition: all 0.3s ease;
}

.not-visible{
  display: none !important;
}
.not-visible.open{
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.hometable{
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

.top3{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 500;
  max-width: 1200px;
  margin: 0 auto;
  background: #ebedf449;
  padding: 10px;
  position: relative;
}
.top3 .tblinfo{
  justify-content: space-between;
}
.top3 .tblinfo > span:first-child{
  width: 50px;
  padding-top: 4px;
}
.owl-carousel{
  overflow: hidden;
}
.top3 h2{
  font-size: 30px;
  text-transform: uppercase;
  color: #fff;
  font-weight: normal;
  padding: 0 20px;
  text-align: left;
  margin: 0;
}
.top3 h2 span{
  color: #df1147;
}
.top3 > div:first-child{
  overflow: hidden;
  width: 300px;
  padding: 0;
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.top3 .brand{
  position: relative;
  z-index: 1;
}
.top3 > div:first-child img{
  position: absolute;
  bottom: 7px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 0.7;
}

.brandinfo {
  margin-bottom: 10px;
  border-bottom: 1px solid #d1d1d1;
}
.brandinfo p{
  padding: 10px 0 0;
  margin-bottom: 10px;
  font-style: italic;
  line-height: 16px;
  font-weight: normal;
  color: #0e1e40;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  position: relative;
}

@media only screen and (min-width: 1220px){
  .brand{
      z-index: 99999;
  }
  
  .top3{
    background: -o-linear-gradient(top, #ebedf449 0%, #ffffff49 40%, #ffffffc2 11%, #0e1e40c7 411px, #ebedf449 411px, #ebedf449 100%);
    background: linear-gradient(180deg, #ebedf449 0%, #ffffff49 40%, #ffffffc2 11%, #0e1e40c7 411px, #ebedf449 411px, #ebedf449 100%);
  } 
  .hometable,
  .allbrands{
    position: relative;
  }
  .table-wrap{
    background: url(/assets/media/icons/sparkle.png);
    background-size: cover;
    overflow-x: hidden;
  }
  .allbrands::before {
    content: '';
    position: absolute;
    display: block;
    width: 335px;
    height: 851px;
    left: 360px;
    bottom: 220px;
    background: url(/assets/media/icons/light.png);
    transform: rotate(90deg);
}

  .top3::before{
    content: '';
    position: absolute;
    display: block;
    width: 335px;
    height: 387px;
    left: -165px;
    top: 0px;
    background: url(/assets/media/icons/light.png);
    background-size: 60%;
    background-position: center;
  }
  .top3::after{
    content: '';
    position: absolute;
    display: block;
    width: 335px;
    height: 387px;
    right: -165px;
    top: 0px;
    background: url(/assets/media/icons/light.png);
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
        transform: scaleX(-1);
    -webkit-filter: FlipH;
            filter: FlipH;
    -ms-filter: "FlipH";
    background-size: 60%;
    background-position: center;
  }

  .allbrands .brand:nth-child(n+11){
    display: none;
  } 
  .tblinfo.details {
    min-width: 130px;
  }
  .brand.longbox .tblinfo > span:last-child{
    height: 100px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .brand.longbox .bonusinfo > span:last-child {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}
  .brand.longbox .bonusinfo{
    min-width: 130px;
  }
  .brand.longbox i.no{
    width: 35px;
    height: 35px;
    background-size: 32px;
  }
  .brand.longbox i.yes{
    width: 35px;
    height: 35px;
  }
  .brand.longbox .hid{
    display: none;
  }
  .brand.longbox {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 0;
    background: -webkit-gradient(linear, left bottom, left top, from(#bec4d2), to(#dadee5));
    background: -o-linear-gradient(bottom, #bec4d2, #dadee5);
    background: linear-gradient(0deg, #bec4d2, #dadee5);
    z-index: 999999;
  }
  .brand.longbox .tblinfo li::before{
    display: none;
  }
  .brand.longbox .tblinfo {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 12px;
    height: 100px;
  }
  .brand.longbox .tblinfo li{
    font-size: 14px;
    margin-bottom: 0;
  }
  .brand.longbox .visit{
    margin: 5px auto 0;
  }
  .brand.longbox .tbl-btns{
    padding: 10px 20px 10px 0;
  }
  .brand.longbox .top4rating {
    border-bottom: none;
    min-width: 280px;
    background: -webkit-gradient(linear, left bottom, left top, from(#d6dae2), to(#f8f8fa));
    background: -o-linear-gradient(bottom, #d6dae2, #f8f8fa);
    background: linear-gradient(0deg, #d6dae2, #f8f8fa);
    height: 100px;
    padding-bottom: 0;
    padding-left: 20px;
  }
  .brand.longbox .visit{
    width: 165px;
    margin-right: 10px;
  }
  .brand.longbox .rank{
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: -16px;
  }
}
@media only screen and (min-width: 912px) and (max-width: 1219px){
  .allbrands .brand:nth-child(n+10){
    display: none;
  } 
}
@media only screen and (max-width: 911px){
  .allbrands .brand:nth-child(n+11){
    display: none;
  } 
}
@media only screen and (max-width: 1219px) {
  .top3 h2{
    text-align: center;
  }
  .top3 h2 br{
    display: none;
  }
  .top3{
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .top3 > div:first-child img{
    display: none;
  }
  .top3 > div:first-child{
    width: 100%;
  }
  .allbrands{
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
    max-width: 1100px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 821px){
  .hometable .terms{
    text-align: left;
  }
}
@media only screen and (max-width: 820px){
  .tbl-bottom{
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 10px;
  }
}

#more-sites.clicked::before{
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.brand.topbox::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 2px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(238,206,134,1)), color-stop(41%, rgba(254,230,193,1)), color-stop(48%, rgba(248,137,71,1)), color-stop(63%, rgba(241,176,90,1)), color-stop(75%, rgba(236,188,100,1)), to(rgba(228,61,82,1)));
  background: -o-linear-gradient(top, rgba(238,206,134,1) 0%, rgba(254,230,193,1) 41%, rgba(248,137,71,1) 48%, rgba(241,176,90,1) 63%, rgba(236,188,100,1) 75%, rgba(228,61,82,1) 100%);
  background: linear-gradient(180deg, rgba(238,206,134,1) 0%, rgba(254,230,193,1) 41%, rgba(248,137,71,1) 48%, rgba(241,176,90,1) 63%, rgba(236,188,100,1) 75%, rgba(228,61,82,1) 100%);
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
  z-index: 1;
  pointer-events: none;
}

.allbrands{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  /* gap: 10px; */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.allbrands .brand > div:not(.tbl-btns){
  font-weight: 500;
}
.brand{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: -webkit-gradient(linear, left bottom, left top, from(#dbdde5), to(#fff));
  background: -o-linear-gradient(bottom, #dbdde5, #fff);
  background: linear-gradient(0deg, #dbdde5, #fff);
  width: 274px;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 10px;
  /* gap: 5px; */ 
    margin: 10px 5px;
}
.brand > *{
  width: 100%;
  color: #13356a;
  margin-bottom: 5px;
}
.brand .rank {
  position: absolute;
  top: -10px;
  left: -10px;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #133569;
  text-align: center;
  border-radius: 50%;
  z-index: 1;
  color: #fff;
  font-family: 'Fugaz One', cursive;
  font-size: 24px;
}
.brand:nth-child(1) .rank,
.brand:nth-child(2) .rank,
.brand:nth-child(3) .rank{
  background: url(/assets/media/icons/table-badge.svg);
  width: 60px;
  height: 55px;
  color: #13356a;
  top: -15px;
  left: -15px;
}
.brand:nth-child(2) .rank{
  -webkit-filter: grayscale(1) brightness(1.1);
          filter: grayscale(1) brightness(1.1);
}
.brand:nth-child(3) .rank{
  -webkit-filter: hue-rotate(-18deg);
          filter: hue-rotate(-18deg);
}

.mga{
display: inline-block;
background: url(/assets/media/icons/mga.png);
width: 112px;
height: 22px;
}

.brand .top4rating > div:last-child{
  margin: 0 auto;
}
.brand .top4rating{
  border-bottom: 1px solid #d4d6e0;
}


.tblinfo span span{
  font-size: 24px;
}
.tblinfo.fl > span:last-child{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
}
.tblinfo{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.general-info .tblinfo:not(:last-child){
    border-bottom: 1px solid #d4d6e0;  
}
.tblinfo > span:first-child{
  color: #2a81ea;
  font-size: 14px;
  width: 120px;
}
.info-span{
  color: #2a81ea !important;
  font-size: 14px !important;
  width: 90px !important;
}
.brandinfo > span:first-child {
  color: #2a81ea;
  font-size: 14px;
  width: 120px;
}
.brand .tblinfo.details{
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.tblinfo li{
  list-style-type: none;
  margin-bottom: 5px;
}
.tblinfo li::before{
  content: '';
  background: url(/assets/media/icons/quick-nav-icon-6.svg);
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: text-top;
  margin-right: 3px;
}
.brand .visit{
  width: 100%;
  margin: 10px auto 0;
  font-size: 15px;
}
.green-visit{
  display: block;
  width: 100%;
  padding: 15px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  background: #c50e3d;
  font-style: italic;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.green-visit:hover{
  background: #df1146;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}









/*--------------------------------------------------------------
# Media queries
--------------------------------------------------------------*/


@media only screen and (max-width: 1140px){
  .qnav{
    margin: 0 auto;
    width: 100%;
    max-width: 600px;
  }
  .qnav ul{
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media only screen and (max-width: 1000px){
  .payments-tbl .payments{
    height: 80px !important;
    row-gap: 10px;
  }
  .payments-tbl .payments,
  .payments-tbl tr td:first-child{
    width: 100% !important;
    padding: 5px;
  }
  .payments-tbl tr td:nth-child(3){
    display: none;
  }
  

  .payments-tbl thead{
    display: none;
  }
  .payments-tbl tbody{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    gap: 10px;
  }
  .payments-tbl tbody tr{
    width: 100%;
    max-width: 380px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .payments-tbl .payments{
    position: static !important;
  }

  .footer-top{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .sub-form{
    max-width: 600px;
  }
  header nav > ul{
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  body{
    background: #110436 url(/assets/media/top-bg-small.png) no-repeat;
    background-position-y: 70px;
    background-position-x: center;
    background-size: 1000px !important;
  }
  body.light{
    background-position-y: -70px;
  }
  main{
    padding-top: 0;
    display: block;
  }
  header .icons{
    display: none;
  }
  main > article{
    width: 100%;
    padding-top: 10px;
  }
  footer nav ul li a{
    padding: 10px;
  }
  footer .navbar{
    padding: 20px;
  }
  .table-row .line.three,
  .live-td{
    display: none;
  }

  .subscribe article{
    height: calc(100vh - 70px);
  }

  body > section > article{
    margin-bottom: 20px;
  }
  header nav,
  header .navbar .search{
    display: none;
  }
  body.menu-active header .nav-search div input{
    width: 246px;
  }
  body.menu-active header .navbar .search{
    display: block;
    position: absolute;
    bottom: -44px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
  }
  .q-nav-btn ,
  .hamburger-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  header {
    position: sticky;
    top: 0;
    z-index: 50;
    height: 70px;
    background: #fffffe;
    border-bottom: 1px solid rgb(0 27 58 / 0.1);
  }

  header nav {
    display: none;
    background: #e5e8ea;
    opacity: 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: calc(100vh - 70px);
    top: 70px;
    position: absolute;
    width: 100vw;
    z-index: 2;
    overflow: scroll;
    -webkit-transition: opacity 0.2s ease;
    -o-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
    padding-top: 50px;
  }

  header nav > ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    margin: 0;
    height: 100vh;
    width: 100%;
  }

  header nav ul li a{
    padding: 30px 15px;
    position: relative;
  }
  header nav ul li a{
    -webkit-box-shadow: 0px 22px 23px -35px rgba(0,0,0,0.5);
    box-shadow: 0px 22px 23px -35px rgba(0,0,0,0.5);
  }
  header nav ul li:first-child a::before{
    content: "";
    position: absolute;
    width: 90%;
    height: 1px;
    background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(#fffffe), to(transparent));
    background: -o-linear-gradient(left, transparent, #fffffe, transparent);
    background: linear-gradient(to right, transparent, #fffffe, transparent);
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  header nav ul li a::after{
    content: "";
    position: absolute;
    width: 90%;
    height: 1px;
    background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(#fffffe), to(transparent));
    background: -o-linear-gradient(left, transparent, #fffffe, transparent);
    background: linear-gradient(to right, transparent, #fffffe, transparent);
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  header .sub-menu li a::after{
    width: 50% !important;
  }

  /* SUB MENU */


  .dropdown::before {
    content: "";
    width: 60px;
    height: 77px;
    background: url(/assets/media/down-arrow.svg) no-repeat;
    background-size: 30px;
    background-position: center;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
    z-index: 2;
  }
  .dropdown.opened::before {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  header nav li:hover .sub-menu {
    position: static;
  }

  footer .navbar{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
  }
  footer .navbar .logo{
    margin-bottom: 20px;
  }

  footer .icons{
    margin-top: 10px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  footer .icons span:first-child{
    margin-left: 0;
  }

  .top4 > div{
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .top4 .bookie{
    margin: 10px 41px;
  }



}

@media only screen and (max-width:759px){
  .top4 .bookie {
    margin: 5px;
  }
}

/* @media only screen and (max-width:350px){
  .top4 h2{
    font-size: 16px;
  }
} */

div > label{
  position: absolute;
  bottom: 35px;
  color: transparent;
}

.gamcare {
display: block;
background: url(/assets/media/icons/gamcare.svg);
width: 92px;
height: 27px;
background-repeat: no-repeat;
}
.spielsucht {
display: block;
background: url(/assets/media/icons/spielsucht.jpg);
width: 35px;
height: 30px;
background-repeat: no-repeat;
}

@media only screen and (max-width: 1023px){
.footer-bottom{
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
.sitelinks{
  text-align: center;
}

.social-icons div:first-child,
.social-icons a:first-child{
  margin-left: 0;
}
.sitelinks ul li > span, .sitelinks ul li > a{
  padding-left: 0;
}

}


@media only screen and (max-width: 380px){
  h1.responsible-gaming{
    font-size: 18px;
  }
}
@media only screen and (max-width: 500px){
  footer nav > ul{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
  .sub-form{
    min-width: 320px;
  }
  .subscribe-form__submit{
    padding: 0 15px;
  }
}

@media only screen and (max-width: 700px){
  .sub-form form > div{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .subscribe-form fieldset{
    width: 100%;
    margin-top: 20px;
  }
  .sub-info strong{
    margin-top: 0;
  }
  .sitelinks{
    margin-right: 0;
  }
  .sitelinks ul{
    max-width: 90vw;
    margin: 0 auto;
  }
}
body.light h1{
  color: #fff;
}

@media only screen and (min-width: 1001px){
  .sub-form{
    min-width: 570px;
  }
  body{
    background: #110436 url(/assets/media/top-bg.png) no-repeat;
    background-position-y: 130px;
    background-position-x: center;
    background-size: 1920px !important;
  }
  body.light{
    background-position-y: -120px;
  }
  header nav .sub-menu {
    position: absolute;
  }
  header nav li:hover .sub-menu {
    display: block;
    -webkit-box-shadow: 0px 10px 10px 1px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 10px 10px 1px rgba(0, 0, 0, 0.1);
    padding: 0 5px 10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    background: #fffffe;
    z-index: 1;
  }
  header .dropdown > a::after{
    content: "";
    width: 17px;
    height: 17px;
    background: url(/assets/media/down-arrow.svg) no-repeat;
    background-size: 17px;
    display: inline-block;
    vertical-align: bottom;
    margin-left: 5px;
  }
}



/* SVG icons */

.svg-gambling-therapy{
  background: url(/assets/media/icons/gambling-therapy.svg);
}
.svg-netent{
  background: url(/assets/media/icons/netent.svg);
}
.svg-igt{
  background: url(/assets/media/icons/igt.svg);
}
.svg-microgaming{
  background: url(/assets/media/icons/microgaming.svg);
}
.svg-big-time-gaming{
  background: url(/assets/media/icons/big-time-gaming.svg);
}
.svg-amaya{
  background: url(/assets/media/icons/amaya.svg);
}
.svg-next-gen-gaming{
  background: url(/assets/media/icons/nextgen-gaming.svg);
}
.svg-red-tiger{
  background: url(/assets/media/icons/red-tiger.svg);
  background-color: #000;
  border-radius: 4px;
  background-size: 90% !important;
}
.svg-playn-go{
  background: url(/assets/media/icons/play-n-go.svg);
}
.svg-ibia{
  background: url(/assets/media/icons/ibia.svg);
}
.svg-ecogra{
  background: url(/assets/media/icons/ecogra.svg);
}
.svg-dswv{
  background: url(/assets/media/icons/dswv.svg);
}
.svg-glucksfall{
  background: url(/assets/media/icons/glucksfall.svg);
}
.svg-gamblers-anonymous{
  background: url(/assets/media/icons/gamblers-anonymous.svg);
}
.svg-cyber-patrol{
  background: url(/assets/media/icons/cyber-patrol.png);
}
.svg-gamblock{
  background: url(/assets/media/icons/gamblock.svg);
}
.svg-net-nanny{
  background: url(/assets/media/icons/net-nanny.svg);
}
.svg-gamban{
  background: url(/assets/media/icons/gamban.svg);
}


/* SVG LOGOS */

.svg-22bet{
  background: url(/assets/media/svgs/22bet.svg);
}
.svg-777-casino{
  background: url(/assets/media/svgs/777-casino.svg);
}

.svg-bet365{
  background: url(/assets/media/svgs/bet365.svg);
}
.svg-betfair{
  background: url(/assets/media/svgs/betfair.svg);
}

.svg-betway{
  background: url(/assets/media/svgs/betway.svg);
}

.svg-unibet {
  background: url(/assets/media/svgs/unibet.svg);
}

.svg-10bet {
  background: url(/assets/media/svgs/10bet.svg);
}

.svg-royal-panda {
  background: url(/assets/media/svgs/royalpanda.svg);
}

.svg-888sport {
  background: url(/assets/media/svgs/888sport.svg);
}
.svg-888-casino {
  background: url(/assets/media/svgs/888casino.svg);
}

.svg-bwin {
  background: url(/assets/media/svgs/bwin.svg);
}

.svg-betsson {
  background: url(/assets/media/svgs/betsson.svg);
}

.svg-william-hill {
  background: url(/assets/media/svgs/williamhill.svg);
}
.svg-leo-vegas {
  background: url(/assets/media/svgs/leovegas.svg);
}

.svg-netbet {
  background: url(/assets/media/svgs/netbet.svg);
}

.svg-betano {
  background: url(/assets/media/svgs/betano.svg);
}

.svg-bet-at-home {
  background: url(/assets/media/svgs/betathome.svg);
}

.svg-sportingbet {
  background: url(/assets/media/svgs/sportingbet.svg);
}

.svg-gtbets {
  background: url(/assets/media/svgs/gtbets.svg);
}

.svg-betonline {
  background: url(/assets/media/svgs/betonline.svg);
}

.svg-bet-abc-island {
  background: url(/assets/media/svgs/bet-abc-island.png);
}

.svg-tonybet {
  background: url(/assets/media/svgs/tonybet.svg);
}

.svg-betzest {
  background: url(/assets/media/svgs/betzest.svg);
}
.svg-slots-magic {
  background: url(/assets/media/svgs/slots-magic.svg);
}
.svg-slotty-vegas {
  background: url(/assets/media/svgs/slotty-vegas.svg);
  background-size: 68% !important;
}
  

div.company-sports span.svg-bet365{background-size: 60%;}
/* logos BG color */


.bg-bet365{
  background: #027b5b;
}

.bg-betway{
  background: #111;
}
.bg-betfair{
  background: #ff9e02;
}

.bg-22bet {
  background: #052e32;
}

.bg-unibet {
  background: #147b45;
}

.bg-10bet {
  background: #efefef;
}

.bg-royal-panda {
  background: #000000;
}

.bg-888sport {
  background: #000000;
}
.bg-777-casino {
  background: #11141b;
}

.bg-bwin {
  background: #000000;
}

.bg-betsson {
  background: #ffffff;
}

.bg-william-hill {
  background: #0b1650;
}
.bg-leovegas {
  background: #f4802a;
}

.bg-netbet {
  background: #333743;
}

.bg-betano {
  background: #ff6600;
}

.bg-bet-at-home {
  background: #ffffff;
}

.bg-sportingbet {
  background: #0988d1;
}

.bg-gtbets {
  background: #01133a;
}

.bg-betonline {
  background: #2d2e2c;
}

.bg-bet-abc-island {
  background: #414040;
}

.bg-tonybet {
  background: #33363b;
}

.bg-betzest {
  background: #5c429d;
}
.bg-888-casino {
  background: #000;
}
.bg-slots-magic {
  background: #000;
}
.bg-slotty-vegas {
  background: #e35221;
}


.table-icons {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack:center;
    -ms-flex-pack:center;
        justify-content:center;
-ms-flex-wrap: wrap;
    flex-wrap: wrap;
margin-bottom: 20px;
}
.table-icons * {
margin: 0 10px 5px;
}
.table-icons *::before {
content: '';
display: inline-block;
margin-right: 5px;
vertical-align: middle;
background-repeat: no-repeat;
}
.table-icons .license::before {
background: url(/assets/media/icons/license.svg);
width: 25px;
height: 25px;
}
.table-icons .secure::before {
background: url(/assets/media/icons/safe.svg);
width: 23px;
height: 28px;
}
.table-icons .trusted::before {
background: url(/assets/media/icons/trust.svg);
width: 24px;
height: 27px;
}

i.yes{
display: block;
width: 28px;
height: 26px;
background: url(/assets/media/icons/yes.svg);
background-repeat: no-repeat;
text-indent: -99999px;
}

i.no{
display: block;
width: 26px;
height: 26px;
background: url(/assets/media/icons/no.svg);
background-repeat: no-repeat;
text-indent: -99999px;
background-size: 22px;
background-position: bottom left;
}
.terms{
font-size: 12px;
text-align: center !important;
color: #fff;
margin-bottom: 15px;
padding: 0 10px;
line-height: 14px;
width: 100%;
max-width: 1200px;
margin: 5px auto;
}


/* 404 page */

.fundo{
-webkit-animation: scales 3s alternate  infinite;
        animation: scales 3s alternate  infinite;
-webkit-transform-origin: center;
    -ms-transform-origin: center;
        transform-origin: center;
}
.pao-baixo{
 -webkit-animation: rotatepao 14s cubic-bezier(.1,.49,.41,.97)  infinite;
         animation: rotatepao 14s cubic-bezier(.1,.49,.41,.97)  infinite;
-webkit-transform-origin: center;
    -ms-transform-origin: center;
        transform-origin: center;
}
.pao-cima{
 -webkit-animation: rotatepao 7s 1s cubic-bezier(.1,.49,.41,.97)  infinite;
         animation: rotatepao 7s 1s cubic-bezier(.1,.49,.41,.97)  infinite;
-webkit-transform-origin: center;
    -ms-transform-origin: center;
        transform-origin: center;
}
.olhos{-webkit-animation: olhos   2s  alternate  infinite;animation: olhos   2s  alternate  infinite;
 -webkit-transform-origin: center;
     -ms-transform-origin: center;
         transform-origin: center;
}
.left-sparks{-webkit-animation: left-sparks   4s  alternate  infinite;animation: left-sparks   4s  alternate  infinite;
    -webkit-transform-origin: 150px 156px;
        -ms-transform-origin: 150px 156px;
            transform-origin: 150px 156px;
}
.right-sparks{-webkit-animation: left-sparks   4s  alternate  infinite;animation: left-sparks   4s  alternate  infinite;
    -webkit-transform-origin: 310px 150px;
        -ms-transform-origin: 310px 150px;
            transform-origin: 310px 150px;
}
.olhos{-webkit-animation: olhos   2s  alternate  infinite;animation: olhos   2s  alternate  infinite;
 -webkit-transform-origin: center;
     -ms-transform-origin: center;
         transform-origin: center;
}
@-webkit-keyframes scales{
from { -webkit-transform: scale(0.98); transform: scale(0.98)}
to{ -webkit-transform: scale(1); transform: scale(1)}
}
@keyframes scales{
from { -webkit-transform: scale(0.98); transform: scale(0.98)}
to{ -webkit-transform: scale(1); transform: scale(1)}
}
@-webkit-keyframes rotatepao{
0% { -webkit-transform:  rotate(0deg); transform:  rotate(0deg)}
50% , 60%{ -webkit-transform:  rotate(-20deg); transform:  rotate(-20deg)}
100%{  -webkit-transform:  rotate(0deg);  transform:  rotate(0deg) }
}
@keyframes rotatepao{
0% { -webkit-transform:  rotate(0deg); transform:  rotate(0deg)}
50% , 60%{ -webkit-transform:  rotate(-20deg); transform:  rotate(-20deg)}
100%{  -webkit-transform:  rotate(0deg);  transform:  rotate(0deg) }
}
@-webkit-keyframes olhos{
0%{
  -webkit-transform: rotateX(0deg);
          transform: rotateX(0deg);
}
 100%{
  -webkit-transform: rotateX(30deg);
          transform: rotateX(30deg);
}
}
@keyframes olhos{
0%{
  -webkit-transform: rotateX(0deg);
          transform: rotateX(0deg);
}
 100%{
  -webkit-transform: rotateX(30deg);
          transform: rotateX(30deg);
}
}
@-webkit-keyframes left-sparks{
0%{
  opacity: 0; 
}
}
@keyframes left-sparks{
0%{
  opacity: 0; 
}
}
.main404{
margin: 0px auto;
width: auto;
max-width: 460px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
-webkit-box-pack: center;
    -ms-flex-pack: center;
        justify-content: center;
}
.path {
stroke-dasharray: 300;
stroke-dashoffset: 300;
-webkit-animation: dash 4s   alternate infinite;
        animation: dash 4s   alternate infinite;
}
@-webkit-keyframes dash{
 0%, 30%{
   fill: 4B4B62;
  stroke-dashoffset:   0;
}
 80%,100%{
   fill: transparent;
  stroke-dashoffset:  -200;
}
}
@keyframes dash{
 0%, 30%{
   fill: 4B4B62;
  stroke-dashoffset:   0;
}
 80%,100%{
   fill: transparent;
  stroke-dashoffset:  -200;
}
}
.button404 {
text-decoration: none;
text-transform: uppercase;
font-weight: 300;
font-size: 20px;
display: block;
margin: 30px auto 0;
max-width: 300px;
width: 100%;
position: relative;
text-align: center;
color: #ffffff;
border: 1px solid #d0e7ec;
border-radius: 5px;
line-height: 2em;
padding-left: 2em;
padding-right: 2em;
-webkit-box-shadow: 0 0 0 0 transparent;
        box-shadow: 0 0 0 0 transparent;
-webkit-transition: all 0.2s ease-in;
-o-transition: all 0.2s ease-in;
transition: all 0.2s ease-in;
}
.button404:hover {
color: white;
-webkit-box-shadow: 0 0 30px 0 rgb(0 27 58 / 34%);
        box-shadow: 0 0 30px 0 rgb(0 27 58 / 34%);
background-color: #d1f0e67c;
-webkit-transition: all 0.2s ease-out;
-o-transition: all 0.2s ease-out;
transition: all 0.2s ease-out;
}
.button404:hover:before {
-webkit-animation: shine 0.5s 0s linear;
animation: shine 0.5s 0s linear;
}
.button404:active {
-webkit-box-shadow: 0 0 0 0 transparent;
        box-shadow: 0 0 0 0 transparent;
-webkit-transition: box-shadow 0.2s ease-in;
-webkit-transition: -webkit-box-shadow 0.2s ease-in;
transition: -webkit-box-shadow 0.2s ease-in;
-o-transition: box-shadow 0.2s ease-in;
transition: box-shadow 0.2s ease-in;
transition: box-shadow 0.2s ease-in, -webkit-box-shadow 0.2s ease-in;
}
.button404:before {
content: "";
display: block;
width: 0px;
height: 86%;
position: absolute;
top: 7%;
left: 0%;
opacity: 0;
background: white;
-webkit-box-shadow: 0 0 15px 3px white;
        box-shadow: 0 0 15px 3px white;
-webkit-transform: skewX(-20deg);
-ms-transform: skewX(-20deg);
transform: skewX(-20deg);
}
@-webkit-keyframes shine {
from {
  opacity: 0;
  left: 0%;
}
50% {
  opacity: 1;
}
to {
  opacity: 0;
  left: 100%;
}
}
@keyframes shine {
from {
  opacity: 0;
  left: 0%;
}
50% {
  opacity: 1;
}
to {
  opacity: 0;
  left: 100%;
}
}


.skrill{
display: block;
width: 55px;
min-width: 55px;
height: 20px;
background: url(/assets/media/payments/skrill.svg) no-repeat;
text-indent: -99999px;
}
.neteller{
display: block;
width: 119px;
min-width: 119px;
height: 20px;
background: url(/assets/media/payments/neteller.svg) no-repeat;
text-indent: -99999px;
}
.paysafecard{
display: block;
width: 116px;
min-width: 116px;
height: 20px;
background: url(/assets/media/payments/paysafecard.svg) no-repeat;
text-indent: -99999px;
}
.paypal{
display: block;
width: 74px;
min-width: 74px;
height: 20px;
background: url(/assets/media/payments/paypal.svg) no-repeat;
text-indent: -99999px;
}
.mastercard{
display: block;
width: 32px;
min-width: 32px;
height: 20px;
background: url(/assets/media/payments/mastercard.svg) no-repeat;
text-indent: -99999px;
}
.visa{
display: block;
width: 62px;
min-width: 62px;
height: 20px;
background: url(/assets/media/payments/visa.svg) no-repeat;
text-indent: -99999px;
}
.bitcoin{
display: block;
width: 96px;
min-width: 96px;
height: 20px;
background: url(/assets/media/payments/bitcoin.svg) no-repeat;
text-indent: -99999px;
}
.ecopayz{
display: block;
width: 92px;
min-width: 92px;
height: 20px;
background: url(/assets/media/payments/ecopayz.svg) no-repeat;
text-indent: -99999px;
}
.trustly{
display: block;
width: 96px;
min-width: 96px;
height: 20px;
background: url(/assets/media/payments/trustly.svg) no-repeat;
text-indent: -99999px;
}
.bank-transfer{
display: block;
width: 52px;
min-width: 52px;
height: 20px;
background: url(/assets/media/payments/bank-transfer.svg) no-repeat;
text-indent: -99999px;
}
.astropay{
display: block;
width: 96px;
min-width: 96px;
height: 20px;
background: url(/assets/media/payments/astropay.svg) no-repeat;
text-indent: -99999px;
}
.boleto{
display: block;
width: 52px;
min-width: 52px;
height: 20px;
background: url(/assets/media/payments/boleto.svg) no-repeat;
text-indent: -99999px;
}



/* Sitemap */

.sitemap{
margin: 30px auto;
display: -ms-flexbox;
display: -webkit-box;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.sitemap h2 {
margin: 2rem auto;
text-align: center;
color: #e53e53;
border-bottom: 2px solid #e53e53;
display: table;
}
.sitemap ul{
margin: 0 auto;
display: table;
list-style-type: none;
margin-bottom: 30px;
min-width: 200px;
}
.sitemap ul li{
margin-bottom: 10px;
}
.sitemap ul li:hover a{
color: #e53e53;
}
.sitemap ul li a{
font-size: 15px;
color: #fff;
font-weight: bold;
position: relative;
-webkit-transition: all 200ms linear;
-o-transition: all 200ms linear;
transition: all 200ms linear;
background-color: transparent;
text-decoration: none;
}
.sitemap ul li:hover a::after{
opacity: 1;
}
.sitemap ul li a::after{
position: absolute;
bottom: -2px;
left: 50%;
height: 2px;
content: '';
background-color: #e53e53;
opacity: 0;
-webkit-transition: all 200ms linear;
-o-transition: all 200ms linear;
transition: all 200ms linear;
-webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
        transform: translateX(-50%);
width: 100%;
}
.sitemap ul li{
position: relative;
padding-left: 5px;
}
ul.arrows li::before {
width: 10px;
height: 10px;
top: 5px;
left: -10px;
background: url(/assets/media/icons/arrow.svg) no-repeat;
position: absolute;
content: '';
display: inline-block;
vertical-align: middle;
margin-right: 6px;
}

.sitemap > div {
width: 100%;
}
@media (max-width: 460px){
  article > p{
    text-align: justify !important;
  }
}
@media (min-width: 768px){

  .sitemap > div {
      -ms-flex: 0 0 50%;
      -webkit-box-flex: 0;
              flex: 0 0 50%;
      max-width: 50%;
  }
}
@media (max-width: 768px){
.rotate{
  display: block;
  width: 50px;
  height: 25px;
  background: url(/assets/media/icons/rotate.svg) no-repeat;
}
}

/* CONTACT FORM */

.form-group{
margin-top: 20px;
}
.sucess_message{
color: green;
  font-weight: bold;
}
.sucess_message,
.error_message{
text-align: center;
}
.star,
.error_message,
label.error{
color: red !important;
margin-top: 5px !important;
}

.subscribe h1{
  font-family: system-ui;
}

.form-group input, .form-group textarea {
font-weight: 500;
background: rgba(255, 255, 255, 0.658);
border: none;
border-bottom: 2px solid #fff;
padding: 0.5rem 10px;
outline: none;
font-size: 14px;
color: #000;
}
.form-group.mb{
margin-bottom: 20px !important;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
color: rgba(24, 24, 24, 0.705);
font-weight: 500;
font-size: 14px;
}
input::-moz-placeholder, textarea::-moz-placeholder {
color: rgba(24, 24, 24, 0.705);
font-weight: 500;
font-size: 14px;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
color: rgba(24, 24, 24, 0.705);
font-weight: 500;
font-size: 14px;
}
input::-ms-input-placeholder, textarea::-ms-input-placeholder {
color: rgba(24, 24, 24, 0.705);
font-weight: 500;
font-size: 14px;
}
input::placeholder, textarea::placeholder {
color: rgba(24, 24, 24, 0.705);
font-weight: 500;
font-size: 14px;
}
.form-group input, 
.form-group textarea, 
.form-group label {
width: 90%;
max-width: 500px;
display: block;
margin: 0 auto;
}
.form-group label{
  color: #fff;
  position: static;
  font-size: 14px;
  display: block;
  margin-bottom: 5px;
}

.submit{
display: block;
margin: 20px auto 0;
padding: 10px 20px;
width: 200px;
background: rgba(255, 255, 255, 0.02);
font-weight: bold;
}
.g-recaptcha > div{
margin: 20px auto;
}

.red-star{
color: red;
}

.form-group textarea{
resize: none;
min-height: 100px;
}

.review-info .visit{
border: 1px solid #ff7000;
}

.gsc-control-cse {
background-color: transparent !important;
border: 1px solid transparent !important;
}
.gsc-adBlock{
display: none !important;
}

.error-message{
color: red;
}
.alert-success{
color: green;
font-weight: bold;
text-align: center;
margin-top: 10px;
}
.success-message{
color: green;
}
.review-el .terms{
  margin-bottom: 0;
  color: #13356a;
  line-height: 14px;
}
.review-el{
  float: right;
  margin-left: 20px;
  margin-bottom: 10px;
  max-width: 315px;
  width: 100%;
}

.inl{
  display: inline;
}
/* Slider */
.owl-carousel{
  margin: 20px auto;
}
.slider-box{
  text-align: center; 
  position: relative;
  text-decoration: none;
  color: #fff;
  text-align: center;
}
.slider-box:hover img{
  -webkit-filter: drop-shadow(0px 0px 4px #fff);
          filter: drop-shadow(0px 0px 4px #fff);
}
.slider-box img{
  position: relative;
  width: 220px !important;
  height: 130px;
  margin: 0 auto;
  margin-bottom: 25px;
}
.slider-box::before{
  content: '';
  display: block;
  width: 262px;
  height: 171px;
  background: url(/assets/media/icons/bg.png);
  position: absolute;
  left: 50%;
  bottom: -77px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.slider-box span{
  position: relative;
  font-family: 'Fugaz One', cursive;
  margin: 0 auto;
  width: 100%;
  display: inline-block;
}
.owl-next,
.owl-prev{
  position: absolute;
  top: 50%;
  text-indent:-9999px;
  background: url(/assets/media/icons/arrow.svg) !important;
  width: 24px;
  height: 24px;
  display: block;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}
.owl-prev{
  left: 0;
  -webkit-transform: translateY(-50%) rotate(180deg);
      -ms-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.owl-next{
  right: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.owl-next:hover,
.owl-prev:hover{
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}
.owl-stage{
  margin: 0 auto;
}


/* faq */
.panel-heading {
margin-bottom: 15px;
padding: 20px;
border-radius: 10px;
position: relative;
}
.answer{
  position: relative;
}
.panel-heading::before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(23%, #486c97b3), to(#ffffffb3));
  background: -o-linear-gradient(bottom, #486c97b3 23%, #ffffffb3 100%);
  background: linear-gradient(0deg, #486c97b3 23%, #ffffffb3 100%);
  -webkit-clip-path: polygon(0 0, 100% 0, 99% 100%, 1% 100%);
          clip-path: polygon(0 0, 100% 0, 99% 100%, 1% 100%);
}
p.accordion.alive{
margin-bottom: 0px;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
p.accordion {
  color: #1e0c0a;
  cursor: pointer;
  padding: 18px;
padding: 0;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  position: relative;
  padding-right: 20px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
p.accordion:after {
content: "\2796";
-webkit-filter: invert(1);
        filter: invert(1);
  font-size: 13px;
  color: #f3e8e7;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
}
p.accordion.alive:after {
  content: '\2795';
}
div.panel{
display: table;
}
article > ol{
padding-left: 25px;
margin: 10px 0;
}
article > ol li{
margin-bottom: 10px;
}
article > ol li::marker{
font-weight: bold;
color: #e53e53;
font-size: 14px;
}

article > ul{
list-style-type: none;
padding: 0;
margin: 20px 0;
}
article > ul > li{
padding-left: 30px;
position: relative;
margin-bottom: 10px;
}
article > ul > li::before{
position: absolute;
content: '';
display: block;
background: url('/assets/media/icons/arrow.png');
width: 21px;
height: 19px;
left: 0;
-webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
        transform: scale(0.7);
}


.mga{
display: inline-block;
background: url(/assets/media/icons/mga.svg) no-repeat;
width: 112px;
height: 28px;
text-indent: -99999px;
-webkit-filter: brightness(0.6);
        filter: brightness(0.6);
}

.ukgc {
  display: inline-block;
  background: url(/assets/media/icons/ukgc.svg) no-repeat;
  width: 112px;
  height: 28px;
  background-position: center;
  background-size: 100% 22px;
  text-indent: -99999px;
  -webkit-filter: brightness(0.6);
          filter: brightness(0.6);
}

.ecogra{
  display: inline-block;
  background: url(/assets/media/icons/ecogra.svg) no-repeat;
  width: 112px;
  height: 35px;
  text-indent: -99999px;
  -webkit-filter: brightness(0.6);
          filter: brightness(0.6);
}

.curacao{
  display: inline-block;
  background: url(/assets/media/icons/curacao.svg) no-repeat;
  width: 30px;
  height: 35px;
  text-indent: -99999px;
}

.payments-tbl tbody tr.bet365trfix::after{
  content: '**Nur für neue Kunden. Bis zu €100* in Wett-Credits. Melden Sie sich an, zahlen Sie €5* oder mehr auf Ihr bet365-Konto ein und wir geben Ihnen die entsprechende qualifizierende Einzahlung in Wett-Credits (bis zu €100*), wenn Sie qualifizierende Wetten im gleichen Wert platzieren und diese abgerechnet werden. Mindestquoten, Wett- und Zahlungsmethoden-Ausnahmen gelten. Gewinne schließen den Einsatz von Wett-Credits aus. Es gelten die AGB, Zeitlimits und Ausnahmen.';
  display: block;
  position: absolute;
  bottom: -82px;
  left: 0;
  width: 100%;
  text-align: center;
  color: #13356a;
  font-size: 12px;
}
.payments-tbl tbody tr.bet365trfix.alone::after{
  content: '*Nur für neue Kunden. Bis zu €100* in Wett-Credits. Melden Sie sich an, zahlen Sie €5* oder mehr auf Ihr bet365-Konto ein und wir geben Ihnen die entsprechende qualifizierende Einzahlung in Wett-Credits (bis zu €100*), wenn Sie qualifizierende Wetten im gleichen Wert platzieren und diese abgerechnet werden. Mindestquoten, Wett- und Zahlungsmethoden-Ausnahmen gelten. Gewinne schließen den Einsatz von Wett-Credits aus. Es gelten die AGB, Zeitlimits und Ausnahmen.';
}
.payments-tbl tbody tr.bet365trfix{
  border-bottom: 60px solid #d9dce4;
  position: relative;
  background: #d3d7e2;
}


.payments-tbl .top4rating{
  padding-bottom: 0;
}

@media only screen and (max-width: 420px) {
  .payments-tbl tbody tr td:last-child{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .payments-tbl .green-visit{
    width: 100% !important;
  }
  header .logo img{
    width: 160px;
  }
  footer .nav-search div input{
    width: auto;
  }
}
form .button404{
background: transparent;
}

.error404-img{
-webkit-filter: hue-rotate(-100deg);
        filter: hue-rotate(-100deg);
}

.d-i{
display: inline;
}

.person-row {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: top;
    -ms-flex-align: top;
        align-items: top;
}
.person {
border-radius: 50%;
margin: 0 20px;
}

article > p, .person-row p {
margin-bottom: 20px;
}
.white-box > p {
margin-bottom: 10px;
}
@media only screen and (max-width: 700px){
  .person-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .person-row p{
    text-align: justify;
  }
  .person{
    margin-bottom: 10px;
  }
  .review-el{
    float: none;
    margin: 10px auto;
  }
}

.top4rating{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 5px;
}




.rating-text{
  color: #13356a;
  font-size: 17px;
  text-align: center;
}
.bookie .rating-text{
  font-size: 14px;
}
.radial-progress {
  width: 56px;
  height: 56px;
  position: relative;
  background-color: #d7d7d7;
  border-radius: 50%;
  margin: 0 auto;
}
.bookie .radial-progress {
  width: 46px;
  height: 46px;
}
.radial-progress .inset {
  width: 40px !important;
  height: 40px !important;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -20px 0 0 -20px !important;
  background-color: #f5f6f8;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
}
.bookie .radial-progress .inset {
  width: 36px !important;
  height: 36px !important;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -18px 0 0 -18px !important;
  background-color: #f5f6f8;
  border-radius: 50%;
  text-align: center;
  line-height: 33px;
}
.radial-progress .big {
  font-size: 15px;
  color: #31955b;
}
.bookie .radial-progress .big {
  font-size: 13px;
}

.radial-progress .circle .mask {
  clip: rect(0px, 56px, 56px, 28px);
}
.bookie .radial-progress .circle .mask {
  clip: rect(0px, 46px, 46px, 23px);
}
.radial-progress .circle .mask, .radial-progress .circle .fill, .radial-progress .circle .shadow {
  width: 56px;
  height: 56px;
  position: absolute;
  border-radius: 50%;
}
.bookie .radial-progress .circle .mask, .bookie .radial-progress .circle .fill, .bookie .radial-progress .circle .shadow {
  width: 46px;
  height: 46px;
  position: absolute;
  border-radius: 50%;
}
.radial-progress .circle .mask, .radial-progress .circle .fill {
  -webkit-backface-visibility: hidden;
  transition: -webkit-transform 1s;
  transition: -ms-transform 1s;
  -webkit-transition: -webkit-transform 1s;
  -o-transition: transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
}
.radial-progress .circle .mask .fill {
  clip: rect(0px, 28px, 56px, 0px);
  background-color: #31955b;
}
.bookie .radial-progress .circle .mask .fill {
  clip: rect(0px, 23px, 46px, 0px);
  background-color: #31955b;
}

.payments-tbl{
  width: 100%;
  color: #13356a;
  text-align: center;
  font-weight: 500;
}
.payments-tbl thead th{
  background: #d3d7e2;
  padding: 10px;
}
.payments-tbl tr td:first-child{
  width: 260px;
  background: -webkit-gradient(linear, left bottom, left top, from(#d6dae2), to(#f8f8fa));
  background: -o-linear-gradient(bottom, #d6dae2, #f8f8fa);
  background: linear-gradient(0deg, #d6dae2, #f8f8fa);
}
.payments-tbl .top4rating > div:nth-child(2){
  margin: 0 auto;
}
.payments-tbl tr:nth-child(odd){
  background: -webkit-gradient(linear, left bottom, left top, from(#bec5d3), to(#dadee5));
  background: -o-linear-gradient(bottom, #bec5d3, #dadee5);
  background: linear-gradient(0deg, #bec5d3, #dadee5);
}
.payments-tbl tr:nth-child(even){
  background: -webkit-gradient(linear, left bottom, left top, from(#bec3d1), to(#a0a9be));
  background: -o-linear-gradient(bottom, #bec3d1, #a0a9be);
  background: linear-gradient(0deg, #bec3d1, #a0a9be);
}
.payments-tbl tbody tr{
  border-top: 3px solid #485b81;
}
.payments-tbl tbody tr td{
  border-left: 1px solid #ccd0db;
}
.payments-tbl .green-visit{
  width: 170px;
}
.payments-tbl th:last-child{
  width: 360px;
}
.payments-tbl tbody tr td:last-child{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 360px;
  padding: 10px 5px;
}
.payments-tbl tbody tr td:nth-child(3),
.payments-tbl span{
  font-size: 17px;
}
.payments-tbl th:nth-child(2){
  width: 180px;
}
.payments-tbl .payments{
  background: #f4f5f8;
  width: 180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 69px;
  position: absolute;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
.payments-tbl .payments span{
  min-width: 40%;
  max-width: 40%;
  height: 20px;
  background-position: center;
}
@media only screen and (max-width: 599px){
  .slider-box::before{
    width: 302px;
    background: url(/assets/media/icons/sport-base.png);
    bottom: -33px;
  }
}
.top4.recommended{
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.general-info .tblinfo{
        padding: 3px 0;
        margin-bottom: 0;
}
.general-info{
  width: 290px;
  padding-bottom: 10px;
}
.general-info > strong{
  display: block;
  text-align: center;
  padding-bottom: 10px;
  border-bottom: 1px solid #d4d6e0;
  margin-bottom: 0;
}
.general-info .tblinfo span{
  text-align: left;
}
.general-info .tblinfo > span:first-child{
  min-width: 70px !important;
  max-width: 70px !important;
}
.general-info.types .tblinfo > span:first-child{
  min-width: 130px !important;
  max-width: 130px !important;
}
.general-info .tblinfo > span:last-child{
  padding: 0 10px;
  border-left: 1px solid #d4d6e0;
  word-break: break-word;
}

.procon{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* gap: 20px; */
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
.procon > ul{
  width: 48%;
  position: relative;
  padding: 10px 20px;
  list-style-position: inside;
  list-style-type: square;
  margin-bottom: 10px;
}
.procon > ul li{
  position: relative;
  margin-bottom: 5px;
  padding-left: 10px;
  color: #ebe5e5;
}
.procon > ul li:first-child{
  font-size: 20px;
  color: #000;
  font-weight: bold;
  display: block;
  margin-bottom: 5px;
  padding-left: 0;
}
.procon > ul::before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(23%, #791717), to(#ffffffb3));
  background: -o-linear-gradient(bottom, #791717 23%, #ffffffb3 100%);
  background: linear-gradient(0deg, #791717 23%, #ffffffb3 100%);
  -webkit-clip-path: polygon(0 0, 100% 0, 99% 100%, 1% 100%);
          clip-path: polygon(0 0, 100% 0, 99% 100%, 1% 100%);
}
.procon > ul:first-child:before{
  background: -webkit-gradient(linear, left bottom, left top, color-stop(23%, #196e16), to(#ffffffb3));
  background: -o-linear-gradient(bottom, #196e16 23%, #ffffffb3 100%);
  background: linear-gradient(0deg, #196e16 23%, #ffffffb3 100%);
}

.ueber-box {
  background: #00000087;
  padding: 25px;
  padding-top: 30px;
  margin-bottom: 20px;
  -webkit-filter: drop-shadow(-8px 0px 6px rgba(26,65,47,0.1));
          filter: drop-shadow(-8px 0px 6px rgba(26,65,47,0.1));
}

.ueber-data {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}

@media only screen and (max-width: 700px) {
.ueber-data {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
}

.ueber-space {
  padding-top: 15px;
  padding-bottom: 50px;
}

@media only screen and (max-width: 1000px) {
  .ueber-space {
    padding-top: 15px;
    padding-bottom: 40px;
  }
  .payments-tbl tbody tr.bet365trfix{
    border-bottom: 120px solid #d9dce4;
  }
  .payments-tbl tbody tr.bet365trfix::after{
    bottom: -112px;
  }
  .payments-tbl tbody tr td:last-child{
    max-width: 100% !important;
  }
}

.person-name {
  display: block;
  text-align: center;
}

.person {
  border-radius: 50%;
  margin: 0px 20px;
}
.search-results{
  background: #fff;
}


@media only screen and (max-width: 420px) {
  .payments-tbl tbody tr.bet365trfix{
    border-bottom: 150px solid #d9dce4;
  }
  .payments-tbl tbody tr.bet365trfix::after{
    bottom: -140px;
  }
}

.mobile-apps ol{
  /* padding-left: 20px; */
  width: fit-content;
  margin: 0 auto;
}
.mobile-apps a{
  width: fit-content;
  display: block;
  margin-bottom: 10px;
}
.mobile-apps .company-140{
  margin: 0;
  line-height: 35px;
}
.mobile-apps{
  display: flex;
  background: #ebedf426;
}
.mobile-apps > div{
  width: 100%;
  text-align: center;
  padding: 10px;
}
@media only screen and (max-width: 700px) {
  .mobile-apps{
    flex-direction: column;
  }
}

.tbl1::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 2px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(238,206,134,1)), color-stop(41%, rgba(254,230,193,1)), color-stop(48%, rgba(248,137,71,1)), color-stop(63%, rgba(241,176,90,1)), color-stop(75%, rgba(236,188,100,1)), to(rgba(228,61,82,1)));
  background: -o-linear-gradient(top, rgba(238,206,134,1) 0%, rgba(254,230,193,1) 41%, rgba(248,137,71,1) 48%, rgba(241,176,90,1) 63%, rgba(236,188,100,1) 75%, rgba(228,61,82,1) 100%);
  background: linear-gradient(
180deg, rgba(238,206,134,1) 0%, rgba(254,230,193,1) 41%, rgba(248,137,71,1) 48%, rgba(241,176,90,1) 63%, rgba(236,188,100,1) 75%, rgba(228,61,82,1) 100%);
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
  z-index: 1;
  pointer-events: none;
}
.tbl1{
  width: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(#dbdde5), to(#fff));
  background: -o-linear-gradient(bottom, #dbdde5, #fff);
  background: linear-gradient(0deg, #dbdde5, #fff);
  margin: 10px auto;
  position: relative;
  color: #000;
  width: 100%;
  max-width: 700px;
}
.tbl1 tr{
  border-bottom: 1px solid #d4d6e0;
}
.tbl1 td{
  padding: 1px;
}
.tbl1 th{
  padding: 10px;
}
.tbl1 td:first-child{
  padding-left: 10px;
}

.tbl1.v2 td:not(:last-child){
  border-right: 1px solid #d4d6e0;
}
.tbl1.v2 td{
  padding: 5px;
}
.tbl1.v2 thead tr th:first-child{
  border-right: 1px solid #d4d6e0;
}
.tbl1.v2 thead tr:last-child th{
  width: 50%;
}
.esporttbl .company-140[class*="bg-"]{
  margin: 0 auto;
}
.esporttbl{
  display: flex;
}
.esporttbl .tbl1{
  max-width: 500px;
}
.esporttbl td{
  padding: 5px 3px;
}
.esporttbl .green-visit{
  max-width: 170px;
  padding: 15px 5px;
  font-size: 14px;
}
.esporttbl tr td:nth-child(2) span{
  font-size: 20px;
}
.esporttbl tr td:nth-child(2){
  color: #13356a;
}


@media only screen and (max-width: 1070px) {
  .esporttbl{
    flex-direction: column;
  }
}
@media only screen and (max-width: 520px) {
  .tbl1 th:first-child{
    display: none;
  }
  .tbl1 tr{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    align-items: center;
  }
  .tbl1 tbody tr td:first-child{
    display: block;
    width: 100%;
    text-align: center;
    padding-top: 5px;
    padding-left: 0;
  }
  .tbl1{
    background: -webkit-gradient(linear, left top, right top, from(#d4f5d5), color-stop(#ffffff), to(#ffd0d0));
    background: -o-linear-gradient(left, #d4f5d5, #ffffff, #ffd0d0);
    background: linear-gradient(90deg, #d4f5d5, #ffffff, #ffffff, #ffd0d0);
  }
  .tbl1.v2 thead tr:last-child th{
    display: block;
  }
  .tbl1.v2 tbody tr td:not(:first-child){
    width: 50%;
    text-align: center;
  }
  .esporttbl .tbl1 th:first-child{
    display: block;
  }
  .esporttbl .tbl1 th:last-child{
    display: none;
  }
  .esporttbl .tbl1,
  .tbl1.v2{
    background: #fff;
  }
  .tbl1 th {
    width: 50%;
  }
}
.top3wrap{
  position: relative;
}
.top3wrap::before{
  content: 'more...';
  position: absolute;
  left: 0;
  bottom: -1px;
  display: block;
  text-align: center;
  width: 100%;
  font-size: 12px;
}
.top3logos .company-110{
  margin-bottom: 5px;
}
.top3logos{
  display: flex;
}
.top3logos.on-hover {
  display: none;
  position: absolute;
  background: #e7e9ee;
  width: 290px;
  flex-wrap: wrap;
  z-index: 1;
  left: 50%;
  transform: translateX(-50%);
  bottom: 45px;
  box-shadow: 0px 0px 18px -5px rgb(0 0 0 / 75%);
    -webkit-box-shadow: 0px 0px 18px -5px rgb(0 0 0 / 75%);
    -moz-box-shadow: 0px 0px 18px -5px rgba(0,0,0,0.75);
}
.top3wrap:hover .top3logos.on-hover{
  display: flex;
}
.imp-li{
  display: flex;
  flex-direction: column;
  padding: 10px;
  background: #ebedf426;
  margin-top: 10px;
}
.imp-li strong{
  text-align: center;
} 
.imp-li ol{ 
  margin: 0 auto;
  padding-left: 25px;
}
.imp-li li{
  margin: 10px 0;
}
.imp-li ol li::marker {
  font-weight: bold;
  color: #e53e53;
  font-size: 14px;
}
@media only screen and (min-width: 1090px) {
  .imp-li{
    margin-top: 40px;
  }
}
.faq a{
  color: #afb6dd;
}
.center-span{
  display: block;
  margin: 0 auto;
}
.games-holder {
  display: flex;
  margin: 50px auto 50px;
  justify-content: space-evenly;
  align-items: center;
  max-width: 1400px;
  width: 100%;
  overflow-x: clip;
}

.game {
  width: 395px;
  height: 419px;
  border-radius: 10px;
  position: relative;
  background-color: #11141b;
  margin: 0 15px;
}

.game.background {
  background: rgb(60 39 126);
  background: -moz-linear-gradient(180deg, rgba(109, 53, 13, 1) 13%, rgba(17, 20, 27, 1) 40%);
  background: -webkit-linear-gradient(180deg, rgba(109, 53, 13, 1) 13%, rgba(17, 20, 27, 1) 40%);
  background: linear-gradient(180deg, rgb(88 68 148) 13%, rgba(17, 20, 27, 1) 40%);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#6d350d", endColorstr="#11141b", GradientType=1);
}

.game::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 10px;
  padding: 3px;
  background: linear-gradient(0deg, #584494, #ab9c6d00);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
  z-index: 1;
  pointer-events: none;
}

.game img {
  margin: -15px auto 15px;
  display: flex;
  width: 100%;
}

.game span.caption {
  font-size: 24px;
  line-height: 36px;
  font-style: italic;
  display: block;
  margin: 0 auto;
  text-align: center;
  color: #fff;
}

.game span.subtext {
  display: block;
  font-size: 16px;
  letter-spacing: 0px;
  line-height: 30px;
  font-style: italic;
  text-align: center;
  color: #fff;
}

.game .cta {
  width: 425px;
  height: 97px;
  border-radius: 5px;
  background-color: #191c23;
  position: absolute;
  left: -15px;
  bottom: 40px;
  z-index: 999;
  border: solid 2px #8e8a88;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}

.game .info {
  display: flex;
  flex-direction: column;
  text-align: center;
}

.game .info .test {
  font-size: 19px;
  color: #f3f4f5;
}

.game a.go {
  width: 230px;
  height: 45px;
  border-radius: 5px;
  border: solid 1px #e8d392;
  display: block;
  margin: 0 auto;
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  background: #c50e3d;
  text-decoration: none;
  font-size: 18px;
  letter-spacing: 0px;
  line-height: 16px;
  color: #fff;
  text-decoration: none;
  padding: 5px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  z-index: 1;
}

a.go:hover {
  background: #df1146;
}

.brands[class*="bg-"] {
  width: 109px;
  height: 59px;
  border-radius: 5px;
  position: relative;
  border-radius: 10px;
}

.brands[class*="bg-"]::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 5px;
  padding: 2px;
  background: linear-gradient(90deg, #222436 0%, #f4e29e 31%, #b96737 56%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
  z-index: 1;
  pointer-events: none;
}

[class*="brand-"] {
  display: block;
  text-indent: -9999px;
  text-align: left;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  width: calc(100% - 20px);
  margin: 0 auto;
  height: 100%;
}

.brand-888-casino {
  background-image: url(/assets/media/svgs/888casino.svg);
}

.brand-slotty-vegas {
  background-image: url(/assets/media/svgs/slotty-vegas.svg);
}

.brand-slots-magic {
  background-image: url(/assets/media/svgs/slots-magic.svg);
}

.brand-leovegas {
  background-image: url(/assets/media/svgs/leovegas.svg);
}

.brand-bet365 {
  background-image: url(/assets/media/svgs/bet365.svg);
}

.brand-netbet {
  background-image: url(/assets/media/svgs/netbet.svg);
}

.brand-bwin {
  background-image: url(/assets/media/svgs/bwin.svg);
}

.brand-betfair {
  background-image: url(/assets/media/svgs/betfair.svg);
}

.brand-777-casino {
  background-image: url(/assets/media/svgs/777-casino.svg);
}

.brand-betsson {
  background-image: url(/assets/media/svgs/betsson.svg);
}

a.go {
  width: 172px;
  height: 49px;
  border-radius: 5px;
  background: #c50e3d;
  display: block;
  border: solid 1px #e8d392;
  display: block;
  margin: 15px auto 0;
  z-index: 999;
  font-size: 18px;
  line-height: 30px;
  color: #fff;
  font-style: italic;
  text-decoration: none;
  padding: 5px 10px;
}

@media screen and (max-width: 1420px) {
  .games-holder {
    flex-wrap: wrap;
    row-gap: 120px;
    margin: 30px auto;
  }
  .games-holder .game:last-of-type {
    margin-top: 20px;
  }
}

@media screen and (max-width: 879px) {
  .mt-50 {
    margin-top: 20px;
  }
}

.game .cta {
  margin: 30px auto;
  left: 0;
  right: 0;
  height: auto;
  width: 100%;
  flex-direction: column;
  row-gap: 10px;
  border: none;
  background-color: transparent;
  z-index: 0;
}

.game .cta .brands[class*="bg-"] {
  height: 49px;
}

.bg-leo-vegas {
  background-color: #fd5c3c;
}

.games-holder {
  row-gap: 0;
}

.game {
  height: 440px;
  margin-bottom: 30px;
}

.all-slots-mini {
  height: 400px;
}

.flip-card {
  background-color: transparent;
  border: 1px solid #f1f1f1;
  perspective: 1000px;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flip-card-front {
  color: black;
}

.flip-card-back {
  color: white;
  transform: rotateY(180deg);
}

.overlay ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  height: 80%;
  padding: 0 20px;
  justify-content: space-evenly;
  color: #fff;
}

.overlay ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 15px;
}

.overlay ul li span.info {
  font-size: 18px;
  font-style: italic;
}

.overlay ul li span.game-name,
.overlay ul li span.num {
  font-size: 20px;
  font-style: italic;
  color: #fef2a6;
}

.game .action-button {
  margin: 25px auto;
  left: 0;
  right: 0;
  height: auto;
  width: 100%;
  flex-direction: column;
  row-gap: 10px;
  border: none;
  background-color: transparent;
  z-index: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.back-position {
  position: relative;
  top: 45px;
}

p.all-slots.alive {
  margin-bottom: 0px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

p.all-slots {
  color: #fff;
  cursor: pointer;
  padding: 18px;
  padding: 0;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  position: relative;
  padding-right: 20px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-align: center;
}

p.all-slots:after {
  content: "👇";
  -webkit-filter: invert(1);
  filter: invert(1);
  font-size: 13px;
  color: #000;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

p.all-slots.alive:after {
  content: '👆';
}

.more-slots {
  margin-bottom: 80px;
  border-radius: 10px;
  position: relative;
}
.casino-slots{
  margin-top: 35px;
}