<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@import "/css/glide.core.min.css";
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@300&amp;family=Montez&amp;family=Montserrat&amp;display=swap");
@-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;
  }
}
@-webkit-keyframes zdw_fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes zdw_fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#zdw_custom_support_widget {
  font-family: Arial;
  font-size: 13px !important;
}

#zdw_custom_support_widget *,
#zdw_custom_support_widget:before,
#zdw_custom_support_widget:after {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

#zdw_custom_launcher {
  position: fixed;
  color: #FFF;
  font-weight: 700;
  opacity: 1;
  padding: 0 9px;
  border-radius: 25px;
  bottom: 13px;
  right: 10px;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  font-size: 16px;
  line-height: 45px;
  z-index: 1000;
  -webkit-animation: zdw_fadeIn 1s;
          animation: zdw_fadeIn 1s;
}
#zdw_custom_launcher:hover {
  cursor: pointer;
}
#zdw_custom_launcher .press {
  bottom: 0px;
  opacity: 0;
}
#zdw_custom_launcher i.icon {
  display: inline-block;
  border: 3px solid #FFF;
  width: 28px;
  height: 28px;
  border-radius: 15px;
  font-style: normal;
}
#zdw_custom_launcher i.icon:before {
  content: "?";
  text-align: center;
  line-height: 24px;
  width: 100%;
  display: block;
}
#zdw_custom_launcher &gt; span {
  padding: 0 5px;
}
@media screen and (max-width: 414px) {
  #zdw_custom_launcher i.icon:before {
    margin-right: 0;
  }
  #zdw_custom_launcher &gt; span {
    display: none;
  }
}

#zdw_custom_selector {
  display: none;
  overflow: hidden;
  position: fixed;
  opacity: 0;
  bottom: 0;
  right: 10px;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  width: 250px;
  padding: 0.5em;
  background: #FFF;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  border-radius: 9px;
}
#zdw_custom_selector.active {
  bottom: 13px;
  opacity: 1;
  z-index: 1001;
}
#zdw_custom_selector svg.closezdwidget {
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
#zdw_custom_selector span {
  border: 1px solid #666;
  border-radius: 4px;
  padding: 1em;
  display: block;
}
#zdw_custom_selector span.hidden {
  height: 0;
  padding: 0;
  border: none;
  opacity: 0;
  overflow: hidden;
}
#zdw_custom_selector p {
  margin: 0 0 1em 0;
  text-align: center;
  color: #000;
  font-weight: 400;
  font-size: 13px;
}
#zdw_custom_selector .zdwbtn {
  display: block;
  margin: 0 auto 9px auto;
  width: 90%;
  line-height: 32px;
  padding: 0;
  border-radius: 4px;
  border: 1px solid #666;
  text-transform: uppercase;
  font-weight: 400;
  background: transparent;
  outline: none;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  text-align: center;
  text-decoration: none;
}
#zdw_custom_selector .zdwbtn:hover {
  cursor: pointer;
}
#zdw_custom_selector .zdwbtn.zdwbtnlogin {
  line-height: 32px;
  color: #FFF;
  background-color: #333;
  margin: 1em auto;
}
#zdw_custom_selector .zdw_btncashier {
  background-color: #A4D141;
  font-weight: 700;
  color: #FFF;
  border: none;
  text-decoration: none;
  text-align: center;
}
#zdw_custom_selector .zdw_btncashier:hover {
  background-color: #89b42b;
}

#zdw_obcall_form {
  border: 1px solid #666;
  border-radius: 4px;
  padding: 1em;
}
#zdw_obcall_form input,
#zdw_obcall_form select,
#zdw_obcall_form textarea {
  width: 100%;
  line-height: 36px;
  height: 36px;
  border: 1px solid #666;
  padding: 5px;
  border-radius: 3px;
  margin: 0 0 5px 0;
  font-size: 13px;
  font-weight: 400;
}
#zdw_obcall_form select {
  background: #FFF;
  color: #000;
}
#zdw_obcall_form .zdw_obcall_description {
  line-height: normal;
  height: 100px;
  color: #000;
}
#zdw_obcall_form .validationmsg {
  margin-bottom: 5px;
  font-size: 12px;
}
#zdw_obcall_form .validationmsg.error {
  color: red;
}
#zdw_obcall_form .validationmsg.warning {
  color: #FF9000;
}
#zdw_obcall_form .zdw_obcall_anotherPhoneOption {
  display: none;
  color: #000;
}
#zdw_obcall_form .zdw_obcall_anotherPhoneOption.visible {
  display: block;
}
#zdw_obcall_form .zdw_obcall_submit {
  height: 36px;
  padding: 0 1em;
  color: #FFF;
  background-color: #333;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border: none;
}
#zdw_obcall_form .zdw_obcall_submit:hover {
  cursor: pointer;
}
#zdw_obcall_form .zdw_obcall_submit:disabled {
  opacity: 0.3;
}
#zdw_obcall_form .cancel {
  border: none;
  background: #CCC;
  color: #000;
  padding: 5px 10px;
  font-size: 13px;
  border-radius: 3px;
}
#zdw_obcall_form .cancel:hover {
  cursor: pointer;
  background: #BBB;
}
#zdw_obcall_form .cancel h3 {
  text-align: center;
  margin: 0 0 0.5em 0;
  color: #000;
  font-size: 16px;
  font-weight: 700;
}
#zdw_obcall_form .cancel p {
  text-align: center;
  color: #000;
  font-size: 13px;
  font-weight: 400;
}
#zdw_obcall_form .cancel.disabled {
  opacity: 0.3;
}

.zdcontactform .row {
  margin-bottom: 1em;
  position: relative;
}
.zdcontactform input,
.zdcontactform textarea {
  width: 100%;
  background: none;
  outline: none;
  border: none;
  border: 1px solid #CCC;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 3px 4px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 3px 4px rgba(0, 0, 0, 0.3);
  margin: 0;
}
.zdcontactform input {
  height: 36px;
  line-height: 36px;
  padding: 0 1em 0 3em;
}
.zdcontactform textarea {
  height: 100px;
  padding: 0.5em 1em 0.5em 3em;
  resize: none;
}
.zdcontactform .icon {
  display: block;
  width: 20px;
  margin: 0;
  position: absolute;
  top: 8px;
  left: 8px;
}
.zdcontactform p {
  margin: 0;
}
.zdcontactform .contactform-error {
  font-size: 12px;
  color: red;
}
.zdcontactform .contactform-error.base {
  color: inherit;
}
.zdcontactform .contactform-button {
  width: 100%;
  max-width: 200px;
  margin: 0 auto;
  height: 36px;
  line-height: 36px;
  padding: 0;
  border: none;
  outline: none;
  background-color: #666;
  color: #FFF;
}
.zdcontactform .contactform-button:hover {
  cursor: pointer;
}
.zdcontactform .contactform-button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

@-webkit-keyframes lm_fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes lm_fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes lm_fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes lm_fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes lm_entrance {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes lm_entrance {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.lmbtn_login * {
  pointer-events: none;
}

#lmModalOverlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  display: none;
  font-size: 14px;
  z-index: 10000000;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /***/
}
#lmModalOverlay * {
  font-family: "Lato", sans-serif;
}
#lmModalOverlay.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: lm_fadeIn 1s;
          animation: lm_fadeIn 1s;
}
#lmModalOverlay.hide {
  -webkit-animation: lm_fadeOut 0.3s;
          animation: lm_fadeOut 0.3s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
#lmModalOverlay .closelmmodal {
  background: #FFF;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 50%;
  text-align: center;
  font-style: normal;
  font-size: 18px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  position: absolute;
  top: -10px;
  right: -10px;
}
#lmModalOverlay .closelmmodal:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  cursor: pointer;
}
#lmModalOverlay .activesession {
  text-align: center;
}
#lmModalOverlay .modalwrapper {
  position: relative;
  min-width: 280px;
  max-width: 95%;
  min-height: 100px;
  max-height: 90vh;
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
          box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  -webkit-animation: lm_entrance 0.5s;
          animation: lm_entrance 0.5s;
  background-color: #FFF;
  border: 1px solid #666;
  border-radius: 3px;
  padding: 1em;
}
#lmModalOverlay input {
  line-height: 3em;
  padding: 0 1em;
  border-radius: 3px;
  border: 1px solid #666;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#lmModalOverlay .loginform {
  width: 100%;
}
#lmModalOverlay .loginform form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#lmModalOverlay .loginform .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 1em;
}
#lmModalOverlay .loginform .row2col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#lmModalOverlay .loginform .col {
  width: 50%;
}
#lmModalOverlay .loginform .options label {
  margin-bottom: 0.7em;
  display: block;
}
#lmModalOverlay .loginform .options label:hover {
  cursor: pointer;
}
#lmModalOverlay .loginform .options input {
  width: auto;
  margin: 0;
}
#lmModalOverlay .loginform .options a {
  font-size: 0.85em;
  text-decoration: underline;
}
#lmModalOverlay .loginform .options a:hover {
  cursor: pointer;
}
#lmModalOverlay .loginform .loginerror {
  margin-bottom: 5px;
}
#lmModalOverlay .error,
#lmModalOverlay .loginerror {
  font-size: 12px;
  color: red;
}
#lmModalOverlay .hidden {
  display: none !important;
}
#lmModalOverlay .btn {
  width: 100%;
  text-decoration: none;
  text-transform: uppercase;
  margin: 1em 0;
  display: block;
  font-weight: 700;
  border-radius: 4px;
  background-color: #666;
  color: #FFF;
  line-height: 3em;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#lmModalOverlay .btn:hover {
  cursor: pointer;
}
#lmModalOverlay .signup-invitation {
  text-align: center;
}
#lmModalOverlay .signup-invitation h3 {
  margin: 0;
}
#lmModalOverlay .signup-invitation p {
  margin: 0;
}
#lmModalOverlay .signup-invitation .slogan {
  margin-bottom: 5px;
}
#lmModalOverlay .signup-invitation .btn {
  margin-bottom: 5px;
}
#lmModalOverlay .signup-invitation .or {
  position: relative;
  margin-bottom: 5px;
}
#lmModalOverlay .signup-invitation .or:before, #lmModalOverlay .signup-invitation .or:after {
  position: absolute;
  top: 8px;
  content: "";
  border: 1px solid #CCC;
  width: 40%;
}
#lmModalOverlay .signup-invitation .or:before {
  left: 0;
}
#lmModalOverlay .signup-invitation .or:after {
  right: 0;
}
#lmModalOverlay .logoutconfirm {
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#lmModalOverlay .logoutconfirm p {
  width: 100%;
  text-align: center;
  margin: 0;
}
#lmModalOverlay .logoutconfirm button {
  margin: 1em 5px;
  text-transform: initial;
  width: 40%;
  max-width: 250px;
}
#lmModalOverlay .logoutconfirm button.yes {
  background-color: green;
}
#lmModalOverlay .requestPasswform {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 300px;
}
#lmModalOverlay .requestPasswform h3 {
  margin-top: 0;
}
#lmModalOverlay .requestPasswform a {
  text-decoration: underline;
}
#lmModalOverlay .requestPasswform a:hover {
  cursor: pointer;
}
#lmModalOverlay .requestPasswform p {
  margin: 0;
  font-size: 13px;
}
#lmModalOverlay .requestPasswform input {
  margin-top: 5px;
}
#lmModalOverlay .confirmationRequestPassword {
  width: 100%;
  max-width: 300px;
}
#lmModalOverlay .changepasswordform {
  width: 100%;
  max-width: 300px;
}
#lmModalOverlay .changepasswordform input {
  margin-top: 5px;
}
#lmModalOverlay .sso_wrapper a {
  background: linear-gradient(85.44deg, #1E30EE 9.41%, #0094FF 95.83%);
  color: #fff;
  height: 55px;
  width: 100%;
  max-width: 300px;
  border-radius: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #1e30ee;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  text-decoration: none;
}
#lmModalOverlay .sso_wrapper a:hover {
  border-color: #0094ff;
  background: none;
  -webkit-transform: translateX(1px) translateY(1px);
          transform: translateX(1px) translateY(1px);
  color: #0094ff;
}
#lmModalOverlay .sso_wrapper img {
  max-height: 35px;
  margin-right: 1em;
}

/**
spinner animation
*/
.lds-spinner {
  display: none;
  position: relative;
  width: 40px;
  height: 40px;
  margin: 1em auto;
}
.lds-spinner.loading {
  display: block;
}
.lds-spinner div {
  -webkit-transform-origin: 20px 20px;
          transform-origin: 20px 20px;
  -webkit-animation: lds-spinner 1.2s linear infinite;
          animation: lds-spinner 1.2s linear infinite;
}
.lds-spinner div:after {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 18px;
  width: 3px;
  height: 9px;
  border-radius: 2px;
  background: #000;
}
.lds-spinner div:nth-child(1) {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s;
}
.lds-spinner div:nth-child(2) {
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
  -webkit-animation-delay: -1s;
          animation-delay: -1s;
}
.lds-spinner div:nth-child(3) {
  -webkit-transform: rotate(60deg);
          transform: rotate(60deg);
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s;
}
.lds-spinner div:nth-child(4) {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s;
}
.lds-spinner div:nth-child(5) {
  -webkit-transform: rotate(120deg);
          transform: rotate(120deg);
  -webkit-animation-delay: -0.7s;
          animation-delay: -0.7s;
}
.lds-spinner div:nth-child(6) {
  -webkit-transform: rotate(150deg);
          transform: rotate(150deg);
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s;
}
.lds-spinner div:nth-child(7) {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s;
}
.lds-spinner div:nth-child(8) {
  -webkit-transform: rotate(210deg);
          transform: rotate(210deg);
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s;
}
.lds-spinner div:nth-child(9) {
  -webkit-transform: rotate(240deg);
          transform: rotate(240deg);
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s;
}
.lds-spinner div:nth-child(10) {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s;
}
.lds-spinner div:nth-child(11) {
  -webkit-transform: rotate(300deg);
          transform: rotate(300deg);
  -webkit-animation-delay: -0.1s;
          animation-delay: -0.1s;
}
.lds-spinner div:nth-child(12) {
  -webkit-transform: rotate(330deg);
          transform: rotate(330deg);
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

@-webkit-keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
#lmModalOverlay {
  color: #ffffff;
}
#lmModalOverlay.show {
  background: rgba(0, 0, 0, 0.52);
  mix-blend-mode: normal;
  -webkit-backdrop-filter: blur(8.5px);
          backdrop-filter: blur(8.5px);
}
#lmModalOverlay .modalwrapper {
  background: #282C35;
  border: 1px solid #282C35;
  -webkit-box-shadow: -14px 10px 4px rgba(0, 0, 0, 0.3);
          box-shadow: -14px 10px 4px rgba(0, 0, 0, 0.3);
  border-radius: 30px;
}
#lmModalOverlay .modalwrapper input {
  border-radius: 15px;
}
#lmModalOverlay .closelmmodal {
  background-color: #000000;
}
#lmModalOverlay .logoutconfirm button {
  border: none;
  background-color: #282C35;
}
#lmModalOverlay .logoutconfirm button.yes {
  background-color: #E3173D;
  color: #000000;
}
#lmModalOverlay .lds-spinner {
  background-color: #ffffff;
  border-radius: 50%;
}
#lmModalOverlay h3 {
  font-weight: 900;
  font-size: 1em;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 2em 0 1em 0;
  color: #E3173D;
}
#lmModalOverlay h3 strong {
  font-weight: 900;
}
#lmModalOverlay a {
  color: #E3173D;
}
#lmModalOverlay .btn.btn_submit_login {
  background-color: #E3173D;
  color: #ffffff;
}
#lmModalOverlay .btn {
  background-color: #ffffff;
  color: #E3173D;
}

@media screen and (max-width: 568px) {
  body.fr #lmModalOverlay .logoutconfirm button {
    width: 40%;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  body.fr #lmModalOverlay .logoutconfirm button.yes {
    width: 35%;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
}

footer {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-weight: normal;
  font-style: normal;
  background-color: #15181F;
}
footer .primary {
  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;
  color: #E3173D;
  padding: 0px 20px;
}
footer .primary .welcome {
  color: #ffffff;
  font-weight: 900;
  text-transform: uppercase;
  text-align: center;
  display: block;
  width: 70%;
  margin: 2em auto 0 auto;
}
footer .primary .logo {
  display: block;
  width: 45%;
  max-width: 250px;
  margin: 1em auto;
}
footer .primary .copyright {
  color: #ffffff;
  font-size: 0.7em;
  text-transform: uppercase;
  text-align: center;
}
footer .primary nav {
  padding: 1em 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;
}
footer .primary nav a {
  display: block;
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  margin: 0.5em 0;
}
footer .primary nav a:hover {
  color: #E3173D;
}
footer .primary nav &gt; div {
  width: 50%;
  margin-bottom: 1em;
}
footer .primary nav div a:first-child {
  color: #E3173D;
  font-family: "Montserrat", sans-serif;
}
@media screen and (min-width: 768px) {
  footer .primary {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  footer .primary &gt; div {
    width: 50%;
  }
  footer .primary nav {
    width: 50%;
  }
  footer .primary .welcome {
    font-size: 1.5em;
    margin: 0 auto;
  }
  footer .primary .copyright {
    padding: 0 6em;
  }
}
@media screen and (min-width: 1024px) {
  footer .primary {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  footer .primary &gt; div {
    width: 35%;
  }
  footer .primary .welcome {
    font-size: 1.5em;
  }
  footer .primary .copyright {
    padding: 0;
  }
  footer .primary .logo {
    width: 70%;
    margin-top: 0;
  }
  footer .primary nav &gt; div {
    width: 33%;
  }
}
footer .footnote {
  border-top: 1px solid #00162f;
  padding: 1em;
  font-size: 0.85em;
}
footer .footnote p {
  text-align: center;
  font-size: 1em;
}
footer .footnote img {
  width: 50px;
  display: block;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  footer .footnote {
    width: 100%;
    padding: 2em 10%;
  }
  footer .footnote img {
    float: left;
  }
  footer .footnote p {
    text-align: left;
  }
}
@media screen and (min-width: 1024px) {
  footer .footnote {
    padding: 2em 25%;
  }
}
footer .bottom {
  font-family: "Montserrat", sans-serif;
  background-color: #15181F;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  font-weight: 700;
}
footer .bottom a {
  font-weight: 900;
  color: #fff;
}
footer .bottom a.cds {
  margin: 10px 0 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
footer .bottom a.cds img {
  height: 45px;
  margin: 0 auto;
}
@media screen and (min-width: 567px) {
  footer .bottom a.cds {
    margin: 0 0 0 2em;
  }
}
footer .bottom i {
  vertical-align: middle;
}
footer .bottom i.icon-ga:before {
  font-size: 2em;
  width: 2em;
}
footer .bottom i.icon-gt {
  font-size: 2em;
  margin-left: 1em;
}
footer .bottom i.icon-gt:before {
  width: 1.5em;
}
footer .bottom .over18 {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 1em;
  margin: 1em 0;
  text-align: left;
}
footer .bottom .over18 i {
  font-size: 2em;
  float: left;
  margin-right: 5px;
}
footer .bottom .banking {
  padding: 1em;
}
footer .bottom .banking img {
  display: block;
  width: 100%;
  max-height: 40px;
}
footer .bottom .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 568px) {
  footer .bottom .over18 {
    padding: 0.5em;
    text-align: center;
  }
  footer .bottom .over18 i {
    float: none;
  }
}
@media screen and (min-width: 1024px) {
  footer .bottom .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;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  footer .bottom .wrapper &gt; div {
    padding-left: 1em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 0.5em;
  }
  footer .bottom .over18 {
    border: none;
    margin: 0 0 0 2em;
    padding: 0;
    display: inline;
    width: 210px;
    text-align: left;
    font-size: 11px;
  }
  footer .bottom .over18 i {
    float: left;
  }
}
@media screen and (min-width: 1300px) {
  footer .bottom .over18 {
    width: auto;
    font-size: 12px;
  }
  footer .bottom .over18 i {
    float: none;
  }
  footer .bottom .wrapper {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  footer .bottom .banking {
    margin-left: auto;
  }
}
footer .languageselector {
  position: relative;
  width: 80%;
  height: 40px;
  padding-left: 0;
  display: block !important;
}
footer .languageselector .languages {
  -webkit-transition: height 0.3s;
  transition: height 0.3s;
  background-color: #000;
  border: 1px solid #8600ff;
  border-radius: 4px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
  overflow: hidden;
}
footer .languageselector a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  text-align: left;
  padding: 0 5px;
}
footer .languageselector a img {
  height: 21px;
  margin-right: 5px;
}
footer .languageselector a span {
  line-height: 38px;
}
footer .languageselector i {
  position: absolute;
  top: 50%;
  right: 9px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
footer .languageselector:hover .languages {
  height: 80px;
}
footer .languageselector:hover i {
  opacity: 0;
}
@media screen and (min-width: 768px) {
  footer .languageselector {
    width: 150px;
    margin: 0 auto 1em auto;
  }
}
@media screen and (min-width: 1024px) {
  footer .languageselector {
    margin: 0 auto;
  }
}
@media screen and (min-width: 1300px) {
  footer .languageselector {
    margin: 0 0 0 2em;
  }
}

.btn-to-top {
  display: none;
  position: fixed;
  right: 1.4rem;
  bottom: 3rem;
  height: 55px;
  width: 55px;
  padding: 0.6rem;
  border: none;
  outline: none;
  border-radius: 50%;
  cursor: pointer;
  background: #E3173D;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.btn-to-top i {
  text-align: center;
  font-size: 1.5rem;
  color: #ffffff;
}

.gameslist {
  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;
  width: 100%;
  margin: 0;
  padding: 0 0 1em 0;
}
.gameslist.muuri {
  width: 100%;
  position: relative;
}

.gamebox {
  width: 48%;
  margin: 0.5em 1% 0.5em 1%;
}
.gamebox.muuri-item {
  position: absolute;
  display: block;
}
.gamebox.hide {
  -webkit-animation: _hide 1s;
          animation: _hide 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.gamebox img {
  display: block;
  width: 100%;
}
.gamebox .preview {
  position: relative;
  margin-bottom: 0.25em;
  overflow: hidden;
}
.gamebox .preview .overlay {
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 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: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(0, 0, 0, 0.8);
  font-size: 1em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.gamebox .preview .overlay a {
  display: none;
  padding: 0 0.5em;
}
.gamebox .preview .overlay a:hover {
  cursor: pointer;
}
.gamebox .preview .overlay .play {
  padding: 0 1em;
}
.gamebox .preview .overlay .loginandplay {
  padding: 0 0.5em;
}
.gamebox .preview .overlay .demo {
  color: #08babc;
  text-transform: uppercase;
  margin-top: 0.5em;
  font-size: 12px;
}
.gamebox .preview .overlay .demo:hover {
  text-decoration: underline;
}
.gamebox .preview .overlay.show {
  opacity: 1;
}
.gamebox .preview .overlay.show a {
  display: block;
}
@media screen and (min-width: 568px) {
  .gamebox .preview .overlay .loginandplay {
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) {
  .gamebox .preview .overlay .loginandplay {
    font-size: 1em;
  }
}
@media screen and (min-width: 1024px) {
  .gamebox .preview .overlay .play {
    font-size: 17px;
  }
  .gamebox .preview .overlay .loginandplay {
    font-size: 17px;
  }
  .gamebox .preview .overlay .demo {
    font-size: 14px;
    margin-top: 1em;
  }
}
@media screen and (min-width: 1200px) {
  .gamebox .preview .overlay .play {
    font-size: 20px;
  }
  .gamebox .preview .overlay .loginandplay {
    font-size: 20px;
  }
}
.gamebox .gameinfo {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  width: 100%;
  overflow: hidden;
  color: #FFF;
}
.gamebox .gameinfo h5 {
  overflow: hidden;
  margin: 0 0 3px 0;
  font-size: 1em;
  line-height: 1em;
  white-space: nowrap;
  overflow-x: hidden;
  text-overflow: ellipsis;
  background-color: transparent;
  text-overflow: ellipsis;
  width: 100%;
  padding: 3px 10px;
}
@media screen and (min-width: 375px) {
  .gamebox .gameinfo h5 {
    font-size: 0.8em;
  }
}
.gamebox .gameinfo p {
  margin: 0;
  line-height: 1em;
  text-transform: uppercase;
  font-size: 10px;
  padding-left: 5px;
  margin: 0 0 3px 0;
}
.gamebox.locked .preview .overlay {
  opacity: 1;
  background-color: transparent;
}
.gamebox.locked .lockedgame {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 0;
  left: 0;
}
.gamebox.locked .lockedgame button {
  background-color: #CC0000;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: none;
  outline: none;
  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;
  color: #FFF;
}
.gamebox.locked .lockedgame:hover button {
  cursor: pointer;
  -webkit-animation: popintro 0.3s;
          animation: popintro 0.3s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}
.gamebox.locked .lockedgame img.lockimg {
  display: block;
  visibility: visible !important;
  width: 30px;
  -webkit-transform: none;
          transform: none;
  opacity: 0;
  margin-bottom: 3px;
  -webkit-animation: lock_fadeIn 0.5s ease-in 0.1s;
          animation: lock_fadeIn 0.5s ease-in 0.1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.gamebox.locked .lockedgame span {
  color: #FFF;
  font-size: 12px;
  font-weight: 700;
  opacity: 0;
  -webkit-animation: lock_fadeIn2 0.5s ease-in 0.1s;
          animation: lock_fadeIn2 0.5s ease-in 0.1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
@media screen and (min-width: 1200px) {
  .gamebox.locked .lockedgame img.lockimg {
    margin-bottom: 5px;
  }
  .gamebox.locked .lockedgame span {
    font-size: 13px;
  }
}
@media screen and (min-width: 568px) {
  .gamebox {
    width: 24%;
    margin: 0.5em 0.5% 0.5em 0.5%;
  }
}
@media screen and (min-width: 768px) {
  .gamebox .gameinfo h5 {
    font-size: 1.3em;
  }
}

.newbanner {
  position: absolute;
  top: 0;
  left: 0;
  color: red;
  font-weight: 900;
  font-size: 8px;
  background-color: #FFF;
  -webkit-transform: rotate(-30deg) translate(-25%, -50%);
          transform: rotate(-30deg) translate(-25%, -50%);
  -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.4);
          box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.4);
  line-height: 1.5em;
  padding: 0 4em;
}
@media screen and (min-width: 568px) {
  .newbanner {
    font-size: 10px;
  }
}
@media screen and (min-width: 1024px) {
  .newbanner {
    font-size: 18px;
    -webkit-transform: rotate(-30deg) translate(-30%, -50%);
            transform: rotate(-30deg) translate(-30%, -50%);
  }
}

.jackpot {
  position: absolute;
  background-color: red;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  border-radius: 6px;
  top: 5%;
  right: 2%;
  font-size: 11px;
  line-height: 18px;
  font-weight: 401;
  padding: 0px 5px;
}
@media screen and (min-width: 568px) {
  .jackpot {
    right: 3%;
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
    padding: 0 9px;
  }
}

body.fr .gamebox .preview .overlay .loginandplay {
  font-size: 9px;
  padding: 0 0.5em;
}
@media screen and (min-width: 360px) {
  body.fr .gamebox .preview .overlay .loginandplay {
    font-size: 10px;
  }
}
@media screen and (min-width: 568px) {
  body.fr .gamebox .preview .overlay .loginandplay {
    font-size: 9px;
  }
}
@media screen and (min-width: 768px) {
  body.fr .gamebox .preview .overlay .loginandplay {
    font-size: 12px;
  }
}
@media screen and (min-width: 1024px) {
  body.fr .gamebox .preview .overlay .loginandplay {
    font-size: 16px;
  }
}
@media screen and (min-width: 1200px) {
  body.fr .gamebox .preview .overlay .loginandplay {
    font-size: 18px;
  }
}

@-webkit-keyframes popintro {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  80% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes popintro {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  80% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes lock_fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes lock_fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes lock_fadeIn2 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@keyframes lock_fadeIn2 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@-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;
  }
}
#searchmodal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.85);
  z-index: 1003;
  -webkit-animation: __fadeIn 1s;
          animation: __fadeIn 1s;
}
#searchmodal.closing {
  -webkit-animation: __fadeOut 0.95s;
          animation: __fadeOut 0.95s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
#searchmodal .search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 2em 0;
  -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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 90%;
  margin: 0 auto;
  max-width: 500px;
}
#searchmodal .search i {
  font-size: 1.7em;
  color: #FFF;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
#searchmodal .search .icon-close {
  opacity: 0.5;
}
#searchmodal .search .icon-close:hover {
  opacity: 1;
  cursor: pointer;
}
#searchmodal .search input {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-family: "Nunito Sans", sans-serif;
  color: #FFF;
  outline: none;
  font-weight: 700;
  background: transparent;
  border: none;
  border-bottom: 1px solid #CCC;
  font-size: 1em;
  line-height: 2em;
  padding: 0 0.5em;
  margin: 0 1em;
}
@media screen and (min-width: 414px) {
  #searchmodal .search {
    font-size: 1.25em;
  }
}
@media screen and (min-width: 568px) {
  #searchmodal .search {
    font-size: 1.5em;
  }
  #searchmodal .search i {
    font-size: 1.5em;
  }
}
#searchmodal .results {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 1em;
  color: #FFF;
  font-size: 13px;
  height: 80vh;
  overflow: auto;
}
#searchmodal .results::-webkit-scrollbar {
  -webkit-appearance: none;
}
#searchmodal .results::-webkit-scrollbar:vertical {
  width: 5px;
}
#searchmodal .results::-webkit-scrollbar:horizontal {
  height: 5px;
}
#searchmodal .results::-webkit-scrollbar-thumb {
  border-radius: 8px;
  border: none; /* should match background, can't be transparent */
  background-color: rgba(255, 255, 255, 0.2);
}
#searchmodal .results::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 8px;
}
#searchmodal .gameslist {
  margin: 0 auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#pagehero.promotions .promoinfo {
  position: absolute;
  top: 10%;
  color: #fff;
  text-transform: uppercase;
  font-size: 2em;
  width: 100%;
}
#pagehero.promotions .promoinfo p {
  margin: 0;
}
#pagehero.promotions .promoinfo p strong {
  font-weight: 900;
}
#pagehero.promotions .promoinfo .title {
  display: block;
  width: 90%;
  max-width: 731px;
  margin: 0 auto;
}
#pagehero.promotions .promoinfo .gamename {
  display: inline-block;
  width: 70%;
  vertical-align: middle;
}
@media screen and (min-width: 568px) {
  #pagehero.promotions .promoinfo {
    font-size: 2.5em;
    top: 30%;
  }
  #pagehero.promotions .promoinfo .title {
    width: 50%;
  }
  #pagehero.promotions .promoinfo .gamename {
    width: 25%;
  }
  #pagehero.promotions .promoinfo p {
    line-height: 0.8em;
    text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.8);
  }
}
@media screen and (min-width: 768px) {
  #pagehero.promotions .promoinfo {
    font-size: 3em;
  }
}
@media screen and (min-width: 1200px) {
  #pagehero.promotions .promoinfo {
    font-size: 4em;
  }
}

.promo-reception .box {
  border: 1px solid #E3173D;
  border-radius: 9px;
  padding: 1em;
  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;
  text-transform: uppercase;
  color: #E3173D;
  font-weight: 900;
  margin: 1em 0;
}
.promo-reception .box img {
  width: 100%;
}
.promo-reception .box .left,
.promo-reception .box .right {
  width: 100%;
}
.promo-reception .box .left {
  font-size: 1.5em;
  text-align: right;
}
.promo-reception .box .right {
  padding: 1em 0 0 0;
}
.promo-reception .box .right h2 {
  margin: 0;
  font-size: 1.7em;
  font-weight: 900;
  color: #E3173D;
  letter-spacing: normal;
  line-height: 1em;
}
.promo-reception .box .right p {
  color: #fff;
}
.promo-reception .box .right .promo-rules {
  margin-bottom: 0.6em;
  font-weight: 400;
  text-transform: none;
}
.promo-reception .box .right .promo-code {
  margin-bottom: 0.5em;
}
.promo-reception .box .right .promo-code strong {
  color: #E3173D;
}
.promo-reception .box .right .promo-terms {
  font-size: 0.7em;
  font-weight: 100;
  text-transform: none;
}
@media screen and (min-width: 568px) {
  .promo-reception .box {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .promo-reception .box .left {
    width: 44%;
    padding: 0 20px 0 0;
  }
  .promo-reception .box .right {
    width: 50%;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .promo-reception .box .right h2 {
    font-size: 1em;
  }
  .promo-reception .box .right .promo-rules {
    font-size: 0.9em;
  }
  .promo-reception .box .right .promo-code {
    font-size: 0.8em;
  }
  .promo-reception .box .right p {
    font-size: 0.5em;
  }
}
@media screen and (min-width: 640px) {
  .promo-reception .box .right h2 {
    font-size: 1.2em;
  }
  .promo-reception .box .right p {
    font-size: 0.5em;
  }
  .promo-reception .box .right .promo-rules {
    font-size: 1.1em;
  }
  .promo-reception .box .right .promo-code {
    font-size: 0.9em;
  }
}
@media screen and (min-width: 768px) {
  .promo-reception .box .right h2 {
    font-size: 1.45em;
  }
  .promo-reception .box .right p {
    font-size: 0.7em;
  }
  .promo-reception .box .right .promo-rules {
    font-size: 1.4em;
  }
  .promo-reception .box .right .promo-code {
    font-size: 1.2em;
  }
}
@media screen and (min-width: 1024px) {
  .promo-reception .box {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .promo-reception .box .left {
    width: 400px;
  }
  .promo-reception .box .right {
    width: 50%;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .promo-reception .box .right h2 {
    font-size: 2em;
  }
  .promo-reception .box .right p {
    font-size: 0.9em;
  }
  .promo-reception .box .right .promo-rules {
    font-size: 1.9em;
  }
  .promo-reception .box .right .promo-code {
    font-size: 1.7em;
  }
}
@media screen and (min-width: 1200px) {
  .promo-reception .box .right h2 {
    font-size: 2.5em;
  }
  .promo-reception .box .right p {
    font-size: 1em;
  }
  .promo-reception .box .right .promo-rules {
    font-size: 2.4em;
  }
  .promo-reception .box .right .promo-code {
    font-size: 2.2em;
  }
  .promo-reception .box .right .promo-terms {
    font-size: 0.9em;
  }
}

.promo-reception-terms h4 {
  font-weight: 900;
  text-transform: uppercase;
}
.promo-reception-terms .terms {
  padding: 1em;
  border: 1px solid #E3173D;
}
.promo-reception-terms .terms table {
  width: 100%;
  max-width: 600px;
  margin: 2em 0;
}
.promo-reception-terms .terms table th {
  font-size: 13px;
  color: #E3173D;
  text-align: left;
}

#custom_promos {
  margin-top: 2em;
}

#promos {
  width: 100%;
  max-width: 1300px;
  margin: 2em auto;
  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;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
#promos .promobox {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}
#promos .promobox .promoinfo {
  background: #fff;
  font-size: 13px;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
}
#promos .promobox .promoinfo img {
  width: 40%;
  height: 100%;
  max-width: 172px;
}
#promos .promobox .promoinfo .content {
  padding: 1em;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
#promos .promobox .promoinfo h2 {
  font-size: 1.1em;
  font-weight: 700;
  margin: 0 0 0.5em 0;
  color: #E3173D;
  text-transform: none;
  letter-spacing: normal;
}
#promos .promobox .promoinfo p {
  margin: 0;
  text-align: left;
  color: #000;
}
#promos .promobox .promoinfo .redeembtn {
  background: #E3173D;
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  line-height: 40px;
  padding: 0 1.3em;
  border-radius: 20px;
  display: inline-block;
  text-decoration: none;
  margin: 1em 0 0 0;
}
#promos .promobox .promoinfo .redeembtn:hover {
  background: #b51231;
  color: #fff;
}
#promos .promobox .promoinfo .expiration {
  margin-top: 1em;
}
#promos .promobox .promoinfo .expiration__title {
  margin: 0;
  font-size: 1em;
  font-weight: 700;
}
@media screen and (min-width: 568px) {
  #promos .promobox .promoinfo {
    font-size: 14px;
  }
  #promos .promobox .promoinfo h2 {
    margin: 0 0 1em 0;
  }
}
@media screen and (min-width: 1024px) {
  #promos .promobox .promoinfo {
    font-size: 16px;
  }
}
#promos .promobox .terms {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: -120%;
  right: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0;
}
#promos .promobox .terms.show {
  top: 0;
  bottom: 0;
  opacity: 1;
}
#promos .promobox .terms span {
  text-align: center;
  padding: 2em;
}
#promos .promobox .bottombar {
  background-color: #363636;
  color: #fff;
  border-radius: 4px;
  margin: 3px 0 0 0;
  padding: 3px 0.5em;
  font-size: 12px;
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
#promos .promobox .bottombar svg {
  display: inline-block;
  margin: 0;
}
#promos .promobox .bottombar span {
  display: inherit;
}
#promos .promobox .bottombar .mindep svg {
  margin: 0 0.5em 0 0;
}
#promos .promobox .bottombar .info:hover {
  cursor: pointer;
}
@media screen and (min-width: 568px) {
  #promos .promobox {
    width: 48.5%;
    margin-bottom: 1em;
  }
}
#promos .wildcardbonus {
  width: 48.5%;
  border-radius: 4px;
  overflow: hidden;
  height: 219px;
  background: url(/modules/core/entry-promo/v2/img/bgkwildcard.jpg) no-repeat center;
  background-size: 100% 100%;
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#promos .wildcardbonus &gt; img {
  display: block;
  width: 90%;
  max-width: 547px;
}
@media screen and (min-width: 568px) {
  #promos .wildcardbonus {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}

@keyframes sk-stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}
#loader {
  margin: 1em auto;
  width: 55px;
  height: 40px;
  text-align: center;
}
#loader div {
  background-color: #E3173D;
  height: 100%;
  width: 6px;
  display: inline-block;
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}
#loader .b2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
#loader .b3 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
#loader .b4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
#loader .b5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

section.tournament {
  margin-bottom: 3em;
}
section.tournament h2 {
  font-weight: 900;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 1em;
}
section.tournament .button, section.tournament .contactform .contactform-button, .contactform section.tournament .contactform-button {
  line-height: 2.65em;
  padding: 0 1.5em;
  font-size: 1.2em;
}
section.tournament .list {
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
section.tournament .box {
  padding: 0 0.5em;
  margin-bottom: 1.5em;
}
section.tournament .box img {
  display: block;
  margin: 0 auto 1em auto;
  width: 100%;
}
section.tournament .box p {
  margin: 0;
}
@media screen and (min-width: 568px) {
  section.tournament .box {
    padding: 0 0.5em;
    max-width: 33%;
  }
}

.running-tournaments .box {
  text-align: center;
}
.running-tournaments .box img {
  max-width: 320px;
  margin-bottom: 1em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.running-tournaments .box .button, .running-tournaments .box .contactform .contactform-button, .contactform .running-tournaments .box .contactform-button {
  margin: 0 auto;
}
@media screen and (min-width: 568px) {
  .running-tournaments .box {
    padding: 0 1.5em !important;
  }
}
@media screen and (min-width: 1024px) {
  .running-tournaments .box img {
    max-width: 430px;
  }
}
@media screen and (min-width: 1400px) {
  .running-tournaments .box img {
    max-width: 550px;
  }
}

@media screen and (min-width: 568px) {
  .coming-tournaments .box {
    width: 33%;
  }
  .coming-tournaments .box img {
    max-width: 550px;
  }
}

.completed-tournaments {
  margin-bottom: 0 !important;
}
@media screen and (min-width: 568px) {
  .completed-tournaments .box {
    width: 33%;
  }
  .completed-tournaments .box img {
    max-width: 550px;
  }
}

.tournaments-slider {
  width: 95%;
  max-width: 600px;
  margin: 0 auto 2em auto;
  position: relative;
}
@media screen and (min-width: 568px) {
  .tournaments-slider {
    max-width: 1750px;
  }
}
.tournaments-slider .glide__bullets {
  padding: 0.5em;
  text-align: right;
  height: 36px;
}
.tournaments-slider .glide__bullets .glide__bullet {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-color: transparent;
  position: relative;
  display: inline-block;
  opacity: 0.5;
}
.tournaments-slider .glide__bullets .glide__bullet::before {
  content: "";
  background-color: #E3173D;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 7px;
  height: 7px;
  display: block;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.tournaments-slider .glide__bullets .glide__bullet:hover {
  cursor: pointer;
}
.tournaments-slider .glide__bullets .glide__bullet--active {
  opacity: 1;
  border: 1px solid #E3173D;
}
.tournaments-slider .glide__slides {
  margin: 0;
}
.tournaments-slider .glide__slide {
  position: relative;
}
.tournaments-slider .glide__slide img {
  display: block;
  width: 100%;
  border-radius: 15px 0 15px 0;
}
.tournaments-slider .glide__arrows .glide__arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #000e1f;
  width: 50px;
  height: 50px;
  line-height: 60px;
  text-align: center;
  font-size: 1.5em;
  border-radius: 50%;
  color: #E3173D;
}
.tournaments-slider .glide__arrows .glide__arrow:hover {
  cursor: pointer;
}
.tournaments-slider .glide__arrows .glide__arrow--left {
  left: -1em;
  text-align: right;
}
.tournaments-slider .glide__arrows .glide__arrow--left:before {
  right: 0;
}
.tournaments-slider .glide__arrows .glide__arrow--right {
  right: -1em;
  text-align: left;
}
.tournaments-slider .glide__arrows .glide__arrow--right:before {
  left: 0;
}
.tournaments-slider .glide__arrows .glide__arrow:before {
  width: 100%;
  position: absolute;
  top: 50%;
  font-size: 1.3em;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.tournaments-slider .cta {
  position: absolute;
  bottom: 13%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  font-size: 1.5em;
  white-space: nowrap;
}

body.fr .tournaments-slider .cta {
  padding: 0 0.5em;
}
@media screen and (min-width: 568px) {
  body.fr .tournaments-slider .cta {
    padding: 0 1em;
  }
}

.bankingmethods {
  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;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 3em 0;
}
.bankingmethods .header {
  font-size: 0.85em;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  margin: 0;
  line-height: 2em;
  color: #E3173D;
  background-color: #15181F;
}
.bankingmethods .bankwire {
  color: #E3173D;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 1.1em;
  text-align: center;
  width: 100%;
}
.bankingmethods .row {
  height: 60px;
  padding: 0 1em;
  margin: 0;
  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;
}
.bankingmethods .row:nth-child(odd) {
  background-color: transparent;
}
.bankingmethods .row:nth-child(even) {
  background-color: rgba(255, 255, 255, 0.15);
}
.bankingmethods .logo {
  display: block;
  margin: 0 auto;
  max-height: 40px;
}
.bankingmethods .col {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.bankingmethods .method {
  width: 150px;
  -webkit-box-shadow: 3px 0 10px rgba(0, 0, 0, 0.6);
          box-shadow: 3px 0 10px rgba(0, 0, 0, 0.6);
  z-index: 1;
}
@media screen and (min-width: 568px) {
  .bankingmethods .method {
    width: 250px;
  }
}
@media screen and (min-width: 1024px) {
  .bankingmethods .method {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.bankingmethods .details {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  white-space: nowrap;
  width: 70%;
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.bankingmethods .details .col {
  text-align: center;
  line-height: 60px;
  border-left: 1px solid #15181F;
}

.about-top {
  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;
  font-size: 30px;
  text-align: center;
}
.about-top ul {
  font-weight: 700;
}
.about-top .newworld {
  width: 100%;
  margin: 2em auto;
}
.about-top .newworld img {
  max-width: 684px;
}
@media screen and (min-width: 568px) {
  .about-top {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    justify-items: center;
  }
  .about-top .info {
    width: 100%;
  }
}

.top3 .top {
  color: #fff;
  background-repeat: no-repeat;
  background-position: right center;
  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;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1em;
}
.top3 .graphics {
  display: inherit;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1em;
}
.top3 .graphics span {
  display: block;
  margin: 0 auto;
}
.top3 .graphics span img {
  display: block;
  width: 100%;
  margin: 0;
}
.top3 .graphics .number {
  width: 33%;
}
.top3 .graphics .number img {
  max-width: 168px;
  margin: 0 auto;
}
.top3 .graphics .img {
  width: 66%;
}
.top3 .top--03 {
  background-color: #15181F;
}
.top3 .top--03 .img img {
  max-width: 171px;
  width: auto;
  max-height: 110px;
  margin: 0 auto;
}
.top3 .info {
  width: 100%;
  padding: 1em;
}
.top3 .info h3 {
  color: #fff;
  font-weight: 900;
  margin: 0.5em 0 1em 0;
}
.top3 .info a {
  text-transform: uppercase;
  font-weight: 900;
  color: #fff;
}
@media screen and (min-width: 568px) {
  .top3 .top {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .top3 .graphics {
    width: 20%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .top3 .graphics .number,
  .top3 .graphics .img {
    width: 100%;
  }
  .top3 .info {
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
@media screen and (min-width: 768px) {
  .top3 .top {
    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-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .top3 .info {
    padding-right: 9%;
  }
}
@media screen and (min-width: 1024px) {
  .top3 .graphics {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    width: 45.5%;
    padding: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .top3 .graphics .number {
    width: 38%;
    padding: 1em;
  }
  .top3 .graphics .img {
    width: 62%;
  }
  .top3 .graphics .img img {
    margin: 0 auto;
  }
  .top3 .top--02 .img img {
    height: auto;
    max-height: none;
  }
  .top3 .top--03 .img img {
    height: auto;
    max-height: none;
  }
  .top3 .top--04 .img img {
    height: auto;
    max-height: none;
  }
}

#pagehero.faq .title {
  position: absolute;
  top: 40%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  width: 90%;
  max-width: 301px;
}

#faq h3 {
  font-size: 1.5em;
  text-transform: uppercase;
  margin: 2em 0 1em 0;
}
#faq .row {
  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;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #E3173D;
}
#faq .row i {
  font-size: 2em;
}
#faq .row i:hover {
  cursor: pointer;
}
#faq .row .q {
  font-weight: 700;
  font-size: 1.2em;
  padding: 1em 0;
  width: 100%;
  display: inherit;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#faq .row .a {
  width: 90%;
  overflow: hidden;
  height: 0px;
  -webkit-transition: height 0.3s;
  transition: height 0.3s;
}
#faq .row.open i:before {
  content: "\e803";
  color: #E3173D;
}
#faq .row.open .a {
  height: auto;
}
#faq .banner {
  background-color: #15181F;
  margin: 2em auto;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  padding: 1em;
  text-align: center;
}
#faq .banner p {
  margin: 0;
}
#faq .banner .button, #faq .banner .contactform .contactform-button, .contactform #faq .banner .contactform-button {
  margin: 1em;
}
@media screen and (min-width: 768px) {
  #faq .banner {
    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-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (min-width: 1024px) {
  #faq .banner {
    font-size: 1.3em;
  }
}

.bonusterms ol {
  margin: 1em 0;
  counter-reset: item;
  list-style: none;
  padding-left: 1em;
}
.bonusterms ol li {
  margin-bottom: 0.3em;
}
.bonusterms ol li:before {
  counter-increment: item;
  content: counters(item, ".") ". ";
  font-weight: 700;
}
.bonusterms table {
  width: 100%;
  max-width: 1000px;
  margin: 2em auto;
  border-spacing: 0;
}
.bonusterms table th {
  font-weight: 900;
  font-size: 0.85em;
  text-transform: uppercase;
  padding: 0 1em;
  text-align: center;
}
.bonusterms table tr:nth-child(even) {
  background-color: rgba(255, 255, 255, 0.15);
}
.bonusterms table td {
  padding: 0.5em 1em;
  line-height: 1.1em;
  margin: 0;
  text-align: center;
}
.bonusterms table td:nth-child(2) {
  font-weight: 700;
  color: #E3173D;
}

.complains .stepbox {
  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;
  margin: 2em 0;
}
.complains .stepbox h3 {
  font-weight: 700;
  font-size: 1.3em;
  text-transform: uppercase;
  margin: 0 0 1em 0;
}
.complains .stepbox .graphics {
  width: 100%;
}
.complains .stepbox .graphics img {
  display: block;
  width: 100%;
  max-width: 100px;
  margin: 0 auto 2em auto;
}
.complains .stepbox .info {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.complains .stepbox .info li {
  margin-bottom: 1em;
}
@media screen and (min-width: 568px) {
  .complains .stepbox .graphics {
    width: 130px;
  }
  .complains .stepbox .graphics img {
    margin: 0;
  }
  .complains .stepbox .info {
    width: 55%;
  }
}

.termsconditions ol li {
  margin-bottom: 6px;
}

@font-face {
  font-family: "abigcandy";
  src: url("/css/font/abigcandy.eot?70255349");
  src: url("/css/font/abigcandy.eot?70255349#iefix") format("embedded-opentype"), url("/css/font/abigcandy.woff2?70255349") format("woff2"), url("/css/font/abigcandy.woff?70255349") format("woff"), url("/css/font/abigcandy.ttf?70255349") format("truetype"), url("/css/font/abigcandy.svg?70255349#abigcandy") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
[class^=icon-]:before,
[class*=" icon-"]:before {
  font-family: "abigcandy";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin: 0;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  font-size: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-plus-circled:before {
  content: "\e802";
} /* '' */
.icon-minus-circled:before {
  content: "\e803";
} /* '' */
.icon-arrow-left:before {
  content: "\e804";
} /* '' */
.icon-arrow-right:before {
  content: "\e805";
} /* '' */
.icon-18:before {
  content: "\e806";
} /* '' */
.icon-resize-full:before {
  content: "\e813";
} /* '' */
.icon-resize-small:before {
  content: "\e814";
} /* '' */
.icon-faq:before {
  content: "\e815";
} /* '' */
.icon-games:before {
  content: "\e816";
} /* '' */
.icon-home:before {
  content: "\e817";
} /* '' */
.icon-privacy:before {
  content: "\e818";
} /* '' */
.icon-promotions:before {
  content: "\e819";
} /* '' */
.icon-terms:before {
  content: "\e81a";
} /* '' */
.icon-trophy:before {
  content: "\e81b";
} /* '' */
.icon-contact:before {
  content: "\e81c";
} /* '' */
.icon-banking:before {
  content: "\e81d";
} /* '' */
.icon-plus:before {
  content: "\e81e";
} /* '' */
.icon-arrow-down-2:before {
  content: "\e81f";
} /* '' */
.icon-close:before {
  content: "\e822";
} /* '' */
.icon-country:before {
  content: "\e823";
} /* '' */
.icon-ga:before {
  content: "\e824";
} /* '' */
.icon-gift:before {
  content: "\e825";
} /* '' */
.icon-gt:before {
  content: "\e826";
} /* '' */
.icon-mail:before {
  content: "\e827";
} /* '' */
.icon-password:before {
  content: "\e829";
} /* '' */
.icon-popular-games:before {
  content: "\e82a";
} /* '' */
.icon-search:before {
  content: "\e82b";
} /* '' */
.icon-slot-games:before {
  content: "\e82c";
} /* '' */
.icon-table-games:before {
  content: "\e82d";
} /* '' */
.icon-top-games:before {
  content: "\e82e";
} /* '' */
.icon-jackpot-new:before {
  content: "\e821";
} /* '' */
.icon-vip-new:before {
  content: "\e999";
} /* '' */
@font-face {
  font-family: "fontello";
  src: url("font/fontello.eot?53375848");
  src: url("font/fontello.eot?53375848#iefix") format("embedded-opentype"), url("font/fontello.woff2?53375848") format("woff2"), url("font/fontello.woff?53375848") format("woff"), url("font/fontello.ttf?53375848") format("truetype"), url("font/fontello.svg?53375848#fontello") format("svg");
  font-weight: normal;
  font-style: normal;
}
header {
  font-weight: bold;
  font-style: normal;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1001;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /*-----  RAF link icon user      ---*/
}
header a {
  color: #fff;
  text-decoration: none;
  display: block;
}
header .top {
  display: inherit;
  -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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0.5em;
  background: #232528;
  -webkit-box-shadow: 0px 9px 10px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 9px 10px rgba(0, 0, 0, 0.25);
  color: #fff;
  line-height: 22px;
  font-weight: 600;
  text-transform: none;
  z-index: 1;
}
header .links {
  line-height: 50px;
  display: inherit;
}
@media screen and (max-width: 530px) {
  header .links {
    width: 30%;
  }
}
header .links .menu {
  display: inherit;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .links .menu:hover {
  cursor: pointer;
}
header .links .menu .material-icons {
  display: inline-block;
  font-size: 1.75em;
  line-height: 50px;
  margin-right: 0.5em;
}
header .links .menu .material-icons::before {
  display: none;
}
header .links .menu i {
  display: inline-block;
  font-size: 1.75em;
  line-height: 50px;
  margin-right: 5px;
}
header .links nav {
  display: none;
}
header .links nav a {
  text-align: center;
  padding: 0 1em;
  position: relative;
}
header .links nav a:hover {
  color: #E3173D;
}
header .links nav a:before {
  position: absolute;
  bottom: 21px;
  left: 50%;
  width: 95%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  display: block;
  content: "";
  height: 2px;
}
header .links nav a:hover:before {
  height: 3px;
  background-color: #E3173D;
}
@media screen and (min-width: 1200px) {
  header .links {
    line-height: 80px;
  }
  header .links nav {
    display: inherit;
  }
}
@media screen and (min-width: 1400px) {
  header .links nav a {
    width: 130px;
    padding: 0;
  }
}
header .logo {
  padding: 0;
  width: 100%;
  max-width: 267px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1;
}
header .logo img {
  display: block;
  width: 100%;
  max-height: 40px;
}
header .actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
}
header .actions .icon-search {
  margin: 0 0 0 0.5em;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  font-style: normal;
  padding: 0;
  opacity: 0.8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .actions .icon-search span {
  display: none;
  font-size: 13px;
  line-height: 35px;
  padding-left: 0.5em;
  vertical-align: middle;
  text-transform: none;
}
header .actions .icon-search::before {
  vertical-align: middle;
  width: 90%;
}
header .actions .icon-search:hover {
  opacity: 1;
  cursor: pointer;
}
header .actions .language {
  display: none;
}
header .actions .buttons {
  display: inherit;
}
header .actions .buttons .cashier {
  line-height: 35px;
  margin: 0 0.5em;
  padding: 0 1em;
  background-color: #E3173D;
  color: black;
  border: 2px solid #E3173D;
}
header .actions .buttons a {
  padding: 0 0.6em;
}
header .actions .buttons a.login,
header .actions .buttons a.logout {
  margin: 0 0.3em;
  background-color: #C8C0BB;
  color: #000000;
  border: 2px solid #C8C0BB;
}
header .actions .buttons a:hover {
  color: white;
  background-color: #15181F;
  border: 2px solid white;
}
header .actions .buttons .signup {
  color: #ffffff;
  background-color: #E3173D;
  border: 2px solid #E3173D;
}
header .actions #icon-user {
  width: 35px;
  height: 35px;
  fill: #fff;
}
header .actions #icon-user:hover {
  cursor: pointer;
}
@media screen and (min-width: 360px) {
  header .actions .buttons a {
    padding: 0 1em;
  }
}
@media screen and (min-width: 568px) {
  header .actions .icon-search {
    width: auto;
    padding: 0 0.4em;
    margin-right: 15px;
  }
  header .actions .icon-search::before {
    width: auto;
  }
  header .actions .buttons .cashier {
    margin: 0 1em;
  }
}
@media screen and (min-width: 600px) {
  header .actions .language {
    display: inline-block;
    margin: 0 0.5em;
  }
}
@media screen and (min-width: 768px) {
  header .actions .language {
    margin: 0 1em;
  }
}
@media screen and (min-width: 1024px) {
  header .actions .icon-search {
    width: 182px;
    height: 36px;
    border: 1px solid #FFFFFF;
    border-radius: 5px;
    margin: 0 15px;
  }
  header .actions .icon-search span {
    display: inline-block;
  }
}
@media screen and (min-width: 1200px) {
  header .actions .buttons a {
    line-height: 2.5em;
    padding: 0 2em;
    padding-top: 1px;
  }
}
header .icon-menu:hover {
  cursor: pointer;
}
header #mainnav {
  overflow: hidden;
  height: 0;
}
header #mainnav ul {
  margin: 0;
  padding: 0;
  overflow: auto;
  list-style: none;
  height: calc(100vh - 50px);
  background: rgb(0, 22, 47);
  background: #15181F;
}
header #mainnav ul li a {
  line-height: 4em;
  padding: 0 1em;
  text-transform: uppercase;
  font-weight: 700;
}
header #mainnav ul li a:hover {
  background-color: rgba(0, 0, 0, 0.2);
  color: #E3173D;
}
header #mainnav ul i {
  vertical-align: middle;
  margin-right: 9px;
  font-size: 2.2em;
}
header #mainnav ul .language img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 9px;
}
header #mainnav.open {
  -webkit-transition: height 0.5s;
  transition: height 0.5s;
  height: calc(100vh - 50px);
}
header #mainnav.close {
  -webkit-transition: height 0.5s;
  transition: height 0.5s;
  height: 0;
}
@media screen and (min-width: 600px) {
  header #mainnav ul .language {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  header #mainnav {
    height: calc(100vh - 50px);
    width: 330px;
    position: absolute;
    top: 50px;
    left: -330px;
  }
  header #mainnav ul {
    overflow: hidden;
    min-width: 330px;
  }
  header #mainnav.open {
    -webkit-transition: left 0.5s;
    transition: left 0.5s;
    left: 0;
  }
  header #mainnav.close {
    -webkit-transition: left 0.5s;
    transition: left 0.5s;
    height: calc(100vh - 50px);
    left: -330px;
  }
}
@media screen and (min-width: 1200px) {
  header #mainnav {
    top: 80px;
  }
}
header #playersidebar {
  background-color: #16181e;
  overflow: hidden;
  height: 0;
}
header #playersidebar p {
  margin: 0;
}
header #playersidebar .playername {
  padding: 1em;
  background-color: #232528;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
}
header #playersidebar .balance {
  background: rgb(35, 37, 40);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(100%, rgb(35, 37, 40)), to(rgb(22, 24, 30)));
  background: linear-gradient(180deg, rgb(35, 37, 40) 100%, rgb(22, 24, 30) 100%);
  color: #fff;
  padding: 1em;
}
header #playersidebar .real {
  margin-bottom: 1em;
}
header #playersidebar .real p {
  font-size: 1.2em;
  font-weight: 700;
  text-transform: uppercase;
}
header #playersidebar .real .amount {
  font-size: 1.6em;
  font-weight: 700;
}
header #playersidebar .others p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  margin-bottom: 1em;
}
header #playersidebar .others p .amount {
  text-align: right;
}
header #playersidebar .button--white {
  color: black;
  font-size: 1.3em;
  margin: 1em 0;
  background-color: #E3173D;
}
header #playersidebar .misc a {
  padding: 0 1em;
  text-transform: uppercase;
  line-height: 3.5em;
}
header #playersidebar .messagecenter {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  background-color: #7a6c35;
}
header #playersidebar .messagecenter.show {
  visibility: visible;
  opacity: 1;
}
header #playersidebar .messagecenter .counter {
  background-color: #000e1f;
  font-weight: 700;
  border-radius: 50%;
  padding: 0;
  width: 24px;
  height: 24px;
  line-height: 24px;
  display: inline-block;
  text-align: center;
  margin-left: 5px;
}
header #playersidebar.open {
  -webkit-transition: height 0.5s;
  transition: height 0.5s;
  height: calc(100vh - 50px);
}
header #playersidebar.close {
  -webkit-transition: height 0.5s;
  transition: height 0.5s;
  height: 0;
}
@media screen and (min-width: 768px) {
  header #playersidebar {
    height: calc(100vh - 50px);
    width: 300px;
    position: absolute;
    top: 50px;
    right: -300px;
  }
  header #playersidebar.open {
    -webkit-transition: right 0.5s;
    transition: right 0.5s;
    right: 0;
  }
  header #playersidebar.close {
    -webkit-transition: right 0.5s;
    transition: right 0.5s;
    height: calc(100vh - 50px);
    right: -300px;
  }
}
@media screen and (min-width: 1200px) {
  header #playersidebar {
    top: 80px;
  }
}
@media screen and (orientation: landscape) and (max-height: 568px) {
  header #playersidebar {
    overflow: auto;
  }
  header #playersidebar .balance {
    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;
  }
  header #playersidebar .real {
    width: 50%;
  }
  header #playersidebar .others {
    width: 50%;
  }
  header #playersidebar .others p {
    margin-bottom: 5px;
  }
  header #playersidebar .button--white {
    margin: 0;
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: "fontello";
    src: url("../font/fontello.svg?53375848#fontello") format("svg");
  }
}
header .gotoRAF [class^=icon-]:before, header .gotoRAF [class*=" icon-"]:before {
  font-family: "fontello" !important;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
header .gotoRAF .icon-users:before {
  content: "\e800" !important;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  background-color: #10001f;
  color: #fcfcfc;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  margin: 0;
  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;
  min-height: 100vh;
}

article {
  padding-top: 0px;
}

.vip-wrapper {
  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;
  width: 100%;
  max-width: 1800px;
  margin: 0 auto;
}
.vip-wrapper .vip-maintitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.vip-wrapper .vip-maintitle h1 {
  display: block;
  text-align: center;
  font-size: 1.5em;
  margin-bottom: 1em;
  text-transform: uppercase;
  font-weight: 900;
  color: #ffae34;
}
.vip-wrapper h3 {
  margin: 1em 0 1em 0;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 1em;
  background: #E3173D;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.vip-wrapper p {
  font-size: 14px;
  color: #fcfcfc;
  margin: 2px auto;
  max-width: 800px;
}
.vip-wrapper .vip-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.vip-wrapper .vip-info p {
  font-size: 18px;
  color: #fcfcfc;
  margin: 2px auto;
  text-align: center;
  width: 100%;
}
.vip-wrapper .vip-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.vip-wrapper .vip-bottom p {
  font-size: 14px;
  color: #fcfcfc;
  margin: 2px auto;
  text-align: center;
  max-width: 600px;
}
.vip-wrapper .cta-link {
  margin: 2em auto 3em auto;
}
.vip-wrapper .cta-link .button-vip {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 224px;
  height: 56px;
  padding: 10px;
  gap: 10px;
  font-size: 1.3em;
  color: #ffffff;
  background: #E3173D;
  border-radius: 20px;
  text-decoration: none;
}
.vip-wrapper .cta-link .button-vip:hover {
  color: #000000;
  background-color: #ffffff;
}
.vip-wrapper .vip-bottom {
  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;
  padding-bottom: 3em;
}

#swipe {
  display: none;
}

#vip-lounge {
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0em 3em;
  padding: 0em 10em;
  width: 100%;
}
#vip-lounge .levels-vip {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  white-space: nowrap;
  width: 70%;
  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-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#vip-lounge .vip-level {
  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;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  margin-bottom: 0px;
  width: 100%;
  min-width: 95px;
}
#vip-lounge .vip-level .header {
  background: #282C35;
  width: 100%;
  height: 13em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: end;
      align-content: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#vip-lounge .vip-level .header .vipicon {
  margin: 0 auto;
  display: block;
  width: 80%;
  -webkit-filter: drop-shadow(-14px 10px 4px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(-14px 10px 4px rgba(0, 0, 0, 0.3));
}
#vip-lounge .vip-level .details {
  width: 100%;
  margin: 1em 0 2em 0;
  text-align: center;
  background: rgba(0, 0, 0, 0.3);
}
#vip-lounge .vip-level .details .row {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
  border-bottom: 1px solid #fcfcfc;
  height: 3em;
}
#vip-lounge .vip-level .details .row img {
  width: 20px;
  height: 20px;
}
#vip-lounge .vip-level .details .row-nb {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
  height: 3em;
}
#vip-lounge .vip-level .details .row-nb img {
  width: 20px;
  height: 20px;
}
#vip-lounge .benefits {
  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;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  margin-bottom: 0px;
  width: 250px;
  z-index: 1;
}
#vip-lounge .benefits .header-benefits {
  background: #282C35;
  width: 100%;
  height: 13em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
}
#vip-lounge .benefits .header-benefits .vipicon-benefits {
  margin: 0 auto;
  display: block;
  width: 80%;
  -webkit-filter: drop-shadow(-14px 10px 4px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(-14px 10px 4px rgba(0, 0, 0, 0.3));
}
#vip-lounge .benefits .details-benefits {
  padding-left: 1em;
  width: 100%;
  margin: 1em 0 2em 0;
  text-align: left;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 30px 0 0 30px;
}
#vip-lounge .benefits .details-benefits .row-nb-benefits {
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
  height: 3em;
}
#vip-lounge .benefits .details-benefits .row-nb-benefits p {
  font-size: 12px;
  color: #fcfcfc;
  margin: 0;
  padding: 0;
}
#vip-lounge .benefits .details-benefits .row-benefits {
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
  border-bottom: 1px solid #fcfcfc;
  height: 3em;
}
#vip-lounge .benefits .details-benefits .row-benefits p {
  font-size: 12px;
  color: #fcfcfc;
  margin: 0;
  padding: 0;
}
#vip-lounge .benefits .details-benefits .row-nb-benefits {
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
  height: 3em;
}

@media screen and (max-width: 1100px) {
  .vip-wrapper p {
    padding: 0em 2em;
    font-size: 10px;
  }
  .vip-wrapper .vip-info p {
    margin: 0px auto 7px auto;
    font-size: 14px;
  }
  #vip-lounge {
    padding: 0em 0.5em;
    margin: 0em;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #vip-lounge .vip-level .header {
    height: 6em;
  }
  #vip-lounge .benefits {
    width: 150px;
  }
  #vip-lounge .benefits .header-benefits {
    height: 6em;
  }
  .vip-bottom p {
    padding: 0em 2em;
  }
  .benefits {
    width: 150px;
  }
  .benefits p {
    font-size: 10px;
  }
  .row-nb-benefits p {
    font-size: 10px;
  }
}
@media screen and (min-width: 736px) {
  #viplounge-mob-hide {
    display: none;
  }
}
@media screen and (max-width: 735px) {
  #vip-lounge {
    display: none;
  }
  #viplounge-mob-hide {
    display: block;
  }
  #viplounge-mob-hide .vip-lounge-mob {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0px auto 30px auto;
  }
  #viplounge-mob-hide .vip-lounge-mob .VipBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 80%;
    position: relative;
    padding: 20px 20px;
    margin: 20px 10px 20px 10px;
    width: 324px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 30px;
  }
  #viplounge-mob-hide .vip-lounge-mob .VipBox img {
    width: 120px;
    -webkit-filter: drop-shadow(-14px 10px 4px rgba(0, 0, 0, 0.3));
            filter: drop-shadow(-14px 10px 4px rgba(0, 0, 0, 0.3));
  }
  #viplounge-mob-hide .vip-lounge-mob .VipBox p {
    font-size: 16px;
    text-align: center;
  }
}
#gamefiltersort {
  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;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#gamefiltersort ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#gamefiltersort .filter, #gamefiltersort .sort {
  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;
  text-transform: uppercase;
}
#gamefiltersort .filter span, #gamefiltersort .sort span {
  display: block;
  line-height: 40px;
}
#gamefiltersort .filter .title, #gamefiltersort .sort .title {
  font-weight: 700;
  padding-right: 1em;
  width: 100%;
}
#gamefiltersort .filter i, #gamefiltersort .sort i {
  font-size: 0.7em;
  color: red;
  margin-left: 1em;
}
#gamefiltersort .filter {
  z-index: 2;
}
#gamefiltersort .filter .tab {
  padding: 0 0.5em;
  position: relative;
  width: 50%;
}
#gamefiltersort .filter .tab:hover {
  cursor: pointer;
  text-decoration: underline;
}
#gamefiltersort .filter .tab ul.options {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 100%;
  z-index: 1;
  height: 0;
  overflow: auto;
}
#gamefiltersort .filter .tab ul.options li {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  padding: 0 1em;
  line-height: 30px;
  opacity: 0;
  background-color: #FFF;
  overflow: hidden;
  height: 0;
  font-size: 13px;
  white-space: nowrap;
}
#gamefiltersort .filter .tab ul.options li:hover {
  background-color: #F1F1F1;
}
#gamefiltersort .filter .tab:hover {
  -webkit-box-shadow: 3px 5px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 3px 5px 3px rgba(0, 0, 0, 0.1);
}
#gamefiltersort .filter .tab:hover ul.options {
  height: auto;
  max-height: 150px;
  -webkit-box-shadow: 3px 5px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 3px 5px 3px rgba(0, 0, 0, 0.1);
}
#gamefiltersort .filter .tab:hover ul.options li {
  height: 30px;
  opacity: 1;
}
@media screen and (min-width: 1024px) {
  #gamefiltersort .filter .tab {
    padding: 0 1em;
  }
}
#gamefiltersort .sort {
  position: relative;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#gamefiltersort .sort .title {
  width: auto;
  padding: 0;
}
#gamefiltersort .sort i {
  position: absolute;
  top: 0;
  right: 1em;
  height: 40px;
  line-height: 40px;
}
#gamefiltersort .sort .sortoptions {
  position: relative;
  height: 40px;
  width: 175px;
  z-index: 1;
}
#gamefiltersort .sort .sortoptions ul {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#gamefiltersort .sort .sortoptions ul li {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  padding: 0 2em 0 1em;
  line-height: 30px;
  opacity: 0;
  background-color: #FFF;
  height: 0;
  font-size: 13px;
  white-space: nowrap;
}
#gamefiltersort .sort .sortoptions ul li.active {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  line-height: 40px;
  opacity: 1;
  height: 40px;
}
#gamefiltersort .sort .sortoptions ul:hover {
  -webkit-box-shadow: 3px 5px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 3px 5px 3px rgba(0, 0, 0, 0.1);
}
#gamefiltersort .sort .sortoptions ul:hover li {
  opacity: 1;
  height: 30px;
}
#gamefiltersort .sort .sortoptions ul:hover li.active {
  height: 40px !important;
  line-height: 40px !important;
}
#gamefiltersort .sort .sortoptions ul:hover li:hover {
  background-color: #F1F1F1;
  cursor: pointer;
}
@media screen and (min-width: 568px) {
  #gamefiltersort .filter .title, #gamefiltersort .sort .title {
    width: auto;
  }
  #gamefiltersort .filter .tab {
    width: auto;
    border-left: 1px solid #CCC;
    padding: 0 1em;
  }
  #gamefiltersort .sort {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media screen and (min-width: 768px) {
  #gamefiltersort {
    font-size: 13px;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  #gamefiltersort .filter {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  #gamefiltersort .filter .title {
    width: auto;
  }
  #gamefiltersort .sort {
    width: auto;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #gamefiltersort .sort .sortoptions {
    width: 155px;
  }
}
@media screen and (min-width: 1024px) {
  #gamefiltersort {
    font-size: 14px;
  }
  #gamefiltersort .sort .sortoptions {
    width: 175px;
  }
}

#gamemodal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 2500000000;
  display: none;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#gamemodal.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#gamemodal.closing {
  -webkit-animation: _fadeIn 1s;
          animation: _fadeIn 1s;
  animation-direction: reverse;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
#gamemodal.closing .container {
  -webkit-animation: _exit 0.5s;
          animation: _exit 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
#gamemodal .container {
  width: 100%;
  max-width: 1280px;
  height: 100%;
  -webkit-box-shadow: 1px 1px 9px rgba(0, 0, 0, 0.8);
          box-shadow: 1px 1px 9px rgba(0, 0, 0, 0.8);
  -webkit-transition: all 1s;
  transition: all 1s;
  -webkit-animation: _entrance 1s;
          animation: _entrance 1s;
  overflow: hidden;
  position: fixed;
  top: 0;
  /* Safari */
  /* IE11 */
}
@media screen and (min-width: 728px) {
  #gamemodal .container {
    position: relative;
    height: 100vh;
    top: initial;
  }
}
@media screen and (min-width: 1024px) {
  #gamemodal .container {
    height: auto;
  }
}
#gamemodal .container:-webkit-full-screen iframe {
  max-height: none;
}
#gamemodal .container:-ms-fullscreen iframe {
  max-height: none;
}
#gamemodal .container:fullscreen iframe {
  max-height: none;
}
#gamemodal .container:-webkit-full-screen iframe {
  max-height: none;
}
#gamemodal .container:-ms-fullscreen iframe {
  max-height: none;
}
#gamemodal .header {
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 6px;
  border-bottom: 1px inset #666;
  background-color: #000;
}
#gamemodal .header h2 {
  font-size: 1.1em;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin: 0;
  color: #FFF;
  line-height: 30px;
  white-space: nowrap;
  overflow-x: hidden;
  text-overflow: ellipsis;
  letter-spacing: normal;
  text-transform: none;
}
#gamemodal .header i {
  color: #FFF;
  opacity: 0.8;
}
#gamemodal .header i:hover {
  cursor: pointer;
  opacity: 1;
}
#gamemodal .header i:before {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
#gamemodal .header .resize {
  font-family: "kingschance";
  font-size: 0.8em;
  font-style: normal;
  font-size: 100%;
  width: 30px;
  text-align: center;
}
#gamemodal .header .resize:before {
  content: "\e813";
}
#gamemodal .header .icon-close {
  font-size: 1.2em;
}
#gamemodal .header .switchforreal {
  margin-right: 1em;
  white-space: nowrap;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -webkit-animation: _fadeIn 1s;
          animation: _fadeIn 1s;
  outline: none;
  border: none;
  border-radius: 4px;
  line-height: 24px;
  text-transform: uppercase;
  padding: 0 1em;
  background-color: orange;
  color: #FFF;
  font-weight: 700;
  -webkit-animation: _entrance2 2s, _attention 1s;
          animation: _entrance2 2s, _attention 1s;
  -webkit-animation-iteration-count: 1, infinite;
          animation-iteration-count: 1, infinite;
  -webkit-animation-timing-function: ease, linear;
          animation-timing-function: ease, linear;
  -webkit-animation-direction: normal, alternate;
          animation-direction: normal, alternate;
}
#gamemodal .header .switchforreal:hover {
  cursor: pointer;
}
#gamemodal .header .switchforreal:disabled {
  opacity: 0.2;
  background-color: #FFF;
  color: #000;
  -webkit-animation: none;
          animation: none;
  cursor: not-allowed;
}
@media screen and (max-width: 350px) {
  #gamemodal .header .switchforreal {
    font-size: 0.8em;
    padding: 0 0.5em;
  }
}
#gamemodal iframe {
  border: none;
  margin: 0;
  padding: 0;
  outline: none;
  width: 100%;
  height: calc(100vh - 31px);
  display: block;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  #gamemodal iframe {
    max-height: 720px;
  }
}
#gamemodal .loadingscreen {
  background: url(/images/loadingscreen.jpg) no-repeat center center #FFF;
  background-position: top;
  background-size: cover;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: none;
}
#gamemodal .loadingscreen.show {
  display: block;
}
#gamemodal .loadingscreen .animation {
  position: absolute;
  top: 18%;
  left: 5%;
  width: 90%;
}
#gamemodal .loadingscreen .animation .logo {
  margin: 0 auto 1em auto;
  width: 70%;
  max-width: 300px;
  display: block;
}
#gamemodal .loadingscreen .animation svg {
  width: 60%;
  max-width: 220px;
  margin: 0 auto;
  display: block;
}
#gamemodal .loadingscreen .animation .shape {
  fill: #d42d27;
}
#gamemodal .loadingscreen .animation .dot1 {
  -webkit-animation: _fadeOut 1s;
          animation: _fadeOut 1s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
#gamemodal .loadingscreen .animation .dot2 {
  -webkit-animation: _fadeOut 1s;
          animation: _fadeOut 1s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
#gamemodal .loadingscreen .animation .dot3 {
  -webkit-animation: _fadeOut 1s;
          animation: _fadeOut 1s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
#gamemodal .loadingscreen .tip {
  position: absolute;
  bottom: 10%;
  width: 90%;
  left: 5%;
  text-align: center;
  font-size: 1.2em;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
}
#gamemodal .loadingscreen .tip.show {
  opacity: 1;
}

#filter-and-sort {
  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;
}
#filter-and-sort ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#filter-and-sort .title {
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  width: 90%;
  display: block;
  line-height: 40px;
  height: 40px;
}
#filter-and-sort .title i {
  margin-left: 1em;
  color: red;
}
#filter-and-sort .filter, #filter-and-sort .sort {
  height: 40px;
  overflow: hidden;
}
#filter-and-sort .filter {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 50%;
}
#filter-and-sort .filter.active {
  overflow: visible;
  height: auto;
}
#filter-and-sort .filter.active .tab {
  line-height: 40px;
  max-height: 40px;
}
#filter-and-sort .filter .tab {
  padding: 0 0.5em;
  position: relative;
  width: 100%;
  display: block;
  max-height: 0;
  overflow: hidden;
  text-transform: uppercase;
}
#filter-and-sort .filter .tab i {
  position: absolute;
  right: 3em;
}
#filter-and-sort .filter .tab ul.options {
  z-index: 1;
  height: 0;
  max-height: 150px;
  overflow: auto;
  -webkit-box-shadow: 3px 5px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 3px 5px 3px rgba(0, 0, 0, 0.1);
}
#filter-and-sort .filter .tab ul.options li {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  text-decoration: none;
  padding: 0 1em;
  line-height: 30px;
  background-color: #FFF;
  overflow: hidden;
  font-size: 13px;
  white-space: nowrap;
}
#filter-and-sort .filter .tab ul.options li:hover {
  background-color: #F1F1F1;
}
#filter-and-sort .filter .tab.active {
  cursor: pointer;
  max-height: none;
  padding-bottom: 7px;
}
#filter-and-sort .filter .tab.active ul.options {
  height: auto;
}
#filter-and-sort .filter .tab.active ul.options li {
  text-decoration: none;
}
#filter-and-sort .sort {
  width: 135px;
}
#filter-and-sort .sort .sortoptions ul li {
  padding: 0 1em;
  line-height: 30px;
  background-color: #FFF;
  height: 30px;
  font-size: 13px;
  white-space: nowrap;
}
#filter-and-sort .sort .sortoptions ul li.active {
  line-height: 40px;
  height: 40px;
  background: url(/app/shared/Games/Fusion/scss/checkmark.svg) no-repeat;
  background-position: 90% center;
  background-size: 18px;
  font-weight: 700;
}
#filter-and-sort .sort .sortoptions ul li:hover {
  background-color: #F1F1F1;
  cursor: pointer;
}
#filter-and-sort .sort.active {
  overflow: visible;
  height: auto;
}
@media screen and (min-width: 768px) {
  #filter-and-sort .filter {
    overflow: visible;
    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: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #filter-and-sort .filter .title {
    position: initial;
    width: auto;
    padding-right: 1em;
    border-right: 1px solid #E9E9E9;
  }
  #filter-and-sort .filter .title i {
    display: none;
  }
  #filter-and-sort .filter .tab {
    width: auto;
    max-height: none;
    overflow: visible;
    padding: 0 1em;
    border-right: 1px solid #E9E9E9;
    position: relative;
    line-height: 40px;
    height: 40px;
  }
  #filter-and-sort .filter .tab:hover {
    text-decoration: underline;
    cursor: pointer;
  }
  #filter-and-sort .filter .tab i {
    color: red;
    position: initial;
    right: initial;
    margin-left: 1em;
  }
  #filter-and-sort .filter .tab ul.options {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 100%;
  }
  #filter-and-sort .filter .tab ul.options li {
    -webkit-transition: height 0.5s, opacity 0.5s;
    transition: height 0.5s, opacity 0.5s;
    opacity: 0;
    height: 0;
  }
  #filter-and-sort .filter .tab:hover ul.options {
    height: auto;
    max-height: 150px;
    -webkit-box-shadow: 3px 5px 3px rgba(0, 0, 0, 0.1);
            box-shadow: 3px 5px 3px rgba(0, 0, 0, 0.1);
  }
  #filter-and-sort .filter .tab:hover ul.options li {
    height: 30px;
    opacity: 1;
  }
  #filter-and-sort .sort {
    overflow: visible;
    width: auto;
    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;
    position: relative;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  #filter-and-sort .sort .title {
    position: initial;
    width: auto;
  }
  #filter-and-sort .sort .title i {
    position: absolute;
    right: 0.5em;
  }
  #filter-and-sort .sort .sortoptions {
    position: relative;
    z-index: 1;
    width: 135px;
  }
  #filter-and-sort .sort .sortoptions ul {
    height: 40px;
    overflow: hidden;
    width: 135px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
  }
  #filter-and-sort .sort .sortoptions ul li {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    opacity: 0;
    height: 0;
    -webkit-transition: height 0.5s, opacity 0.5s;
    transition: height 0.5s, opacity 0.5s;
  }
  #filter-and-sort .sort .sortoptions ul li.active {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    line-height: 40px;
    opacity: 1;
    height: 40px;
    font-weight: 400;
    background: none;
  }
  #filter-and-sort .sort .sortoptions ul:hover {
    -webkit-box-shadow: 3px 5px 3px rgba(0, 0, 0, 0.1);
            box-shadow: 3px 5px 3px rgba(0, 0, 0, 0.1);
    height: auto;
    overflow: visible;
    background-color: #FFF;
  }
  #filter-and-sort .sort .sortoptions ul:hover li {
    opacity: 1;
    height: 40px;
    line-height: 40px;
  }
  #filter-and-sort .sort .sortoptions ul:hover li.active {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    height: 40px !important;
    line-height: 40px !important;
    background: url(/app/shared/Games/Fusion/scss/checkmark.svg) no-repeat;
    background-position: 90% center;
    background-size: 18px;
  }
  #filter-and-sort .sort .sortoptions ul:hover li:hover {
    background-color: #F1F1F1;
    cursor: pointer;
  }
  #filter-and-sort .sort.active {
    height: 40px;
    overflow: visible;
  }
}

#lockmodaloverlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 2500000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-animation: _fadeIn 0.5s;
          animation: _fadeIn 0.5s;
}
#lockmodaloverlay .gamelockModal {
  background-color: #000;
  padding: 2em;
  color: #FFF;
  position: relative;
  width: 96%;
  max-width: 400px;
  -webkit-box-shadow: 1px 1px 9px rgba(0, 0, 0, 0.8);
          box-shadow: 1px 1px 9px rgba(0, 0, 0, 0.8);
  -webkit-transition: all 1s;
  transition: all 1s;
  -webkit-animation: _entrance 0.5s;
          animation: _entrance 0.5s;
  overflow: hidden;
}
#lockmodaloverlay .icon-cancel {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 2em;
  width: 30px;
  height: 30px;
  font-style: normal;
  text-align: center;
  line-height: 30px;
  font-weight: 900;
}
#lockmodaloverlay .icon-cancel:hover {
  cursor: pointer;
}
#lockmodaloverlay h4 {
  margin: 0 0 9px 0;
  font-weight: 700;
}
#lockmodaloverlay h4 span {
  font-weight: 400;
}
#lockmodaloverlay h3 {
  font-weight: 900;
  font-size: 1.5em;
  margin: 0 0 12px 0;
  color: #FFF;
}
#lockmodaloverlay .button, #lockmodaloverlay .contactform .contactform-button, .contactform #lockmodaloverlay .contactform-button {
  line-height: 2em;
  border: none;
  border-radius: 4px;
  padding: 0 1em;
  font-weight: 700;
  background-color: #666;
  color: #FFF;
  width: 155px;
  font-size: 1.2em;
  margin: 1em auto 0 auto;
  display: block;
  text-transform: uppercase;
  text-decoration: none;
}
#lockmodaloverlay.out {
  -webkit-animation: _fadeOut 1s;
          animation: _fadeOut 1s;
}

.gamesslider .glide__arrows .glide__arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  line-height: 60px;
  text-align: center;
  font-size: 1.5em;
  border-radius: 50%;
  color: #ffe11e;
}

.gamesslider {
  width: 95%;
  max-width: 600px;
  margin: 0 auto;
  position: relative;
  /*custom sliders:*/
}
@media screen and (min-width: 568px) {
  .gamesslider {
    max-width: 1750px;
  }
}
.gamesslider .glide__bullets {
  padding: 0.5em;
  text-align: right;
  height: 36px;
}
.gamesslider .glide__bullets .glide__bullet {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-color: transparent;
  position: relative;
  display: inline-block;
  opacity: 0.5;
}
.gamesslider .glide__bullets .glide__bullet::before {
  content: "";
  background-color: #E3173D;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 7px;
  height: 7px;
  display: block;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.gamesslider .glide__bullets .glide__bullet:hover {
  cursor: pointer;
}
.gamesslider .glide__bullets .glide__bullet--active {
  opacity: 1;
  border: 1px solid #E3173D;
}
.gamesslider .glide__slides {
  margin: 0;
}
.gamesslider .glide__slide {
  position: relative;
}
.gamesslider .glide__slide .label {
  position: absolute;
  top: 1em;
  right: 1em;
  width: 20%;
  max-width: 140px;
}
.gamesslider .glide__slide img {
  display: block;
  width: 100%;
  border-radius: 15px 0 15px 0;
}
.gamesslider .glide__arrows .glide__arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #000e1f;
  width: 50px;
  height: 50px;
  line-height: 60px;
  text-align: center;
  font-size: 1.5em;
  border-radius: 50%;
  color: #E3173D;
}
.gamesslider .glide__arrows .glide__arrow:hover {
  cursor: pointer;
}
.gamesslider .glide__arrows .glide__arrow--left {
  left: -1em;
  text-align: right;
}
.gamesslider .glide__arrows .glide__arrow--left:before {
  right: 0;
}
.gamesslider .glide__arrows .glide__arrow--right {
  right: -1em;
  text-align: left;
}
.gamesslider .glide__arrows .glide__arrow--right:before {
  left: 0;
}
.gamesslider .glide__arrows .glide__arrow:before {
  width: 100%;
  position: absolute;
  top: 50%;
  font-size: 1.3em;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.gamesslider .letsplay {
  text-align: center;
}
.gamesslider .letsplay .title {
  position: absolute;
  top: 5%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  display: block;
  width: 60%;
  max-width: 303px;
}
@media screen and (min-width: 568px) {
  .gamesslider .letsplay .title {
    left: 5%;
    top: 35%;
    width: 35%;
    max-width: 303px;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}
.gamesslider .letsplay .cta {
  font-size: 1.2em;
  -webkit-transform: translate(0, -25%);
          transform: translate(0, -25%);
}
@media screen and (min-width: 568px) {
  .gamesslider .letsplay .cta {
    font-size: 1.5em;
  }
}
@media screen and (min-width: 768px) {
  .gamesslider .letsplay .cta {
    font-size: 2em;
  }
}
.gamesslider .letsplay i {
  font-size: 2em;
  text-align: center;
  margin: 0 auto;
  color: #fff;
  display: block;
  -webkit-animation: _anim_down 1s;
          animation: _anim_down 1s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

#pagehero.games .title {
  position: absolute;
  top: 5%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  display: block;
  width: 60%;
  max-width: 303px;
}
@media screen and (min-width: 568px) {
  #pagehero.games .title {
    left: 5%;
    top: 30%;
    width: auto;
    max-width: none;
    max-height: 120px;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}
@media screen and (min-width: 768px) {
  #pagehero.games .title {
    top: 32%;
    width: 25%;
    max-width: 303px;
    max-height: none;
  }
}
@media screen and (min-width: 1024px) {
  #pagehero.games .title {
    top: 35%;
  }
}

#gamefiltersort .filter i,
#gamefiltersort .sort i {
  color: red;
}
@media screen and (min-width: 568px) {
  #gamefiltersort .filter .tab {
    border-left: 1px solid #E3173D;
  }
}

.wrapper .gameslistheader h2 {
  -webkit-box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.5);
          box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.5);
  min-width: 300px;
  padding: 10px;
  margin: 1em 0 1em 0.5em;
}
.wrapper .gameslist .gamebox {
  overflow: hidden;
  border-radius: 0px 0px 20px 20px;
  -webkit-filter: drop-shadow(0px 4px 5px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(0px 4px 5px rgba(0, 0, 0, 0.25));
}
.wrapper .gameslist .gamebox .preview {
  margin-bottom: 0;
  border-radius: 20px 20px 0px 0px;
}
.wrapper .gameslist .gamebox .preview .overlay {
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 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: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(0, 0, 0, 0.8);
  font-size: 1em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.wrapper .gameslist .gamebox .preview .overlay a {
  display: none;
  padding: 0 0.5em;
}
.wrapper .gameslist .gamebox .preview .overlay a:hover {
  cursor: pointer;
}
.wrapper .gameslist .gamebox .preview .overlay .play {
  padding: 0 1em;
}
.wrapper .gameslist .gamebox .preview .overlay .loginandplay {
  padding: 0 0.5em;
}
.wrapper .gameslist .gamebox .preview .overlay .demo {
  color: #08babc;
  text-transform: uppercase;
  margin-top: 0.5em;
  font-size: 12px;
}
.wrapper .gameslist .gamebox .preview .overlay .demo:hover {
  text-decoration: underline;
}
.wrapper .gameslist .gamebox .preview .overlay.show {
  opacity: 1;
}
.wrapper .gameslist .gamebox .preview .overlay.show a {
  display: block;
}
@media screen and (min-width: 568px) {
  .wrapper .gameslist .gamebox .preview .overlay .loginandplay {
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) {
  .wrapper .gameslist .gamebox .preview .overlay .loginandplay {
    font-size: 1em;
  }
}
@media screen and (min-width: 1024px) {
  .wrapper .gameslist .gamebox .preview .overlay .play {
    font-size: 17px;
  }
  .wrapper .gameslist .gamebox .preview .overlay .loginandplay {
    font-size: 17px;
  }
  .wrapper .gameslist .gamebox .preview .overlay .demo {
    font-size: 14px;
    margin-top: 1em;
  }
}
@media screen and (min-width: 1200px) {
  .wrapper .gameslist .gamebox .preview .overlay .play {
    font-size: 20px;
  }
  .wrapper .gameslist .gamebox .preview .overlay .loginandplay {
    font-size: 20px;
  }
}
.wrapper .gameslist .gamebox .gameinfo {
  background: none;
  border-radius: 0;
  padding: 0;
}
.wrapper .gameslist .gamebox .gameinfo p {
  display: none;
}
.wrapper .gameslist .gamebox .gameinfo h5 {
  font-size: 10px;
  font-weight: 400;
  margin: 0;
}

.gamessection {
  padding: 1em 0;
}
.gamessection h3 {
  text-transform: uppercase;
  margin: 0;
}
.gamessection:nth-of-type(1):not(.allgames), .gamessection:nth-of-type(5), .gamessection:nth-of-type(7) {
  background-color: none;
}
.gamessection:nth-of-type(1):not(.allgames) h3, .gamessection:nth-of-type(5) h3, .gamessection:nth-of-type(7) h3 {
  color: #fff;
}

#filter-and-sort {
  font-size: 14px;
}
#filter-and-sort .filter .tab i {
  color: #E3173D;
}
#filter-and-sort .filter .tab ul.options li {
  background-color: #000e1f;
}
#filter-and-sort .filter .tab ul.options li:hover {
  background-color: #002552;
}
#filter-and-sort .sort .title i {
  color: #E3173D;
}
#filter-and-sort .sort .sortoptions ul li {
  background-color: #000e1f;
}
#filter-and-sort .sort .sortoptions ul:hover {
  background-color: #000e1f;
}
#filter-and-sort .sort .sortoptions ul:hover li:hover {
  background-color: #002552;
}

body.fr #pagehero.games .title {
  width: 70%;
  max-width: 421px;
}
@media screen and (min-width: 568px) {
  body.fr #pagehero.games .title {
    width: 35%;
  }
}

#gamemodal .header .resize {
  font-family: "abigcandy";
}
#gamemodal .header .resize:before {
  content: "\e813";
}
#gamemodal .container {
  background: url(/images/loadingscreen.jpg) no-repeat center center #000;
  /* Safari */
  /* IE11 */
}
#gamemodal .container:-webkit-full-screen .header .resize:before {
  content: "\e814";
}
#gamemodal .container:-ms-fullscreen .header .resize:before {
  content: "\e814";
}
#gamemodal .container:fullscreen .header .resize:before {
  content: "\e814";
}
#gamemodal .container:-webkit-full-screen .header .resize:before {
  content: "\e814";
}
#gamemodal .container:-ms-fullscreen .header .resize:before {
  content: "\e814";
}
#gamemodal .loadingscreen .animation .shape {
  fill: #fff;
}

@media screen and (max-width: 1023.99px) {
  #gamemodal {
    height: 100%;
  }
  #gamemodal iframe {
    height: calc(100% - 33px);
  }
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: "Montserrat", sans-serif;
  letter-spacing: 1px;
  font-size: 14px;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
  background-color: #282C35;
}
body.frozen {
  overflow: hidden;
}

article {
  padding-top: 50px;
  overflow-x: hidden;
}
@media screen and (min-width: 1200px) {
  article {
    padding-top: 80px;
  }
}

img {
  margin: 0;
  display: block;
}

a {
  color: #E3173D;
}

main {
  padding-bottom: 3em;
  min-height: 60vh;
}
main.clean {
  margin-top: 3em;
}
@media screen and (min-width: 1300px) {
  main {
    font-size: 1.2em;
  }
}

main.notfound {
  background: url(/images/bg_404.jpg) no-repeat top center #000;
  background-size: cover;
  min-height: calc(100vh - 50px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
main.notfound .message {
  width: 80%;
  max-width: 560px;
  margin: 0 auto;
  text-align: center;
}
main.notfound .message img {
  display: block;
  margin: 0 auto 2em auto;
  width: 100%;
  max-width: 246px;
}
main.notfound .message h3 {
  font-weight: 900;
  font-size: 1.3em;
  margin: 0;
  color: #fff;
}
main.notfound .message p {
  color: #fff;
  font-weight: 700;
  margin: 0.5em 0;
}
main.notfound .message .button, main.notfound .message .contactform .contactform-button, .contactform main.notfound .message .contactform-button {
  font-size: 1.2em;
  padding: 0 2em;
  margin: 0.5em auto;
}
@media screen and (min-width: 568px) {
  main.notfound .message .button, main.notfound .message .contactform .contactform-button, .contactform main.notfound .message .contactform-button {
    font-size: 1.5em;
  }
}
@media screen and (min-width: 1200px) {
  main.notfound {
    min-height: calc(100vh - 80px);
  }
}

.wrapper {
  width: 95%;
  max-width: 1748px;
  margin: 0 auto;
  padding: 0;
}

.button, .contactform .contactform-button {
  display: inline-block;
  line-height: 2em;
  padding: 0 1em;
  background: #E3173D;
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
  font-style: normal;
  font-size: 1.05em;
  border-radius: 20px;
  text-transform: uppercase;
}
.button:hover, .contactform .contactform-button:hover {
  cursor: pointer;
  background-color: #ffffff;
  color: #000000;
}
.button--light {
  background-color: #ffffff;
  color: #000;
  border: 2px solid white;
}
.button--light:hover {
  background-color: transparent;
  color: black;
}
.button--white {
  background-color: #fff;
  color: #000;
}
.button--outline {
  border: 2px solid #E3173D;
  background-color: #000e1f;
  color: #E3173D;
}
.button--outline:hover {
  border: 2px solid #E3173D;
  background-color: #E3173D;
  color: black;
}

.auconfirm {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 10000;
}
.auconfirm .message {
  width: 90%;
  max-width: 400px;
  padding: 2em;
  color: #fff;
  background-color: #000e1f;
}
.auconfirm .message p {
  text-align: center;
  margin: 0;
}
.auconfirm .message .actions {
  margin: 1.5em auto 0 auto;
  text-align: center;
  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;
  width: 70%;
}
.auconfirm .message .actions a {
  color: #fff;
  text-decoration: underline;
  text-transform: uppercase;
}
.auconfirm .message .actions a.button, .auconfirm .message .actions .contactform a.contactform-button, .contactform .auconfirm .message .actions a.contactform-button {
  text-decoration: none;
  background-color: #E3173D;
  color: #000;
}
.auconfirm .message .actions a:hover {
  cursor: pointer;
}

.gameslistheader {
  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;
}
.gameslistheader h2 {
  color: #fff;
  font-size: 1.2em;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 2em;
  min-width: 200px;
  margin: 1em 0;
  background: #15181F;
  border-radius: 10px;
  padding: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
.gameslistheader h2 i {
  vertical-align: middle;
  font-size: 2em;
}
.gameslistheader .icon-top-games::before {
  margin: 0 4%;
}
.gameslistheader .providers {
  margin: 0 0 1em 0;
  padding: 0 0 3px 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;
  text-transform: uppercase;
  font-weight: 700;
}
.gameslistheader .providers::-webkit-scrollbar {
  -webkit-appearance: none;
}
.gameslistheader .providers::-webkit-scrollbar:vertical {
  width: 5px;
}
.gameslistheader .providers::-webkit-scrollbar:horizontal {
  height: 5px;
}
.gameslistheader .providers::-webkit-scrollbar-thumb {
  border-radius: 8px;
  border: none; /* should match background, can't be transparent */
  background-color: rgba(255, 255, 255, 0.2);
}
.gameslistheader .providers::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 8px;
}
.gameslistheader .providers li {
  padding: 0 1em;
  margin: 0 2px;
  line-height: 2em;
  border-bottom: 2px solid #ccc;
  color: #fff;
  letter-spacing: 2px;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  white-space: nowrap;
}
.gameslistheader .providers li:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.gameslistheader .providers li.active {
  background-color: #ccc;
  color: red;
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}
.gameslistheader .providers li:hover {
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .gameslistheader {
    -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;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

#welcomepromo .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  background: #15181F;
  border-radius: 20px;
}
#welcomepromo .info {
  color: #fff;
  text-align: center;
  padding-bottom: 1em;
  display: inherit;
  -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;
}
#welcomepromo .info img {
  display: block;
  width: 75%;
  max-width: 529px;
  margin: 0px auto;
}
#welcomepromo .info h3 {
  font-size: 2em;
  color: #fff;
  font-weight: 700;
  margin: 10px auto 10px auto;
}
#welcomepromo .info p {
  padding: 0 1em;
  margin: 10px auto 20px;
  max-width: 423px;
}
#welcomepromo .info .button-home {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 224px;
  height: 56px;
  padding: 10px;
  gap: 10px;
  font-size: 1.3em;
  color: #ffffff;
  background: #E3173D;
  border-radius: 20px;
  text-decoration: none;
}
#welcomepromo .info .button-home:hover {
  color: #000000;
  background-color: #ffffff;
}
#welcomepromo picture {
  width: 100%;
}
#welcomepromo picture img {
  display: block;
  width: 100%;
  padding: 0px 3%;
}
@media screen and (min-width: 568px) {
  #welcomepromo .wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  #welcomepromo picture {
    width: 30%;
  }
  #welcomepromo picture img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #welcomepromo .info {
    width: 70%;
  }
}
@media screen and (min-width: 768px) {
  #welcomepromo picture {
    width: 50%;
  }
  #welcomepromo .info {
    width: 50%;
  }
}
@media screen and (min-width: 1200px) {
  #welcomepromo .info p {
    font-size: 18px;
    padding: 0 3em;
  }
  #welcomepromo .info .button, #welcomepromo .info .contactform .contactform-button, .contactform #welcomepromo .info .contactform-button {
    font-size: 2em;
  }
}

#pagehero {
  margin: 2em auto 0 auto;
  text-align: center;
}
#pagehero .wrapper {
  position: relative;
}
#pagehero .heroimg {
  display: block;
  width: 100%;
  margin: 0 auto;
  border-radius: 1em 0 1em 0;
}
#pagehero .cta {
  font-size: 1.2em;
  -webkit-transform: translate(0, -25%);
          transform: translate(0, -25%);
}
@media screen and (min-width: 568px) {
  #pagehero .cta {
    font-size: 1.5em;
  }
}
@media screen and (min-width: 768px) {
  #pagehero .cta {
    font-size: 2em;
  }
}
#pagehero i {
  font-size: 2em;
  text-align: center;
  margin: 0 auto;
  color: #fff;
  display: block;
  -webkit-animation: _anim_down 1s;
          animation: _anim_down 1s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

#zdw_custom_launcher {
  bottom: 55px;
}

.gametabs {
  margin: 0.5em 0 2em 0;
}
.gametabs ul {
  margin: 0;
  padding: 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: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.gametabs ul li {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 3px;
}
.gametabs ul i {
  font-size: 2em;
  vertical-align: middle;
}
.gametabs ul .tab {
  display: block;
  text-decoration: none;
  background-color: #15181F;
  line-height: 58px;
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 13px;
  padding: 0 1em;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 2px solid #E3173D;
  border-radius: 15px;
}
.gametabs ul .tab:hover {
  background-color: #E3173D;
  color: #ffffff;
  cursor: pointer;
  border: px solid #E3173D;
}
.gametabs ul .tab.active {
  background-color: #E3173D;
  color: #ffffff;
  border: 2px solid #E3173D;
}
@media screen and (min-width: 768px) {
  .gametabs ul li {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
  .gametabs ul .tab {
    padding: 0 0.45em;
  }
}
@media screen and (min-width: 900px) {
  .gametabs ul {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .gametabs ul li {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
  .gametabs ul li:first-child {
    display: initial;
  }
  .gametabs ul .tab {
    padding: 0 1em;
  }
}
@media screen and (min-width: 1200px) {
  .gametabs {
    margin: 1em 0 2em 0;
  }
}

.maintitle {
  margin-bottom: 2em;
}

.intro {
  font-style: italic;
  font-size: 1em;
  width: 100%;
}
@media screen and (min-width: 568px) {
  .intro {
    font-size: 1.2em;
  }
}
@media screen and (min-width: 768px) {
  .intro {
    font-size: 1.5em;
  }
}

main p {
  margin: 0 0 1em 0;
}

.innernav {
  padding: 0;
  list-style: none;
  margin: 2em auto;
  text-align: center;
}
.innernav li {
  padding: 0 1em;
  display: inline-block;
  background-color: #15181F;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0 2px 5px 2px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border: 2px solid #E3173D;
  border-radius: 15px;
}
.innernav li a {
  text-decoration: none;
  line-height: 2.5em;
  display: block;
  color: #ffffff;
}
.innernav li:hover {
  background-color: #E3173D;
  border: 2px solid #E3173D;
}
.innernav li:hover a {
  color: #ffffff;
}

h1 {
  text-transform: uppercase;
  font-size: 1.2em;
  letter-spacing: 2px;
  color: #E3173D;
  margin: 0;
}
@media screen and (min-width: 768px) {
  h1 {
    font-size: 1.5em;
  }
}

h2 {
  letter-spacing: 2px;
  font-weight: 700;
  font-size: 1.3em;
  text-transform: uppercase;
  margin: 2em 0 1em 0;
  color: #E3173D;
}

h3 {
  font-weight: 900;
  font-size: 1em;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 2em 0 1em 0;
  color: #E3173D;
}
h3 strong {
  font-weight: 900;
}

.c2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.c2 &gt; div {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .c2 &gt; div {
    width: 50%;
  }
}
.c2 .livechatlink {
  border: none;
  float: left;
  margin: 0 1em 0 0;
}

.contactform .contactform-button {
  font-size: 1.3em;
  line-height: 2.5em;
  height: 2.5em;
}
@media screen and (min-width: 768px) {
  .contactform {
    padding-left: 5em;
  }
}

.zdcontactform input {
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #c9c9cd;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff;
}
.zdcontactform textarea {
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff;
}
.zdcontactform .icon {
  fill: #c9c9cd;
}
.zdcontactform input:focus {
  border-bottom: 2px solid #E3173D;
}
.zdcontactform input:focus + .icon,
.zdcontactform textarea:focus + .icon {
  fill: #E3173D;
}
.zdcontactform textarea:focus {
  border: 2px solid #E3173D;
}

body.fr header .actions .buttons a {
  padding: 0 0.5em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 90px;
}
@media screen and (min-width: 360px) {
  body.fr header .actions .buttons a {
    max-width: none;
  }
}
@media screen and (min-width: 768px) {
  body.fr header .actions .buttons a {
    padding: 0 1em;
  }
}
@media screen and (min-width: 1200px) {
  body.fr header .actions .buttons a {
    padding: 0 1em;
  }
}</pre></body></html>