@-webkit-keyframes swing-in-top-fwd {
  0% {
    -webkit-transform: rotateX(-100deg);
            transform: rotateX(-100deg);
    -webkit-transform-origin: top;
            transform-origin: top;
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
    -webkit-transform-origin: top;
            transform-origin: top;
    opacity: 1;
  }
}@keyframes swing-in-top-fwd {
  0% {
    -webkit-transform: rotateX(-100deg);
            transform: rotateX(-100deg);
    -webkit-transform-origin: top;
            transform-origin: top;
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
    -webkit-transform-origin: top;
            transform-origin: top;
    opacity: 1;
  }
}
@-webkit-keyframes _entrance {
  from {
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes _entrance {
  from {
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes _entrance2 {
  from {
    opacity: 0;
    -webkit-transform: translate(-30%, 0);
            transform: translate(-30%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes _entrance2 {
  from {
    opacity: 0;
    -webkit-transform: translate(-30%, 0);
            transform: translate(-30%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@-webkit-keyframes _exit {
  from {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}
@keyframes _exit {
  from {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}
@-webkit-keyframes _fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes _fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes _fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes _attention {
  from {
    background-color: orange;
  }
  to {
    background-color: red;
  }
}
@keyframes _attention {
  from {
    background-color: orange;
  }
  to {
    background-color: red;
  }
}
@-webkit-keyframes _anim_down {
  0% {
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes _anim_down {
  0% {
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@-webkit-keyframes _hide {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  99% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    display: none;
    overflow: hidden;
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
  }
}
@keyframes _hide {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  99% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    display: none;
    overflow: hidden;
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
  }
}
.welcome {
  width: 95%;
  max-width: 600px;
  margin: 1em auto;
  position: relative;
  overflow: hidden;
  font-family: "Montserrat";
}
.welcome img {
  display: block;
  width: 100%;
  border-radius: 15px 0 15px 0;
}
.welcome .content {
  position: absolute;
  top: 70%;
  width: 100%;
  text-align: center;
}
.welcome .content .button {
  font-size: 1.3em;
  margin: 1em auto 0 auto;
}
.welcome .typo {
  border-radius: initial;
  width: 65%;
  margin: 0.5em auto;
}
.welcome p {
  font-weight: 900;
  text-transform: uppercase;
  color: #fff;
  line-height: 1em;
  text-align: center;
  font-size: 1.25em;
  margin: 0 auto;
  width: 90%;
}
@media screen and (min-width: 360px) {
  .welcome .content .button {
    font-size: 1.5em;
  }
}
@media screen and (min-width: 568px) {
  .welcome {
    max-width: 1750px;
  }
  .welcome .content {
    text-align: right;
    width: 55%;
    top: 83%;
    left: 43%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  .welcome .content .button {
    margin: 0.5em 0 0 0;
    line-height: 1.5em;
    font-size: 1.3em;
  }
  .welcome p {
    text-align: left;
    margin: 0;
    font-size: 1em;
  }
  .welcome .typo {
    margin: 0.5em 0;
  }
}
@media screen and (min-width: 768px) {
  .welcome p {
    font-size: 1.5em;
  }
  .welcome .content .button--custom {
    font-size: 2em;
  }
}
@media screen and (min-width: 1024px) {
  .welcome {
    margin: 2em auto;
  }
  .welcome p {
    font-size: 2em;
  }
  .welcome .typo {
    width: 60%;
    margin: 1em 0;
  }
  .welcome .content {
    text-align: right;
    width: 55%;
    top: 86%;
    left: 43%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  .welcome .content .button {
    font-size: 1.5em;
    margin: 0.5em 0;
    line-height: 2em;
  }
  .welcome .content .button--custom {
    padding: 0 0.6em 0 0.5em;
    line-height: 1.6em;
    font-size: 2.9em;
  }
}
@media screen and (min-width: 1400px) {
  .welcome .content .button {
    font-size: 2.5em;
  }
}

#discover h3 {
  color: red;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 1em;
  font-size: 1em;
}
#discover h3 i {
  float: left;
  font-size: 2em;
  margin-right: 5px;
}
#discover h3 strong {
  display: block;
  font-weight: 900;
}
@media screen and (min-width: 360px) {
  #discover h3 {
    font-size: 1.2em;
  }
}
@media screen and (min-width: 768px) {
  #discover h3 {
    font-size: 1.5em;
  }
}
#discover .providers {
  margin: 0 0 2em 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#discover .providers li {
  width: 33%;
  text-align: center;
  padding: 1em 0;
}
#discover .providers li a {
  text-decoration: none;
  font-weight: 700;
}
#discover .providers img {
  display: block;
  width: auto;
  max-width: 80%;
  max-height: 25px;
  margin: 0 auto;
}
@media screen and (min-width: 568px) {
  #discover .providers {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #discover .providers li {
    width: auto;
  }
}
@media screen and (min-width: 768px) {
  #discover .providers li {
    margin: 0 1em;
  }
  #discover .providers img {
    max-height: 40px;
  }
}

@media screen and (min-width: 768px) {
  #topgames {
    padding: 0 0 2em 0;
  }
}

@media screen and (min-width: 768px) {
  #newgames {
    padding: 0 0 2em 0;
  }
}

@media screen and (min-width: 768px) {
  #slotgames {
    padding: 0 0 2em 0;
  }
}

@media screen and (min-width: 768px) {
  #cardgames {
    padding: 0 0 2em 0;
  }
}

#explore {
  margin: 3em auto;
}
#explore h2 {
  text-align: center;
  text-transform: uppercase;
  font-size: 1.2em;
  letter-spacing: 2px;
}
@media screen and (min-width: 768px) {
  #explore h2 {
    font-size: 1.5em;
    font-weight: 700;
  }
}
#explore .providers {
  margin: 0 0 1em 0;
  padding: 0 0 0.5em 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  overflow: auto;
  -webkit-box-align: initial;
      -ms-flex-align: initial;
          align-items: initial;
}
#explore .providers li {
  min-width: 40%;
  margin-right: 1em;
  position: relative;
}
#explore .providers li:last-child {
  margin-right: 0;
}
#explore .providers li a {
  display: block;
  width: 100%;
}
#explore .providers li a img {
  display: block;
  width: 100%;
  margin: 0 auto;
}
#explore .providers li p.games {
  position: absolute;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 2em;
  bottom: 0;
  left: 0;
  color: #fff;
  margin: 0;
}
#explore .providers::-webkit-scrollbar {
  -webkit-appearance: none;
}
#explore .providers::-webkit-scrollbar:vertical {
  width: 11px;
}
#explore .providers::-webkit-scrollbar:horizontal {
  height: 11px;
}
#explore .providers::-webkit-scrollbar-thumb {
  border-radius: 8px;
  border: 2px solid white; /* should match background, can't be transparent */
  background-color: #000e1f;
}
#explore .providers::-webkit-scrollbar-track {
  background-color: #fff;
  border-radius: 8px;
}
@media screen and (min-width: 568px) {
  #explore .providers li {
    min-width: 25%;
  }
}
@media screen and (min-width: 768px) {
  #explore .providers li {
    min-width: 21%;
  }
}
@media screen and (min-width: 1200px) {
  #explore .providers {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #explore .providers li {
    min-width: unset;
    width: 20%;
    max-width: 390px;
  }
}

#tournaments {
  margin: 2em 0;
  position: relative;
}
#tournaments .wrapper {
  background-color: #000;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#tournaments .info {
  padding: 1em 0;
}
#tournaments .info img {
  display: block;
  width: 90%;
  max-width: 603px;
  margin: 0 auto 1em auto;
}
#tournaments .info p {
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  margin: 0;
  font-weight: 700;
  font-size: 1.2em;
  padding: 0 2em;
}
#tournaments .cta {
  font-size: 1.3em;
}
#tournaments .cta .button {
  background: #43DDFF;
  border-radius: 3px;
  color: #000;
  padding: 0 28px;
  font-size: 24px;
}
#tournaments picture img {
  display: block;
  width: 100%;
  max-width: 864px;
  margin: 0;
}
@media screen and (min-width: 568px) {
  #tournaments .wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #tournaments .cta {
    font-size: 1em;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  #tournaments .info {
    padding: 0;
  }
  #tournaments .info p {
    padding: 0 1em;
    font-size: 1em;
  }
}
@media screen and (min-width: 768px) {
  #tournaments .info {
    width: 38%;
  }
  #tournaments .cta {
    font-size: 1.5em;
  }
  #tournaments picture {
    width: 50%;
    max-width: 864px;
  }
}
@media screen and (min-width: 1200px) {
  #tournaments {
    margin: 3em 0;
  }
  #tournaments .info p {
    font-size: 2em;
    padding: 0 2em;
  }
  #tournaments .cta {
    font-size: 2em;
  }
}

#join {
  margin-bottom: 3em;
}
#join .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#join h2 {
  margin: 0;
  color: red;
  text-transform: uppercase;
}
#join .form {
  width: 100%;
}
#join .graphics {
  width: 100%;
  position: relative;
  background-color: #0ec4c5;
  padding-top: 1em;
}
#join .graphics img {
  width: 100%;
  display: block;
}
#join .graphics .front {
  position: absolute;
  top: -20px;
  right: 0;
}
#join .graphics .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: #fff;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2em;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.3em;
}
#join .graphics .info .amount {
  width: 40%;
}
#join .graphics .info .amount img {
  display: block;
  width: 100%;
}
#join .graphics .info .fs {
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 568px) {
  #join .wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #join .form {
    width: 60%;
    padding-right: 2em;
  }
  #join .graphics {
    width: 40%;
    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;
  }
  #join .graphics .info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 2.5em;
  }
  #join .graphics .info .amount {
    width: 65%;
  }
  #join .graphics .info .get,
#join .graphics .info .fs {
    line-height: 1em;
  }
}
@media screen and (min-width: 640px) {
  #join .graphics .info {
    font-size: 2em;
  }
  #join .graphics .info .get,
#join .graphics .info .fs {
    padding: 0 1em;
  }
}
@media screen and (min-width: 768px) {
  #join form {
    margin-top: 1em;
  }
  #join .graphics .info {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  #join .graphics .info .amount {
    width: 45%;
  }
  #join .graphics .info .get,
#join .graphics .info .fs {
    padding: 0;
  }
}
@media screen and (min-width: 1024px) {
  #join .graphics {
    padding-top: 0;
  }
  #join .graphics .info {
    font-size: 2.5em;
  }
}
@media screen and (min-width: 1208px) {
  #join .form {
    width: 45%;
  }
  #join .graphics {
    width: 55%;
    background-image: url(/images/home/signup_dsk.png);
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: contain;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #join .graphics .signupimg {
    display: none;
  }
  #join .graphics .info {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 40%;
    font-size: 3em;
    text-shadow: 3px 3px 2px #0ec4c5, -3px -3px 2px #0ec4c5;
  }
  #join .graphics .info .amount {
    width: 65%;
  }
}

#winners {
  text-align: center;
  color: #fff;
}
#winners img.character {
  display: none;
}
#winners p {
  color: #fff;
}
#winners h3 {
  text-align: center;
  text-transform: uppercase;
  color: #57fb8b;
  margin: 1em 0 1em 0;
  font-size: 16px;
  font-weight: 900;
}
#winners h3:nth-child(n+2) {
  margin-top: 2em;
}
#winners h3 strong {
  font-weight: 900;
}
#winners ul.winnerslist {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: left;
  height: 180px;
  overflow: hidden;
}
#winners ul.winnerslist li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#winners ul.winnerslist li img {
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  padding: 2px;
  margin: 0 0.5em 0 0;
}
#winners ul.winnerslist li p {
  margin: 0;
}
#winners ul.winnerslist li.up {
  -webkit-transition: all 2.3s;
  transition: all 2.3s;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
#winners .latest-winners,
#winners .top-winners {
  padding: 1em;
  border: 1px solid #19204E;
  border-radius: 20px;
  margin: 20px;
  background: #19204E;
}
#winners .winners-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 800px) {
  #winners {
    color: #000;
  }
  #winners h3 {
    margin: 0.5em 0 1em 0;
  }
  #winners .latest-winners,
#winners .top-winners {
    width: 90%;
    margin: 0 9px;
  }
  #winners .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 1em 0;
  }
  #winners .wrapper .winners-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}