* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}
html {
  -webkit-text-size-adjust: none;
}
body {
  margin: 0;
  padding: 33px 0;
  font: 14px/1.4 Helvetica, Arial, sans-serif;
  color: #555;
  touch-action: manipulation;
}
img,
svg {
  max-width: 100%;
}
h1 {
  margin: 0 0 33px 0;
  font-size: 20px;
  color: #666;
  font-family: 'Gotham SSm', Helvetica, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.3;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
}
h2 {
  font-weight: normal;
  color: #777;
  font-size: 12px;
  margin: -22px 0 22px 0;
  line-height: 1.6;
}
h3 {
  margin: 0 0 15px 0;
  font-family: 'Knockout 31 4r';
  font-weight: normal;
  text-transform: uppercase;
  padding-top: 0;
  line-height: 1.2;
  letter-spacing: 0.05em;
  -webkit-font-smoothing: antialiased;
  font-size: 12px;
  color: #333;
}
.nowrap {
  white-space: nowrap;
}
.footnotes {
  margin-bottom: 20px;
}
.footnotes h4 {
  margin: 2px 0 7px 0;
  color: #666;
  font-size: 11px;
}
.footnotes p,
.footer p {
  margin: 2px 0 0 0;
  font-size: 11px;
  line-height: 1.7;
  color: #999;
}
.footer p {
  font-style: italic;
}
.footer p em {
  font-style: normal;
}
.footnotes p strong {
  color: #666;
}
a,
a:link,
a:visited {
  color: #4774CC;
  text-decoration: none;
}
a:hover,
a:active {
  color: #bccae5;
}
.graphic-wrapper {
  position: relative;
}
.graphic {
  position: relative;
  margin-bottom: 11px;
}
.graphic::after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}
.graphic img {
  max-width: 100%;
  height: auto;
}
.key {
  margin: -11px 0 33px 0;
  padding: 0;
  list-style-type: none;
}
.key .key-item {
  display: inline-block;
  margin: 0 18px 0 0;
  padding: 0;
  line-height: 15px;
}
.key .key-item b {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 6px;
  float: left;
}
.key .key-item label {
  white-space: nowrap;
  font-size: 12px;
  color: #666;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
}
svg {
  overflow: hidden;
}
.axis {
  font-size: 11px;
  -webkit-font-smoothing: antialiased;
  fill: #999;
}
.axis path,
.axis line {
  fill: none;
  stroke: #ccc;
  shape-rendering: crispEdges;
}
.axis.y path {
  display: none;
}
.axis.y .tick line {
  display: none;
}
.grid path {
  display: none;
}
.grid .tick {
  stroke: #eee;
  color: #eee;
  stroke-width: 1px;
  shape-rendering: crispEdges;
}
.grid.y g:first-child line {
  display: none;
}
.zero-line {
  stroke: #666;
  stroke-width: 1px;
  shape-rendering: crispEdges;
}
line,
rect {
  shape-rendering: crispEdges;
}
.bars rect {
  fill: #17807E;
}
.labels {
  position: absolute;
  margin: 0;
  padding: 0;
  list-style-type: none;
  border: none;
}
.labels li {
  position: absolute;
  text-align: right;
  font-size: 12px;
  line-height: 1.3;
  color: #666;
  display: table;
  -webkit-font-smoothing: antialiased;
}
.labels li span {
  display: table-cell;
  vertical-align: middle;
}
.value text {
  font-size: 10px;
  -webkit-font-smoothing: antialiased;
}
.value text.in {
  fill: #fff;
}
.value text.out {
  fill: #999;
}
body.hp {
  padding-top: 0;
  padding-bottom: 10px;
}
body.childlink {
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
}
img:not([alt]) {
  outline: 3px solid red;
}
[role="img"] img:not([alt]) {
  outline: none;
}
.sr-only {
  opacity: 0;
  position: absolute;
  left: -1000px;
  clip: inset(0, 0, 0, 0);
  width: 1px;
  height: 1px;
}
button {
  font-family: 'Gotham SSm', Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-weight: 400;
  font-size: 14px;
  padding: 15px 24px;
  text-transform: uppercase;
  border: 0px;
  background-color: rgba(255, 255, 255, 0.7);
  color: black;
  transition: background 0.1s ease-in-out, opacity 0.1s ease-in-out;
}
button:hover {
  cursor: pointer;
}
button:hover,
button:focus {
  background-color: #fff;
}
button.next {
  background-color: unset;
  color: #fff;
  border: 1px solid white;
}
.is-hidden {
  width: 0;
  height: 0;
  position: absolute;
  opacity: 0;
}
.is-opacity-0 {
  opacity: 0 !important;
}
.is-display-none {
  display: none !important;
}
.slide {
  color: white;
  font-family: 'Gotham SSm', Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-weight: 400;
  text-align: center;
  min-height: 430px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 45px;
  position: relative;
}
.slide:not(.current) {
  display: none;
}
@media screen and (max-width: 500px) {
  .slide {
    padding: 45px 15px;
  }
}
.slide p,
.slide h1,
.slide h2,
.slide h3,
.slide h4 {
  color: white;
  line-height: auto;
  margin: 0;
  -webkit-font-smoothing: inherit;
}
.slide::before {
  content: '';
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background-image: url("bg.jpg");
  filter: brightness(68%);
  background-size: cover;
  z-index: -1;
}
.slide__label h2 {
  margin-bottom: 10px;
}
.slide__body {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}
.slide__controls {
  position: relative;
}
.slide__controls .bittersweet-levels {
  margin-left: auto;
  margin-right: auto;
  justify-content: space-between;
  display: flex;
  width: 80%;
  position: relative;
  margin-bottom: 3em;
  font-size: 18px;
}
.slide__controls .bittersweet-levels .bittersweet-level {
  position: relative;
  font-weight: bold;
  font-size: 20px;
}
.slide__controls .bittersweet-levels .bittersweet-level input[type="radio"] {
  margin-right: 0px;
}
.slide__controls .bittersweet-levels .bittersweet-level__number {
  opacity: 1;
  background-color: rgba(255, 255, 255, 0);
  transition: background-color 0.075s ease-in-out, opacity 0.1s ease-in-out;
  padding: 10px;
}
.slide__controls .bittersweet-levels .bittersweet-level__number:hover {
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.2);
}
@media screen and (max-width: 500px) {
  .slide__controls .bittersweet-levels {
    width: calc(100% - 40px);
  }
  .slide__controls .bittersweet-levels .bittersweet-level__number {
    padding: 2px;
  }
}
.slide__controls .next-button-container {
  position: absolute;
  bottom: -40px;
  width: 100%;
}
.slide__controls .bittersweet-level__label {
  position: absolute;
  font-size: 11px;
  bottom: -1.5em;
  font-weight: normal;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  opacity: 0.7;
}
.slide__controls input[type="radio"]:checked + label {
  text-decoration: underline;
  opacity: 1;
}
.slide--intro .title,
.slide--question .question {
  margin-bottom: 30px;
}
@media screen and (min-width: 501px) {
  .slide--intro .title,
  .slide--question .question {
    font-size: 24px;
  }
}
@media screen and (max-width: 500px) {
  .slide--intro .title,
  .slide--question .question {
    font-size: 21px;
  }
}
.slide--outro .slide__body {
  text-align: left;
  margin-bottom: 30px;
}
.slide--outro .slide__body .results {
  margin-bottom: 15px;
}
.slide--outro .slide__body .results--box {
  text-align: center;
}
.slide--outro .slide__body .results--box h2 {
  font-weight: bold;
  font-size: 24px;
}
@media screen and (max-width: 500px) {
}
.slide--outro .slide__body .results--footnote {
  font-size: 12px;
}
.slide--outro .slide__body .description {
  margin-bottom: 15px;
}
.slide--outro .slide__body .description--head {
  text-transform: capitalize;
  margin-bottom: 15px;
}
