.dialog__overlay {
  z-index: 1000;
  background-color: #000c;
  animation: 0.3s cubic-bezier(0.16, 1, 0.3, 1) overlayShow;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.dialog__content {
  z-index: 1001;
  border-radius: 12px;
  width: calc(100% - 24px);
  max-width: 450px;
  max-height: 85vh;
  padding: 10px;
  font-family: Montserrat, sans-serif;
  animation: 0.3s cubic-bezier(0.16, 1, 0.3, 1) contentShow;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 10px 38px -10px #0e121659, 0 10px 20px -15px #0e121633;
}
.dialog__content h1 {
  color: #fff;
  font-feature-settings: "clig" off, "liga" off;
  letter-spacing: 1px;
  text-align: center;
  margin-bottom: 16px;
  font-size: 22px;
  font-weight: 700;
  line-height: 26px;
}
.dialog__content .freebet-btn {
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  border: none;
  border-radius: 12px;
  padding: 12px;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  transition: all 0.3s;
  box-shadow: 0 3px 4px #00000040;
}
.dialog__content .freebet-btn:hover {
  cursor: pointer;
}
.dialog__content .freebet-btn_primary {
  color: #101620;
  background: #ffba0a;
}
.dialog__content .freebet-btn_primary:hover {
  cursor: pointer;
  background: #ffc83d;
}
.dialog__content_chicken-road {
  background-color: #3a3d51;
  border: 2px solid #404b4f;
}
.dialog__content_chicken-road .freebet-btn {
  background: #ffffff1a;
  box-shadow: 0 3px 4px #00000040;
}
.dialog__content_chicken-road .freebet-btn:hover {
  background: #fff3;
}
.dialog__content_chicken-road .freebet-btn_primary {
  color: #1d1f21;
  background: #ffc21a;
}
.dialog__content_chicken-road .freebet-btn_primary:hover {
  cursor: pointer;
  background: #ffd04d;
}
.dialog__content_chicken-road-two {
  background-color: #1c1c21;
  border: 2px solid #ffffff1a;
  box-shadow: 0 4px 16px #00000026;
}
.dialog__content_chicken-road-two .freebet-btn {
  background: #ffffff1a;
  box-shadow: 0 3px 4px #00000040;
}
.dialog__content_chicken-road-two .freebet-btn:hover {
  background: #fff3;
}
.dialog__content_chicken-road-two .freebet-btn_primary {
  color: #1d1f21;
  background: #ffc21a;
}
.dialog__content_chicken-road-two .freebet-btn_primary:hover {
  cursor: pointer;
  background: #ffd04d;
}
.dialog__content_lucky-mines {
  background-color: #23354f;
  border: 2px solid #45618e;
}
.dialog__content_lucky-mines .freebet-btn {
  background: #45618e;
  box-shadow: 0 3px 4px #00000040;
}
.dialog__content_lucky-mines .freebet-btn:hover {
  background: #5879ae;
}
.dialog__content_lucky-mines .freebet-btn_primary {
  color: #101620;
  background: #ffba0a;
}
.dialog__content_lucky-mines .freebet-btn_primary:hover {
  cursor: pointer;
  background: #ffc83d;
}
.dialog__content_plinko {
  background-color: #212e3b;
  box-shadow: 0 4px 16px #00000026;
}
.dialog__content_plinko .freebet-btn {
  background: #ffffff1a;
  box-shadow: 0 3px 4px #00000040;
}
.dialog__content_plinko .freebet-btn:hover {
  background: #506374;
}
.dialog__content_plinko .freebet-btn_primary {
  color: #101620;
  background: #ffba0a;
}
.dialog__content_plinko .freebet-btn_primary:hover {
  cursor: pointer;
  background: #ffc83d;
}
.dialog__content_chicken-coin,
.dialog__content_jokers-clash,
.dialog__content_chicken-road-race,
.dialog__content_chicken-road-zombies,
.dialog__content_cricket-road,
.dialog__content_rabbit-road,
.dialog__content_forest-fortune {
  background-color: #1e1d1c;
  border: 1px solid #ffffff1a;
  box-shadow: 0 4px 16px #00000026;
}
.dialog__content_chicken-coin .freebet-btn,
.dialog__content_jokers-clash .freebet-btn,
.dialog__content_chicken-road-race .freebet-btn,
.dialog__content_chicken-road-zombies .freebet-btn,
.dialog__content_cricket-road .freebet-btn,
.dialog__content_rabbit-road .freebet-btn,
.dialog__content_forest-fortune .freebet-btn {
  box-shadow: none;
  background: #ffffff1a;
  padding: 16px;
}
.dialog__content_chicken-coin .freebet-btn:hover,
.dialog__content_jokers-clash .freebet-btn:hover,
.dialog__content_chicken-road-race .freebet-btn:hover,
.dialog__content_chicken-road-zombies .freebet-btn:hover,
.dialog__content_cricket-road .freebet-btn:hover,
.dialog__content_rabbit-road .freebet-btn:hover,
.dialog__content_forest-fortune .freebet-btn:hover {
  background: #fff3;
}
.dialog__content_chicken-coin .freebet-btn_primary,
.dialog__content_jokers-clash .freebet-btn_primary,
.dialog__content_chicken-road-race .freebet-btn_primary,
.dialog__content_chicken-road-zombies .freebet-btn_primary,
.dialog__content_cricket-road .freebet-btn_primary,
.dialog__content_rabbit-road .freebet-btn_primary,
.dialog__content_forest-fortune .freebet-btn_primary {
  color: #1d1f21;
  background: #ffc21a;
}
.dialog__content_chicken-coin .freebet-btn_primary:hover,
.dialog__content_jokers-clash .freebet-btn_primary:hover,
.dialog__content_chicken-road-race .freebet-btn_primary:hover,
.dialog__content_chicken-road-zombies .freebet-btn_primary:hover,
.dialog__content_cricket-road .freebet-btn_primary:hover,
.dialog__content_rabbit-road .freebet-btn_primary:hover,
.dialog__content_forest-fortune .freebet-btn_primary:hover {
  cursor: pointer;
  background: #ffd04d;
}
.dialog__content_chicken-road-gold {
  background-color: #1e1d1c;
  border: 1px solid #ffffff1a;
  box-shadow: 0 4px 16px #00000026;
}
.dialog__content_chicken-road-gold .freebet-btn {
  box-shadow: none;
  background: #3d3833;
  padding: 16px;
}
.dialog__content_chicken-road-gold .freebet-btn:hover {
  background: #fff3;
}
.dialog__content_chicken-road-gold .freebet-btn_primary {
  color: #1d1f21;
  background: #ffc21a;
}
.dialog__content_chicken-road-gold .freebet-btn_primary:hover {
  cursor: pointer;
  background: #ffd04d;
}
.dialog__content_chicken-road-vegas {
  background-color: #1e1d1c;
  border: 1px solid #ffffff1a;
  box-shadow: 0 4px 16px #00000026;
}
.dialog__content_chicken-road-vegas .freebet-btn {
  box-shadow: none;
  background: #2e3049;
  padding: 16px;
}
.dialog__content_chicken-road-vegas .freebet-btn:hover {
  background: #fff3;
}
.dialog__content_chicken-road-vegas .freebet-btn_primary {
  color: #1d1f21;
  background: #ffc21a;
}
.dialog__content_chicken-road-vegas .freebet-btn_primary:hover {
  cursor: pointer;
  background: #ffd04d;
}
.dialog__content_pengu-sport,
.dialog__content_aviafly-two,
.dialog__content_wheel-out {
  background-color: #191e22;
  border: 1px solid #ffffff1a;
  border-radius: 20px;
  box-shadow: 0 4px 16px #00000026;
}
.dialog__content_pengu-sport .freebet-btn,
.dialog__content_aviafly-two .freebet-btn,
.dialog__content_wheel-out .freebet-btn {
  box-shadow: none;
  background: #ffffff1a;
  padding: 16px;
}
.dialog__content_pengu-sport .freebet-btn:hover,
.dialog__content_aviafly-two .freebet-btn:hover,
.dialog__content_wheel-out .freebet-btn:hover {
  background: #fff3;
}
.dialog__content_pengu-sport .freebet-btn_primary,
.dialog__content_aviafly-two .freebet-btn_primary,
.dialog__content_wheel-out .freebet-btn_primary {
  color: #1d1f21;
  background: #ffc21a;
}
.dialog__content_pengu-sport .freebet-btn_primary:hover,
.dialog__content_aviafly-two .freebet-btn_primary:hover,
.dialog__content_wheel-out .freebet-btn_primary:hover {
  cursor: pointer;
  background: #ffd04d;
}
.dialog__content:focus {
  outline: none;
}
.dialog__header {
  margin-bottom: 40px;
}
.dialog__title {
  color: #fff;
  letter-spacing: -0.3px;
  align-items: center;
  margin: 0;
  padding-right: 24px;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  display: flex;
  position: relative;
}
.dialog__title button {
  cursor: pointer;
  background: 0 0;
  border: none;
  align-items: center;
  display: flex;
}
.dialog__title button svg {
  fill: #fff;
  transition: all 0.3s;
}
.dialog__title button:hover svg {
  fill: #b3b3b3;
}
.dialog__close {
  position: absolute;
  right: 0;
}
.dialog__close:focus-visible {
  outline: none;
}
.dialog__close svg {
  width: 20px;
  height: 20px;
}
.dialog__description {
  display: block;
}
.dialog__footer {
  flex-flow: column wrap;
  align-items: stretch;
  gap: 10px;
  margin-top: 40px;
  display: flex;
}
.dialog__footer button {
  flex-grow: 1;
}
@media (min-width: 991px) {
  .dialog__title {
    font-size: 18px;
  }
  .dialog__close svg {
    width: 24px;
    height: 24px;
  }
  .dialog__content {
    max-width: 604px;
    padding: 24px;
  }
  .dialog__content h1 {
    margin-top: 0;
    margin-bottom: 24px;
    font-size: 32px;
    font-weight: 700;
    line-height: 38px;
  }
  .dialog__footer {
    flex-direction: row-reverse;
    gap: 16px;
  }
  .dialog__footer button {
    flex-basis: 40%;
    width: auto;
  }
}
@keyframes overlayShow {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes contentShow {
  0% {
    opacity: 0;
    transform: translate(-50%, -48%) scale(0.8);
  }
  to {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
}
.dialog-banner {
  color: #fff;
  text-align: center;
  background-color: #151d29;
  background-position: bottom;
  background-size: cover;
  border-radius: 12px;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  min-height: 156px;
  padding: 48px 16px;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  display: flex;
}
.dialog-banner_chicken-road {
  background-color: #222431;
  background-image: url(/static/image/chicken-road-bg-mobile.6f4d04c9.png);
}
.dialog-banner_chicken-road-two {
  z-index: -2;
  background: radial-gradient(
    69.23% 69.23% at 50% 46.15%,
    #16171b 51.49%,
    #16171b26 100%
  );
  border: 1px solid #ffffff26;
  position: relative;
}
.dialog-banner_chicken-road-two:before {
  z-index: -1;
  content: "";
  background-image: url(/static/image/chicken-road-two-bg-mobile-2x.6485e49a.png);
  background-position: 50%;
  background-size: cover;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.dialog-banner_chicken-road-gold {
  z-index: -2;
  background: radial-gradient(41.47% 41.47%, #816e5999 0%, #25272b00 100%);
  position: relative;
  overflow: hidden;
}
.dialog-banner_chicken-road-gold:before {
  z-index: -1;
  content: "";
  background-image: url(/static/image/chicken-road-gold-bg-mobile-min.d80b0ed3.jpg);
  background-position: 50%;
  background-size: cover;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.dialog-banner_chicken-road-race {
  z-index: -2;
  background: radial-gradient(41.47% 41.47%, #816e5999 0%, #25272b00 100%);
  position: relative;
  overflow: hidden;
}
.dialog-banner_chicken-road-race:before {
  z-index: -1;
  content: "";
  background-image: url(/static/image/chicken-road-race-bg-mobile-min.a9a8876d.jpg);
  background-position: 50%;
  background-size: cover;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.dialog-banner_chicken-road-vegas {
  z-index: -2;
  background: radial-gradient(41.47% 41.47%, #816e5999 0%, #25272b00 100%);
  position: relative;
  overflow: hidden;
}
.dialog-banner_chicken-road-vegas:before {
  z-index: -1;
  content: "";
  background-image: url(/static/image/chicken-road-vegas-bg-mobile-min.25a2c617.jpg);
  background-position: 50%;
  background-size: cover;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.dialog-banner_chicken-road-zombies {
  z-index: -2;
  background: radial-gradient(41.47% 41.47%, #816e5999 0%, #25272b00 100%);
  position: relative;
  overflow: hidden;
}
.dialog-banner_chicken-road-zombies:before {
  z-index: -1;
  content: "";
  background-image: url(/static/image/chicken-vs-zombies-bg-mobile-min.e8a40551.jpg);
  background-position: 50%;
  background-size: cover;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.dialog-banner_cricket-road {
  z-index: -2;
  background: radial-gradient(41.47% 41.47%, #816e5999 0%, #25272b00 100%);
  position: relative;
  overflow: hidden;
}
.dialog-banner_cricket-road:before {
  z-index: -1;
  content: "";
  background-image: url(/static/image/cricket-road-bg-mobile-min.39adebc6.jpg);
  background-position: 50%;
  background-size: cover;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.dialog-banner_rabbit-road {
  z-index: -2;
  background: radial-gradient(41.47% 41.47%, #816e5999 0%, #25272b00 100%);
  position: relative;
  overflow: hidden;
}
.dialog-banner_rabbit-road:before {
  z-index: -1;
  content: "";
  background-image: url(/static/image/rabbit-road-bg-mobile-min.35ab5990.jpg);
  background-position: 50%;
  background-size: cover;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.dialog-banner_forest-fortune-v1 {
  z-index: -2;
  background: radial-gradient(41.47% 41.47%, #816e5999 0%, #25272b00 100%);
  position: relative;
  overflow: hidden;
}
.dialog-banner_forest-fortune-v1:before {
  z-index: -1;
  content: "";
  background-image: url(/static/image/forest-fortune-bg-mobile-min.85ac2395.jpg);
  background-position: 50%;
  background-size: cover;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.dialog-banner_pengu-sport,
.dialog-banner_aviafly-two,
.dialog-banner_chicken-coin,
.dialog-banner_jokers-clash,
.dialog-banner_wheel-out {
  z-index: -2;
  background-color: #191e22;
  position: relative;
  overflow: hidden;
}
.dialog-banner_pengu-sport:before,
.dialog-banner_aviafly-two:before,
.dialog-banner_chicken-coin:before,
.dialog-banner_jokers-clash:before,
.dialog-banner_wheel-out:before {
  z-index: -1;
  content: "";
  background-image: var(--freebet-bg-mobile);
  background-position: bottom;
  background-size: cover;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.dialog-banner_lucky-mines {
  background-image: url(/static/image/lucky-mines-bg.46c337f3.png);
}
.dialog-banner_plinko {
  z-index: -2;
  background: radial-gradient(
    69.23% 69.23% at 50% 46.15%,
    #16171b 51.49%,
    #16171b26 100%
  );
  position: relative;
}
.dialog-banner_plinko:before {
  z-index: -1;
  content: "";
  background-image: url(/static/image/plinko-bg-mobile-2x.31f32101.png);
  background-position: 50%;
  background-size: cover;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.dialog-banner span {
  color: #ffc21a;
  display: contents;
}
.dialog-banner p {
  text-align: center;
  letter-spacing: -0.3px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
}
.dialog-banner .banner-text {
  padding: 0;
}
.dialog-banner .sub-text {
  color: #ffffff80;
  letter-spacing: -0.3px;
  width: 240px;
  margin-top: 8px;
  font-size: 12px;
  font-weight: 600;
  line-height: 120%;
}
@media (min-width: 991px) {
  .dialog-banner {
    padding: 38px 24px;
  }
  .dialog-banner_chicken-road {
    background-image: url(/static/image/chicken-road-bg.0ddd04b8.png);
  }
  .dialog-banner_chicken-road-gold:before {
    background-image: url(/static/image/chicken-road-gold-bg-min.b11774c8.jpg);
  }
  .dialog-banner_chicken-road-vegas:before {
    background-image: url(/static/image/chicken-road-vegas-bg-min.36c98c99.jpg);
  }
  .dialog-banner_chicken-road-race:before {
    background-image: url(/static/image/chicken-road-race-bg-min.28d2e1cb.jpg);
  }
  .dialog-banner_chicken-road-zombies:before {
    background-image: url(/static/image/chicken-vs-zombies-bg-min.f691c125.png);
  }
  .dialog-banner_cricket-road:before {
    background-image: url(/static/image/cricket-road-bg-min.4849ac48.jpg);
  }
  .dialog-banner_rabbit-road:before {
    background-image: url(/static/image/rabbit-road-bg-min.3603616e.jpg);
  }
  .dialog-banner_forest-fortune-v1:before {
    background-image: url(/static/image/forest-fortune-bg-min.aad01db4.jpg);
  }
  .dialog-banner_pengu-sport:before,
  .dialog-banner_aviafly-two:before,
  .dialog-banner_chicken-coin:before,
  .dialog-banner_jokers-clash:before,
  .dialog-banner_wheel-out:before {
    background-image: var(--freebet-bg-desktop);
  }
  .dialog-banner p {
    width: 100%;
    font-size: 26px;
  }
  .dialog-banner .sub-text {
    width: 100%;
    font-size: 16px;
  }
}
.freebet-counter {
  color: #fff;
  background: linear-gradient(#ffc21a40 0% 100%), #2d324c;
  border: 2px solid #ffc21a;
  border-radius: 8px;
  flex-direction: row-reverse;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  gap: 4px;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  display: flex;
}
.freebet-counter p {
  margin: 0;
}
.freebet-counter_chicken-road {
  min-width: 136px;
  padding: 12px 8px;
}
.freebet-counter_lucky-mines {
  padding: 8px;
  justify-content: center !important;
}
.freebet-counter_plinko {
  border-radius: 4px;
  margin-top: 14px;
  padding: 4px 12px;
  justify-content: center !important;
}
.freebet-counter_chicken-road-gold {
  background: #28282c;
  border: 1px solid #fff3;
  margin: 0 4px;
  padding: 8px;
  font-family: Roboto Flex, sans-serif;
  font-size: 12px;
  position: absolute;
  top: -40px;
  left: 0;
  right: 0;
}
.freebet-counter_chicken-road-gold p {
  font-size: 12px;
}
.freebet-counter_chicken-road-vegas {
  background: #28282c;
  border: 1px solid #fff3;
  margin: 0 4px;
  padding: 8px;
  font-family: Roboto Flex, sans-serif;
  font-size: 12px;
  position: absolute;
  top: -40px;
  left: 0;
  right: 0;
}
.freebet-counter_chicken-road-vegas p {
  font-size: 12px;
}
.freebet-counter_chicken-road-zombies {
  background: #28282c;
  border: 1px solid #fff3;
  margin: 0 4px;
  padding: 8px;
  font-family: Roboto Flex, sans-serif;
  font-size: 12px;
  position: absolute;
  top: -40px;
  left: 0;
  right: 0;
}
.freebet-counter_chicken-road-zombies p {
  font-size: 12px;
}
.freebet-counter_chicken-road-race {
  background: #28282c;
  border: 1px solid #fff3;
  margin: 0 4px;
  padding: 8px;
  font-family: Roboto Flex, sans-serif;
  font-size: 12px;
  position: absolute;
  top: -40px;
  left: 0;
  right: 0;
}
.freebet-counter_chicken-road-race p {
  font-size: 12px;
}
.freebet-counter_cricket-road {
  background: #28282c;
  border: 1px solid #fff3;
  margin: 0 4px;
  padding: 8px;
  font-family: Roboto Flex, sans-serif;
  font-size: 12px;
  position: absolute;
  top: -40px;
  left: 0;
  right: 0;
}
.freebet-counter_cricket-road p {
  font-size: 12px;
}
.freebet-counter_rabbit-road {
  background: #28282c;
  border: 1px solid #fff3;
  margin: 0 4px;
  padding: 8px;
  font-family: Roboto Flex, sans-serif;
  font-size: 12px;
  position: absolute;
  top: -40px;
  left: 0;
  right: 0;
}
.freebet-counter_rabbit-road p {
  font-size: 12px;
}
.freebet-counter_forest-fortune {
  background: linear-gradient(#5d322dc2 0%, #802d22bd 100%);
  border: 1px solid #a06c4c;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin: 0;
  padding: 18px 24px;
  font-family: Roboto Flex, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  position: relative;
  top: 0;
}
.freebet-counter_forest-fortune p {
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
}
@media (min-aspect-ratio: 110/100) {
  .freebet-counter_chicken-road {
    flex-direction: column;
    padding: 12px;
    font-size: 18px;
    line-height: 150%;
  }
  .freebet-counter_chicken-road span {
    color: #ffffff80;
  }
}
@media (min-aspect-ratio: 120/100) {
  .freebet-counter_lucky-mines {
    flex-direction: column;
    gap: 0;
    padding: 3.5px 16px;
    font-size: 18px;
    line-height: 150%;
  }
  .freebet-counter_lucky-mines span {
    color: #ffffff80;
  }
  .freebet-counter_lucky-mines p {
    font-size: 20px;
  }
}
@media (min-aspect-ratio: 95/100) {
  .freebet-counter_chicken-road-gold {
    text-transform: uppercase;
    background: #ffffff0d;
    border: none;
    border-radius: 12px;
    flex-grow: 1;
    justify-content: center;
    align-items: center;
    height: 100%;
    margin: 0 8px;
    padding: 8px 16px;
    font-size: 18px;
    position: relative;
    top: 0;
  }
  .freebet-counter_chicken-road-gold p {
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
  }
  .freebet-counter_chicken-road-vegas {
    text-transform: uppercase;
    background: #ffffff0d;
    border: none;
    border-radius: 12px;
    flex-grow: 1;
    justify-content: center;
    align-items: center;
    height: 100%;
    margin: 0 8px;
    padding: 8px 16px;
    font-size: 18px;
    position: relative;
    top: 0;
  }
  .freebet-counter_chicken-road-vegas p {
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
  }
  .freebet-counter_chicken-road-zombies {
    text-transform: uppercase;
    background: #ffffff0d;
    border: none;
    border-radius: 12px;
    flex-grow: 1;
    justify-content: center;
    align-items: center;
    height: 100%;
    margin: 0 8px;
    padding: 8px 16px;
    font-size: 18px;
    position: relative;
    top: 0;
  }
  .freebet-counter_chicken-road-zombies p {
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
  }
  .freebet-counter_chicken-road-race {
    text-transform: uppercase;
    background: #ffffff0d;
    border: none;
    border-radius: 12px;
    flex-grow: 1;
    justify-content: center;
    align-items: center;
    height: 100%;
    margin: 0 8px;
    padding: 8px 16px;
    font-size: 18px;
    position: relative;
    top: 0;
  }
  .freebet-counter_chicken-road-race p {
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
  }
  .freebet-counter_cricket-road {
    text-transform: uppercase;
    background: #ffffff0d;
    border: none;
    border-radius: 12px;
    flex-grow: 1;
    justify-content: center;
    align-items: center;
    height: 100%;
    margin: 0 8px;
    padding: 8px 16px;
    font-size: 18px;
    position: relative;
    top: 0;
  }
  .freebet-counter_cricket-road p {
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
  }
  .freebet-counter_rabbit-road {
    text-transform: uppercase;
    background: #ffffff0d;
    border: none;
    border-radius: 12px;
    flex-grow: 1;
    justify-content: center;
    align-items: center;
    height: 100%;
    margin: 0 8px;
    padding: 8px 16px;
    font-size: 18px;
    position: relative;
    top: 0;
  }
  .freebet-counter_rabbit-road p {
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
  }
}
@media (max-aspect-ratio: 100/100) {
  .freebet-counter_forest-fortune {
    border-radius: 8px;
    padding: 4px 6px;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.4;
  }
  .freebet-counter_forest-fortune p {
    font-size: 12px;
  }
}
@media (min-aspect-ratio: 120/100) {
  .freebet-counter_plinko {
    margin-top: 37px;
    margin-bottom: 37px;
    padding: 9px 12px;
  }
}
