.theme-forbes {
  --landing-promotion-bg: #fff;
  --landing-promotion-foreground: #039852;
  --landing-shields: #CBD5E1;
  --checkbox-bg: #2c9f71;
  --tooltip-content-border-color: #24A88E;
  --results-header-foreground: white;
  --font-family: "EuclidCircularB";
  --results-header-new-bg: url("/dist/v2/results-header-bg.jpg");
  --results-header-new-overlay: rgba(0, 0, 0, 0.55);
  --results-header-new-bg-position: center;
  --results-header-new-bg-position-mobile: 65% center;
  --results-header-new-heading-font: ui-serif, Georgia, Cambria, "Times New Roman",
    Times, serif;
  --paw-prints: #F5F7FF;
  --checklist-checked-bg: #3453A7;
}

@font-face {
  font-family: "EuclidCircularB";
  font-weight: 400;
  font-display: block;
  src: url(https://i.forbesimg.com/assets/fonts/euclidcircularb/euclidcircularb-regular-webfont.woff2) format("woff2"), url(https://i.forbesimg.com/assets/fonts/euclidcircularb/euclidcircularb-regular-webfont.woff) format("woff");
}
@font-face {
  font-family: "EuclidCircularB";
  font-weight: 500;
  font-display: block;
  src: url(https://i.forbesimg.com/assets/fonts/euclidcircularb/euclidcircularb-bold-webfont.woff2) format("woff2"), url(https://i.forbesimg.com/assets/fonts/euclidcircularb/euclidcircularb-bold-webfont.woff) format("woff");
}
@font-face {
  font-family: "EuclidCircularB";
  font-weight: 700;
  font-display: block;
  src: url(https://i.forbesimg.com/assets/fonts/euclidcircularb/euclidcircularb-bold-webfont.woff2) format("woff2"), url(https://i.forbesimg.com/assets/fonts/euclidcircularb/euclidcircularb-bold-webfont.woff) format("woff");
}
main .question-set-container,
main .polling {
  background-image: url("/dist/v2/curve.svg");
  background-size: cover;
  background-position-y: -80px;
  background-repeat: no-repeat;
}
main .question-set-container--two-step,
main .polling--two-step {
  background-size: contain;
  background-position-y: -60px;
}
main .question-set-container--photo-realistic,
main .polling--photo-realistic {
  background-position-y: 0px;
  background-image: url("/dist/v2/green-blur-full.jpg");
}