@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}

ul[class],
ol[class] {
  padding: 0;
}

body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

ul[class],
ol[class] {
  list-style: none;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

img {
  max-width: 100%;
  display: block;
}

/* Наследуем шрифты для инпутов и кнопок */
input,
button,
textarea,
select {
  font: inherit;
}

@font-face {
  font-family: "Roboto", sans-serif;
  src: url(../fonts/Roboto-Regular.ttf);
  font-weight: 400;
}
@font-face {
  font-family: "Roboto", sans-serif;
  src: url(../fonts/Roboto-Medium.ttf);
  font-weight: 500;
}
@font-face {
  font-family: "Roboto", sans-serif;
  src: url(../fonts/Roboto-Bold.ttf);
  font-weight: 700;
}
@font-face {
  font-family: "Roboto", sans-serif;
  src: url(../fonts/Roboto-Black.ttf);
  font-weight: 900;
}
* {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

body {
  background-color: #121321;
}

main {
  padding-top: 94px;
}
@media screen and (max-width: 1023px) {
  main {
    padding-top: 70px;
  }
}

.padding {
  padding: 120px 0 80px;
}
@media screen and (max-width: 1023px) {
  .padding {
    padding: 80px 0 40px;
  }
}
@media screen and (max-width: 767px) {
  .padding {
    padding: 32px 0;
  }
}

.wrapper {
  background: linear-gradient(58deg, #1A1C2F -6.58%, #4B0169 106.13%);
  padding: 32px 30px;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (max-width: 1023px) {
  .wrapper {
    padding: 24px;
    gap: 16px;
  }
}
.wrapper p {
  font-size: 14px;
  line-height: 23px;
}
@media screen and (max-width: 1023px) {
  .wrapper p {
    line-height: 22px;
  }
}

a,
button {
  cursor: pointer;
  outline: none;
  border: none;
  transition: all 0.5s;
  text-decoration: none;
}

.container-l {
  padding: 0 24px;
  margin: 0 auto;
  max-width: 1804px;
}

.container {
  margin: 0 auto;
  max-width: 1363px;
  width: 100%;
  padding: 0 24px;
}

h1 {
  white-space: wrap;
  font-size: 38px;
  line-height: 48px;
  color: #fff;
  font-weight: 900;
  text-transform: uppercase;
}
@media screen and (max-width: 1023px) {
  h1 {
    font-size: 45px;
  }
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 24px;
    line-height: normal;
  }
}

p,
ol li,
ul li {
  font-size: 16px;
  color: #fff;
  line-height: 24px;
}

h2 {
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
  letter-spacing: -0.114px;
  color: #fff;
}
@media screen and (max-width: 1023px) {
  h2 {
    font-size: 33px;
  }
}
@media screen and (max-width: 767px) {
  h2 {
    font-size: 28px;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: -0.084px;
  }
}

h3 {
  font-size: 32px;
  font-weight: 900;
  line-height: 40px;
  letter-spacing: -0.096px;
  color: #fff;
}
@media screen and (max-width: 1023px) {
  h3 {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  h3 {
    font-size: 26px;
    line-height: 32px; /* 123.077% */
    letter-spacing: -0.078px;
  }
}

.btn {
  padding: 14px 24px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.1px;
  text-transform: uppercase;
  border-radius: 100px;
  background: #BE20FF;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
}
.btn.mobile {
  display: none;
}
@media screen and (max-width: 1023px) {
  .btn.mobile {
    display: block;
    padding: 9px 24px;
  }
}
@media screen and (max-width: 360px) {
  .btn.mobile {
    padding: 9px 10px;
  }
}
@media screen and (max-width: 1023p) {
  .btn.pc {
    display: none;
  }
}
.btn:hover {
  background-color: #854BA8;
}
.btn:active {
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
}
.btn.green {
  background-color: #6ADE7B;
  color: #121321;
}
.btn.green:hover {
  background-color: #4FAA5D;
}
.btn.green:active {
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
}
.btn.big {
  box-shadow: 0px 12px 34px 0px rgba(156, 38, 205, 0.6);
  padding: 20px 62.5px;
  font-size: 22px;
  line-height: 26px;
  border-radius: 28px;
}
.btn.big:hover {
  box-shadow: 0px 12px 34px 0px rgba(156, 38, 205, 0.4);
  background-color: #854BA8;
}
.btn.big:active {
  box-shadow: none;
}
.btn.border {
  background-color: transparent;
  border: 1px solid #BE20FF;
}
.btn.border:hover {
  border: 1px solid #854BA8;
}
.btn.border:active {
  border: 1px solid var(--Dark-Purple, #854BA8);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

p a {
  color: #BE20FF;
}

ul, ol {
  padding: 0 0 0 15px;
  margin: 0;
}

.header {
  background-color: #370B51;
  padding: 28px 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5;
}
@media screen and (max-width: 1023px) {
  .header {
    padding: 16px 0;
  }
}
.header__switcher {
  max-width: 163px;
  width: 100%;
  margin: 0 auto;
}
.header__logo {
  max-width: 180px;
  width: 100%;
  max-height: 80px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 650px) {
  .header__logo {
    max-width: 151px;
  }
}
@media screen and (max-width: 360px) {
  .header__logo {
    max-width: 100px;
  }
}
.header .container-l {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__container {
  display: flex;
  gap: 54px;
  align-items: center;
}
@media screen and (max-width: 1023px) {
  .header__container {
    display: none;
  }
}
.header__container nav ul {
  display: flex;
  align-items: center;
  list-style: none;
  gap: 54px;
}
@media screen and (max-width: 1023px) {
  .header__container nav ul {
    display: none;
  }
}
.header__container nav ul li a {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.1px;
  line-height: 20px;
  color: #FCFCFC;
}

/* start mobile menu */
.menu-btn {
  width: 43px;
  height: 22px;
  position: relative;
  z-index: 2;
  cursor: pointer;
  display: none;
}

.menu-btn span {
  width: 24px;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  transition: all 0.5s;
}

.menu-btn span:nth-of-type(2) {
  top: calc(50% - 7px);
}

.menu-btn span:nth-of-type(3) {
  top: calc(50% + 7px);
}

.active .menu-btn span:nth-of-type(1) {
  display: none;
}

.active .menu-btn span:nth-of-type(2) {
  top: 50%;
  transform: translate(-50%, 0%) rotate(45deg);
}

.active .menu-btn span:nth-of-type(3) {
  top: 50%;
  transform: translate(-50%, 0%) rotate(-45deg);
}

.menu {
  position: absolute;
  top: 70px;
  left: 0;
  width: 100%;
  height: calc(100vh - 70px);
  background-color: #370B51;
  transform: translateX(-100%);
  transition: transform 0.5s;
  z-index: 10;
  display: flex;
  flex-direction: column;
  padding: 32px 0;
}
.menu nav {
  margin-bottom: 32px;
}

.active .menu {
  transform: translateX(0);
}

.menu li {
  list-style-type: none;
}

.menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  gap: 32px;
  align-items: center;
}

.active .menu .header__btn {
  display: flex;
  margin: 0 auto;
}

.menu ul li {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.menu ul li a {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.1px;
  color: #fff;
  transition: all 0.5s;
  text-decoration: none;
}

.menu ul li a:hover {
  color: #8E8E8E;
}

.menu a {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

/* end mobile menu */
.menu-btn {
  display: none;
}
@media screen and (max-width: 1023px) {
  .menu-btn {
    display: block;
  }
}

.site-page-content.error .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.page-content.page {
  padding: 12px 0 60px;
}

.content.article .container {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.main {
  background-color: #370B51;
  position: relative;
  padding-bottom: 28px;
}
.main::after {
  content: "";
  position: absolute;
  left: 0;
  top: -211px;
  background: url(../images/bg_main.png) center center/cover no-repeat;
  /* max-width: 1094px; */
  height: 100%;
  width: 100%;
  max-width: 1430px;
  left: 50%;
  transform: translate(-50%, 0);
}
@media screen and (max-width: 650px) {
  .main::after {
    border-radius: 335.816px;
    background: #71195B;
    filter: blur(42px);
    transform: 0;
    left: 0;
    top: 35px;
    width: 330px;
    height: 141px;
  }
}
@media screen and (max-width: 650px) {
  .main::before {
    content: "";
    position: absolute;
    border-radius: 335.816px;
    background: #71195B;
    filter: blur(42px);
    width: 175px;
    height: 141px;
    right: 0;
    top: 250px;
  }
}
.main h1 {
  white-space: wrap;
  font-size: 38px;
  line-height: 48px;
}
@media screen and (max-width: 1023px) {
  .main h1 {
    white-space: pre-wrap;
  }
}
@media screen and (max-width: 650px) {
  .main .btn {
    width: 100%;
    text-align: center;
  }
}
.main__container {
  max-width: 696px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding-top: 110px;
  padding-bottom: 183px;
  z-index: 2;
  position: relative;
}
@media screen and (max-width: 650px) {
  .main__container {
    margin-bottom: 32px;
    padding: 80px 0 0;
  }
}
@media screen and (max-width: 650px) {
  .main .container.scroll {
    padding: 0 0 0 24px;
  }
}
.main__wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 60px;
  overflow: hidden;
  overflow-x: auto;
  z-index: 2;
  position: relative;
}
@media screen and (max-width: 650px) {
  .main__wrapper {
    gap: 8px;
    margin-bottom: 20px;
  }
}
.main__wrapper-item {
  min-width: 425px;
  background: linear-gradient(80deg, rgba(190, 32, 255, 0.4) 0%, rgba(190, 32, 255, 0) 100%);
  padding: 36px 47px 36px 23px;
  display: flex;
  align-items: center;
  border-radius: 16px;
}
@media screen and (max-width: 650px) {
  .main__wrapper-item {
    min-width: 326px;
    padding: 28px 23px 28px 0;
  }
}
@media screen and (max-width: 650px) {
  .main__wrapper-item:last-of-type {
    margin-right: 24px;
  }
}
.main__wrapper-item span:nth-of-type(1) {
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  color: #fff;
  display: block;
  margin-bottom: 4px;
}
@media screen and (max-width: 650px) {
  .main__wrapper-item span:nth-of-type(1) {
    font-size: 26px;
  }
}
.main__wrapper-item span:nth-of-type(2) {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.25px;
  color: #fff;
}
.main__cryptocurrency {
  display: flex;
  gap: 24px;
  margin-bottom: 24px;
}
@media screen and (max-width: 1368px) {
  .main__cryptocurrency {
    overflow: hidden;
    overflow-x: auto;
  }
}
.main__cryptocurrency-item {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 8px;
}
@media screen and (max-width: 650px) {
  .main__cryptocurrency-item:last-of-type {
    margin-right: 24px;
  }
}
.main__cryptocurrency-item img {
  width: 40px;
  height: 40px;
}
.main__cryptocurrency-item span {
  color: #fff;
  white-space: nowrap;
  font-size: 14px;
  line-height: 26px;
}
.main__payments {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 26px;
  padding: 24px 0;
}
@media screen and (max-width: 650px) {
  .main__payments {
    flex-wrap: wrap;
  }
}
.main__payments img {
  max-width: 48px;
}
.main__payments span {
  font-weight: 900;
  font-size: 16px;
  color: #fff;
}
@media screen and (max-width: 650px) {
  .main__payments span {
    width: 100%;
    text-align: center;
  }
}

.content__wrapper-item {
  display: flex;
  gap: 60px;
  align-items: center;
  justify-content: center;
}
.content__wrapper-item:nth-of-type(2n) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .content__wrapper-item:nth-of-type(2n) {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .content__wrapper-item {
    flex-direction: column;
    gap: 32px;
  }
}
.content__wrapper-item ul li, .content__wrapper-item ol li {
  font-size: 14px;
}
.content__wrapper-item img {
  max-width: 573px;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .content__wrapper-item img {
    max-width: 450px;
  }
}
@media screen and (max-width: 1023px) {
  .content__wrapper-item img {
    max-width: 320px;
  }
}
@media screen and (max-width: 767px) {
  .content__wrapper-item img {
    max-width: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.content__wrapper-text {
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 573px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .content__wrapper-text {
    max-width: 100%;
  }
}

.cards {
  text-align: center;
}
.cards h2 {
  margin-bottom: 32px;
}
@media screen and (max-width: 1023px) {
  .cards h2 {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 1023px) {
  .cards .container {
    padding: 0;
  }
}
.cards.padding {
  padding: 80px 0 0;
}
@media screen and (max-width: 767px) {
  .cards.padding {
    padding: 32px 0 0;
  }
}
.cards__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 56px;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .cards__items {
    display: flex;
    overflow: hidden;
    overflow-x: scroll;
    gap: 9px;
    padding: 0px 24px 40px;
  }
}
.cards__items::after {
  content: "";
  position: absolute;
  border-radius: 1450px;
  background: #381270;
  filter: blur(42px);
  bottom: -60px;
  left: -3%;
  height: 253px;
  width: 105%;
}
@media screen and (max-width: 650px) {
  .cards__items::after {
    width: 1023px;
  }
}
.cards__items::before {
  content: "";
  border-radius: 478.729px;
  background: #87126A;
  filter: blur(42px);
  transform: rotate(15.628deg);
  width: 480px;
  height: 265px;
  position: absolute;
  left: 350px;
  top: 78px;
}
@media screen and (max-width: 1200px) {
  .cards__items::before {
    left: 250px;
  }
}
.cards__item {
  padding: 40px 46px;
  border-radius: 16px;
  background-color: #121321;
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: center;
  z-index: 2;
}
@media screen and (max-width: 1023px) {
  .cards__item {
    min-width: 327px;
    padding: 40px 14px;
  }
}
.cards__item img {
  max-height: 279px;
  height: 100%;
}
.cards__item-title {
  color: #FCFCFC;
  font-size: 22px;
  font-weight: 700;
  line-height: 34px;
}
.cards__item-description {
  margin-top: -8px;
  color: #CAC4D0;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  text-align: center;
}

/* faq */
.question {
  max-width: 915px;
  margin: 0 auto;
  padding: 80px 0;
}
.question h2 {
  margin-bottom: 43px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .question {
    padding: 32px 0;
  }
}

.question input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}

.question .row {
  display: flex;
}

.question .row .col {
  flex: 1;
}

/* Accordion styles */
.question .items {
  overflow: hidden;
}

.question .item {
  width: 100%;
  color: white;
  overflow: hidden;
  background: linear-gradient(233deg, #1A1C2F -20.27%, #4B0169 110.54%);
  border-radius: 16px;
  padding: 40px;
}
@media screen and (max-width: 767px) {
  .question .item {
    padding: 24px;
  }
}

.question .item:not(:last-of-type) {
  margin-bottom: 10px;
}

.question .item_question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  border-radius: 16px;
  font-size: 24px;
  font-weight: 700;
  transition: 0.5s;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .question .item_question {
    font-size: 22px;
    line-height: 34px;
  }
}

.question .item_question::after {
  content: "";
  background: url(../images/arrow.svg) center center/cover no-repeat;
  width: 1em;
  height: 1em;
  text-align: center;
  transition: all 0.5s;
}

.question .item_answer {
  max-height: 0;
  color: #fff;
  transition: 0.5s;
  font-size: 14px;
  line-height: 22px;
  overflow: hidden;
  opacity: 0;
}

.question .tab-close {
  display: flex;
  justify-content: flex-end;
  padding: 1em;
  font-size: 0.75em;
  background: #2c3e50;
  cursor: pointer;
}

.question .tab-close:hover {
  background: #1a252f;
}

.open .item_question {
  padding-bottom: 24px;
}

.open .item_question::after {
  transform: rotate(-180deg);
  color: #2497FF;
}

.open .item_answer {
  max-height: 100vh;
  overflow: visible;
  opacity: 1;
}

.join {
  padding: 0 0 80px 0;
}
@media screen and (max-width: 650px) {
  .join {
    padding: 0 0 32px 0;
  }
}
.join__wrapper {
  background: url(../images/contacts.png) center center/cover no-repeat;
  padding: 48px 52px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 32px;
}
@media screen and (max-width: 767px) {
  .join__wrapper {
    padding: 70px 21px;
  }
}
@media screen and (max-width: 650px) {
  .join__wrapper {
    background: url(../images/contacts_mobile.png) center center/cover no-repeat;
  }
}
.join__wrapper h2 {
  margin-bottom: 24px;
  line-height: 40px;
  text-align: center;
  margin-bottom: 16px;
  white-space: nowrap;
}
@media screen and (max-width: 550px) {
  .join__wrapper h2 {
    white-space: wrap;
  }
}
.join__wrapper p {
  color: #6750A4;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .join__wrapper p {
    margin-bottom: 16px;
  }
}
.join__wrapper-socials {
  display: flex;
  align-items: center;
  gap: 16px;
}
.join__wrapper-socials svg, .join__wrapper-socials img {
  max-width: 34px;
  width: 100%;
  max-height: 34px;
  height: 100%;
}

.footer {
  background-color: #1A1C2F;
  padding: 40px 0 20px;
}
@media screen and (max-width: 650px) {
  .footer {
    padding: 32px 0 20px;
  }
}
.footer hr {
  background-color: #7F818D;
  border: none;
  height: 1px;
  margin: 0;
}
.footer .container-l {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 20px;
}
@media screen and (max-width: 650px) {
  .footer .container-l {
    justify-content: center;
    flex-direction: column-reverse;
    align-items: center;
    gap: 17px;
  }
}
.footer .container-l span {
  font-size: 14px;
  line-height: 22px;
  color: #fff;
}
@media screen and (max-width: 650px) {
  .footer .container-l span {
    font-size: 10px;
    text-align: center;
    line-height: 14px;
  }
}
.footer .container-l .footer__socials {
  display: flex;
  align-items: center;
  gap: 16px;
}
.footer .container-l .footer__socials svg, .footer .container-l .footer__socials img {
  max-width: 24px;
  width: 100%;
}
.footer__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  padding-bottom: 40px;
  position: relative;
  max-width: 915px;
  margin: 0 auto;
}
.footer__wrapper ul {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
  align-items: center;
  gap: 16px;
}
.footer__wrapper ul li a {
  font-size: 14px;
  line-height: 22px;
  color: rgba(178, 189, 200, 0.5);
}
.footer__wrapper ul.footer__wrapper-main {
  gap: 32px;
}
@media screen and (max-width: 767px) {
  .footer__wrapper ul.footer__wrapper-main {
    flex-direction: column;
  }
}
.footer__wrapper ul.footer__wrapper-main li a {
  color: #fff;
}
.footer__wrapper ul.footer__wrapper-additional, .footer__wrapper ul.footer__wrapper-curency {
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 650px) {
  .footer__wrapper ul.footer__wrapper-curency li {
    width: 10%;
  }
}
.footer__wrapper p {
  font-size: 12px;
  color: #7F818D;
  line-height: 20px;
  text-align: center;
}

.wpml-ls-statics-shortcode_actions {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  margin: 0 auto 32px;
}

.wpml-ls-statics-shortcode_actions .js-wpml-ls-item-toggle {
  border-radius: 8px;
  background: var(--Slate, #343753);
  border: none;
  color: #fff;
}

.wpml-ls-legacy-dropdown .wpml-ls-current-language:hover > a {
  border-radius: 8px;
  background: var(--Slate, #343753);
  color: #fff;
}

.wpml-ls-legacy-dropdown .wpml-ls-sub-menu a {
  color: #fff;
  background: var(--Slate, #343753);
  border: none;
}

.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
  background: url(../images/arrow_down.svg) center center/cover no-repeat;
  border: none;
  height: 16px;
  width: 25px;
  top: 14px;
  filter: invert(1);
}

.wpml-ls-flag {
  width: 36px;
  height: 36px;
  border-radius: 50%;
}

.wpml-ls-legacy-dropdown .wpml-ls-sub-menu,
.wpml-ls-legacy-dropdown .wpml-ls-current-language:hover .wpml-ls-sub-menu {
  border-top: none;
}

.menu ul.wpml-ls-sub-menu {
  gap: 0;
}/*# sourceMappingURL=style.css.map */

.bonus-icon {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
  display: inline-block;
  animation: pulse 1.5s infinite;
  border-radius: 50%;
}

.bonus-icon img {
  display: block;
  width: 60px;
  height: auto;
}

@keyframes pulse {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(255, 0, 0, 0.6);
  }
  70% {
    transform: scale(1.1);
    box-shadow: 0 0 0 20px rgba(255, 0, 0, 0);
  }
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(255, 0, 0, 0);
  }
}

div.promo-grid > p {
  display: none;
}
.promo-grid .promo-card {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 30px;
}
.promo-grid .promo-card .promo-actions {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
@media screen and (max-width: 720px) {
  div.promo-grid {
    display: flex;
    gap: 20px;
    overflow: hidden;
    overflow-x: auto;
  }
  div.promo-grid .promo-card {
    min-width: 220px;
  }
}