html, body {
  padding: 0;
  margin: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

html {
  font-size: 1em;
}

body {
  font-size: 100%;
}

a img, :link img, :visited img {
  border: 0;
}

.alpha-0 {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.invisible {
  visibility: hidden;
}

.center-middle {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.vert-align-mid {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.center-absolute {
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

.gpu {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.transform-reset {
  -webkit-transform: none !important;
      -ms-transform: none !important;
          transform: none !important;
}

@font-face {
  font-family: 'customfont-bold';
  src: url("customfont-bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-007E;
}
@font-face {
  font-family: 'customfont-medium';
  src: url("customfont-medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-007E;
}
sup {
  vertical-align: super;
  font-size: 0.5em;
}

h1 {
  font-size: 24px;
  line-height: 26px;
  font-family: "customfont-bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #cd040b;
  margin: 0;
  margin-top: 0;
}

h2 {
  color: #cd040b;
  font-family: "customfont-medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #000;
  font-size: 13px;
  line-height: 16px;
  margin-top: 3px;
  margin-bottom: 5px;
}

h3 {
  font-family: Arial, Helvetica, sans-serif;
  color: rgba(0, 0, 0, 0.5);
  font-size: 8px;
  line-height: 10px;
  margin-top: 8px;
}

#ad_content, #fallback {
  position: absolute;
  width: 728px;
  height: 90px;
  overflow: hidden;
  box-sizing: border-box;
  border: 1px solid #000;
  background-color: #e4e5e3;
  cursor: pointer;
}

#f1_bg_img, #f2_bg_img, #f3_bg_img, #f4_bg_img, #f5_bg_img {
  position: absolute;
  width: 728px;
  height: 90px;
  border: 0;
  margin: -1px;
}

#f1_animation_img, #f2_animation_img, #f3_animation_img, #f4_animation_img, #f5_animation_img {
  position: absolute;
  width: 728px;
  height: 90px;
  border: 0;
  margin: -1px;
}

#logo {
  position: absolute;
  width: 80px;
  height: 17px;
  right: 9px;
  top: 9px;
  background: url(logo.svg) no-repeat;
}

#cta {
  position: absolute;
  right: 9px;
  bottom: 9px;
  background-color: #cd040b;
  color: #fff;
  padding: 6px 16px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 10px;
}

.full-width-copy {
  width: 610px;
}

.condensed-width-copy {
  width: 470px;
}

.frame-content {
  position: absolute;
  left: 9px;
  top: 9px;
  width: 710px;
  height: 72px;
}

.center-parent {
  position: absolute;
  top: -5px;
  left: 480px;
  width: 98px;
  height: 80px;
}

.center-child {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.full-bleed {
  position: absolute;
  margin: -1px;
  width: 728px;
  height: 90px;
}
