@font-face {
  font-family: 'Roboto Condensed';
  font-style: italic;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/robotocondensed/v31/ieVW2ZhZI2eCN5jzbjEETS9weq8-19ehAyvMum7nfDB64RgK1X5pKQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/robotocondensed/v31/ieVo2ZhZI2eCN5jzbjEETS9weq8-_d6T_POl0fRJeyWyosBO5Xk.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/robotocondensed/v31/ieVo2ZhZI2eCN5jzbjEETS9weq8-_d6T_POl0fRJeyVVpcBO5Xk.ttf) format('truetype');
}
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/ptsans/v18/jizaRExUiTo99u79D0KEwA.ttf) format('truetype');
}
#teaser {
  text-align: center;
}
#proCallToAction,
.pro-cta--legacy {
  display: block;
  width: 600px;
  background-color: #3F3F3F;
  color: #fff !important;
  text-align: center;
  box-shadow: 4px 3px 5px 0 rgba(0, 0, 0, 0.3);
  padding: 30px 0;
}
@media only screen and (max-width: 639px) {
  #proCallToAction,
  .pro-cta--legacy {
    width: 100%;
  }
}
#proCallToAction p,
.pro-cta--legacy p {
  color: #ffffff !important;
  font-size: 16px;
  padding-top: 8px;
  padding-bottom: 4px;
  font-family: "PT Sans Narrow", sans-serif;
}
#proCallToAction figure,
.pro-cta--legacy figure {
  display: block;
  height: 62px;
}
#proCallToAction figure strong,
.pro-cta--legacy figure strong {
  position: relative;
  top: 18px;
  font-size: 4.5rem;
}
#proCallToAction figure img,
.pro-cta--legacy figure img {
  opacity: 0.6;
  max-height: 100%;
  width: auto;
}
#proCallToAction a.button,
.pro-cta--legacy a.button {
  display: block;
  width: 240px;
  height: 56px;
  text-align: center;
  line-height: 48px;
  padding-top: 6px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 4px;
  margin-bottom: 8px;
  background-color: #0089cb;
  background: -moz-linear-gradient(top, #0097e0 0, #0075ad 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0097e0), color-stop(100%, #0075ad));
  background: -webkit-linear-gradient(top, #0097e0 0, transparent #0075ad);
  background: -o-linear-gradient(top, #0097e0 0, #0075ad 100%);
  background: -ms-linear-gradient(top, #0097e0 0, #0075ad 100%);
  background: linear-gradient(to bottom, #0097e0 0, #0075ad 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF0097E0', endColorstr='#FF0075AD', GradientType=0);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border: none;
  border-radius: 3px;
  font-family: "PT Sans Narrow", sans-serif;
  font-weight: bold;
  font-size: 24px;
  color: #ffffff !important;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5), 0 1px 0 #7ad4ff inset;
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5), 0 1px 0 #7ad4ff inset;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5), 0 1px 0 #7ad4ff inset;
  text-transform: uppercase;
}
#proCallToAction a.button:hover,
.pro-cta--legacy a.button:hover {
  background-color: #0c99de;
  background: -moz-linear-gradient(top, #14b2ff 0, #0075ad 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #14b2ff), color-stop(100%, #0075ad));
  background: -webkit-linear-gradient(top, #14b2ff 0, transparent #0075ad);
  background: -o-linear-gradient(top, #14b2ff 0, #0075ad 100%);
  background: -ms-linear-gradient(top, #14b2ff 0, #0075ad 100%);
  background: linear-gradient(to bottom, #14b2ff 0, #0075ad 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF14B2FF', endColorstr='#FF0075AD', GradientType=0);
}
#proCallToAction a.link,
.pro-cta--legacy a.link {
  margin-top: 8px;
  color: #fff !important;
  text-shadow: 1px 1px 0px #000000, 1px -1px 0px #000000, -1px 1px 0px #000000, -1px -1px 0px #000000;
  font-family: "PT Sans Narrow", sans-serif;
}
.pro-cta--ab {
  background: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
}
.pro-cta--ab .pro-cta-variant {
  box-sizing: border-box;
  width: 100%;
}
.pro-cta--ab .pro-cta--legacy {
  background-color: #3F3F3F;
  color: #ffffff;
  text-align: center;
  box-shadow: 4px 3px 5px 0 rgba(0, 0, 0, 0.3);
  padding: 30px 0;
}
.pro-cta--ab .pro-cta--rankings,
.pro-cta--ab .pro-cta--stats {
  background: #000062;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-top: 5px solid #c80000;
  border-radius: 3px;
  box-shadow: 0 14px 34px rgba(0, 0, 20, 0.42);
  padding: 22px 24px 22px;
  text-align: left;
  overflow: hidden;
}
.pro-cta--ab .pro-cta--rankings .pro-cta__brand,
.pro-cta--ab .pro-cta--stats .pro-cta__brand {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 14px;
}
.pro-cta--ab .pro-cta--rankings .pro-cta__logo,
.pro-cta--ab .pro-cta--stats .pro-cta__logo {
  display: block;
  width: auto;
  height: 22px;
}
.pro-cta--ab .pro-cta--rankings .pro-cta__tag,
.pro-cta--ab .pro-cta--stats .pro-cta__tag {
  display: inline-block;
  padding: 3px 7px 2px;
  border-radius: 2px;
  background: #c80000;
  font-family: 'Roboto Condensed';
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  line-height: 1;
  color: #ffffff;
}
.pro-cta--ab .pro-cta--rankings .pro-cta__headline,
.pro-cta--ab .pro-cta--stats .pro-cta__headline {
  margin: 0 0 8px;
  font-family: 'Roboto Condensed';
  font-style: italic;
  font-size: 2rem;
  line-height: 1.02;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #ffffff;
}
.pro-cta--ab .pro-cta--rankings .pro-cta__lead,
.pro-cta--ab .pro-cta--stats .pro-cta__lead {
  margin: 0 0 16px;
  padding: 0;
  font-family: 'Roboto Condensed';
  font-size: 15px;
  line-height: 1.35;
  color: rgba(255, 255, 255, 0.85);
}
.pro-cta--ab .pro-cta--rankings .pro-cta__eyebrow,
.pro-cta--ab .pro-cta--stats .pro-cta__eyebrow {
  margin: 0 0 12px;
  padding: 12px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  font-family: 'Roboto Condensed';
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
}
.pro-cta--ab .pro-cta--rankings .pro-cta__benefits,
.pro-cta--ab .pro-cta--stats .pro-cta__benefits {
  display: block;
  margin: 0 0 18px;
  padding: 0;
  list-style: none;
  text-align: left;
}
.pro-cta--ab .pro-cta--rankings .pro-cta__benefits li,
.pro-cta--ab .pro-cta--stats .pro-cta__benefits li {
  position: relative;
  margin: 0 0 10px;
  padding: 0 0 0 26px;
  list-style: none;
  font-size: 15px;
  line-height: 1.3;
  color: #ffffff;
}
.pro-cta--ab .pro-cta--rankings .pro-cta__benefits li:last-child,
.pro-cta--ab .pro-cta--stats .pro-cta__benefits li:last-child {
  margin-bottom: 0;
}
.pro-cta--ab .pro-cta--rankings .pro-cta__benefits li i.fa,
.pro-cta--ab .pro-cta--stats .pro-cta__benefits li i.fa {
  position: absolute;
  left: 0;
  top: 2px;
  width: 16px;
  text-align: center;
  font-size: 14px;
  color: #c80000;
}
.pro-cta--ab .pro-cta--rankings a.button,
.pro-cta--ab .pro-cta--stats a.button {
  display: block;
  box-sizing: border-box;
  width: 100%;
  max-width: none;
  height: auto;
  line-height: 1.2;
  padding: 13px 24px;
  margin: 0;
  text-align: center;
  background: #c80000;
  color: rgb(255, 255, 255);
  filter: none;
  border-radius: 3px;
  box-shadow: none;
  font-family: 'Roboto Condensed';
  font-style: italic;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  text-decoration: none;
  transition: background 0.15s ease;
}
.pro-cta--ab .pro-cta--rankings a.button:hover,
.pro-cta--ab .pro-cta--stats a.button:hover {
  background: #9f0000;
  filter: none;
}
.pro-cta--ab .pro-cta--rankings a.link,
.pro-cta--ab .pro-cta--stats a.link {
  display: inline-block;
  margin-top: 14px;
  font-family: 'Roboto Condensed';
  font-size: 14px;
  color: rgba(255, 255, 255, 0.78);
  text-shadow: none;
  text-decoration: none;
}
.pro-cta--ab .pro-cta--rankings a.link strong,
.pro-cta--ab .pro-cta--stats a.link strong {
  color: #ffffff;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.pro-cta--ab .pro-cta--rankings a.link:hover strong,
.pro-cta--ab .pro-cta--stats a.link:hover strong {
  color: #ffffff;
}
@media only screen and (max-width: 639px) {
  .pro-cta--ab .pro-cta--rankings .pro-cta__headline,
  .pro-cta--ab .pro-cta--stats .pro-cta__headline {
    font-size: 1.7rem;
  }
}
.rankings-table-outer .pro-cta--ab {
  position: absolute;
  width: 480px;
  max-width: 92%;
  left: 50%;
  top: 152px;
  transform: translateX(-50%);
  margin-left: 0;
  z-index: 5;
}
@media only screen and (max-width: 639px) {
  .rankings-table-outer .pro-cta--ab {
    width: 100%;
  }
  .rankings-table-outer .pro-cta--ab .pro-cta--legacy {
    padding: 24px 16px;
  }
  .rankings-table-outer .pro-cta--ab .pro-cta--rankings {
    padding: 24px 20px;
  }
}
.results-funnel--locked {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  position: relative;
}
@media only screen and (max-width: 639px) {
  .results-funnel--locked {
    display: block;
  }
}
.results-funnel--locked > .performance-listing,
.results-funnel--locked > .pro-cta--ab--stats {
  grid-area: 1 / 1;
}
.results-funnel--locked > .pro-cta--ab--stats {
  margin-top: 180px;
}
@media only screen and (max-width: 639px) {
  .results-funnel--locked > .pro-cta--ab--stats {
    margin-top: 0;
  }
}
.pro-cta--ab--stats {
  position: sticky;
  top: 90px;
  left: auto;
  transform: none;
  align-self: start;
  justify-self: center;
  margin: 0 0 20px;
  width: 480px;
  max-width: 94%;
  height: auto;
  z-index: 5;
  padding: 0;
}
@media only screen and (max-width: 639px) {
  .pro-cta--ab--stats {
    position: static;
    top: auto;
    width: 100%;
  }
  .pro-cta--ab--stats .pro-cta--legacy {
    padding: 24px 16px;
  }
  .pro-cta--ab--stats .pro-cta--stats {
    padding: 24px 20px;
  }
}
.performance-listing.funnel-masked .mask {
  display: inline-block;
  height: 11px;
  width: 46px;
  max-width: 82%;
  background: #e6e6e6;
  border-radius: 3px;
  vertical-align: middle;
}
.performance-listing.funnel-masked .mask--sm {
  width: 24px;
}
.performance-listing.funnel-masked .mask--wide {
  width: 130px;
}
.performance-listing.funnel-masked .record {
  cursor: default;
}
.blurry {
  position: relative;
  padding: 4px;
  min-height: 300px;
}
.blurry #proCallToAction {
  position: absolute;
  width: 90%;
  left: 5%;
  margin-left: 0;
  top: 28px;
  z-index: 10;
}
.blurry #proCallToAction p {
  margin-top: 0;
}
.blurry td,
.blurry td a,
.blurry td span,
.blurry td div,
.blurry td em,
.blurry td strong,
.blurry td::before,
.blurry td::after {
  background: none !important;
  color: transparent !important;
  text-shadow: 0 0 8px #000000;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.blurry::after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 91%, #ffffff 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(91%, #ffffff), color-stop(100%, #ffffff));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 91%, #ffffff 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 91%, #ffffff 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 91%, #ffffff 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 91%, #ffffff 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
  /* IE6-9 */
}
#articleBody .blurry {
  max-height: 1300px;
  overflow: hidden;
}
#articleBody .blurry::after {
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.9) 70%, #ffffff 90%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.3)), color-stop(70%, rgba(255, 255, 255, 0.9)), color-stop(90%, #ffffff));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.9) 70%, #ffffff 90%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.9) 70%, #ffffff 90%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.9) 70%, #ffffff 90%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.9) 70%, #ffffff 90%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
  /* IE6-9 */
}
#articleBody #teaser {
  text-align: left;
}
