#webWidget {
  z-index: 1000001 !important;
}

.subscription-benefits-wrapper .whattips.tooltip-icon {
  text-decoration: underline;
  background: none;
}

.subscription-benefits-wrapper {
  display: none;
  position: fixed;
  z-index: 1000000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(96, 56, 205, 0.8);
  overflow: hidden;
}

.subscription-benefits-wrapper-inner {
  position: absolute;
  top: 0;
  right: -350px;
  transition: transform .5s ease;
  animation: subscriptionbenefitsslide 0.5s forwards;
  animation-delay: .5s;
  background-color: #fff;
  box-shadow: 0 2px 8px 3px rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 350px;
  align-items: flex-end !important;
  display: flex !important;
}

@-webkit-keyframes subscriptionbenefitsslide {
  100% {
    right: 0;
  }
}

@keyframes subscriptionbenefitsslide {
  100% {
    right: 0;
  }
}

.subscription-benefits-close-link.icon {
  position: absolute;
  overflow: hidden;
  top: 1rem;
  right: 1.3rem;
  width: 32px;
  height: 32px;
}

.subscription-benefits-close-link.icon a {
  background: url("../images/close-icon.svg") no-repeat center center;
  background-size: cover;
  display: block;
  width: 100%;
  height: 100%;
  text-indent: -999px;
  overflow: hidden;
}

.subscription-benefits-content {
  padding: 2.6rem;
  width: 100%;
  height: 100%;
  text-align: center;
  overflow-y: scroll;
}

.subscription-benefits-content-inner {
  max-width: 660px;
  margin: auto;
}

.subscribe-benefits {
  padding: 0;
  margin: 0;
  list-style: none;
}

.subscribe-benefits li {
  background-color: #2F2E2E;
  text-align: left;
  color: #fff;
  border-radius: 8px;
  padding: 1rem;
  margin: 0.6rem 0;
  display: flex;
  align-items: center;
}

.subscribe-benefits li .icons {
  min-width: 100px;
  text-align: center;
}

.subscribe-benefits li .icons img {
  height: 80px;
  width: auto;
}

.subscription-benefits-content .btn {
  border: 2px solid #e71333;
  color: #e71333;
  background-color: transparent;
}

@media screen and (min-width: 580px) {
  .subscription-benefits-wrapper-inner {
    right: -550px;
    width: 550px;
  }

  .subscription-benefits-close-link.icon {
    right: 2rem;
  }
}

@media screen and (min-width: 960px) {
  .subscription-benefits-wrapper-inner {
    right: -860px;
    width: 860px;
  }

  .subscribe-benefits li .icons {
    width: 150px;
  }

  .subscribe-benefits li .icons img {
    height: 100px;
  }

  .subscription-benefits-content .btn {
    min-width: 300px;
  }
}

.subscribe-other-benefits {
  padding: 1.5rem 0 0 0;
  margin: 0 0 3rem 0;
  list-style: none;
  background-color: #e71333;
  color: #fff;
  border-radius: 8px;
}

.subscribe-other-benefits li {
  padding: 1rem;
  display: flex;
  align-items: center;
  font-weight: bold;
  text-align: left;
}

.subscribe-other-benefits li .icons {
  min-width: 80px;
  text-align: center;
}

.subscribe-other-benefits li .icons img {
  height: 70px;
  width: auto;
}

@media screen and (min-width: 960px) {
  .subscribe-other-benefits {
    display: flex;
    padding: 1.5rem 1rem;
  }

  .subscribe-other-benefits li {
    width: 25%;
    padding: 0.5rem;
    font-size: 11px;
    display: block;
    text-align: center;
  }

  .subscribe-other-benefits li .icons {
    width: 100%;
    margin-bottom: 0.5rem;
  }

  .subscribe-other-benefits li .icons img {
    height: 50px;
  }
}
