.iwga-countdown {
  background-image: linear-gradient(90deg, #a076b4 0%, #00afef 50%, #91ce9b 100%);
  height: 125px;
  width: 358px;
  right: 0;
  top: 30px;
  position: absolute;
}
.iwga-countdown--static {
  position: static;
  width: 100%;
}
.iwga-countdown__title {
  padding: 74px 0 0 15px;
  margin: 0;
  color: #000;
  font-weight: bold;
  font-size: 1rem;
}
.iwga-countdown__text {
  padding-left: 15px;
  color: #fff;
  font-size: 0.75rem;
  font-weight: normal;
  display: block;
  padding-top: 8px;
  text-transform: none;
}
.iwga-countdown__logo {
  position: absolute;
  right: 15px;
  bottom: 15px;
  width: 120px;
}
.iwga-countdown__label,
.iwga-countdown__time {
  color: #fff;
  display: block;
  font-family: opensans_bold, Helvetica Neue, Aria, sans-serif;
  font-weight: bold;
  position: absolute;
  text-transform: uppercase;
}
.iwga-countdown__label {
  font-size: 10px;
  opacity: 0.7;
  top: 50px;
}
.iwga-countdown__label-days {
  left: 114px;
  top: 20px;
  opacity: 1;
  font-size: 13px;
}
.iwga-countdown__label-hours {
  left: 157px;
}
.iwga-countdown__label-min {
  left: 213px;
}
.iwga-countdown__label-sec {
  left: 257px;
}
.iwga-countdown__label-ms {
  left: 314px;
}
.iwga-countdown__time {
  font-size: 21px;
  top: 17px;
}
.iwga-countdown__time-days {
  font-size: 56px;
  text-align: right;
  left: 15px;
  top: 11px;
  width: 50px;
}
.iwga-countdown__time-days--thousand {
  font-size: 41px;
  top: 14px;
}
.iwga-countdown__time-hours {
  left: 163px;
}
.iwga-countdown__time-min {
  left: 210px;
}
.iwga-countdown__time-sec {
  left: 256px;
}
.iwga-countdown__time-ms {
  left: 303px;
}
.iwga-countdown__separator {
  position: absolute;
  top: 17px;
  width: 1px;
  height: 19px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7) 50%, rgba(255, 255, 255, 0) 100%);
}
.iwga-countdown__separator-hours {
  left: 199px;
}
.iwga-countdown__separator-min {
  left: 244px;
}
.iwga-countdown__separator-sec {
  left: 290px;
}
.embedded {
  display: flex;
  background-image: linear-gradient(90deg, #a076b4 0%, #00afef 50%, #91ce9b 100%);
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.embedded .iwga-countdown {
  position: relative;
  top: auto;
  background-image: none;
}
.embedded .iwga-countdown__text {
  margin: 0;
  padding-top: 0;
}
.embedded .iwga-countdown__label,
.embedded .iwga-countdown__time {
  font-family: 'Open Sans', sans-serif;
}
.embedded .iwga-countdown__label {
  font-weight: 600;
}
.embedded .iwga-countdown__title {
  text-transform: uppercase;
  padding-top: 70px;
}
.embedded .iwga-countdown__time-days {
  top: 3px;
}
