.rushstyle-banner--html {
    overflow: hidden;
    position: relative;

}
.rushstyle-banner--html:after  {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 10000;
}

.rushstyle-banner--pop-up {
  position: fixed;
  z-index: 99;
  display: none;
}

.rushstyle-banner--position--right {
    right: 1rem;
    left: auto;
    bottom: 1rem;
}
.rushstyle-banner--position--center {
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    top: 50%;
    z-index: 10001;
}

.rushstyle-banner--position--left {
    left: 1rem;
    right: auto;
    bottom: 1rem;
}


.rushstyle-banner--box--shadow {
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
}
.rushstyle-banner--box {
  /* background-color: #094AB8; */
  /* color: white; */

  margin-left: auto;
  margin-right: auto;
  margin-top: 10%;
  position: relative;
  max-width: 600px;
  float: none;
  padding: 3.5rem;
}
@media screen and (max-width: 767px) {
  .rushstyle-banner--box {

    padding: 1.5rem;
  }
}
.rushstyle-banner--box p {
  font-weight: 400;
  font-size: 1rem;
  margin-bottom: 0rem;
}
.rushstyle-banner--box h1, .rushstyle-banner--box h2, .rushstyle-banner--box h3, .rushstyle-banner--box h4 {
  font-weight: 600;
  font-size: 2.5rem;
  margin-bottom: 1rem;
  line-height: 1.1em;
  color: inherit;
}

@media screen and (max-width: 767px) {
  .rushstyle-banner--box h1,h2,h3,h4 {
    font-size: 1.5rem;
    white-space: break-spaces;
    }
}

.rushstyle-banner--link:hover {
    text-decoration: none;
}

.rushstyle-banner--image .rushstyle-banner--box {
    padding: 1rem;
}
.rushstyle-banner--image .rushstyle-banner--close-button{
    background-color: attr(data-bgcolor);
    color: white;
    right: 1.5rem;
    top: 1.5rem;
}

.rushstyle-banner--close-button {
  /* font-size: 12px; */
  height: 24px;
  width: 24px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.s ease;
  position: absolute;
  right: 1.25rem;
  top: 1.5rem;
  margin-right: 0;
  margin-top: 0;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

.rushstyle-banner--close-button:hover {
  text-decoration: none;
  opacity: 0.6;

}


@media screen and (max-width: 767px) {
    .rushstyle-banner--pop-up {
      position: fixed;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 99;
      display: none;
    }
  .rushstyle-banner--box {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-top: 5rem;
  }

  .rushstyle-banner--content {
    max-height: 575px;
    overflow-y: auto;
  }

}

.button--banner {
  border-radius: 4px;
  padding: 0.75rem 2rem;
  display: inline-block;
  margin-top: 1rem;
  margin-right: 1rem;
  transition: al 0.5s;
}

.button--banner:hover {
  opacity: 0.75;
  text-decoration: none;
}