.ra-anniversary-promo {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: auto;
  z-index: 999999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ra-anniversary-promo div {
  position: relative;
  background: red;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
@media (min-width: 960px) {
  .ra-anniversary-promo div {
    width: 40%;
  }
}
.ra-anniversary-promo img {
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.ra-anniversary-promo img.hide {
  opacity: 0;
}
.ra-anniversary-promo em {
  position: absolute;
  top: 0;
  right: 0;
  width: 70px;
  height: 70px;
  cursor: pointer;
  z-index: 9999999;
  background: url("../images/x.svg") no-repeat center;
  background-size: 45%;
}
@media (min-width: 960px) {
  .ra-anniversary-promo em {
    background-size: 80%;
    top: 15px;
    right: 15px;
    width: 70px;
    height: 70px;
  }
}
@-webkit-keyframes glowCycle {
  0% {
    -webkit-box-shadow: 0 0 200px 0 rgb(53, 83, 211);
            box-shadow: 0 0 200px 0 rgb(53, 83, 211);
  }
  33.33% {
    -webkit-box-shadow: 0 0 200px 0 rgb(199, 87, 184);
            box-shadow: 0 0 200px 0 rgb(199, 87, 184);
  }
  66.66% {
    -webkit-box-shadow: 0 0 200px 0 rgb(237, 221, 83);
            box-shadow: 0 0 200px 0 rgb(237, 221, 83);
  }
  100% {
    -webkit-box-shadow: 0 0 200px 0 rgb(53, 83, 211);
            box-shadow: 0 0 200px 0 rgb(53, 83, 211);
  }
}
@keyframes glowCycle {
  0% {
    -webkit-box-shadow: 0 0 200px 0 rgb(53, 83, 211);
            box-shadow: 0 0 200px 0 rgb(53, 83, 211);
  }
  33.33% {
    -webkit-box-shadow: 0 0 200px 0 rgb(199, 87, 184);
            box-shadow: 0 0 200px 0 rgb(199, 87, 184);
  }
  66.66% {
    -webkit-box-shadow: 0 0 200px 0 rgb(237, 221, 83);
            box-shadow: 0 0 200px 0 rgb(237, 221, 83);
  }
  100% {
    -webkit-box-shadow: 0 0 200px 0 rgb(53, 83, 211);
            box-shadow: 0 0 200px 0 rgb(53, 83, 211);
  }
}
.ra-anniversary-promo span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgb(53, 83, 211) 0%, rgb(199, 87, 184) 49%, rgb(237, 221, 83) 100%);
  display: none;
  -ms-flex-wrap: flex;
      flex-wrap: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ra-anniversary-promo span.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: 0 0 200px 0 #3553d3;
          box-shadow: 0 0 200px 0 #3553d3;
  -webkit-animation: glowCycle 3s infinite ease-in-out;
          animation: glowCycle 3s infinite ease-in-out;
}
.ra-anniversary-promo span strong {
  font-size: 6em;
  line-height: 1.3;
  color: #fff;
  text-align: center;
}
.ra-anniversary-promo span strong::before {
  content: "";
  display: block;
  width: 150px;
  height: 150px;
  margin: 0 auto 0 auto;
  background: url("../images/check.svg") no-repeat center;
  background-size: contain;
}
.ra-anniversary-promo.repos {
  width: 150px;
  height: 150px;
  top: auto;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
@media (min-width: 960px) {
  .ra-anniversary-promo.repos {
    width: 200px;
    height: 200px;
  }
}
.ra-anniversary-promo.repos div {
  width: 100%;
}
.ra-anniversary-promo.repos img {
  width: 100%;
  height: 100%;
}
.ra-anniversary-promo.repos span {
  border-radius: 0;
  padding: 25px;
}
.ra-anniversary-promo.repos strong {
  font-size: 2em;
  margin: 15px 0 0 0;
}
.ra-anniversary-promo.repos strong::before {
  content: "";
  width: 25px;
  height: 25px;
  margin: 5px auto 0 auto;
}
.ra-anniversary-promo.repos em {
  background: url("../images/arrow-up-right.svg") no-repeat center;
  background-size: 60%;
  width: 50px;
  height: 50px;
  top: 5px;
  right: 5px;
}
@media (min-width: 960px) {
  .ra-anniversary-promo.repos em {
    top: 15px;
    right: 15px;
  }
}

.ra-promo-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  z-index: 99999;
}