.hotBonuses__header {
  width: 48px;
  height: 48px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: linear-gradient(180deg, rgba(255, 177, 0, 0) 0%, rgba(255, 177, 0, 0.16) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-left: 12px;
  cursor: pointer;
  order: 3;
  overflow: hidden;
}
.hotBonuses__header--wrapper {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.hotBonuses__header--bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.hotBonuses__header--icon {
  position: relative;
  z-index: 1;
}
.hotBonuses__header--title {
  position: absolute;
  z-index: 2;
  bottom: 10px;
  background: linear-gradient(0deg, #FFE59A 0%, #FFFFD5 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  font-size: 10px;
  font-weight: 900;
  line-height: 16px;
  text-transform: uppercase;
}
.hotBonuses__popup {
  background: rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(4px);
  position: fixed;
  top: 88px;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  align-items: flex-start;
  justify-content: flex-start;
  z-index: 101;
}
.hotBonuses__popup.show {
  display: flex;
}
@media (max-width: 576px) {
  .hotBonuses__popup {
    top: 72px;
  }
  .hotBonuses__popup .container-fluid {
    padding: 0;
  }
}
.hotBonuses__content {
  border-radius: 0 0 20px 20px;
  background: linear-gradient(180deg, rgba(255, 177, 0, 0) 0%, rgba(255, 177, 0, 0.16) 100%), #181818;
  box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.48);
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  width: 375px;
  margin-left: auto;
}
@media (max-width: 576px) {
  .hotBonuses__content {
    width: 100%;
  }
}
.hotBonuses__title {
  display: flex;
  align-items: center;
  color: #f0ad00;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  margin: 0 0 16px 0;
}
.hotBonuses__title:after {
  content: attr(data-text-after);
}
.hotBonuses__title img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}
.hotBonuses__bonuses {
  max-height: 450px;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.hotBonuses__bonuses::-webkit-scrollbar {
  display: none;
}
.hotBonuses__bonus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: #2B2B2B;
  width: 100%;
  margin-bottom: 8px;
  position: relative;
  cursor: pointer;
}
.hotBonuses__bonus:last-of-type {
  margin-bottom: 0;
}
.hotBonuses__bonus--best {
  position: absolute;
  top: -2px;
  left: 2px;
  width: 100%;
  border-radius: 16px 16px 0 0;
  background: linear-gradient(1deg, #FD9902 -31.89%, #FCD950 60.87%);
  color: #181818;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 0.48px;
  text-transform: uppercase;
  padding: 4px 16px;
}
.hotBonuses__bonus--best .title:before {
  content: attr(data-text-before);
}
.hotBonuses__bonus--best .number {
  position: absolute;
  top: 0;
  left: -4px;
  border-radius: 16px 0;
  background: linear-gradient(1deg, #FD9902 -31.89%, #FCD950 60.87%);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
  color: #181818;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hotBonuses__bonus--ordered {
  border: 1px solid #FD9902;
  background: rgba(61, 41, 0, 0.6);
  backdrop-filter: blur(10px);
}
.hotBonuses__bonus--ordered--first {
  border-width: 2px;
  padding-top: 32px;
}
.hotBonuses__bonus--label {
  position: absolute;
  top: -1px;
  left: -1px;
  border-radius: 16px 0;
  background: linear-gradient(1deg, #FD9902 -31.89%, #FCD950 60.87%);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
  color: #181818;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hotBonuses__bonus--label:before {
  content: attr(data-text-before);
}
.hotBonuses__bonus--card {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
}
.hotBonuses__bonus--logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  min-width: 64px;
  height: 64px;
  min-height: 64px;
  border-radius: 12px;
  margin-right: 12px;
}
.hotBonuses__bonus--logo img {
  max-width: 90%;
  max-height: 90%;
  height: auto;
  width: auto;
}
.hotBonuses__bonus--data {
  display: flex;
  flex-direction: column;
  margin-left: 0;
  margin-right: auto;
  width: 100%;
}
.hotBonuses__bonus--title {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  margin: 0;
}
.hotBonuses__bonus--info {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 8px;
}
.hotBonuses__bonus--value {
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.12px;
  color: #b5b5b5;
  margin: 0;
}
.hotBonuses__bonus--value:before {
  content: attr(data-text-before);
}
.hotBonuses__bonus--value span {
  color: #ffffff;
}
.hotBonuses__bonus--value span:before {
  content: attr(data-text-before);
}
.hotBonuses__bonus--value:first-of-type {
  margin-right: 8px;
}
.hotBonuses__bonus--promo {
  border-radius: 12px;
  border: 1px dashed rgba(255, 255, 255, 0.16);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 12px;
  cursor: pointer;
  margin-top: 8px;
}
.hotBonuses__bonus--promo .code {
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
}
.hotBonuses__bonus--promo .code:before {
  content: attr(data-text-before);
}
.hotBonuses__bonus--promo svg {
  width: 16px;
  height: 16px;
}
.hotBonuses__bonus--btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  min-height: 40px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: #05e98f;
  cursor: pointer;
  align-self: center;
  margin-left: 12px;
}
.our_promise {
  margin: 0 0 40px 0;
}
.our_promise .title {
  font-size: 24px;
  line-height: 44px;
  font-weight: 700;
  margin-bottom: 24px;
}
.our_promise-box {
  padding: 24px 20px;
  border-radius: 16px;
  background: #ffffff;
}
.our_promise-box .lists {
  padding: 0;
  margin: 0;
  list-style: none;
}
.our_promise-box .lists .list {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}
.our_promise-box .lists .list:last-child {
  margin-bottom: unset;
}
.our_promise-box .lists .list .icon_check {
  width: 36px;
  min-width: 36px;
  height: 36px;
}
.our_promise-box .lists .list .text {
  margin-left: 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}
.widget-half .popularCategoryWidget .disabled {
  cursor: not-allowed;
}
.widget-half .popularCategoryWidget .disabled:hover .popularCategoryWidget__item__link, .widget-half .popularCategoryWidget .disabled:hover .popularCategoryWidget__item__description, .widget-half .popularCategoryWidget .disabled:hover svg path {
  color: #b5b5b5 !important;
  fill: #b5b5b5 !important;
}
.widget-half .popularCategoryWidget .disabled .popularCategoryWidget__item__description,
.widget-half .popularCategoryWidget .disabled .popularCategoryWidget__item__link {
  color: #b5b5b5 !important;
}
.widget-half .popularCategoryWidget__title {
  display: inline-block;
}
.widget-half .popularCategoryWidget__item {
  background: #ffffff;
  display: flex;
  border-radius: 16px;
  margin-bottom: 12px;
  align-items: center;
  padding: 12px 20px;
}
.widget-half .popularCategoryWidget__item.active .popularCategoryWidget__item__link, .widget-half .popularCategoryWidget__item.active .popularCategoryWidget__item__description, .widget-half .popularCategoryWidget__item.active svg path, .widget-half .popularCategoryWidget__item:hover .popularCategoryWidget__item__link, .widget-half .popularCategoryWidget__item:hover .popularCategoryWidget__item__description, .widget-half .popularCategoryWidget__item:hover svg path {
  color: #5554de;
  fill: #5554de;
}
.widget-half .popularCategoryWidget__item:last-child {
  margin-bottom: 0;
}
.widget-half .popularCategoryWidget__item__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  margin-right: 20px;
}
.widget-half .popularCategoryWidget__item__icon svg {
  width: 36px;
  height: 36px;
}
.widget-half .popularCategoryWidget__item__link {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
}
.widget-half .popularCategoryWidget__item__description {
  font-weight: 400;
  font-size: 13px;
  line-height: 24px;
  display: block;
  color: #616161;
}
.slotPlayDetails {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
@media (max-width: 815px) {
  .slotPlayDetails {
    display: block;
  }
}
.slotPlayDetails__demo {
  width: 100%;
  max-width: 824px;
  height: auto;
  min-height: 100%;
  margin-right: 45px;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  position: relative;
}
.slotPlayDetails__demo .slot__container {
  display: flex;
  align-items: center;
  background: #ffffff;
  border-radius: 0 0 20px 20px;
  padding: 19px;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  .slotPlayDetails__demo .slot__container {
    display: block;
  }
}
.slotPlayDetails__demo .slot__playNow {
  width: 100%;
  height: 56px;
  background: #5554de;
  color: #ffffff;
  border-radius: 16px;
  font-size: 16px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.slotPlayDetails__demo .loader_ring {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 90px;
  height: 90px;
  border-radius: 16px;
  background: #f1f1f1;
}
.slotPlayDetails__demo .loader_ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  margin: 8px;
  border: 4px solid #b5b5b5;
  border-radius: 50%;
  animation: loader-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #b5b5b5 transparent transparent transparent;
}
.slotPlayDetails__demo .loader_ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.slotPlayDetails__demo .loader_ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.slotPlayDetails__demo .loader_ring div:nth-child(3) {
  animation-delay: -0.15s;
}
.slotPlayDetails__demo .logo_casino {
  display: block;
  width: 90px;
  height: 90px;
  min-width: 90px;
  min-height: 90px;
  background-position: center center;
  background-size: 70%;
  background-repeat: no-repeat;
  border-radius: 16px;
  position: relative;
  z-index: 10;
  cursor: pointer;
}
.slotPlayDetails__demo .copy_code-dialog {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 685px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 15;
  transform: scale(0);
}
@media (max-width: 815px) {
  .slotPlayDetails__demo .copy_code-dialog {
    max-height: 100vh;
    position: fixed;
    z-index: 110;
  }
}
.slotPlayDetails__demo .copy_code-dialog .modal-dialog {
  margin: 0 20px;
  width: 100%;
  max-width: 497px;
  padding: 40px;
  background: #ffffff;
  border-radius: 20px;
  position: relative;
}
.slotPlayDetails__demo .copy_code-dialog .modal-dialog .close {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 16px;
  right: 16px;
  background: transparent;
  border: unset;
  cursor: pointer;
  padding: unset;
}
.slotPlayDetails__demo .copy_code-dialog .modal-dialog .modal-title {
  margin: 0 0 20px 0;
  font-size: 28px;
  font-weight: 700;
  line-height: 36px;
}
.slotPlayDetails__demo .copy_code-dialog .modal-dialog .modal-body .title_code {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 8px;
}
.slotPlayDetails__demo .copy_code-dialog .modal-dialog .modal-body .textarea_clone {
  background: #f9f9ff;
  border-radius: 12px;
  border: unset;
  resize: unset;
  width: 100%;
  height: 168px;
  padding: 16px;
  margin-top: 8px;
  font-size: 12px;
  outline: unset;
}
.slotPlayDetails__demo .copy_code-dialog .modal-dialog .modal-body .description {
  margin: 20px 0 20px 0;
  text-align: center;
  color: #2B2B2B;
  font-weight: 500;
  font-size: 14px;
}
.slotPlayDetails__demo .copy_code-dialog .modal-dialog .modal-body .modal-footer {
  text-align: center;
}
.slotPlayDetails__demo .copy_code-dialog .modal-dialog .modal-body .modal-footer .copy_button {
  background: #5554de;
  color: #ffffff;
  height: 56px;
  width: 100%;
  max-width: 146px;
  border-radius: 16px;
  font-weight: 600;
  font-size: 16px;
  border: unset;
  cursor: pointer;
}
@keyframes scaleDialogOpen {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes scaleDialogClose {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
.slotPlayDetails__demo .slot__preview {
  height: 100%;
  max-height: 685px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px 20px 0 0;
  margin: 0;
  overflow: hidden;
}
@media (max-width: 815px) {
  .slotPlayDetails__demo .slot__preview {
    height: 273px;
  }
}
@media (max-width: 576px) {
  .slotPlayDetails__demo .slot__preview {
    height: 273px;
  }
}
.slotPlayDetails__demo .slot__preview--bg {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  max-width: 100%;
  height: 100%;
  object-fit: cover;
}
.slotPlayDetails__demo .slot__preview .iframe__container {
  z-index: 10;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.slotPlayDetails__demo .slot__preview::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 15px;
}
.slotPlayDetails__demo .slot__preview--links {
  display: unset;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 10;
  background: #ffffff;
  border-radius: 24px;
  padding: 24px;
  width: 100%;
  max-width: 308px;
}
.slotPlayDetails__demo .slot__preview--links .confirm_text {
  font-size: 12px;
  line-height: 17px;
  text-align: center;
  margin: 16px 0 0 0;
  color: #2B2B2B;
}
.slotPlayDetails__demo .slot__preview--links .slot_preview-box {
  display: flex;
  align-items: center;
}
.slotPlayDetails__demo .slot__preview--links .slot__preview--casino {
  position: relative;
  width: 90px;
  height: 90px;
  min-width: 90px;
}
.slotPlayDetails__demo .slot__preview--links .slot__preview--casino .country_casino {
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  position: absolute;
  bottom: 10%;
  right: 9px;
  z-index: 15;
}
.slotPlayDetails__demo .slot__preview--links .options {
  width: 100%;
  margin-left: 16px;
  text-align: center;
}
.slotPlayDetails__demo .slot__preview--links .options .slot__playFreeCasino {
  display: block;
  margin-top: 16px;
  font-size: 14px;
  color: #4443b8;
  line-height: 20px;
  text-align: center;
  cursor: pointer;
  text-decoration: underline;
}
.slotPlayDetails__demo .slot__rating {
  display: flex;
  align-items: center;
}
.slotPlayDetails__demo .slot__rating--votes {
  color: #6c6c6c;
  font-size: 12px;
  line-height: 17px;
  margin-left: 12px;
}
.slotPlayDetails__demo .slot__rating--stars {
  display: flex;
  margin-top: unset;
  align-items: center;
}
.slotPlayDetails__demo .slot__rating--stars .rating {
  display: flex;
  align-items: center;
  justify-content: center;
}
.slotPlayDetails__demo .slot__rating--stars .active path {
  fill: #f0d800;
}
.slotPlayDetails__demo .slot__rating--stars .icon_star {
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.slotPlayDetails__demo .slot__rating--stars .icon_star:hover {
  color: #f0d800;
}
.slotPlayDetails__demo .option_buttons {
  display: flex;
  align-items: center;
}
@media (max-width: 1200px) {
  .slotPlayDetails__demo .option_buttons {
    margin-top: 16px;
  }
}
.slotPlayDetails__demo .slot__issue {
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  border: unset;
  padding: unset;
  margin-left: 16px;
  cursor: pointer;
}
@media (max-width: 815px) {
  .slotPlayDetails__demo .slot__issue {
    margin-left: auto;
  }
}
.slotPlayDetails__demo .slot__fullScreen {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  cursor: pointer;
  background: transparent;
  border: unset;
}
.slotPlayDetails__demo .button_itegrate-demo {
  color: #5554de;
  background: transparent;
  text-decoration: underline;
  border: unset;
  font-size: 14px;
  cursor: pointer;
}
.slotPlayDetails__info {
  width: 100%;
  max-width: 411px;
  background: #ffffff;
  border-radius: 20px;
  padding: 28px;
}
@media (max-width: 815px) {
  .slotPlayDetails__info {
    max-width: 100%;
    margin-top: 16px;
  }
}
.slotPlayDetails__info .link {
  color: #5554de;
  text-decoration: underline;
  cursor: pointer;
}
.slotPlayDetails__info .link:hover {
  color: #4443b8;
}
.slotPlayDetails__info .title {
  margin: 0;
  font-size: 28px;
  font-weight: 700;
}
.slotPlayDetails__info .scroll_table-features {
  height: 660px;
  overflow-y: auto;
}
.slotPlayDetails__info .scroll_table-features::-webkit-scrollbar {
  width: 8px;
}
.slotPlayDetails__info .scroll_table-features::-webkit-scrollbar-track {
  background-color: #f4f5f7;
  border-radius: 20px;
}
.slotPlayDetails__info .scroll_table-features::-webkit-scrollbar-thumb {
  background: #dBd8d8;
  border-radius: 20px;
}
.slotPlayDetails .slot__data {
  text-align: left;
}
.slotPlayDetails .slot__data .last {
  border-bottom: unset !important;
}
.slotPlayDetails .slot__data th:first-of-type {
  width: 50%;
  font-size: 14px;
  font-weight: 400;
  padding: 17px 10px 17px 0;
  border-bottom: 1px solid #f1f1f1;
}
.slotPlayDetails .slot__data td:first-of-type {
  width: 50%;
  font-size: 14px;
  font-weight: 400;
  padding: 17px 0 17px 0;
  border-bottom: 1px solid #f1f1f1;
}

@keyframes loader-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.slotGallery_box{background:#fff;padding:40px;margin-bottom:28px;border-radius:20px;position:relative}.slotGallery_box .title{margin:0 0 24px 0}.slotGallery_box .slide_buttons{display:flex;align-items:center;justify-content:end;margin-bottom:28px}.slotGallery_box .slide_buttons .active{background:#4443b8 !important}.slotGallery_box .slide_buttons .button{width:16px;height:8px;border-radius:2px;background:#f1f1f1;margin-right:4px;cursor:pointer;display:flex;align-items:center}.slotGallery_box .slide_buttons .button:last-child{margin-right:unset}.slotGallery_box .slides_options{display:flex;align-items:center}.slotGallery_box .arrow_left,.slotGallery_box .arrow_right{position:absolute;width:36px;height:36px;font-size:25px;color:#181818;background:#f9f9ff;align-items:center;justify-content:center;border-radius:100%;left:15px;cursor:pointer;display:none;z-index:2}.slotGallery_box .arrow_right{display:flex;right:15px;left:unset}.slotGallery_box .slot__gallery{width:100%;display:flex;align-items:center;overflow-x:scroll;white-space:nowrap;scroll-behavior:smooth;-ms-overflow-style:none;scrollbar-width:none}.slotGallery_box .slot__gallery::-webkit-scrollbar{display:none}.slotGallery_box .slot__gallery .video_box{position:relative;margin-right:16px;overflow:unset;width:fit-content;display:flex}.slotGallery_box .slot__gallery .video_box:hover::after{background-image:url(/build/midori/img/slot--play--active.svg)}.slotGallery_box .slot__gallery .video_box::after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-image:url(/build/midori/img/slot--play.svg);background-size:50px;background-position:center center;background-repeat:no-repeat;opacity:.8}.slotGallery_box .slot__gallery .video_box img{width:fit-content;cursor:pointer;height:170px;max-width:260px;object-fit:cover;border-radius:12px;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none}.slotGallery_box .slot__gallery .image_box{width:fit-content;max-width:303px;height:170px;margin-right:16px;position:relative;overflow:unset}.slotGallery_box .slot__gallery .image_box img{cursor:pointer;height:170px;max-width:260px;object-fit:cover;border-radius:12px;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none}
.staticContentWidget p, .staticContentWidget li {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #181818;
  letter-spacing: 0.01em;
}
.staticContentWidget a {
  color: #5554de;
  text-decoration: underline;
}
.staticContentWidget ul {
  margin-top: 20px;
  list-style: none;
  padding-left: 8.5px;
}
.staticContentWidget ul:last-of-type {
  margin-bottom: 0;
}
.staticContentWidget ul li {
  position: relative;
  padding-left: 15.5px;
  margin-bottom: 20px;
}
.staticContentWidget ul li:last-child {
  margin-bottom: 0;
}
.staticContentWidget ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 8.5px;
  background: #5554de;
  width: 7px;
  height: 7px;
  border-radius: 50%;
}
.staticContentWidget img {
  max-width: 100%;
  width: auto;
  height: auto;
  border-radius: 16px;
}
.staticContentWidget .bonus__table {
  margin-top: 24px;
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .staticContentWidget .bonus__table {
    display: table;
    border-collapse: separate;
    border-spacing: 0 16px;
  }
}
.staticContentWidget .bonus__table tbody {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .staticContentWidget .bonus__table tbody {
    display: table-row-group;
  }
}
.staticContentWidget .bonus__table thead {
  display: none;
}
@media (min-width: 768px) {
  .staticContentWidget .bonus__table thead {
    display: table-header-group;
  }
}
.staticContentWidget .bonus__table tr {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  padding: 22px 16px;
  background: #f9f9ff;
  border-radius: 20px;
  margin-bottom: 16px;
  border: 1px solid #f4f5f7;
}
.staticContentWidget .bonus__table tr:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .staticContentWidget .bonus__table tr {
    display: table-row;
    width: auto;
    margin-bottom: 0;
    border-radius: unset;
    padding: 0;
    background: none;
  }
}
.staticContentWidget .bonus__table td, .staticContentWidget .bonus__table th {
  display: inline-flex;
  justify-content: center;
  width: 100%;
}
@media (min-width: 768px) {
  .staticContentWidget .bonus__table td, .staticContentWidget .bonus__table th {
    display: table-cell;
    width: 1%;
  }
}
.staticContentWidget .bonus__table th {
  font-weight: 600;
  font-size: 12px;
  line-height: 17px;
  color: #2B2B2B;
  background: #f9f9ff;
  white-space: nowrap;
  padding: 8px 10px;
}
@media (min-width: 768px) {
  .staticContentWidget .bonus__table th:first-child {
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
  }
  .staticContentWidget .bonus__table th:last-child {
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
  }
}
.staticContentWidget .bonus__table td {
  padding: 0;
  text-align: center;
  background: #f9f9ff;
  position: relative;
  margin-bottom: 12px;
}
.staticContentWidget .bonus__table td:after {
  content: "";
  height: 1px;
  width: 100%;
  position: absolute;
  bottom: -12px;
  background: #f1f1f1;
}
@media (min-width: 768px) {
  .staticContentWidget .bonus__table td:after {
    height: auto;
    width: 1px;
    right: 0;
    top: 16px;
    bottom: 16px;
  }
}
.staticContentWidget .bonus__table td:nth-child(2):after {
  display: none;
}
@media (min-width: 768px) {
  .staticContentWidget .bonus__table td:nth-child(2):after {
    display: inline-block;
  }
}
.staticContentWidget .bonus__table td:first-child {
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .staticContentWidget .bonus__table td:first-child {
    margin-bottom: 0;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
    border-left: 1px solid #f4f5f7;
    padding-left: 16px;
  }
}
.staticContentWidget .bonus__table td:last-child {
  margin-bottom: 0;
}
.staticContentWidget .bonus__table td:last-child:after {
  display: none;
}
@media (min-width: 768px) {
  .staticContentWidget .bonus__table td:last-child {
    border-right: 1px solid #f4f5f7;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .staticContentWidget .bonus__table td {
    border-top: 1px solid #f4f5f7;
    border-bottom: 1px solid #f4f5f7;
    margin-bottom: 0;
    padding: 16px 25px;
  }
}
.staticContentWidget .bonus__table a {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #5554de;
  text-decoration: underline;
}
.staticContentWidget .bonus__table a.bonus__table--link {
  font-weight: 600;
  font-size: 12px;
  line-height: 17px;
  color: #ffffff;
  text-decoration: none;
}
.staticContentWidget .bonus__table a.bonus__table--btn {
  width: 100%;
  white-space: nowrap;
  text-decoration: none;
  padding: 16px 40px;
  color: #ffffff;
  background: #5554de;
  border-radius: 16px;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  margin-top: 12px;
}
.staticContentWidget .bonus__table--logo {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  min-width: 160px;
  max-width: 260px;
}
.staticContentWidget .bonus__table--img {
  width: 100%;
  display: inline-flex;
  position: relative;
}
.staticContentWidget .bonus__table--img img {
  width: 100%;
  height: auto;
}
.staticContentWidget .bonus__table--img:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background: linear-gradient(180deg, rgba(46, 45, 146, 0) 52.78%, #2B2872 100%);
}
.staticContentWidget .bonus__table--link {
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 8px 12px;
}
@media (min-width: 768px) {
  .staticContentWidget .bonus__table--link {
    padding: 8px;
  }
}
.staticContentWidget .bonus__table caption {
  width: 100%;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .staticContentWidget .bonus__table caption {
    width: auto;
    margin-bottom: 0;
    text-align: left;
  }
}
.staticContentWidget .flex-responsive {
  overflow-x: auto;
  display: flex;
  margin-bottom: 10px;
}
.staticContentWidget .flex-responsive::-webkit-scrollbar {
  height: 8px;
}
.staticContentWidget .flex-responsive::-webkit-scrollbar-thumb {
  background-color: #dBd8d8;
  border-radius: 32px;
}
.staticContentWidget .flex-responsive.sc-col-3 .style_1 th, .staticContentWidget .flex-responsive.sc-col-3 .style_rowspan th, .staticContentWidget .flex-responsive.sc-col-3 .style_1 td, .staticContentWidget .flex-responsive.sc-col-3 .style_rowspan td {
  width: 33.3333333333%;
}
.staticContentWidget .flex-responsive.sc-col-4 .style_1 th, .staticContentWidget .flex-responsive.sc-col-4 .style_rowspan th, .staticContentWidget .flex-responsive.sc-col-4 .style_1 td, .staticContentWidget .flex-responsive.sc-col-4 .style_rowspan td {
  width: 25%;
}
.staticContentWidget .flex-responsive.sc-col-5 .style_1 th, .staticContentWidget .flex-responsive.sc-col-5 .style_rowspan th, .staticContentWidget .flex-responsive.sc-col-5 .style_1 td, .staticContentWidget .flex-responsive.sc-col-5 .style_rowspan td {
  width: 20%;
}
.staticContentWidget .flex-responsive.sc-col-6 .style_1 th, .staticContentWidget .flex-responsive.sc-col-6 .style_rowspan th, .staticContentWidget .flex-responsive.sc-col-6 .style_1 td, .staticContentWidget .flex-responsive.sc-col-6 .style_rowspan td {
  width: 16.6666666667%;
}
.staticContentWidget .flex-responsive.sc-col-7 .style_1 th, .staticContentWidget .flex-responsive.sc-col-7 .style_rowspan th, .staticContentWidget .flex-responsive.sc-col-7 .style_1 td, .staticContentWidget .flex-responsive.sc-col-7 .style_rowspan td {
  width: 14.2857142857%;
}
.staticContentWidget .flex-responsive.sc-col-8 .style_1 th, .staticContentWidget .flex-responsive.sc-col-8 .style_rowspan th, .staticContentWidget .flex-responsive.sc-col-8 .style_1 td, .staticContentWidget .flex-responsive.sc-col-8 .style_rowspan td {
  width: 12.5%;
}
.staticContentWidget .flex-responsive.sc-col-9 .style_1 th, .staticContentWidget .flex-responsive.sc-col-9 .style_rowspan th, .staticContentWidget .flex-responsive.sc-col-9 .style_1 td, .staticContentWidget .flex-responsive.sc-col-9 .style_rowspan td {
  width: 11.1111111111%;
}
.staticContentWidget .flex-responsive.sc-col-10 .style_1 th, .staticContentWidget .flex-responsive.sc-col-10 .style_rowspan th, .staticContentWidget .flex-responsive.sc-col-10 .style_1 td, .staticContentWidget .flex-responsive.sc-col-10 .style_rowspan td {
  width: 10%;
}
.staticContentWidget .style_1, .staticContentWidget .style_rowspan {
  display: flex;
  flex-wrap: wrap;
}
.staticContentWidget .style_1 thead, .staticContentWidget .style_rowspan thead, .staticContentWidget .style_1 tbody, .staticContentWidget .style_rowspan tbody {
  width: 100%;
}
.staticContentWidget .style_1 tr, .staticContentWidget .style_rowspan tr {
  width: 100%;
  display: flex;
  border-radius: 20px;
  border: 1px solid #f4f5f7;
  margin-bottom: 10px;
}
.staticContentWidget .style_1 tbody tr:last-child, .staticContentWidget .style_rowspan tbody tr:last-child {
  margin-bottom: 0;
}
.staticContentWidget .style_1 th, .staticContentWidget .style_rowspan th, .staticContentWidget .style_1 td, .staticContentWidget .style_rowspan td {
  text-align: center;
  min-width: 100px;
  width: 50%;
  display: inline-block;
  word-break: break-word;
  padding: 16px;
  background: #f9f9ff;
  font-size: 12px;
  line-height: 17px;
}
@media (min-width: 768px) {
  .staticContentWidget .style_1 th, .staticContentWidget .style_rowspan th, .staticContentWidget .style_1 td, .staticContentWidget .style_rowspan td {
    max-width: unset;
    font-size: 14px;
    line-height: 24px;
  }
}
.staticContentWidget .style_1 td, .staticContentWidget .style_rowspan td {
  font-weight: 400;
}
.staticContentWidget .style_1 td:first-of-type, .staticContentWidget .style_rowspan td:first-of-type {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
.staticContentWidget .style_1 td:last-of-type, .staticContentWidget .style_rowspan td:last-of-type {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
.staticContentWidget .style_1 th, .staticContentWidget .style_rowspan th {
  font-weight: 600;
  word-break: unset;
}
.staticContentWidget .style_1 th:first-of-type, .staticContentWidget .style_rowspan th:first-of-type {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
.staticContentWidget .style_1 th:last-of-type, .staticContentWidget .style_rowspan th:last-of-type {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
.staticContentWidget .style_1 img, .staticContentWidget .style_rowspan img {
  width: 100%;
  height: auto;
}
.staticContentWidget .style_1--wrapper {
  overflow-y: scroll;
  padding-bottom: 10px;
  scrollbar-width: none;
}
.staticContentWidget .style_1--wrapper::-webkit-scrollbar {
  display: none;
}
.staticContentWidget .style_rowspan {
  display: table;
  border-collapse: separate;
  border-spacing: 0;
}
.staticContentWidget .style_rowspan tbody:before {
  content: "-";
  display: block;
  line-height: 10px;
  color: transparent;
}
.staticContentWidget .style_rowspan tr {
  display: table-row;
}
.staticContentWidget .style_rowspan th, .staticContentWidget .style_rowspan td {
  display: table-cell;
  border: 1px solid #f4f5f7;
}
.staticContentWidget .style_rowspan th:first-of-type {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
.staticContentWidget .style_rowspan th:last-of-type {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
.staticContentWidget .style_rowspan tr:first-of-type td:first-of-type {
  border-top-left-radius: 20px;
}
.staticContentWidget .style_rowspan tr:first-of-type td:last-of-type {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
.staticContentWidget .style_rowspan tr:last-of-type td:first-of-type {
  border-bottom-left-radius: 20px;
}
.staticContentWidget__black {
  border-radius: unset;
  background: #181818;
  padding: 64px 24px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}
.staticContentWidget__black p {
  color: #ffffff;
}
@media (min-width: 1200px) {
  .staticContentWidget__black {
    padding: 200px;
    font-size: 20px;
    font-weight: 500;
    line-height: 36px;
  }
  .staticContentWidget__black p {
    font-size: 18px;
    font-weight: 500;
    line-height: 32px;
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .staticContentWidget__black p {
    font-size: 20px;
    font-weight: 500;
    line-height: 36px;
  }
}
.staticContentWidget__black .widget-title {
  color: #ffffff;
  font-size: 28px;
  font-weight: 700;
  line-height: 36px;
  margin-bottom: 28px;
}
@media (min-width: 1200px) {
  .staticContentWidget__black .widget-title {
    font-size: 40px;
    line-height: 52px;
  }
}
.staticContentWidget .category__list {
  align-items: center;
}
.staticContentWidget .category__list div a {
  display: block;
  line-height: 20px;
  padding: 12px 0;
  font-size: 14px;
}
@media (min-width: 768px) {
  .staticContentWidget .category__list div a {
    padding: 8px 0;
  }
}
.staticContentWidget .category__list div:first-of-type a:not(.category--flags) {
  padding-top: 0;
}
@media (min-width: 768px) {
  .staticContentWidget .category__list div:first-of-type a:not(.category--flags) {
    padding-top: 8px;
  }
}
.staticContentWidget .category__list .category--flags {
  display: flex;
  margin: 8px 0;
  border: 1px solid #f1f1f1;
  border-radius: 16px;
  padding: 6px 8px;
  align-items: center;
  justify-content: flex-end !important;
  flex-direction: row-reverse;
  font-weight: 400;
  font-size: 12px;
  line-height: 17px;
  color: #5554de;
}
.staticContentWidget .category__list .category--flags img {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  margin: 0 8px 0 0;
  min-width: 28px;
  min-height: 28px;
}

#world-map-markers {
  height: 200px;
}
@media (min-width: 768px) {
  #world-map-markers {
    height: 400px;
  }
}

svg {
  -ms-touch-action: none;
  touch-action: none;
}

image, text, .jvm-zoomin, .jvm-zoomout {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.jvm-container {
  -ms-touch-action: none;
  touch-action: none;
  position: relative;
  overflow: hidden;
  height: 100%;
  width: 100%;
}

.jvm-tooltip {
  border-radius: 3px;
  background-color: #5c5cff;
  font-family: sans-serif, Verdana;
  font-size: smaller;
  box-shadow: 1px 2px 12px rgba(0, 0, 0, 0.2);
  padding: 3px 5px;
  white-space: nowrap;
  position: absolute;
  display: none;
  color: #FFF;
}
.jvm-tooltip.active {
  display: block;
}

.jvm-zoom-btn {
  border-radius: 3px;
  background-color: #292929;
  padding: 3px;
  box-sizing: border-box;
  position: absolute;
  line-height: 10px;
  cursor: pointer;
  color: #FFF;
  height: 15px;
  width: 15px;
  left: 10px;
}
.jvm-zoom-btn.jvm-zoomout {
  top: 30px;
}
.jvm-zoom-btn.jvm-zoomin {
  top: 10px;
}

.jvm-series-container {
  right: 15px;
  position: absolute;
}
.jvm-series-container.jvm-series-h {
  bottom: 15px;
}
.jvm-series-container.jvm-series-v {
  top: 15px;
}
.jvm-series-container .jvm-legend {
  background-color: #fff;
  border: 1px solid #e5e7eb;
  margin-left: 0.75rem;
  border-radius: 0.25rem;
  border-color: #e5e7eb;
  padding: 0.6rem;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  float: left;
}
.jvm-series-container .jvm-legend .jvm-legend-title {
  line-height: 1;
  border-bottom: 1px solid #e5e7eb;
  padding-bottom: 0.5rem;
  margin-bottom: 0.575rem;
  text-align: left;
}
.jvm-series-container .jvm-legend .jvm-legend-inner {
  overflow: hidden;
}
.jvm-series-container .jvm-legend .jvm-legend-inner .jvm-legend-tick {
  overflow: hidden;
  min-width: 40px;
}
.jvm-series-container .jvm-legend .jvm-legend-inner .jvm-legend-tick:not(:first-child) {
  margin-top: 0.575rem;
}
.jvm-series-container .jvm-legend .jvm-legend-inner .jvm-legend-tick .jvm-legend-tick-sample {
  border-radius: 4px;
  margin-right: 0.65rem;
  height: 16px;
  width: 16px;
  float: left;
}
.jvm-series-container .jvm-legend .jvm-legend-inner .jvm-legend-tick .jvm-legend-tick-text {
  font-size: 12px;
  text-align: center;
  float: left;
}

.jvm-line[animation=true] {
  -webkit-animation: jvm-line-animation 10s linear forwards infinite;
  animation: jvm-line-animation 10s linear forwards infinite;
}

@-webkit-keyframes jvm-line-animation {
  from {
    stroke-dashoffset: 250;
  }
}
@keyframes jvm-line-animation {
  from {
    stroke-dashoffset: 250;
  }
}
.faq {
    font-family: "Poppins", sans-serif;
}

.faq__link {
    cursor: pointer;
    color: #5554de;
    text-decoration: underline;
}

.faq__link:hover {
    color: #5554de;
}

.faq__title {
    text-align: left;
    margin-top: 0;
    margin-bottom: 16px;
    font-weight: 700;
    font-size: 28px;
    line-height: 36px;
    color: #181818;
}

.faq__description {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 16px;
    color: #181818;
}

.accordion p {
    margin-bottom: 0;
    margin-top: 0;
}

.accordion a {
    color: #5554de;
    text-decoration: underline;
}

.accordion__item:last-of-type .accordion {
    margin-bottom: 0;
}

.accordion__wrapper {
    background: #FFFFFF;
    border-radius: 20px;
    padding: 8px 16px;
}

@media (min-width: 768px) {
    .accordion__wrapper {
        padding: 24px;
    }
}

@media (min-width: 1024px) {
    .accordion__wrapper {
        padding: 24px 40px;
    }
}

.accordion__card {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0;
}

.accordion__card-title {
    width: 100%;
    cursor: pointer;
    position: relative;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-right: 52px;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    color: #181818;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    -webkit-appearance: none;
}

.accordion__card-title p {
    margin-bottom: 0;
    margin-top: 0;
}

@media (min-width: 768px) {
    .accordion__card-title {
        padding-top: 18px;
        padding-bottom: 18px;
        font-size: 16px;
        line-height: 24px;
    }
}

.accordion__card-arrow {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 28px;
    height: 28px;
    background-color: #F2F2FF;
    border-radius: 50%;
}

.accordion__card-arrow:after {
    content: "";
    display: inline-block;
    width: 12px;
    height: 7px;
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='7' viewBox='0 0 12 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.98995 6.47758C6.44321 7.02431 5.55678 7.02431 5.01005 6.47758L1.38995 2.85748C0.507997 1.97553 1.13263 0.467529 2.3799 0.467529H9.6201C10.8674 0.467529 11.492 1.97553 10.6101 2.85748L6.98995 6.47758Z' fill='%235554DE'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-size: contain;
    transition: all 0.3s ease;
}

.accordion__card-arrow:focus {
    outline: 0;
}

.accordion__card-content {
    margin-left: 0;
    margin-bottom: 0;
    overflow: hidden;
    transition: height 0.3s ease-in;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #181818;
    opacity: 0;
}

.accordion__card-active {
    margin-bottom: 6px;
}

.accordion__card-active .accordion__card {
    margin-bottom: 16px;
}

.accordion__card-active .accordion__card-arrow:after {
    transform: rotate(180deg);
}

.accordion__card-active .accordion__card-content {
    transition: height 0.3s ease-out;
    opacity: 1;
}
