*, *:before, *:after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
}

.auto-alpha {
  opacity: 0;
  visibility: hidden;
}

.adtrack {
  pointer-events: auto;
}

.enable-pointers {
  pointer-events: auto;
}

#sienna {
  cursor: pointer;
  height: 90px;
  width: 728px;
  overflow: hidden;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -364px;
  margin-top: -45px;
  background: #ffffff;
  font-family: Montserrat, sans-serif;
}
#sienna .border {
  border: 1px solid #333333;
  display: block;
  height: 90px;
  width: 728px;
  left: 0;
  top: 0;
  pointer-events: none;
  position: absolute;
  z-index: 999;
}
#sienna img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#sienna .float {
  position: absolute;
}
#sienna .cta {
  position: absolute;
  bottom: 33px;
  right: 11px;
  width: 87px;
  height: 24px;
  color: #fff;
  font-weight: 400;
  font-size: 10px;
  line-height: 100%;
  background: #eb091e;
  border-radius: 50px;
  display: flex;
  text-align: center;
  justify-content: center;
  flex-direction: column;
  margin: 494px auto 0;
}
#sienna .cta p {
  margin: 0 0 0 0;
}
#sienna .headline_container {
  position: absolute;
  width: 314px;
  height: 41px;
  top: 49px;
  left: 17px;
  display: flex;
  text-align: left;
  align-items: center;
}
#sienna .headline_container .headline {
  width: 100%;
  color: #fff;
  font-size: 10px;
  font-weight: 300;
  padding-top: 0px;
  margin: 0 auto;
  text-align: left;
}
#sienna .headline_container .headline sup {
  font-size: 6px;
}
#sienna .disclaimer {
  color: white;
  width: 108px;
  font-size: 6.5px;
  font-weight: 300;
  line-height: 115%;
  position: absolute;
  bottom: 4px;
  right: 0;
  text-align: center;
  letter-spacing: -0.1px;
}
#sienna #overlay {
  font-family: Montserrat, sans-serif;
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#sienna #overlay p {
  display: inline-block;
  color: #fff;
  width: 70%;
  font-weight: 300;
  font-size: 8px;
}
#sienna #overlay p sup {
  font-size: 5px;
}
#sienna #overlay #btn_info_close {
  background: transparent;
  position: absolute;
  width: 12px;
  height: 14px;
  top: 8px;
  right: 8px;
  cursor: pointer;
}
#sienna #overlay #btn_info_close .x {
  position: absolute;
  background: #fff;
  width: 1px;
  height: 100%;
  left: 50%;
  margin-left: -1px;
}
#sienna #overlay #btn_info_close #x1 {
  transform: rotate(40deg);
}
#sienna #overlay #btn_info_close #x2 {
  transform: rotate(-40deg);
}

#sienna.Firefox .cta p,
#sienna.Chrome .cta p {
  margin-top: 0px;
}

#sienna.Safari .cta {
  font-weight: 600;
}

#sienna.mobile .cta {
  font-weight: 700;
}
