.coins-row-block {
  width: 100%;
  margin-top: 1.5rem;
  padding-bottom: 1.5rem;
  position: relative;
  overflow-x: hidden;
}

.coins-row-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
}

.coins-row-block::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(90deg, #00100e 0%, rgba(0, 16, 14, 0) 86.76%);
  height: 100%;
  width: 100px;
}

.coins-row-block::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background: linear-gradient(270deg, #00100e 0%, rgba(0, 16, 14, 0) 86.76%);
  height: 100%;
  width: 100px;
}

.coin-row {
  width: 192px;
  min-width: 192px;
  padding: 0 1.5rem;
}

.coin-row-images {
  position: relative;
  -webkit-transform-style: preserve-3d;
  transform: rotateY(0);
  transition: transform 0.5s;
  cursor: grab;
}

.coin-row-image img,
.coin-row-reverse img {
  width: 100%;
}

.coin-row-image {
  display: block;
  position: relative;
  opacity: 1;
  transition: opacity 0.5s;
}

.coin-row-reverse {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateZ(-0.005em) scaleX(-1);
  transition: opacity 0.5s;
}

.coin-row-text {
  color: #d2eeed;
  min-height: 54px;
  font-size: 0.875rem;
  line-height: 1.125rem;
  font-weight: 400;
  display: flex;
  justify-content: center;
  text-align: center;
}

.coin-row:hover .coin-row-images {
  transform: rotateY(180deg);
}

.coin-row:hover .coin-row-image {
  opacity: 0;
}

.coin-row:hover .coin-row-reverse {
  opacity: 1;
  transform: tranlateZ(-0.005em) scaleX(-1);
}

@media (max-width: 1279px) {
  .coin-row:nth-of-type(5) {
    display: none;
  }

  .coin-row:nth-of-type(6) {
    display: none;
  }

  .coin-row:nth-of-type(2) {
    padding: 0;
    margin: 0 1.5rem;
  }

  .coin-row:not(:nth-of-type(2)) .coin-row-text {
    display: none;
  }

  .coin-row:not(:nth-of-type(2)) {
    padding-top: 25px;
  }
}

@media (max-width: 767px) {
  .coins-row-wrapper {
    padding-left: 192px;
  }
}

.promo-card {
  border-radius: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 1rem;
  padding-top: 0;
  position: relative;
  width: 100%;
  max-width: 412px;
  min-width: 320px;
  background-color: #031717;
  color: #3b6f6d;
}

.promo-cards-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  grid-column-gap: 1rem;
  grid-row-gap: 20px;
  width: 100%;
  justify-items: center;
}

.promo-card-image {
  height: 160px;
  width: 100%;
  margin-top: -0.75rem;
  display: flex;
  justify-content: center;
  overflow: hidden;
  position: relative;
}

.promo-card-image-shadow::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 73px;
  background:
    linear-gradient(
      0deg,
      rgba(13, 16, 22, 0.3) 0%,
      rgba(255, 255, 255, 0.3) 0%,
      rgba(13, 16, 22, 0.3) 0%,
      rgba(13, 16, 22, 0.24) 33.56%,
      rgba(13, 16, 22, 0) 100%
    ),
    linear-gradient(
      0deg,
      #0d1016 0%,
      #fff 0%,
      #0d1016 0%,
      rgba(13, 16, 22, 0.81) 33.56%,
      rgba(13, 16, 22, 0) 100%
    );
  z-index: 1;
}

.promo-card-content {
  padding: 0.5rem 1rem;
  flex-grow: 1;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
}

.promo-card-block {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.promo-card-meta {
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  z-index: 3;
  color: #fff;
  background: #ff2400;
  text-transform: uppercase;
  border-radius: 0.5rem;
  padding: 2px 0.5rem;
  text-align: center;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 400;
  font-weight: 500;
}

.promo-card-title {
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.625rem;
  font-weight: 500;
  color: #d2eeed;
}

.promo-card-text {
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.125rem;
  font-weight: 400;
}

.promo-card-label {
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 400;
}

.promo-card-value {
  white-space: nowrap;
  font-size: 1.75rem;
  line-height: 2.0625rem;
  font-weight: 700;
}

#countdown {
  display: flex;
  justify-content: center;
  font-size: 1.75rem;
  line-height: 2.0625rem;
  font-weight: 700;
  gap: 0.25rem;
}

.promo-card-time {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.countdown-number {
  font-size: 1.75rem;
  line-height: 2.0625rem;
  font-weight: 700;
  color: #d2eeed;
}

.promo-card-footer {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 0 1rem;
  gap: 10px;
}

.promo-card-contained-btn {
  width: 100%;
  min-height: 40px;
  line-height: 24px;
  font-size: 14px;
  text-transform: uppercase;
}

.promo-card-text-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 40px;
  line-height: 24px;
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
  margin: 0 auto;
  color: #3b6f6d;
  transition: font-size 0.2s ease-in-out;
}

.promo-card-text-btn:hover {
  color: #3b6f6d;
  font-size: 1.125rem;
  line-height: 1.125rem;
  font-weight: 500;
}

.promo-card-link {
  padding: 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  min-width: 40px;
  height: 40px;
  border-radius: 0.5rem;
  border: solid 0.5px;
  color: #3b6f6d;
  transition: all 0.2s ease-in-out;
}

.promo-card-link:hover {
  color: #d2eeed;
}

.thematic-sections {
  padding: 26px 1rem 25px;
  display: grid;
  grid-gap: 1rem;
  width: 100%;
  grid-template-columns: repeat(4, 1fr);
}

.thematic-section {
  height: 182px;
  color: #d2eeed;
  text-decoration: none;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  background-color: #031717;
  border-radius: 1rem;
  padding: 0;
  z-index: 1;
}

.thematic-section-underlay {
  display: block;
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #031717;
  border-radius: 1rem;
}

.thematic-section:hover {
  color: #d2eeed;
}

.thematic-section:hover::before {
  visibility: visible;
}

.thematic-section:hover::after {
  visibility: visible;
}

.thematic-section::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 1rem;
  background: linear-gradient(110.74deg, #fff6, #fff0);
  filter: blur(5px);
  visibility: hidden;
}

.thematic-section::after {
  content: "";
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  border-radius: 1rem;
  z-index: 0;
  background: linear-gradient(110.74deg, #fff, #fff0);
  position: absolute;
  padding: 1px;
  mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  mask-composite: exclude;
  visibility: hidden;
}

.thematic-section-image {
  width: 240px;
  height: 124px;
  margin-top: -16px;
  z-index: 2;
}

.thematic-section-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.thematic-section-title {
  font-size: 26px;
  line-height: 26px;
  height: 52px;
  margin-top: 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 900;
  text-transform: uppercase;
  padding: 0 8px;
}

@media (max-width: 991px) {
  .thematic-section-image {
    width: 165px;
    height: auto;
    margin-top: 16px;
  }

  .thematic-section-title {
    font-size: 18px;
    line-height: 18px;
    height: 36px;
  }

  .thematic-section {
    justify-content: center;
  }
}

@media (max-width: 767px) {
  .thematic-sections {
    grid-gap: 10px;
    grid-template-columns: 1fr 1fr;
    padding: 30px 0;
  }
}

.winning-slots {
  display: flex;
  align-items: center;
  position: fixed;
  bottom: 0;
  left: 0;
  background-color: rgba(13, 16, 22, 0.95);
  z-index: 1500;
  overflow: hidden;
}

.winning-slots__toggle {
  display: flex;
  color: #80858f;
  background-color: rgb(13, 16, 22);
  width: 140px;
  height: 55px;
  text-align: left;
  text-transform: none;
  margin: 0 auto;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 400;
  padding: 0.5rem 1.5rem;
  white-space: nowrap;
  position: relative;
  z-index: 2;
  align-items: center;
}

.winning-slots__items {
  max-width: 100%;
  display: flex;
  flex: 1;
  padding: 0;
  margin: 0;
}

.winning-slots__item {
  width: 156px;
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.75rem;
  position: relative;
  margin-bottom: 0;
}

.winning-slots__item:hover .winning-slots__item-overlay {
  opacity: 1;
  transition: opacity 0.3s ease;
}

.winning-slots__item-text {
  color: #80858f;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 400;
  display: block;
  overflow-x: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.winning-slots__item-amount {
  color: #fff;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 400;
  display: flex;
  gap: 0.25rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.winning-slots__item-image {
  border-radius: 0.125rem;
  overflow: hidden;
}

.winning-slots__item-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgb(13, 16, 22);
  opacity: 0;
}

.winning-slots__item-btn {
  background-color: #ff2400;
  color: #fff;
  position: relative;
  display: flex;
  align-items: center;
  touch-action: manipulation;
  font-size: 0.875rem;
  line-height: 0.875rem;
  cursor: pointer;
  padding: 0.4375rem 1rem;
  border-radius: 0.25rem;
  gap: 0.5rem;
  transition: opacity 0.3s ease;
}

.winning-slots__item-btn:hover {
  color: inherit;
}

.winning-slots__close {
  position: fixed;
  display: flex;
  height: 55px;
  align-items: center;
  padding: 0.5rem 0.5rem 0.5rem 1rem;
  background-color: rgb(13, 16, 22);
  color: #80858f;
  z-index: 2;
  right: 0;
  bottom: 0;
  cursor: pointer;
}

.winning-slots .image-replacer {
  width: 48px;
  height: 32px;
  border-radius: 0.125rem;
  background-color: #80858f;
}

.winning-slots.closed {
  display: none;
}

.winning-slots__open {
  position: fixed;
  display: flex;
  height: 55px;
  align-items: center;
  padding: 0.5rem;
  margin: 0.5rem 0;
  background-color: rgb(13, 16, 22);
  color: #80858f;
  z-index: 2;
  right: 0;
  bottom: 0;
  cursor: pointer;
  border-radius: 0.25rem 0 0 0.25rem;
  border: #80858f solid 1px;
  border-right: none;
  transition: padding 0.2s ease-in-out;
}

.winning-slots__open svg {
  transform: scaleX(-1);
}

.winning-slots__open:hover {
  padding-right: 1rem;
}

@media (max-width: 1279px) {
  .winning-slots {
    display: block;
    max-width: 100%;
    position: static;
    background-color: rgb(13, 16, 22);
  }

  .winning-slots__toggle {
    text-transform: uppercase;
    color: #fff;
    font-size: 1rem;
    line-height: 1.375rem;
    margin-bottom: 1rem;
    height: unset;
  }

  .winning-slots__close {
    display: none;
  }

  .winning-slots__viewport {
    overflow: hidden;
    max-width: 657px;
    margin: 0 auto;
    position: relative;
  }

  .winning-slots__viewport::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -1rem;
    width: 80px;
    background: linear-gradient(
      270deg,
      #0d1016 0%,
      rgba(13, 16, 22, 0.1) 86.76%
    );
    z-index: 11;
    transform: rotate(180deg);
  }

  .winning-slots__items {
    display: grid;
    grid-template-rows: repeat(3, auto);
    grid-auto-flow: column;
  }

  .winning-slots.closed {
    display: block;
  }
}

@media (max-width: 767px) {
  .winning-slots__viewport {
    max-width: 320px;
  }
}

@keyframes pulse {
  0% {
    transform: scale(1);
    box-shadow:
      1px 0 1px #473e12,
      0 1px 1px #39ffa4,
      -1px 0 1px #473e12,
      0 -1px 1px #ffdf39;
  }
  50% {
    transform: scale(1.05);
    box-shadow: 0 0 0 10px transparent;
  }
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 transparent;
  }
}
.animated-cards-block {
  margin-bottom: 24px;
}

.animated-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.animated-cards--col {
  flex-direction: column;
}

.animated-card {
  border: 3px solid #0d1016;
  max-width: 456px;
  position: relative;
  cursor: pointer;
  align-items: center;
  padding: 1rem 27px 1rem 27px;
  background: #10151e;
  border-radius: 1.2rem;
  display: flex;
  gap: 20px;
  z-index: 1;
  color: inherit;
  animation: 2s infinite pulse;
  transition: transform 0.3s ease-in-out;
}

.animated-card:before {
  content: "";
  position: absolute;
  border-radius: 1.2rem;
  padding: 3px;
  mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  top: -3px;
  left: -3px;
  right: -3px;
  bottom: -3px;
  background: linear-gradient(98.86deg, #00cfa6 0, rgba(0, 207, 166, 0.2) 100%);
  z-index: 0;
}

@media screen and (max-width: 768px) {
  .animated-card {
    flex-direction: column;
  }
}
.animated-card:hover {
  color: inherit;
}

.animated-card-image {
  width: 127px;
  min-width: 127px;
  overflow: hidden;
}

.animated-card-image img {
  height: auto;
  width: 100%;
}

.animated-card-title {
  font-size: 1.75rem;
  line-height: 2.0625rem;
  font-weight: 700;
}

.animated-card-text {
  font-size: 1rem;
  line-height: 1.375rem;
  font-weight: 400;
}

.info-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
}

.info-card {
  max-width: 900px;
  width: 100%;
  padding: 1rem;
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: space-between;
}

.info-card--right {
  flex-direction: row-reverse;
}

.info-card--soft {
  border-radius: 16px;
}

.info-card--semi {
  border-radius: 8px;
}

.info-card--sharp {
  border-radius: 4px;
}

.info-card--red {
  border: 1px solid #ff2400;
}

.info-card--green {
  border: 1px solid #00cfa6;
}

.info-card--black {
  border: 1px solid #13171f;
}

.info-card--background-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.info-card--gradient {
  background: linear-gradient(90deg, #2b1035 0%, #8b1f3f 100%);
}

.info-card--default {
  background-color: #13171f;
}

.info-content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.info-content--left {
  align-items: flex-end;
}

.info-content--right {
  align-items: flex-start;
}

.info-title {
  display: block;
  padding: 0.3rem 1rem;
  border-radius: 99px;
  font-size: 1rem;
  line-height: 1rem;
  font-weight: 400;
  background-color: rgba(255, 255, 255, 0.5019607843);
}

.info-text {
  font-style: italic;
  font-weight: 600;
}

.info-image img {
  width: 200px;
  height: auto;
}

.custom-author-block {
  padding: 40px 20px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  gap: 30px;
  border-radius: 8px;
  margin-bottom: 24px;
}

.custom-author-block .custom-author-image img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
}

.custom-author-block .custom-author-content {
  flex: 1;
  max-width: 80%;
}

.custom-author-block .custom-author-content .custom-author-text {
  margin-bottom: 20px;
}

.custom-author-block .custom-author-content .custom-author-name {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 5px;
  text-decoration: none;
  cursor: pointer;
}

.custom-author-block .custom-author-content .custom-author-name:hover {
  text-decoration: underline;
}

.custom-author-block .custom-author-content .custom-author-info {
  font-size: 14px;
}

.custom-author-block .custom-author-social {
  flex: 0 0 auto;
  margin-left: 20px;
}

.custom-author-block .custom-author-social svg {
  width: 24px;
  height: 24px;
}

.promocode-block {
  display: flex;
  width: 100%;
  max-width: 1000px;
  margin: 24px auto;
  gap: 30px;
  padding: 20px;
  border-radius: 8px;
  border: 1px solid #80858f;
}

.promocode-block--dark {
  background-color: #232834;
}

.promocode-block--dark .promocode-box {
  background-color: #13171f;
}

.promocode-block--dark .promocode-code {
  background-color: #232834;
}

.promocode-block--light {
  background-color: #f1f1f1;
}

.promocode-block--light .promocode-box {
  background-color: #ffffff;
}

.promocode-block--light .promocode-code {
  background-color: #f1f1f1;
}

.promocode-wrapper {
  flex: 3;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.promocode-wrapper:last-child {
  flex: 2;
  justify-content: space-around;
}

@media screen and (max-width: 768px) {
  .promocode-wrapper:last-child {
    display: none;
  }
}
.promocode-flag-country {
  display: flex;
  align-items: center;
  text-transform: uppercase;
  gap: 5px;
  color: #24bb9d;
}

.promocode-box {
  padding: 15px;
  border-radius: 8px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 15px;
  border: 1px solid #80858f;
}

@media (max-width: 768px) {
  .promocode-box {
    grid-template-columns: 1fr;
  }
}
.promocode-box-left,
.promocode-box-right {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.promocode-code {
  padding: 5px;
  border-radius: 4px;
  border: 1px solid #dc1f00;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.promocode-copy-button {
  border: none;
  background-color: transparent;
}

.promocode-link .btn {
  width: 100%;
}

.promocode-value {
  color: #dc1f00;
  font-weight: 700;
}

.promocode-text {
  color: #80858f;
  font-size: 14px;
}

.promocode-title {
  font-size: 1.7rem;
  font-weight: 600;
}

.promocode-block--dark .promocode-title {
  color: #fff;
}

.promocode-block--dark .promocode-code-text {
  color: #fff;
}

.logo-link-block {
  border-radius: 8px;
  padding: 20px;
  max-width: 900px;
  margin: 0 auto 24px;
}

.logo-link-block .logo-link-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}

.logo-link-block .logo-link-icon {
  flex-shrink: 0;
}

.logo-link-block .logo-link-icon img {
  width: 80px;
  height: auto;
  border-radius: 8px;
  object-fit: contain;
}

.logo-link-block .logo-link-content {
  flex: 1;
  min-width: 200px;
}

.logo-link-block .logo-link-content .logo-link-title {
  font-size: 14px;
  line-height: 1.3;
  opacity: 0.9;
}

.logo-link-block .logo-link-content .logo-link-text {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
}

.logo-link-block .logo-link-button {
  flex-shrink: 0;
}

.logo-link-block .logo-link-button .btn {
  display: inline-block;
  padding: 12px 24px;
  border-radius: 8px;
  font-weight: bold;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  text-align: center;
  transition: background-color 0.2s;
}

@media (max-width: 768px) {
  .logo-link-button {
    width: 100%;
    display: flex;
    justify-content: center;
  }
}
.email-promo-block {
  padding: 30px;
  border-radius: 8px;
  max-width: 900px;
  margin: 0 auto 24px;
}

.email-promo-block .email-promo-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  flex-wrap: wrap;
}

.email-promo-block .email-promo-image img {
  width: 180px;
  max-width: 100%;
}

.email-promo-block .email-promo-content {
  flex: 1;
  min-width: 260px;
}

.email-promo-block .email-promo-content .email-promo-label {
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  padding: 5px 10px;
  border-radius: 4px;
  margin-bottom: 10px;
}

.email-promo-block .email-promo-content .email-promo-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
}

.email-promo-block .email-promo-content .email-promo-form {
  display: flex;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 15px;
  flex-wrap: wrap;
}

.email-promo-block .email-promo-content .email-promo-form input {
  flex: 1 1 200px;
  padding: 12px;
  font-size: 14px;
  border: none;
  outline: none;
  background: #fff;
  color: #333;
  min-width: 0;
}

@media (max-width: 768px) {
  .email-promo-block .email-promo-content .email-promo-form input {
    flex: unset;
    border-radius: 8px;
  }
}
.email-promo-block .email-promo-content .email-promo-form button {
  padding: 0 18px;
  font-weight: bold;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  flex-shrink: 0;
  margin-top: 10px;
}

@media (min-width: 500px) {
  .email-promo-block .email-promo-content .email-promo-form button {
    margin-top: 0;
  }
}
@media (max-width: 768px) {
  .email-promo-block .email-promo-content .email-promo-form button {
    border-radius: 8px;
    justify-content: center;
    padding: 10px 0;
  }
}
.email-promo-block .email-promo-content .email-promo-form .email-icon {
  font-size: 14px;
}

.email-promo-block .email-promo-content .email-promo-subtext {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 5px;
}

.email-promo-block .email-promo-content .email-promo-disclaimer {
  font-size: 12px;
  opacity: 0.8;
}

@media (max-width: 768px) {
  .email-promo-block .email-promo-inner {
    flex-direction: column;
    text-align: center;
  }
  .email-promo-block .email-promo-content .email-promo-form {
    flex-direction: column;
  }
  .email-promo-block .email-promo-content .email-promo-form input,
  .email-promo-block .email-promo-content .email-promo-form button {
    width: 100%;
  }
  .email-promo-block .email-promo-content .email-promo-form button {
    margin-top: 10px;
  }
}

.crosslinks-list {
  display: flex;
  align-items: stretch;
  gap: 20px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.crosslinks-list a:hover,
.crosslinks-list span:hover,
.crosslinks-list a.active,
.crosslinks-list span.active {
  color: #ffffff;
}

.crosslinks-list a:hover:after,
.crosslinks-list span:hover:after,
.crosslinks-list a.active:after,
.crosslinks-list span.active:after {
  opacity: 1;
}

.crosslinks-list a:after,
.crosslinks-list span:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background: #24bb9d;
  border-radius: 50%;
  top: 50%;
  left: -20px;
  transform: translate(0, -50%);
  transition: all 0.2s ease-out;
  opacity: 0;
}

.crosslinks-title {
  border-bottom: 1px solid #c61f19;
  padding: 15px 0;
  font-size: 24px;
  color: #c61f19;
  font-weight: bold;
}

.crosslinks-list a,
.crosslinks-list span {
  transition: all 0.2s ease-out;
  color: #a9a9a9;
  position: relative;
  text-decoration: none;
}

.crosslink {
  background-color: #13171f;
  border-radius: 4px;
  max-width: 556px;
}

.crosslink--column {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 8px;
}

.crosslink--column span {
  text-transform: uppercase;
}

.crosslink--column .crosslink-icon {
  margin-top: -20px;
}
.crosslink-icon {
  height: 100px;
}
.crosslink-icon img {
  height: auto;
}

.crosslink--row {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
  padding: 8px 8px 8px 28px;
}

.crosslink--default {
  display: flex;
  justify-content: center;
  padding: 8px;
}

.bonus-block {
  margin-bottom: 24px;
}

.bonuses {
  display: flex;
  flex-wrap: wrap;
  gap: 17px 12px;
}

.bonus-item {
  width: calc(33.33% - 9px);
  padding: 16px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  background-color: #13171f;
  border-radius: 8px;
  overflow: hidden;
}

@media screen and (max-width: 992px) {
  .bonus-item {
    width: calc(50% - 12px);
  }
}
@media screen and (max-width: 768px) {
  .bonus-item {
    width: 100%;
  }
}
.bonus-item-title {
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.bonus-item-text {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}

@media screen and (max-width: 768px) {
  .bonus-item-text {
    font-size: 12px;
    line-height: 16px;
  }
}
.bonus-item-category {
  display: block;
  padding: 0.125rem 0.375rem;
  border-radius: 0.25rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 400;
  text-transform: uppercase;
  background-color: #232834;
  color: #00cfa6;
}

.bonus-item-image {
  width: 100%;
  background-color: #232834;
  border-radius: 0.25rem;
  height: 160px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.bonus-item-image img {
  width: auto;
  height: 160px;
}

.bonus-item-button {
  width: 100%;
}

.bonus-item-button span,
.bonus-item-button a {
  width: 100%;
}

.bonus-cards-block {
  margin-bottom: 24px;
}

.bonus-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 17px 12px;
}

.bonus-card {
  position: relative;
}
.bonus-card--one-third {
  width: calc(33.33% - 9px);
}
.bonus-card--quarter {
  width: calc(25% - 9px);
}
@media screen and (max-width: 992px) {
  .bonus-card {
    width: calc(50% - 12px);
  }
}
@media screen and (max-width: 768px) {
  .bonus-card {
    width: 100%;
  }
}

.bonus-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 8px 16px 4px;
}
.bonus-wrapper--red {
  border: 1px solid #ff2400;
  clip-path: polygon(
    0 0,
    100% 0,
    100% calc(100% - 24px),
    calc(100% - 24px) 100%,
    0 100%
  );
  z-index: 0;
}
.bonus-wrapper--grey {
  border: 1px solid #444852;
  border-radius: 4px;
}

.bonus-card .corner {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 25px;
  height: 25px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjUiIGhlaWdodD0iMjUiIHZpZXdCb3g9IjAgMCAyNSAyNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPG1hc2sgaWQ9InBhdGgtMS1pbnNpZGUtMV80MTBfNzgyIiBmaWxsPSJ3aGl0ZSI+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMjUgLTMxSC0xMzVWMjVIMUwyNSAxVi0zMVoiLz4KPC9tYXNrPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTI1IC0zMUgtMTM1VjI1SDFMMjUgMVYtMzFaIiBmaWxsPSJub25lIi8+CjxwYXRoIGQ9Ik0tMTM1IC0zMVYtMzJILTEzNlYtMzFILTEzNVpNMjUgLTMxSDI2Vi0zMkgyNVYtMzFaTS0xMzUgMjVILTEzNlYyNkgtMTM1VjI1Wk0xIDI1VjI2SDEuNDE0MjJMMS43MDcxMSAyNS43MDcxTDEgMjVaTTI1IDFMMjUuNzA3MSAxLjcwNzExTDI2IDEuNDE0MjJWMUgyNVpNLTEzNSAtMzBIMjVWLTMySC0xMzVWLTMwWk0tMTM0IDI1Vi0zMUgtMTM2VjI1SC0xMzRaTTEgMjRILTEzNVYyNkgxVjI0Wk0yNC4yOTI5IDAuMjkyODkyTDAuMjkyODkyIDI0LjI5MjlMMS43MDcxMSAyNS43MDcxTDI1LjcwNzEgMS43MDcxMUwyNC4yOTI5IDAuMjkyODkyWk0yNCAtMzFWMUgyNlYtMzFIMjRaIiBmaWxsPSIjRkYyNDAwIiBtYXNrPSJ1cmwoI3BhdGgtMS1pbnNpZGUtMV80MTBfNzgyKSIvPgo8L3N2Zz4K);
  z-index: 1;
  transition: 0.2s;
}

.bonus-icon {
  margin-bottom: 12px;
}

.bonus-image {
  margin-bottom: 16px;
}

.bonus-background-image {
  margin-bottom: 16px;
  height: 100px;
  background: no-repeat center center;
  background-size: cover;
}

.bonus-title {
  font-family: "Roboto Mono", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.bonus-text {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .bonus-text {
    font-size: 12px;
    line-height: 16px;
  }
}

.bonus-button {
  height: 46px;
}
@media screen and (max-width: 768px) {
  .bonus-button {
    height: 38px;
  }
}
.bonus-button .bonus-button-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  padding-top: 8px;
  border-top: 1px solid var(--cards-strk-colour-2, #323232);
}
@media screen and (max-width: 1199px) {
  .bonus-button .bonus-button-wrapper {
    justify-content: flex-start;
  }
}
@media screen and (max-width: 992px) {
  .bonus-button .bonus-button-wrapper {
    justify-content: flex-end;
    padding-right: 36px;
  }
}
.bonus-button .bonus-button-wrapper a,
.bonus-button .bonus-button-wrapper span {
  font-family: "Roboto Mono", sans-serif;
}
@media screen and (max-width: 1199px) {
  .bonus-button .bonus-button-wrapper a,
  .bonus-button .bonus-button-wrapper span {
    font-size: 12px;
    line-height: 14px;
  }
}
.bonus-button .bonus-button-wrapper .btn--bonus {
  padding: 8px 0;
  margin-right: 20px;
  background: 0 0;
  color: var(--buttons-secondary-txt_default, #ff2400);
  font-weight: 500;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: max-content;
  border-radius: 0;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  border: none;
  line-height: 16px;
  letter-spacing: 2px;
  text-transform: uppercase;
  transition: 0.2s;
}
.bonus-button .bonus-button-wrapper .btn--bonus::before {
  content: "";
  position: absolute;
  right: -20px;
  width: 12px;
  height: 12px;
  background-size: contain;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxNCAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEgMUgxM00xMyAxVjEzTTEzIDFMMSAxMyIgc3Ryb2tlPSIjRkYyNDAwIi8+Cjwvc3ZnPgo=);
  background-repeat: no-repeat;
  transition: 0.2s;
}

.promocode-flag-country img {
  height: auto;
}

.promocode-logo img {
  width: 100%;
}

.promocode-decorative-icons img {
  width: 40px;
  height: auto;
}

.promocode-decorative-icons {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 16px;
}

@media (max-width: 991px) {
  .info-card {
    flex-wrap: wrap;
  }
}
@media (max-width: 991px) {
  .info-image img {
    width: 100%;
    height: auto;
  }
}

.info-cards-block {
  margin-bottom: 24px;
}

.bonuses-block,
.crosslinks {
  margin-bottom: 24px;
}

.bonus-item-title,
.animated-card-title {
  color: #ffffff;
}

.bonus-item-text,
.animated-card-text {
  color: #ffffff;
}

.crosslinks-list {
  background: transparent !important;
}
@media (max-width: 991px) {
  .custom-author-block,
  .logo-link-inner {
    flex-direction: column;
  }
}
@media (max-width: 991px) {
  .custom-author-block .custom-author-content {
    flex: 1;
    max-width: 100%;
  }
}

@media (max-width: 1279px) {
  .winning-slots {
    margin-bottom: 24px;
  }
}

@media (max-width: 768px) {
  .animated-cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
  }
  .animated-card {
    max-width: unset;
    padding: 1rem;
  }
  .animated-card-title {
    font-size: 1.25rem;
    line-height: 1.5;
  }
  .animated-card-image {
    height: 127px;
  }
  .animated-card-content {
    align-self: flex-start;
  }
}
