.notification {
  width: 260px;
  height: 260px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  background: #FFF;
  overflow: hidden;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 500px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 12px solid #8B5CF6;
  -webkit-transform: rotate(12.257deg);
  transform: rotate(12.257deg);
  -webkit-transition: transform 0.5s ease;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
   -webkit-box-shadow: 0px 4px 20px 0px rgba(122, 22, 199, 0.26), 0px 20px 20px 0px rgba(122, 22, 199, 0.26);
          box-shadow: 0px 4px 20px 0px rgba(122, 22, 199, 0.26), 0px 20px 20px 0px rgba(122, 22, 199, 0.26);
  /*-webkit-box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.12), 0px 20px 20px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.12), 0px 20px 20px 0px rgba(0, 0, 0, 0.25);
  filter: drop-shadow(0px 66px 66px rgba(139, 92, 246, 0.24)) drop-shadow(0px 6px 32px rgba(139, 92, 246, 0.12));*/  
  backdrop-filter: blur(7.25px);
}
.notification__wrapper {
  z-index: 3;
  right:60px;
  top: 150px;
  position: absolute;
}

.notification {text-decoration:none!important; color:#8B5CF6;}
.notification__wrapper .text .description {color:#000;}

@media only screen and (max-width: 1325px) {
  .notification__wrapper:not(.is_stuck) {
    right: 0;    
    bottom:20px;
  }
}
@media only screen and (max-width: 1199px) {
  .notification__wrapper:not(.is_stuck) {
    right: 10px;
    bottom: -180px;
  }
}
@media only screen and (max-width: 991px) {
  .notification__wrapper:not(.is_stuck) {
    bottom: -160px;
  }
}
@media only screen and (max-width: 767px) {
  .notification__wrapper:not(.is_stuck) {
    right: 20px;
    bottom: -130px;
  }
}
@media only screen and (max-width: 575px) {
  .notification__wrapper:not(.is_stuck) {
    right: 15px;
    bottom: -110px;
  }
}
@media only screen and (max-width: 1325px) {
  .notification__wrapper:not(.is_stuck) .notification {
    width: 240px;
    height: 240px;
    padding: 15px;
  }
}
@media only screen and (max-width: 1199px) {
  .notification__wrapper:not(.is_stuck) .notification {
    width: 210px;
    height: 210px;
    padding: 10px;
    -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1), 0px 4px 12px 0px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1), 0px 4px 12px 0px rgba(0, 0, 0, 0.2);
  }
}
@media only screen and (max-width: 991px) {
  .notification__wrapper:not(.is_stuck) .notification {
    width: 192px;
    height: 192px;
  }
}
@media only screen and (max-width: 767px) {
  .notification__wrapper:not(.is_stuck) .notification {
    width: 165px;
    height: 165px;
    border-width: 8px;
  }
}
@media only screen and (max-width: 575px) {
  .notification__wrapper:not(.is_stuck) .notification {
    padding: 5px;
    width: 150px;
    height: 150px;
    border-width: 5px;
  }
}
@media only screen and (max-width: 1999px) {
  .notification__wrapper:not(.is_stuck) .notification .icon {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 991px) {
  .notification__wrapper:not(.is_stuck) .notification .icon {
    font-size: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .notification__wrapper:not(.is_stuck) .notification .icon {
    font-size: 20px;
    margin-bottom: 5px;
  }
}
@media only screen and (max-width: 1199px) {
  .notification__wrapper:not(.is_stuck) .notification .icon.has-media {
    width: 80px;
  }
}
@media only screen and (max-width: 991px) {
  .notification__wrapper:not(.is_stuck) .notification .icon.has-media {
    width: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .notification__wrapper:not(.is_stuck) .notification .icon.has-media {
    width: 50px;
  }
}
@media only screen and (max-width: 575px) {
  .notification__wrapper:not(.is_stuck) .notification .icon.has-media {
    width: 40px;
  }
}
@media only screen and (max-width: 1325px) {
  .notification__wrapper:not(.is_stuck) .notification .text .date {
    font-size: 28px;
  }
}
@media only screen and (max-width: 1999px) {
  .notification__wrapper:not(.is_stuck) .notification .text .date {
    font-size: 24px;
  }
}
@media only screen and (max-width: 991px) {
  .notification__wrapper:not(.is_stuck) .notification .text .date {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .notification__wrapper:not(.is_stuck) .notification .text .date {
    font-size: 18px;
  }
}
@media only screen and (max-width: 575px) {
  .notification__wrapper:not(.is_stuck) .notification .text .date {
    font-size: 16px;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .notification__wrapper:not(.is_stuck) .notification .text .deadline {
    font-size: 14px;
    line-height: 20px;
  }
  .notification__wrapper:not(.is_stuck) .notification .text .description {
    font-size: 10px;
    line-height: 18px;
  }
  .notification__wrapper:not(.is_stuck) .notification .text .icon {
    display:none;
  }
  {% if  module.content.hide_on_mobile %}
  .notification__wrapper{
    display:none;
  }
  {% endif; %}
}
@media only screen and (max-width: 1999px) {
  .notification__wrapper:not(.is_stuck) .notification .text .btn {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 991px) {
  .notification__wrapper:not(.is_stuck) .notification .text .btn {
    margin-top: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .notification__wrapper:not(.is_stuck) .notification .text .btn {
    font-size: 12px;
    line-height: 16px;
    padding: 8px 12px 6px;
  }
}
.notification__wrapper .notification .icon {
  font-size: 30px;
  color: #363330;
  margin-bottom: 15px;
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.notification__wrapper .notification .icon.has-media {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.notification__wrapper .notification .icon.has-media img {
  height: 100%;
  max-width: 100%;
}
.notification__wrapper .notification .text {
  text-align: center;
}
.notification__wrapper .notification .text .date {
  color: #000;
  line-height: 1;
  font-size: 32px;
  font-weight: 700;
  font-family: "proxima-nova", sans-serif;
  margin-bottom: 5px;
}
.notification__wrapper .notification .text .deadline {
  color: #000;
  font-size: 20px;
  line-height: 22px;
  font-weight: 400;
  font-family: "Roobert", sans-serif;
}
.notification__wrapper .notification .text .btn {
  color: #8B5CF6;
  font-size: 14px;
  margin-top: 15px;
  font-weight: 500;
  line-height: 18px;
  background: #363330;
  padding: 10px 14.33px 8px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-box-shadow: 0px 12px 24px 0px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 12px 24px 0px rgba(0, 0, 0, 0.16);
}
.notification__wrapper .notification:-moz-any-link:hover .icon, .notification__wrapper .notification:-moz-any-link:focus .icon {
  animation: shake 0.5s forwards;
}
.notification__wrapper .notification:any-link:hover .icon, .notification__wrapper .notification:any-link:focus .icon {
  -webkit-animation: shake 0.5s forwards;
          animation: shake 0.5s forwards;
}
.notification__wrapper .notification:-moz-any-link:hover .text .btn, .notification__wrapper .notification:-moz-any-link:focus .text .btn {
  color: #363330;
  background: #FFFFFF;
}
.notification__wrapper .notification:any-link:hover .text .btn, .notification__wrapper .notification:any-link:focus .text .btn {
  color: #363330;
  background: #FFFFFF;
}
.notification__wrapper.is_stuck {
  bottom: 80px;
  right: 50px;
  width: 230px;
  height: 230px;
  position: fixed;
  -webkit-transition: position 1s ease-in-out, width 1s ease-in-out, height 1s ease-in-out;
  transition: position 1s ease-in-out, width 1s ease-in-out, height 1s ease-in-out;
}
@media only screen and (max-width: 1199px) {
  .notification__wrapper.is_stuck {
    width: 260px;
    height: 260px;
    right: -10px;
    bottom: 0px;
  }
}
@media only screen and (max-width: 991px) {
  .notification__wrapper.is_stuck {
    width: 230px;
    height: 230px;
    right: -10px;
    bottom: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .notification__wrapper.is_stuck {
    width: 180px;
    height: 180px;
    right: -10px;
    bottom: 0px;
  }
}
@media only screen and (max-width: 575px) {
  .notification__wrapper.is_stuck {
    width: 150px;
    height: 150px;
  }
}
.notification__wrapper.is_stuck .notification {
  -webkit-transform: scale(0.7) rotate(0deg);
  transform: scale(0.7) rotate(0deg);
}
@media only screen and (max-width: 1199px) {
  .notification__wrapper.is_stuck .notification {
    width: 260px;
    height: 260px;
  }
}
@media only screen and (max-width: 991px) {
  .notification__wrapper.is_stuck .notification {
    right: 20px;
    width: 230px;
    height: 230px;
  }
}
@media only screen and (max-width: 767px) {
  .notification__wrapper.is_stuck .notification {
    width: 180px;
    height: 180px;
    bottom: -110px;
    border-width: 8px;
  }
}
@media only screen and (max-width: 575px) {
  .notification__wrapper.is_stuck .notification {
    right: 15px;
    padding: 5px;
    width: 150px;
    height: 150px;
    bottom: -90px;
    border-width: 5px;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .notification__wrapper.is_stuck .notification img {
    height: 50%;
    top: 8px;
    position: relative;
  }
}
@media only screen and (max-width: 991px) {
  .notification__wrapper.is_stuck .notification .text .date {
    font-size: 20px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 767px) {
  .notification__wrapper.is_stuck .notification .text .date {
    font-size: 16px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .notification__wrapper.is_stuck .notification .text .date {
    font-size: 16px;
    line-height: 18px;
  }
}
@media only screen and (max-width: 991px) {
  .notification__wrapper.is_stuck .notification .text .deadline {
    font-size: 20px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 767px) {
  .notification__wrapper.is_stuck .notification .text .deadline {
    font-size: 16px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .notification__wrapper.is_stuck .notification .text .deadline {
    font-size: 12px;
    line-height: 12px;
  }
}
@media only screen and (max-width: 1999px) {
  .notification__wrapper.is_stuck .notification .text .btn {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 991px) {
  .notification__wrapper.is_stuck .notification .text .btn {
    margin-top: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .notification__wrapper.is_stuck .notification .text .btn {
    font-size: 12px;
    line-height: 16px;
    padding: 4px 12px 4px;
  }
}