@charset "utf-8";
.fa {
  font-family: var(--fa-style-family, "Font Awesome 6 Pro");
  font-weight: var(--fa-style, 900);
}
.fas,
.fass,
.far,
.fasr,
.fal,
.fasl,
.fat,
.fast,
.fad,
.fadr,
.fadl,
.fadt,
.fasds,
.fasdr,
.fasdl,
.fasdt,
.fab,
.fa-solid,
.fa-regular,
.fa-light,
.fa-thin,
.fa-brands,
.fa-classic,
.fa-duotone,
.fa-sharp,
.fa-sharp-duotone,
.fa {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-variant: normal;
  text-rendering: auto;
  font-style: normal;
  line-height: 1;
}
.fas:before,
.fass:before,
.far:before,
.fasr:before,
.fal:before,
.fasl:before,
.fat:before,
.fast:before,
.fad:before,
.fadr:before,
.fadl:before,
.fadt:before,
.fasds:before,
.fasdr:before,
.fasdl:before,
.fasdt:before,
.fab:before,
.fa-solid:before,
.fa-regular:before,
.fa-light:before,
.fa-thin:before,
.fa-brands:before,
.fa-classic:before,
.fa-duotone:before,
.fa-sharp:before,
.fa-sharp-duotone:before,
.fa:before {
  content: var(--fa);
}
.fad:after,
.fa-duotone.fa-solid:after,
.fa-duotone:after,
.fadr:after,
.fa-duotone.fa-regular:after,
.fadl:after,
.fa-duotone.fa-light:after,
.fadt:after,
.fa-duotone.fa-thin:after,
.fasds:after,
.fa-sharp-duotone.fa-solid:after,
.fa-sharp-duotone:after,
.fasdr:after,
.fa-sharp-duotone.fa-regular:after,
.fasdl:after,
.fa-sharp-duotone.fa-light:after,
.fasdt:after,
.fa-sharp-duotone.fa-thin:after {
  content: var(--fa--fa);
}
.fa-classic.fa-duotone {
  font-family: "Font Awesome 6 Duotone";
}
.fass,
.fa-sharp,
.fad,
.fa-duotone,
.fasds,
.fa-sharp-duotone {
  font-weight: 900;
}
.fa-classic,
.fas,
.fa-solid,
.far,
.fa-regular,
.fal,
.fa-light,
.fat,
.fa-thin {
  font-family: "Font Awesome 6 Pro";
}
.fa-duotone,
.fad,
.fadr,
.fadl,
.fadt {
  font-family: "Font Awesome 6 Duotone";
}
.fa-brands,
.fab {
  font-family: "Font Awesome 6 Brands";
}
.fa-sharp,
.fass,
.fasr,
.fasl,
.fast {
  font-family: "Font Awesome 6 Sharp";
}
.fa-sharp-duotone,
.fasds,
.fasdr,
.fasdl,
.fasdt {
  font-family: "Font Awesome 6 Sharp Duotone";
}
.fa-1x {
  font-size: 1em;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-6x {
  font-size: 6em;
}
.fa-7x {
  font-size: 7em;
}
.fa-8x {
  font-size: 8em;
}
.fa-9x {
  font-size: 9em;
}
.fa-10x {
  font-size: 10em;
}
.fa-2xs {
  vertical-align: 0.225em;
  font-size: 0.625em;
  line-height: 0.1em;
}
.fa-xs {
  vertical-align: 0.125em;
  font-size: 0.75em;
  line-height: 0.08333em;
}
.fa-sm {
  vertical-align: 0.05357em;
  font-size: 0.875em;
  line-height: 0.07143em;
}
.fa-lg {
  vertical-align: -0.075em;
  font-size: 1.25em;
  line-height: 0.05em;
}
.fa-xl {
  vertical-align: -0.125em;
  font-size: 1.5em;
  line-height: 0.04167em;
}
.fa-2xl {
  vertical-align: -0.1875em;
  font-size: 2em;
  line-height: 0.03125em;
}
.fa-fw {
  text-align: center;
  width: 1.25em;
}
.fa-ul {
  margin-left: var(--fa-li-margin, 2.5em);
  padding-left: 0;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  left: calc(-1 * var(--fa-li-width, 2em));
  text-align: center;
  width: var(--fa-li-width, 2em);
  line-height: inherit;
  position: absolute;
}
.fa-border {
  border-color: var(--fa-border-color, #eee);
  border-radius: var(--fa-border-radius, 0.1em);
  border-style: var(--fa-border-style, solid);
  border-width: var(--fa-border-width, 0.08em);
  padding: var(--fa-border-padding, 0.2em 0.25em 0.15em);
}
.fa-pull-left {
  float: left;
  margin-right: var(--fa-pull-margin, 0.3em);
}
.fa-pull-right {
  float: right;
  margin-left: var(--fa-pull-margin, 0.3em);
}
.fa-beat {
  animation-name: fa-beat;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, ease-in-out);
}
.fa-bounce {
  animation-name: fa-bounce;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(
    --fa-animation-timing,
    cubic-bezier(0.28, 0.84, 0.42, 1)
  );
}
.fa-fade {
  animation-name: fa-fade;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(
    --fa-animation-timing,
    cubic-bezier(0.4, 0, 0.6, 1)
  );
}
.fa-beat-fade {
  animation-name: fa-beat-fade;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(
    --fa-animation-timing,
    cubic-bezier(0.4, 0, 0.6, 1)
  );
}
.fa-flip {
  animation-name: fa-flip;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, ease-in-out);
}
.fa-shake {
  animation-name: fa-shake;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, linear);
}
.fa-spin {
  animation-name: fa-spin;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 2s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, linear);
}
.fa-spin-reverse {
  --fa-animation-direction: reverse;
}
.fa-pulse,
.fa-spin-pulse {
  animation-name: fa-spin;
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, steps(8));
}
@media (prefers-reduced-motion: reduce) {
  .fa-beat,
  .fa-bounce,
  .fa-fade,
  .fa-beat-fade,
  .fa-flip,
  .fa-pulse,
  .fa-shake,
  .fa-spin,
  .fa-spin-pulse {
    transition-duration: 0s;
    transition-delay: 0s;
    animation-duration: 1ms;
    animation-iteration-count: 1;
    animation-delay: -1ms;
  }
}
@keyframes fa-beat {
  0%,
  90% {
    transform: scale(1);
  }
  45% {
    transform: scale(var(--fa-beat-scale, 1.25));
  }
}
@keyframes fa-bounce {
  0% {
    transform: scale(1) translateY(0);
  }
  10% {
    transform: scale(
        var(--fa-bounce-start-scale-x, 1.1),
        var(--fa-bounce-start-scale-y, 0.9)
      )
      translateY(0);
  }
  30% {
    transform: scale(
        var(--fa-bounce-jump-scale-x, 0.9),
        var(--fa-bounce-jump-scale-y, 1.1)
      )
      translateY(var(--fa-bounce-height, -0.5em));
  }
  50% {
    transform: scale(
        var(--fa-bounce-land-scale-x, 1.05),
        var(--fa-bounce-land-scale-y, 0.95)
      )
      translateY(0);
  }
  57% {
    transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
  }
  64% {
    transform: scale(1) translateY(0);
  }
  to {
    transform: scale(1) translateY(0);
  }
}
@keyframes fa-fade {
  50% {
    opacity: var(--fa-fade-opacity, 0.4);
  }
}
@keyframes fa-beat-fade {
  0%,
  to {
    opacity: var(--fa-beat-fade-opacity, 0.4);
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(var(--fa-beat-fade-scale, 1.125));
  }
}
@keyframes fa-flip {
  50% {
    transform: rotate3d(
      var(--fa-flip-x, 0),
      var(--fa-flip-y, 1),
      var(--fa-flip-z, 0),
      var(--fa-flip-angle, -180deg)
    );
  }
}
@keyframes fa-shake {
  0% {
    transform: rotate(-15deg);
  }
  4% {
    transform: rotate(15deg);
  }
  8%,
  24% {
    transform: rotate(-18deg);
  }
  12%,
  28% {
    transform: rotate(18deg);
  }
  16% {
    transform: rotate(-22deg);
  }
  20% {
    transform: rotate(22deg);
  }
  32% {
    transform: rotate(-12deg);
  }
  36% {
    transform: rotate(12deg);
  }
  40%,
  to {
    transform: rotate(0);
  }
}
@keyframes fa-spin {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
.fa-rotate-90 {
  transform: rotate(90deg);
}
.fa-rotate-180 {
  transform: rotate(180deg);
}
.fa-rotate-270 {
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  transform: scaleX(-1);
}
.fa-flip-vertical {
  transform: scaleY(-1);
}
.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  transform: scale(-1);
}
.fa-rotate-by {
  transform: rotate(var(--fa-rotate-angle, 0));
}
.fa-stack {
  vertical-align: middle;
  width: 2.5em;
  height: 2em;
  line-height: 2em;
  display: inline-block;
  position: relative;
}
.fa-stack-1x,
.fa-stack-2x {
  text-align: center;
  width: 100%;
  z-index: var(--fa-stack-z-index, auto);
  position: absolute;
  left: 0;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: var(--fa-inverse, #fff);
}
.sr-only,
.fa-sr-only,
.sr-only-focusable:not(:focus),
.fa-sr-only-focusable:not(:focus) {
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  overflow: hidden;
}
.fak.fa-sportgeneric,
.fa-kit.fa-sportgeneric {
  --fa: "";
  --fa--fa: "";
}
.fak.fa-baseball,
.fa-kit.fa-baseball {
  --fa: "";
  --fa--fa: "";
}
.fak.fa-basketball,
.fa-kit.fa-basketball {
  --fa: "";
  --fa--fa: "";
}
.fak.fa-boxing,
.fa-kit.fa-boxing {
  --fa: "";
  --fa--fa: "";
}
.fak.fa-cricket,
.fa-kit.fa-cricket {
  --fa: "";
  --fa--fa: "";
}
.fak.fa-darts,
.fa-kit.fa-darts {
  --fa: "";
  --fa--fa: "";
}
.fak.fa-entertainm,
.fa-kit.fa-entertainm {
  --fa: "";
  --fa--fa: "";
}
.fak.fa-esports,
.fa-kit.fa-esports {
  --fa: "";
  --fa--fa: "";
}
.fak.fa-football,
.fa-kit.fa-football {
  --fa: "";
  --fa--fa: "";
}
.fak.fa-futsal,
.fa-kit.fa-futsal {
  --fa: "";
  --fa--fa: "";
}
.fak.fa-golf,
.fa-kit.fa-golf {
  --fa: "";
  --fa--fa: "";
}
.fak.fa-handball,
.fa-kit.fa-handball {
  --fa: "";
  --fa--fa: "";
}
.fak.fa-ice-hock,
.fa-kit.fa-ice-hock {
  --fa: "";
  --fa--fa: "";
}
.fak.fa-ico-2chevronleft,
.fa-kit.fa-ico-2chevronleft {
  --fa: "";
  --fa--fa: "";
}
.fak.fa-ico-2chevronright,
.fa-kit.fa-ico-2chevronright {
  --fa: "";
  --fa--fa: "";
}
.fak.fa-ico-account,
.fa-kit.fa-ico-account {
  --fa: "";
  --fa--fa: "";
}
.fak.fa-ico-activity,
.fa-kit.fa-ico-activity {
  --fa: "";
  --fa--fa: "";
}
.fak.fa-ico-addfunds,
.fa-kit.fa-ico-addfunds {
  --fa: "";
  --fa--fa: "";
}
.fak.fa-ico-arrowdown,
.fa-kit.fa-ico-arrowdown {
  --fa: "";
  --fa--fa: "";
}
.fak.fa-ico-arrowtop,
.fa-kit.fa-ico-arrowtop {
  --fa: "";
  --fa--fa: "";
}
.fak.fa-ico-arrowup,
.fa-kit.fa-ico-arrowup {
  --fa: "";
  --fa--fa: "";
}
.fak.fa-ico-betslip,
.fa-kit.fa-ico-betslip {
  --fa: "";
  --fa--fa: "";
}
.fak.fa-ico-betslipoff,
.fa-kit.fa-ico-betslipoff {
  --fa: "";
  --fa--fa: "";
}
.fak.fa-ico-breadcrumb,
.fa-kit.fa-ico-breadcrumb {
  --fa: "";
  --fa--fa: "";
}
.fak.fa-ico-burger,
.fa-kit.fa-ico-burger {
  --fa: "";
  --fa--fa: "";
}
.fak.fa-ico-call,
.fa-kit.fa-ico-call {
  --fa: "";
  --fa--fa: "";
}
.fak.fa-ico-chat,
.fa-kit.fa-ico-chat {
  --fa: "";
  --fa--fa: "";
}
.fak.fa-ico-check,
.fa-kit.fa-ico-check {
  --fa: "";
  --fa--fa: "";
}
.fak.fa-ico-chevrondown,
.fa-kit.fa-ico-chevrondown {
  --fa: "";
  --fa--fa: "";
}
.fak.fa-ico-chevronleft,
.fa-kit.fa-ico-chevronleft {
  --fa: "";
  --fa--fa: "";
}
.fak.fa-ico-chevronright,
.fa-kit.fa-ico-chevronright {
  --fa: "";
  --fa--fa: "";
}
.fak.fa-ico-chevronsright,
.fa-kit.fa-ico-chevronsright {
  --fa: "";
  --fa--fa: "";
}
.fak.fa-ico-chevronup,
.fa-kit.fa-ico-chevronup {
  --fa: "";
  --fa--fa: "";
}
.fak.fa-ico-clear,
.fa-kit.fa-ico-clear {
  --fa: "";
  --fa--fa: "";
}
.fak.fa-ico-cleartxt,
.fa-kit.fa-ico-cleartxt {
  --fa: "";
  --fa--fa: "";
}
.fak.fa-ico-close,
.fa-kit.fa-ico-close {
  --fa: "";
  --fa--fa: "";
}
.fak.fa-ico-collapseall,
.fa-kit.fa-ico-collapseall {
  --fa: "";
  --fa--fa: "";
}
.fak.fa-ico-communication,
.fa-kit.fa-ico-communication {
  --fa: "";
  --fa--fa: "";
}
.fak.fa-ico-compass,
.fa-kit.fa-ico-compass {
  --fa: "";
  --fa--fa: "";
}
.fak.fa-ico-date,
.fa-kit.fa-ico-date {
  --fa: "";
  --fa--fa: "";
}
.fak.fa-ico-dercollapse,
.fa-kit.fa-ico-dercollapse {
  --fa: "";
  --fa--fa: "";
}
.fak.fa-ico-derexpand,
.fa-kit.fa-ico-derexpand {
  --fa: "";
  --fa--fa: "";
}
.fak.fa-ico-detach,
.fa-kit.fa-ico-detach {
  --fa: "";
  --fa--fa: "";
}
.fak.fa-ico-donut,
.fa-kit.fa-ico-donut {
  --fa: "";
  --fa--fa: "";
}
.fak.fa-ico-edit,
.fa-kit.fa-ico-edit {
  --fa: "";
  --fa--fa: "";
}
.fak.fa-ico-email,
.fa-kit.fa-ico-email {
  --fa: "";
  --fa--fa: "";
}
.fak.fa-ico-expandall,
.fa-kit.fa-ico-expandall {
  --fa: "";
  --fa--fa: "";
}
.fak.fa-ico-futures,
.fa-kit.fa-ico-futures {
  --fa: "";
  --fa--fa: "";
}
.fak.fa-ico-hide,
.fa-kit.fa-ico-hide {
  --fa: "";
  --fa--fa: "";
}
.fak.fa-ico-home,
.fa-kit.fa-ico-home {
  --fa: "";
  --fa--fa: "";
}
.fak.fa-ico-homeoff,
.fa-kit.fa-ico-homeoff {
  --fa: "";
  --fa--fa: "";
}
.fak.fa-ico-inbox,
.fa-kit.fa-ico-inbox {
  --fa: "";
  --fa--fa: "";
}
.fak.fa-ico-info,
.fa-kit.fa-ico-info {
  --fa: "";
  --fa--fa: "";
}
.fak.fa-ico-leagues,
.fa-kit.fa-ico-leagues {
  --fa: "";
  --fa--fa: "";
}
.fak.fa-ico-legal,
.fa-kit.fa-ico-legal {
  --fa: "";
  --fa--fa: "";
}
.fak.fa-ico-live,
.fa-kit.fa-ico-live {
  --fa: "";
  --fa--fa: "";
}
.fak.fa-ico-live1,
.fa-kit.fa-ico-live1 {
  --fa: "";
  --fa--fa: "";
}
.fak.fa-ico-locationoff,
.fa-kit.fa-ico-locationoff {
  --fa: "";
  --fa--fa: "";
}
.fak.fa-ico-lock,
.fa-kit.fa-ico-lock {
  --fa: "";
  --fa--fa: "";
}
.fak.fa-ico-minus,
.fa-kit.fa-ico-minus {
  --fa: "";
  --fa--fa: "";
}
.fak.fa-ico-multibet,
.fa-kit.fa-ico-multibet {
  --fa: "";
  --fa--fa: "";
}
.fak.fa-ico-mute,
.fa-kit.fa-ico-mute {
  --fa: "";
  --fa--fa: "";
}
.fak.fa-ico-mybets,
.fa-kit.fa-ico-mybets {
  --fa: "";
  --fa--fa: "";
}
.fak.fa-ico-mybetsoff,
.fa-kit.fa-ico-mybetsoff {
  --fa: "";
  --fa--fa: "";
}
.fak.fa-ico-pause,
.fa-kit.fa-ico-pause {
  --fa: "";
  --fa--fa: "";
}
.fak.fa-ico-pin,
.fa-kit.fa-ico-pin {
  --fa: "";
  --fa--fa: "";
}
.fak.fa-ico-play,
.fa-kit.fa-ico-play {
  --fa: "";
  --fa--fa: "";
}
.fak.fa-ico-playerprotection,
.fa-kit.fa-ico-playerprotection {
  --fa: "";
  --fa--fa: "";
}
.fak.fa-ico-plus,
.fa-kit.fa-ico-plus {
  --fa: "";
  --fa--fa: "";
}
.fak.fa-ico-privacy,
.fa-kit.fa-ico-privacy {
  --fa: "";
  --fa--fa: "";
}
.fak.fa-ico-refresh,
.fa-kit.fa-ico-refresh {
  --fa: "";
  --fa--fa: "";
}
.fak.fa-ico-rules,
.fa-kit.fa-ico-rules {
  --fa: "";
  --fa--fa: "";
}
.fak.fa-ico-search,
.fa-kit.fa-ico-search {
  --fa: "";
  --fa--fa: "";
}
.fak.fa-ico-security,
.fa-kit.fa-ico-security {
  --fa: "";
  --fa--fa: "";
}
.fak.fa-ico-settings,
.fa-kit.fa-ico-settings {
  --fa: "";
  --fa--fa: "";
}
.fak.fa-ico-show,
.fa-kit.fa-ico-show {
  --fa: "";
  --fa--fa: "";
}
.fak.fa-ico-signout,
.fa-kit.fa-ico-signout {
  --fa: "";
  --fa--fa: "";
}
.fak.fa-ico-star,
.fa-kit.fa-ico-star {
  --fa: "";
  --fa--fa: "";
}
.fak.fa-ico-starsolid,
.fa-kit.fa-ico-starsolid {
  --fa: "";
  --fa--fa: "";
}
.fak.fa-ico-success,
.fa-kit.fa-ico-success {
  --fa: "";
  --fa--fa: "";
}
.fak.fa-ico-support,
.fa-kit.fa-ico-support {
  --fa: "";
  --fa--fa: "";
}
.fak.fa-ico-time,
.fa-kit.fa-ico-time {
  --fa: "";
  --fa--fa: "";
}
.fak.fa-ico-transactions,
.fa-kit.fa-ico-transactions {
  --fa: "";
  --fa--fa: "";
}
.fak.fa-ico-trash,
.fa-kit.fa-ico-trash {
  --fa: "";
  --fa--fa: "";
}
.fak.fa-ico-unpin,
.fa-kit.fa-ico-unpin {
  --fa: "";
  --fa--fa: "";
}
.fak.fa-ico-upcoming,
.fa-kit.fa-ico-upcoming {
  --fa: "";
  --fa--fa: "";
}
.fak.fa-ico-user,
.fa-kit.fa-ico-user {
  --fa: "";
  --fa--fa: "";
}
.fak.fa-ico-useroff,
.fa-kit.fa-ico-useroff {
  --fa: "";
  --fa--fa: "";
}
.fak.fa-ico-video,
.fa-kit.fa-ico-video {
  --fa: "";
  --fa--fa: "";
}
.fak.fa-ico-volume,
.fa-kit.fa-ico-volume {
  --fa: "";
  --fa--fa: "";
}
.fak.fa-ico-wallet,
.fa-kit.fa-ico-wallet {
  --fa: "";
  --fa--fa: "";
}
.fak.fa-ico-warning,
.fa-kit.fa-ico-warning {
  --fa: "";
  --fa--fa: "";
}
.fak.fa-ico-x-point,
.fa-kit.fa-ico-x-point {
  --fa: "";
  --fa--fa: "";
}
.fak.fa-ilu-acc-blocked,
.fa-kit.fa-ilu-acc-blocked {
  --fa: "";
  --fa--fa: "";
}
.fak.fa-ilu-android-face,
.fa-kit.fa-ilu-android-face {
  --fa: "";
  --fa--fa: "";
}
.fak.fa-ilu-android-finger,
.fa-kit.fa-ilu-android-finger {
  --fa: "";
  --fa--fa: "";
}
.fak.fa-ilu-betslip-empty,
.fa-kit.fa-ilu-betslip-empty {
  --fa: "";
  --fa--fa: "";
}
.fak.fa-ilu-biometric-default,
.fa-kit.fa-ilu-biometric-default {
  --fa: "";
  --fa--fa: "";
}
.fak.fa-ilu-biometric-default2,
.fa-kit.fa-ilu-biometric-default2 {
  --fa: "";
  --fa--fa: "";
}
.fak.fa-ilu-flag,
.fa-kit.fa-ilu-flag {
  --fa: "";
  --fa--fa: "";
}
.fak.fa-ilu-inbox,
.fa-kit.fa-ilu-inbox {
  --fa: "";
  --fa--fa: "";
}
.fak.fa-ilu-ios-face,
.fa-kit.fa-ilu-ios-face {
  --fa: "";
  --fa--fa: "";
}
.fak.fa-ilu-ios-finger,
.fa-kit.fa-ilu-ios-finger {
  --fa: "";
  --fa--fa: "";
}
.fak.fa-ilu-kyc,
.fa-kit.fa-ilu-kyc {
  --fa: "";
  --fa--fa: "";
}
.fak.fa-ilu-location-error,
.fa-kit.fa-ilu-location-error {
  --fa: "";
  --fa--fa: "";
}
.fak.fa-ilu-no-content,
.fa-kit.fa-ilu-no-content {
  --fa: "";
  --fa--fa: "";
}
.fak.fa-ilu-no-results,
.fa-kit.fa-ilu-no-results {
  --fa: "";
  --fa--fa: "";
}
.fak.fa-ilu-sent,
.fa-kit.fa-ilu-sent {
  --fa: "";
  --fa--fa: "";
}
.fak.fa-ilu-stream-error,
.fa-kit.fa-ilu-stream-error {
  --fa: "";
  --fa--fa: "";
}
.fak.fa-ilu-stream-loader,
.fa-kit.fa-ilu-stream-loader {
  --fa: "";
  --fa--fa: "";
}
.fak.fa-jaialai,
.fa-kit.fa-jaialai {
  --fa: "";
  --fa--fa: "";
}
.fak.fa-mma,
.fa-kit.fa-mma {
  --fa: "";
  --fa--fa: "";
}
.fak.fa-motorsport,
.fa-kit.fa-motorsport {
  --fa: "";
  --fa--fa: "";
}
.fak.fa-rugby,
.fa-kit.fa-rugby {
  --fa: "";
  --fa--fa: "";
}
.fak.fa-snooker,
.fa-kit.fa-snooker {
  --fa: "";
  --fa--fa: "";
}
.fak.fa-soccer,
.fa-kit.fa-soccer {
  --fa: "";
  --fa--fa: "";
}

.fak.fa-table-tenn,
.fa-kit.fa-table-tenn {
  --fa: "";
  --fa--fa: "";
}
.fak.fa-tennis,
.fa-kit.fa-tennis {
  --fa: "";
  --fa--fa: "";
}
.fak.fa-volley,
.fa-kit.fa-volley {
  --fa: "";
  --fa--fa: "";
}
.fak,
.fa-kit {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: var(--fa-display, inline-block);
  font-variant: normal;
  text-rendering: auto;
  font-family: Font Awesome Kit;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}
.fak:before,
.fa-kit:before {
  content: var(--fa);
}
@font-face {
  font-family: Font Awesome Kit;
  font-style: normal;
  font-display: block;
  src: url(../webfonts/custom-icons.woff2) format("woff2"),
    url(../webfonts/custom-icons.ttf) format("truetype");
}
