.block.block__more--content {
  background: unset;
  padding: 0 !important;
  max-height: 250px;
  overflow: hidden;
}
@media (max-width: 450px) {
  .block.block__more--content {
    max-height: 300px;
  }
}
@media (max-width: 375px) {
  .block.block__more--content {
    max-height: 310px;
  }
}
@media (max-width: 365px) {
  .block.block__more--content {
    max-height: 330px;
  }
}
@media (max-width: 340px) {
  .block.block__more--content {
    max-height: 350px;
  }
}
.block.block__more--content * {
  font-size: 14px;
  line-height: 24px;
  color: #b5b5b5;
}
.block.block__more--content p:last-of-type {
  margin-bottom: 0;
}
.block.block__more--content a {
  color: #ffffff;
  text-decoration: underline !important;
}
.block.block__more--content a:hover {
  color: #05e98f;
  text-decoration: underline !important;
}
.block .intro__btn {
  background: none;
  border: none;
  padding: 0;
  color: white;
  cursor: pointer;
}
.block__intro {
  margin-bottom: 32px;
}
.block__intro--more-btn {
  cursor: pointer;
  margin-left: 6px;
  color: #6c6c6c;
  text-decoration: underline;
}

.buttonViewBonusesWidget {
  display: none;
}
@media (min-width: 768px) {
  .buttonViewBonusesWidget {
    display: block;
    margin-top: 30px;
  }
}
@media (min-width: 992px) {
  .buttonViewBonusesWidget {
    display: none;
    margin-top: 0;
  }
}
@media (max-width: 576px) {
  .buttonViewBonusesWidget {
    display: block;
  }
}
.buttonViewBonusesWidget__wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 16px 0;
}
@media (min-width: 768px) {
  .buttonViewBonusesWidget__wrapper {
    max-width: 360px;
    margin: 0 auto;
  }
}
@media (min-width: 992px) {
  .buttonViewBonusesWidget__wrapper {
    max-width: 100%;
  }
}
.buttonViewBonusesWidget__more-bonuses {
  width: 100%;
}
.buttonViewBonusesWidget__more-bonuses__btn {
  cursor: pointer;
  width: 100%;
  border: none;
  outline: none;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 16px 20px;
  position: relative;
  border-radius: 16px;
  background: #5554de;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff !important;
}
.buttonViewBonusesWidget__more-bonuses__btn:hover {
  background: #4443b8;
}
.buttonViewBonusesWidget__more-bonuses__btn:hover .bonusWelcomeTypeWidget__more-bonuses__dropdown-icon {
  background: #5554de;
}
.buttonViewBonusesWidget__more-bonuses__dropdown-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #4443b8;
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
}

/*# sourceMappingURL=style.css.map */
/* Primary / Brand Green */
/* Secondary / Accent Purple */
/* Neutrals */
/* Error / Red */
/* Warning / Yellow */
/* Others */
.blogCategoryWidget__item {
  padding: 20px;
  background: #ffffff;
  border-radius: 20px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .blogCategoryWidget__item {
    padding: 25px 20px;
    align-items: flex-start;
    margin-bottom: 20px;
  }
}
.blogCategoryWidget__item:last-child {
  margin-bottom: 0;
}
.blogCategoryWidget__item__main {
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .blogCategoryWidget__item__main {
    flex: 1;
    margin-right: 36px;
    margin-bottom: 0;
  }
}
.blogCategoryWidget__item__info {
  display: inline-flex;
  flex-wrap: wrap;
  font-weight: 400;
  font-size: 12px;
  line-height: 17px;
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .blogCategoryWidget__item__info {
    align-items: center;
  }
}
.blogCategoryWidget__item__info--author {
  display: inline-flex;
  width: 100%;
  align-items: center;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .blogCategoryWidget__item__info--author {
    width: auto;
    margin-bottom: 0;
    margin-right: 20px;
  }
}
.blogCategoryWidget__item__info--author-img {
  width: 28px;
  height: 28px;
  margin-right: 6px;
}
.blogCategoryWidget__item__info--author-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 50%;
}
.blogCategoryWidget__item__info--date {
  display: inline-flex;
  align-items: center;
  margin-right: 20px;
}
.blogCategoryWidget__item__info--date svg {
  margin-right: 4px;
}
.blogCategoryWidget__item__info--clock {
  display: inline-flex;
  align-items: center;
}
.blogCategoryWidget__item__info--clock svg {
  margin-right: 4px;
}
.blogCategoryWidget__item__title-wrapper {
  width: 100%;
  margin-bottom: 12px;
}
.blogCategoryWidget__item__title {
  font-weight: 600;
  font-size: 20px;
  line-height: 32px;
  color: #181818;
}
.blogCategoryWidget__item__content--text {
  display: none;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .blogCategoryWidget__item__content--text {
    display: block;
  }
}
.blogCategoryWidget__item__content--more {
  display: none;
  color: #4443b8;
  text-decoration: underline;
  cursor: pointer;
}
.blogCategoryWidget__item__content--more:hover {
  color: #5554de;
}
@media (min-width: 768px) {
  .blogCategoryWidget__item__content--more {
    display: inline-flex;
  }
}
.blogCategoryWidget__item__content--tags {
  display: inline-flex;
  padding: 4px 8px;
  border: 1px solid #dBd8d8;
  border-radius: 100px;
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  color: #1f1f1f;
}
.blogCategoryWidget__item__content--tag:hover {
  color: #5554de;
}
.blogCategoryWidget__item__img-wrapper {
  width: 100%;
  display: inline-flex;
  justify-content: center;
}
@media (min-width: 768px) {
  .blogCategoryWidget__item__img-wrapper {
    flex: 0 0 240px;
  }
}
.blogCategoryWidget__item__img {
  width: 100%;
  max-width: 300px;
  max-height: 300px;
}
@media (min-width: 768px) {
  .blogCategoryWidget__item__img {
    max-width: 240px;
    max-height: 244px;
  }
}
.blogCategoryWidget__item__img img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  border: 1px solid #f1f1f1;
}
.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 .style_1 th, .staticContentWidget .flex-responsive .style_1 td {
  text-align: center;
  justify-content: center;
  align-items: center;
  min-width: 100px;
  max-width: 150px;
}
.staticContentWidget .flex-responsive.sc-col-3 .style_1 th, .staticContentWidget .flex-responsive.sc-col-3 .style_1 td {
  width: 33.3333333333%;
}
.staticContentWidget .flex-responsive.sc-col-4 .style_1 th, .staticContentWidget .flex-responsive.sc-col-4 .style_1 td {
  width: 25%;
}
.staticContentWidget .flex-responsive.sc-col-5 .style_1 th, .staticContentWidget .flex-responsive.sc-col-5 .style_1 td {
  width: 20%;
}
.staticContentWidget .flex-responsive.sc-col-6 .style_1 th, .staticContentWidget .flex-responsive.sc-col-6 .style_1 td {
  width: 16.6666666667%;
}
.staticContentWidget .flex-responsive.sc-col-7 .style_1 th, .staticContentWidget .flex-responsive.sc-col-7 .style_1 td {
  width: 14.2857142857%;
}
.staticContentWidget .flex-responsive.sc-col-8 .style_1 th, .staticContentWidget .flex-responsive.sc-col-8 .style_1 td {
  width: 12.5%;
}
.staticContentWidget .flex-responsive.sc-col-9 .style_1 th, .staticContentWidget .flex-responsive.sc-col-9 .style_1 td {
  width: 11.1111111111%;
}
.staticContentWidget .flex-responsive.sc-col-10 .style_1 th, .staticContentWidget .flex-responsive.sc-col-10 .style_1 td {
  width: 10%;
}
.staticContentWidget .style_1 {
  display: flex;
  flex-wrap: wrap;
}
.staticContentWidget .style_1 thead, .staticContentWidget .style_1 tbody {
  width: 100%;
}
.staticContentWidget .style_1 tr {
  width: 100%;
  display: flex;
  border-radius: 20px;
  border: 1px solid #f4f5f7;
  margin-bottom: 10px;
  overflow: hidden;
}
.staticContentWidget .style_1 tbody tr:last-child {
  margin-bottom: 0;
}
.staticContentWidget .style_1 th, .staticContentWidget .style_1 td {
  width: 50%;
  max-width: 150px;
  display: inline-flex;
  padding: 16px;
  background: #f9f9ff;
  font-size: 12px;
  line-height: 17px;
}
@media (min-width: 768px) {
  .staticContentWidget .style_1 th, .staticContentWidget .style_1 td {
    max-width: unset;
    font-size: 14px;
    line-height: 24px;
  }
}
.staticContentWidget .style_1 td {
  font-weight: 400;
}
.staticContentWidget .style_1 th {
  font-weight: 600;
}
.staticContentWidget .style_1 img {
  width: 100%;
  height: auto;
}
.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;
  }
}

#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;
  }
}
.numberedList {
  font-family: "Poppins", sans-serif;
}
.numberedList__wrapper {
  background: #fff;
  border-radius: 20px;
  padding: 24px 16px;
}
@media (min-width: 768px) {
  .numberedList__wrapper {
    padding: 40px;
  }
}
.numberedList__title {
  font-weight: 600;
  font-size: 20px;
  line-height: 32px;
  color: #181818;
  text-align: left;
  margin-top: 0;
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .numberedList__title {
    font-weight: 700;
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 16px;
  }
}
.numberedList__description {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.01em;
  color: #181818;
}
.numberedList__item {
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #f1f1f1;
  border-radius: 20px;
  padding: 24px 16px;
  margin-bottom: 20px;
}
.numberedList__item:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .numberedList__item {
    justify-content: space-between;
  }
}
.numberedList__item-top {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
@media (min-width: 768px) {
  .numberedList__item-top {
    flex: 1;
  }
}
.numberedList__item-top__number {
  display: inline-flex;
  flex: 0 0 32px;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  color: #4443B8;
  width: 32px;
  height: 32px;
  background: #f9f9ff;
  border-radius: 50%;
  margin-right: 16px;
}
.numberedList__item-top__title-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 16px;
}
.numberedList__item-top__title {
  flex: 1;
  line-height: 24px;
  color: #181818;
  margin-bottom: 0;
  margin-top: 0;
  font-weight: 600;
  font-size: 16px;
}
.numberedList__item-top__content {
  font-size: 14px;
  margin-top: 0;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .numberedList__item-top__content:last-child {
    margin-bottom: 0;
  }
}
.numberedList__item-image {
  display: block;
  width: 100%;
  text-align: center;
  border-radius: 16px;
}
@media (min-width: 768px) {
  .numberedList__item-image {
    flex: 0 0 200px;
    margin-left: 24px;
  }
}
.numberedList__item-image img {
  max-height: 140px;
  overflow: hidden;
  object-fit: cover;
}
.prosAndCons {
  font-family: "Poppins", sans-serif;
}
.prosAndCons__wrapper {
  background: #fff;
  padding: 24px 16px;
  border-radius: 20px;
}
@media (min-width: 768px) {
  .prosAndCons__wrapper {
    padding: 24px;
  }
}
@media (min-width: 1024px) {
  .prosAndCons__wrapper {
    padding: 40px;
  }
}
.prosAndCons__title {
  font-weight: 600;
  font-size: 20px;
  line-height: 32px;
  color: #181818;
  margin-top: 0;
  margin-bottom: 12px;
  text-align: left;
}
@media (min-width: 768px) {
  .prosAndCons__title {
    font-weight: 700;
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 16px;
  }
}
.prosAndCons__description p {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.01em;
  color: #181818;
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .prosAndCons__description p {
    margin-bottom: 16px;
  }
}
.prosAndCons__row {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .prosAndCons__row {
    justify-content: space-between;
  }
}
.prosAndCons__block {
  width: 100%;
}
@media (min-width: 768px) {
  .prosAndCons__block {
    flex: 0 0 calc(50% - 10px);
  }
}
.prosAndCons__block li {
  display: inline-flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.prosAndCons__block li:last-of-type {
  margin-bottom: 0;
}
.prosAndCons__block-title {
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  text-align: left;
  margin-top: 0;
  margin-bottom: 20px;
}
.prosAndCons__block--plus {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .prosAndCons__block--plus {
    margin-bottom: 0;
  }
}
.prosAndCons__block--plus .prosAndCons__block-title {
  color: #00a665;
  border-bottom: 1px solid #00a665;
}
.prosAndCons__block--minus .prosAndCons__block-title {
  color: #ff455b;
  border-bottom: 1px solid #ff455b;
}
.prosAndCons__block ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.prosAndCons__block ul li {
  width: 100%;
}
.prosAndCons__block ul li svg {
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  margin-right: 12px;
}
.prosAndCons__block ul li span {
  flex: 1;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #181818;
}
.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;
}
@media (min-width: 768px) {
  .table_cards:not(.table_cards-half) .table_cards-card {
    justify-content: space-between;
    align-items: center;
  }
}
.table_cards:not(.table_cards-half) .card-td-header {
  width: 70%;
  order: 0;
}
@media (max-width: 1200px) {
  .table_cards:not(.table_cards-half) .card-td-header {
    width: 63%;
  }
}
@media (max-width: 576px) {
  .table_cards:not(.table_cards-half) .card-td-header {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .table_cards:not(.table_cards-half) .card-label {
    padding: 8px 16px;
  }
}
@media (min-width: 768px) {
  .table_cards:not(.table_cards-half) .card-td-logo {
    padding: 20px 20px 0 20px;
  }
}
@media (min-width: 768px) {
  .table_cards:not(.table_cards-half) .card-logo {
    width: 124px;
    height: 124px;
  }
}
@media (min-width: 768px) {
  .table_cards:not(.table_cards-half) .card-td-title {
    padding-top: 20px;
  }
}
@media (min-width: 768px) {
  .table_cards:not(.table_cards-half) .card-td-title .card-title {
    font-size: 20px;
    line-height: 32px;
  }
}
@media (min-width: 768px) {
  .table_cards:not(.table_cards-half) .card-promo-desktop {
    display: flex;
    align-items: center;
    margin-top: 8px;
  }
  .table_cards:not(.table_cards-half) .card-promo-desktop .promo_code-title:before {
    content: attr(data-text-before);
  }
  .table_cards:not(.table_cards-half) .card-promo-desktop .promo_code-bg:before {
    content: attr(data-text-before);
  }
  .table_cards:not(.table_cards-half) .card-promo-desktop .promo_code-copied:after {
    content: attr(data-text-after);
  }
}
@media (min-width: 768px) {
  .table_cards:not(.table_cards-half) .card-benefits-desktop {
    display: block;
    margin-top: 8px;
  }
  .table_cards:not(.table_cards-half) .card-benefits-desktop .card-benefits li:last-of-type {
    margin-bottom: 4px;
  }
  .table_cards:not(.table_cards-half) .card-benefits-desktop .card-benefits li::before {
    margin: 0 13px;
  }
}
@media (min-width: 768px) {
  .table_cards:not(.table_cards-half) .card-td-footer {
    order: 4;
    padding: 0 20px;
    border: none;
  }
}
@media (min-width: 768px) {
  .table_cards:not(.table_cards-half) .card-td-footer .card-tr {
    flex-wrap: nowrap;
    justify-content: space-between;
  }
}
@media (min-width: 768px) {
  .table_cards:not(.table_cards-half) .card-casino-country {
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  .table_cards:not(.table_cards-half) .card-td-country {
    padding-right: 20px;
    border-right: 1px solid #f1f1f1;
    order: 1;
  }
}
@media (min-width: 768px) {
  .table_cards:not(.table_cards-half) .card-td-name {
    min-width: auto;
    width: auto;
    padding: 0 20px;
    order: 2;
  }
}
.table_cards:not(.table_cards-half) .card-td-rating.td--last {
  padding-right: 0;
}
@media (min-width: 768px) {
  .table_cards:not(.table_cards-half) .card-td-rating {
    order: 4;
    padding: 0 20px;
    min-width: auto;
    margin-left: 0;
    margin-right: 0;
  }
}
.table_cards:not(.table_cards-half) .card-casino-rating {
  width: auto;
  margin-right: 0;
}
@media (min-width: 768px) {
  .table_cards:not(.table_cards-half) .card-td-deposit {
    margin-left: auto;
    margin-right: 0;
    min-width: auto;
    padding: 0;
    order: 3;
  }
}
@media (min-width: 768px) {
  .table_cards:not(.table_cards-half) .card-td-review {
    order: 5;
    padding: 0 0 0 20px;
    margin-left: 0;
    margin-right: 0;
    width: auto;
    min-width: 120px;
    display: flex;
    align-items: center;
    border-left: 1px solid #f1f1f1;
  }
}
@media (min-width: 768px) {
  .table_cards:not(.table_cards-half) .card-td-body {
    order: 2;
    border: none;
    padding: 12px 20px 19px 20px;
  }
  .table_cards:not(.table_cards-half) .card-td-body table tr {
    flex-direction: row;
    align-items: center;
  }
  .table_cards:not(.table_cards-half) .card-td-body table td.card-info-td {
    max-width: 50%;
  }
  .table_cards:not(.table_cards-half) .card-td-body table td.card-info-td .card-info {
    max-width: none;
  }
  .table_cards:not(.table_cards-half) .card-td-body.card-td-body-benefits {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .table_cards:not(.table_cards-half) .card-td-body .card-td {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .table_cards:not(.table_cards-half) .card-info {
    padding: 0 24px;
    margin-top: 0;
    max-width: 50%;
    border-right: 1px solid #f1f1f1;
  }
}
@media (min-width: 768px) {
  .table_cards:not(.table_cards-half) .card-td-promo, .table_cards:not(.table_cards-half) .card-td-benefits {
    display: none;
  }
}
@media (min-width: 768px) {
  .table_cards:not(.table_cards-half) .promo_code-block {
    margin-left: 22px;
  }
}
@media (min-width: 768px) {
  .table_cards:not(.table_cards-half) .promo_code-block.coping {
    margin-left: 22px;
  }
}
@media (min-width: 768px) {
  .table_cards:not(.table_cards-half) .promo_code-block.copied {
    margin-left: 22px;
  }
}
@media (min-width: 768px) {
  .table_cards:not(.table_cards-half) .promo_code-text {
    max-width: none;
    word-break: normal;
  }
  .table_cards:not(.table_cards-half) .promo_code-text:before {
    content: attr(data-text-before);
  }
}
@media (min-width: 768px) {
  .table_cards:not(.table_cards-half) .promo-no-code {
    margin-left: 20px;
  }
  .table_cards:not(.table_cards-half) .promo-no-code:before {
    content: attr(data-text-before);
  }
}
@media (min-width: 768px) {
  .table_cards:not(.table_cards-half) .card-td-btn {
    order: 1;
    width: auto;
    padding: 0 20px;
    display: block;
  }
}
@media (min-width: 768px) {
  .table_cards:not(.table_cards-half) .card-td-btn button {
    padding: 16px 32px;
    width: auto;
    min-width: 188px;
  }
}
@media (min-width: 768px) {
  .table_cards:not(.table_cards-half) .card-btn-info {
    line-height: 17px;
    margin: 8px 0 0 0;
  }
}
@media (min-width: 768px) {
  .table_cards:not(.table_cards-half) .card-btn-data {
    justify-content: center;
  }
}
@media (min-width: 768px) {
  .table_cards:not(.table_cards-half) .card-terms {
    display: none;
  }
}
@media (min-width: 768px) {
  .table_cards:not(.table_cards-half) .card-terms-desktop {
    display: flex;
    padding-left: 24px;
    min-width: 120px;
    margin: 0;
  }
}
@media (min-width: 768px) {
  .table_cards:not(.table_cards-half) .card-td-terms {
    order: 3;
  }
}
@media (min-width: 768px) {
  .table_cards:not(.table_cards-half) .card-terms-block {
    padding: 0 20px 20px 20px;
    margin-top: -4px;
  }
}
.table_cards:not(.table_cards-half) .card-terms-block .hidden-text {
  display: none;
}
.table_cards:not(.table_cards-half) .card_signUp-banner {
  cursor: pointer;
  width: 100%;
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
  border-radius: 20px;
  padding: 0 29px;
  overflow: hidden;
  margin-bottom: 28px;
}
@media (max-width: 768px) {
  .table_cards:not(.table_cards-half) .card_signUp-banner {
    padding: 0 0 0 16px;
    height: 164px;
  }
}
.table_cards:not(.table_cards-half) .card_signUp-banner-box {
  width: 100%;
  height: 200px;
  display: flex;
  justify-content: space-between;
}
.table_cards:not(.table_cards-half) .card_signUp-banner-box .option {
  width: 100%;
}
.table_cards:not(.table_cards-half) .card_signUp-banner-box .option:last-child {
  width: 50%;
}
@media (max-width: 1250px) {
  .table_cards:not(.table_cards-half) .card_signUp-banner-box .option:last-child {
    width: 35%;
    display: flex;
  }
}
@media (max-width: 768px) {
  .table_cards:not(.table_cards-half) .card_signUp-banner-box .option:last-child {
    justify-content: end;
    width: 25%;
    display: flex;
  }
}
.table_cards:not(.table_cards-half) .card_signUp-banner-box .option .button {
  height: 56px;
  font-size: 16px;
  font-weight: 600;
  border: unset;
  border-radius: 16px;
  width: 100%;
  max-width: 210px;
  cursor: pointer;
  color: #ffffff;
}
@media (max-width: 768px) {
  .table_cards:not(.table_cards-half) .card_signUp-banner-box .option .button {
    height: 40px;
    border-radius: 32px;
    max-width: 156px;
  }
}
.table_cards:not(.table_cards-half) .card_signUp-banner-box .option .image {
  max-height: 200px;
  display: flex;
}
.table_cards:not(.table_cards-half) .card_signUp-banner-box .option .text {
  font-size: 24px;
  color: #ffffff;
  font-weight: 700;
}
@media (max-width: 768px) {
  .table_cards:not(.table_cards-half) .card_signUp-banner-box .option .text {
    font-size: 16px;
  }
}
@media (max-width: 576px) {
  .table_cards:not(.table_cards-half) .card_signUp-banner-box .option .text {
    max-width: 219px;
  }
}
.table_cards.table_cards-half .table_cards-card {
  border: 1px solid #f1f1f1;
  border-radius: 16px;
  padding-bottom: 12px;
  margin-bottom: 12px;
}
.table_cards.table_cards-half .table_cards-card.half-hide {
  padding-bottom: 0;
}
.table_cards.table_cards-half .table_cards-card.half-hide .card-td-footer, .table_cards.table_cards-half .table_cards-card.half-hide .card-td-body, .table_cards.table_cards-half .table_cards-card.half-hide .card-td-promo, .table_cards.table_cards-half .table_cards-card.half-hide .card-td-btn, .table_cards.table_cards-half .table_cards-card.half-hide .card-td-terms {
  display: none;
}
.table_cards.table_cards-half .table_cards-card.half-hide .card-drop-down {
  transform: rotate(0);
}
.table_cards.table_cards-half .card-td-logo {
  padding: 8px 16px 8px 8px;
}
.table_cards.table_cards-half .card-logo {
  border: 1px solid #f4f5f7;
  border-radius: 12px;
  width: 60px;
  height: 60px;
}
.table_cards.table_cards-half .card-td-header {
  width: 100%;
}
.table_cards.table_cards-half .card-td-title {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 8px 12px 8px 0;
  width: 100%;
}
.table_cards.table_cards-half .card-title {
  padding-right: 13px;
}
.table_cards.table_cards-half .card-td-name {
  min-width: auto;
  max-width: 40%;
  width: 40%;
}
.table_cards.table_cards-half .card-td-rating {
  min-width: auto;
}
.table_cards.table_cards-half .card-drop-down {
  background: #f2f2ff;
  border-radius: 45px;
  width: 28px;
  height: 28px;
  min-width: 28px;
  min-height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotate(180deg);
  transition: 0.2s;
}
.table_cards.table_cards-half .card-td-footer {
  padding: 8px 16px 12px 16px;
}
.table_cards.table_cards-half .card-td-deposit, .table_cards.table_cards-half .card-td-review {
  padding-top: 12px;
}
.table_cards.table_cards-half .card-td-deposit {
  min-width: 50%;
}
.table_cards.table_cards-half .card-td-body {
  padding: 12px 16px;
}
.table_cards.table_cards-half .card-info-td .card-info {
  margin-top: 12px;
}
.table_cards.table_cards-half .card-info-td .card-info .title {
  font-size: 13px;
}
.table_cards.table_cards-half .card-info-td:first-of-type .card-info {
  margin-top: 0;
}
.table_cards.table_cards-half .promo-no-code {
  text-align: right;
}

.table_cards {
  border-collapse: collapse;
}
.table_cards > tbody {
  display: flex;
  flex-direction: column;
}
.table_cards-card {
  background: #ffffff;
  border-width: 0 1px 1px 1px;
  border-style: solid;
  border-color: #f4f5f7;
  border-radius: 20px;
  margin-bottom: 28px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 16px;
  cursor: pointer;
}
.table_cards-card[data-expired=true] {
  cursor: auto;
}
.table_cards-card:last-of-type {
  margin-bottom: 0;
}
.table_cards-card.hide {
  display: none;
}
.table_cards-card.table_cards-card-benefit {
  border: 2px solid #5554de;
}

.card-td-label {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
}

.card-label {
  background: #5554de;
  border-radius: 14px 0;
  font-weight: 600;
  font-size: 12px;
  line-height: 17px;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #ffffff;
  padding: 4px 16px;
  margin: 0;
}
.card-label.card-label_num {
  background: #dBd8d8;
  color: #404040;
}
.card-label.card-label_num.active {
  background: #5554de;
  color: #ffffff;
}

.card-td-expired {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
}
.card-td-expired .card-expired, .card-td-expired .card-afflink {
  border-radius: 0 14px;
  font-weight: 600;
  font-size: 12px;
  line-height: 17px;
  letter-spacing: 0.01em;
  color: #ffffff;
  padding: 3.5px 16px;
  margin: 0;
}
.card-td-expired .card-expired.expires, .card-td-expired .card-afflink.expires {
  background: #ff455b;
}
.card-td-expired .card-expired.expired, .card-td-expired .card-expired.empty, .card-td-expired .card-afflink.expired, .card-td-expired .card-afflink.empty {
  background: #6c6c6c;
}

.card-td-header {
  padding: 0;
}
.card-td-header table {
  width: 100%;
  border-collapse: collapse;
}
.card-td-header tr, .card-td-header .card-tr {
  display: flex;
}

.card-td-logo {
  padding: 16px 12px 0 16px;
}

.card-logo {
  width: 80px;
  height: 80px;
  border-radius: 16px;
  box-shadow: 0 0 0 1px #dBd8d8;
  display: flex;
  align-items: center;
  justify-content: center;
}
.card-logo img {
  width: auto;
  height: auto;
  max-width: 80%;
  max-height: 80%;
}

.card-td-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 16px 0 0 0;
}
.card-td-title .card-title {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  margin: 0;
}

.card-promo-desktop, .card-benefits-desktop {
  display: none;
}

.card-benefits {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.01em;
  color: #6c6c6c;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.card-benefits li {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 4px;
}
.card-benefits li:last-of-type {
  margin-bottom: 0;
}
.card-benefits li::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  min-width: 6px;
  min-height: 6px;
  border-radius: 50%;
  margin: 0 13px 0 0;
  background: #dBd8d8;
}

.card-td-footer {
  width: 100%;
  padding: 14px 16px;
  border-bottom: 1px solid #f4f5f7;
}
.card-td-footer .card-tr {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.card-casino-country {
  display: flex;
  align-items: center;
  margin-right: 18.5px;
}
.card-casino-flag {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-size: cover;
  margin-right: 4px;
  box-shadow: 0 0 0 1px #dBd8d8;
}
.card-casino-accept {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
}
.card-casino-accept svg {
  width: 20px;
  height: 20px;
}
.card-casino-name {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  margin: 0;
}
.card-casino-name.not-accepted {
  color: #ff455b;
}
.card-casino-rating {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.card-casino-rating .card-casino-stars {
  width: 24px;
  height: 24px;
  margin-right: 4px;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("/build/midori/assets/icons/star.svg");
}
.card-casino-rating .text {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
}
.card-casino-rating .text:before {
  content: attr(data-text-before);
}
.card-casino-rating .rating {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #b5b5b5;
}
.card-casino-rating .rating:before {
  content: attr(data-text-before);
}
.card-casino-deposit {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
}
.card-casino-deposit svg {
  width: 18px;
  height: 18px;
  min-width: 18px;
  min-height: 18px;
  margin-right: 8px;
}
.card-casino-deposit span.card-deposit-accept {
  color: #6c6c6c;
  margin-right: 12px;
}
.card-casino-deposit span.card-deposit-category {
  color: #181818;
  font-weight: 500;
}
.card-casino-review {
  font-size: 0;
  position: relative;
  line-height: normal;
  cursor: pointer;
  border: none;
  background: none;
  padding: 0;
  white-space: nowrap;
}
.card-casino-review::before {
  content: attr(data-text-before);
  display: block;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #4443b8;
  text-decoration-line: underline;
}
.card-casino-review:disabled {
  color: #b5b5b5;
  cursor: auto;
}
.card-casino-review:disabled::before {
  color: #b5b5b5;
}

.card-td-country {
  padding: 0;
}

.card-td-name {
  padding: 0;
  min-width: 50%;
  width: 50%;
}

.card-td-rating {
  margin-left: auto;
  padding: 0;
  min-width: 20%;
}

.card-td-deposit {
  max-width: 70%;
  min-width: 70%;
  padding: 14px 0 0 0;
}

.card-td-review {
  text-align: right;
  padding: 14px 0 0 0;
}
.card-td-review p {
  margin: 0;
}

.card-td-body {
  width: 100%;
  padding: 13px 16px;
  border-bottom: 1px solid #f4f5f7;
}
.card-td-body table {
  border-collapse: collapse;
  width: 100%;
}
.card-td-body table tr {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  width: 100%;
}
.card-td-body table td {
  padding: 0;
}
.card-td-body table td .card-info {
  margin-top: 10px;
}
.card-td-body table td:first-of-type .card-info {
  margin-top: 0;
}
.card-td-body.card-td-body-benefits {
  margin-bottom: 13px;
}

.card-info {
  display: flex;
  align-items: center;
}
.card-info .title {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.01em;
  color: #6c6c6c;
  margin: 0;
}
.card-info .text {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #1f1f1f;
}
.card-info svg {
  width: 20px;
  height: 20px;
  min-width: 20px;
  min-height: 20px;
  margin-left: 4px;
}

.card-td-promo {
  width: 100%;
  display: flex;
  padding: 12px 16px;
  align-items: center;
  justify-content: space-between;
}

.card-td-benefits {
  width: 100%;
  display: flex;
  padding: 12px 16px;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #f4f5f7;
}

.promo_code-title {
  font-size: 14px;
  line-height: 24px;
  padding-left: 16px;
  letter-spacing: 0.01em;
  color: #6c6c6c;
  margin: 0;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .promo_code-title {
    padding-left: unset;
  }
}

.promo_code-block {
  border-radius: 12px;
  position: relative;
  background: #f4f5f7;
  border: 1px solid #f1f1f1;
  text-align: right;
  min-height: 36px;
  width: 100%;
  min-width: 100px;
  max-width: 100px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  cursor: pointer;
  overflow: hidden;
}
.promo_code-block:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: inline-flex;
  width: 8px;
  height: 100%;
  background: #f4f5f7;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
  z-index: 1;
}
.promo_code-block:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  display: inline-flex;
  width: 8px;
  height: 100%;
  background: #f4f5f7;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  z-index: 1;
}
.promo_code-block .promo_code-bg {
  position: absolute;
  left: 0;
  top: 0;
  background: #5554de;
  font-size: 13px;
  line-height: 17px;
  padding: 0 16px;
  border-radius: 12px;
  letter-spacing: 0.01em;
  color: #ffffff;
  height: 100%;
  max-width: 76px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s;
  z-index: 2;
}
.promo_code-block .promo_code-bg:before {
  content: attr(data-text-before);
}
.promo_code-block .promo_code-text-wrapper {
  width: 100%;
  padding: 0 8px;
  overflow: hidden;
  display: flex;
  justify-content: flex-end;
}
.promo_code-block .promo_code-text-wrapper.unsetAnimation {
  animation: unset;
}
.promo_code-block .promo_code-text {
  color: #5554de;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.01em;
  white-space: nowrap;
}
.promo_code-block .promo_code-copied {
  display: none;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: #f4f5f7;
  border: 1px solid #f1f1f1;
  height: 34px;
  font-weight: 600;
  font-size: 12px;
  line-height: 17px;
  letter-spacing: 0.01em;
  color: #5554de;
  transition: 0.2s;
}
.promo_code-block .promo_code-copied svg {
  width: 20px;
  height: 20px;
  min-width: 20px;
  min-height: 20px;
  margin-right: 6px;
}
.promo_code-block .promo_code-copied:after {
  content: attr(data-text-after);
}
.promo_code-block.expired {
  pointer-events: none;
}
.promo_code-block.expired .promo_code-bg {
  background: #b5b5b5;
}
.promo_code-block.expired .promo_code-text {
  color: #6c6c6c;
}
.promo_code-block:hover .promo_code-bg {
  background: #4443b8;
}
.promo_code-block.coping {
  justify-content: center;
}
.promo_code-block.coping .promo_code-bg, .promo_code-block.coping .promo_code-text-wrapper, .promo_code-block.coping .promo_code-text {
  display: none;
}
.promo_code-block.coping .promo_code-copied {
  display: flex;
}
.promo_code-block.copied {
  justify-content: center;
}
.promo_code-block.copied .promo_code-bg {
  display: none;
}
.promo_code-block.copied .promo_code-text-wrapper {
  justify-content: center;
}
.promo_code-block.copied .promo_code-text {
  position: relative;
  text-align: center;
}

.promo-no-code {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}

.card-td-btn {
  width: 100%;
  padding: 0 16px 0 16px;
  display: flex;
  flex-wrap: wrap;
}
.card-td-btn button {
  width: 100%;
  justify-content: center;
  padding: 16px 0;
  height: auto;
  font-size: 16px;
  line-height: 24px;
  order: 0;
}
.card-td-btn button.bg_purple {
  color: #ffffff;
}
.card-td-btn button.bg-grey {
  background: #b5b5b5;
}

.card-btn-data {
  display: flex;
  align-items: center;
  justify-content: center;
  order: 2;
  margin: 0 0 0 auto;
}

.card-btn-info {
  font-size: 12px;
  line-height: 24px;
  letter-spacing: 0.01em;
  color: #6c6c6c;
  text-align: center;
  order: 1;
  margin: 12px 0 0 0;
}
.card-btn-info:before {
  content: attr(data-text-before);
}

.card-terms {
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.01em;
  cursor: pointer;
  color: #2B2B2B;
  margin: 12px auto 0 auto;
}
.card-terms span:before {
  content: attr(data-text-before);
}
.card-terms.shown svg {
  transform: rotate(180deg);
}
.card-terms svg {
  width: 20px;
  height: 20px;
  margin-left: 4px;
}
.card-terms-desktop {
  display: none;
}

.card-td-terms {
  padding: 0;
}

.card-terms-block {
  font-size: 12px;
  line-height: 17px;
  letter-spacing: 0.01em;
  padding: 12px 16px 0 16px;
  margin: 0;
  display: none;
  transition: 0.2s;
  text-decoration: underline;
  color: #5554de;
}
.card-terms-block.shown {
  display: block;
}
@media (min-width: 768px) {
  .card-terms-block {
    text-decoration: none;
    color: #6c6c6c;
  }
  .card-terms-block:hover {
    text-decoration: underline;
    color: #5554de;
  }
}

.table-show-more {
  display: flex;
  align-items: center;
  justify-content: center;
  border: unset;
  color: #ffffff;
  border-radius: 16px;
  cursor: pointer;
  width: fit-content;
  height: auto;
  padding: 20px 40px;
  text-align: center;
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  margin: 4px auto 0 auto;
  background: #5554de;
}
.table-show-more:hover {
  background: #4443b8;
}

a.table-show-more {
  margin-top: 32px;
}

.bonus_disclaimer {
  position: relative;
  order: 1;
  width: 100%;
}
@media (min-width: 768px) {
  .bonus_disclaimer {
    order: 2;
    width: 110px;
    position: static;
  }
}
.bonus_disclaimer_wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .bonus_disclaimer_wrapper {
    position: relative;
  }
}
.bonus_disclaimer_wrapper .widget-title {
  margin-bottom: 0;
  order: 2;
}
@media (min-width: 768px) {
  .bonus_disclaimer_wrapper .widget-title {
    order: 1;
    flex: 1;
  }
}
.bonus_disclaimer_popup {
  display: none;
  position: absolute;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  top: 100%;
  left: 0;
  width: 100%;
  background: #404040;
  padding: 16px 16px 8px;
  border-radius: 16px;
  font-weight: 400;
  font-size: 12px;
  line-height: 17px;
  letter-spacing: 0.01em;
  color: #ffffff;
  z-index: 10;
}
@media (min-width: 768px) {
  .bonus_disclaimer_popup {
    padding: 20px 4px 8px;
    max-width: 400px;
    right: 0;
    left: auto;
    top: calc(100% + 6px);
  }
}
@media (min-width: 1200px) {
  .bonus_disclaimer_popup {
    padding: 20px 4px;
  }
}
.bonus_disclaimer_popup.show {
  display: flex;
  z-index: 10;
}
.bonus_disclaimer_popup--text {
  margin-bottom: 8px;
  width: 100%;
}
@media (min-width: 768px) {
  .bonus_disclaimer_popup--text {
    max-height: 180px;
    padding: 0 16px;
    overflow: auto;
  }
  .bonus_disclaimer_popup--text::-webkit-scrollbar {
    width: 6px;
  }
  .bonus_disclaimer_popup--text::-webkit-scrollbar-thumb {
    background: #b5b5b5;
    border-radius: 32px;
  }
}
.bonus_disclaimer_popup--close {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #1f1f1f;
  width: 24px;
  height: 24px;
  border-radius: 50%;
}
.bonus_disclaimer_popup:before {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  background: #404040;
  transform: rotate(45deg);
  top: -6px;
  left: 30px;
}
@media (min-width: 768px) {
  .bonus_disclaimer_popup:before {
    left: auto;
    right: 50px;
  }
}
.bonus_disclaimer--title {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-decoration: underline;
  cursor: pointer;
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .bonus_disclaimer--title {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 24px;
  }
}

@-webkit-keyframes textLine {
  0% {
    transform: translateX(0%);
    left: 0;
  }
  50% {
    transform: translateX(-50%);
    left: 50%;
  }
  75% {
    transform: translateX(-75%);
    left: 75%;
  }
  100% {
    transform: translateX(-100%);
    left: 100%;
  }
}
@keyframes textLine {
  0% {
    transform: translateX(0%);
    left: 0;
  }
  50% {
    transform: translateX(-50%);
    left: 50%;
  }
  75% {
    transform: translateX(-75%);
    left: 75%;
  }
  100% {
    transform: translateX(-100%);
    left: 100%;
  }
}
.table_cards_with-static {
  margin-bottom: unset;
}

.similarCasinos__box {
  margin-bottom: 62px;
}
.similarCasinos__box:last-child {
  margin-bottom: unset;
}

.similarCasinos__text {
  font-size: 14px;
  line-height: 24px;
  text-align: left;
  color: #181818;
  font-weight: 400;
  letter-spacing: 0.01em;
}
@media (min-width: 768px) {
  .similarCasinos__text {
    padding: 0 20px;
  }
}
.similarCasinos__text p:first-of-type {
  margin: 14px 0;
}
