@font-face {
  font-family: "Gotham Book";
  src: url("../fonts/Gotham-Book.eot");
  src: url("../fonts/Gotham-Book.eot?#iefix") format("embedded-opentype"), url("../fonts/Gotham-Book.woff2") format("woff2"), url("../fonts/Gotham-Book.woff") format("woff"), url("../fonts/Gotham-Book.ttf") format("truetype"), url("../fonts/Gotham-Book.svg#Gotham") format("svg");
  font-style: normal;
}
@font-face {
  font-family: "Gotham Medium";
  src: url("../fonts/Gotham-Medium.eot");
  src: url("../fonts/Gotham-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Gotham-Medium.woff2") format("woff2"), url("../fonts/Gotham-Medium.woff") format("woff"), url("../fonts/Gotham-Medium.ttf") format("truetype"), url("../fonts/Gotham-Medium.svg#Gotham") format("svg");
  font-style: normal;
}
@font-face {
  font-family: "Univers LT 49 LightUltraCn";
  src: url("../fonts/UniversLT-LightUltraCondensed.eot");
  src: url("UniversLT-LightUltraCondensed.eot?#iefix") format("embedded-opentype"), url("../fonts/UniversLT-LightUltraCondensed.woff2") format("woff2"), url("../fonts/UniversLT-LightUltraCondensed.woff") format("woff"), url("../fonts/UniversLT-LightUltraCondensed.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "RamaGothicMW03";
  src: url("../fonts/RamaGothicMW03-SemiBold.eot");
  src: url("../fonts/RamaGothicMW03-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/RamaGothicMW03-SemiBold.woff2") format("woff2"), url("../fonts/RamaGothicMW03-SemiBold.woff") format("woff"), url("../fonts/RamaGothicMW03-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
.book {
  font-family: "Gotham Book", sans-serif;
}

.medium {
  font-family: "Gotham Medium", sans-serif;
}

.univers {
  font-family: "Univers LT 49 LightUltraCn", sans-serif;
}

.rama {
  font-family: "RamaGothicMW03", sans-serif;
}

@-webkit-keyframes bounce {
  0%, 100% {
    -webkit-transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-5px);
  }
}
@keyframes bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
}
body {
  background-color: #f6ead3;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
}
body.hide {
  overflow: hidden;
}
@media (prefers-color-scheme: dark) {
  body {
    background-color: black;
  }
}
body header h1 {
  font-family: "Univers LT 49 LightUltraCn", sans-serif;
  text-align: center;
  font-size: 9em;
  color: #003c5c;
  font-weight: 100;
  margin-bottom: 30px;
}
@media (prefers-color-scheme: dark) {
  body header h1 {
    color: #efefef;
  }
}
@media only screen and (max-width: 760px) {
  body header h1 {
    font-size: 5.25em;
    margin-bottom: 0;
    line-height: 80px;
  }
}
body header h1 span {
  font-size: 0.5em;
}
body header p {
  text-align: center;
  color: #003c5c;
  font-size: 1em;
  margin: 0;
}
@media (prefers-color-scheme: dark) {
  body header p {
    color: #efefef;
  }
}
body section {
  position: relative;
}
body section .tip {
  background-color: white;
  font-family: "Gotham Book", sans-serif;
  font-size: 14px;
  line-height: 16px;
  color: black;
  box-shadow: 2px -2px 0px rgba(0, 0, 0, 0.5);
  position: absolute;
  z-index: 100;
  top: 4%;
  right: 20%;
  max-width: 200px;
  text-align: center;
  padding: 20px;
  border-radius: 8px;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-name: bounce;
  animation-name: bounce;
}
@media (prefers-color-scheme: dark) {
  body section .tip {
    background-color: #8b8b8b;
    color: #efefef;
  }
}
@media only screen and (max-width: 500px) {
  body section .tip {
    top: 12%;
    left: 0;
    right: 0;
    margin: 0 auto;
    font-size: 12px;
    line-height: 14px;
    padding: 10px;
  }
}
body section .tip:after {
  content: url(../img/triangle.png);
  bottom: -24px;
  left: 40px;
  position: absolute;
}
@media (prefers-color-scheme: dark) {
  body section .tip:after {
    content: url(../img/triangle-dark.png);
  }
}
body section .chart {
  position: relative;
  max-width: 1200px;
  display: block;
  margin: 0 auto;
}
@media only screen and (max-width: 600px) {
  body section .chart {
    display: none;
  }
}
body section .chart.mobile {
  display: none;
}
@media only screen and (max-width: 600px) {
  body section .chart.mobile {
    display: block;
  }
}
body section .chart.mobile svg {
  display: none;
}
@media only screen and (max-width: 600px) {
  body section .chart.mobile svg {
    display: block;
  }
}
body section .chart .c-green-section g,
body section .chart .c-blue-section g,
body section .chart .c-red-section g,
body section .chart .c-pink-section g,
body section .chart .c-yellow-section g {
  pointer-events: bounding-box;
  -moz-transition: ease-in-out all 0.1s;
  -o-transition: ease-in-out all 0.1s;
  -webkit-transition: ease-in-out all 0.1s;
  transition: ease-in-out all 0.1s;
}
body section .chart .c-green-section g:hover,
body section .chart .c-blue-section g:hover,
body section .chart .c-red-section g:hover,
body section .chart .c-pink-section g:hover,
body section .chart .c-yellow-section g:hover {
  opacity: 0.7;
  cursor: pointer;
}
@media only screen and (max-width: 760px) {
  body section .chart .c-green-section g:hover,
body section .chart .c-blue-section g:hover,
body section .chart .c-red-section g:hover,
body section .chart .c-pink-section g:hover,
body section .chart .c-yellow-section g:hover {
    opacity: 1;
  }
}
body section .chart .c-green-section g.c-red-bg:hover, body section .chart .c-green-section g.c-red-bg g:hover, body section .chart .c-green-section g.c-blue-bg:hover, body section .chart .c-green-section g.c-blue-bg g:hover, body section .chart .c-green-section g.c-pink-bg:hover, body section .chart .c-green-section g.c-pink-bg g:hover, body section .chart .c-green-section g.c-green-bg:hover, body section .chart .c-green-section g.c-green-bg g:hover, body section .chart .c-green-section g.c-orange-bg:hover, body section .chart .c-green-section g.c-orange-bg g:hover,
body section .chart .c-blue-section g.c-red-bg:hover,
body section .chart .c-blue-section g.c-red-bg g:hover,
body section .chart .c-blue-section g.c-blue-bg:hover,
body section .chart .c-blue-section g.c-blue-bg g:hover,
body section .chart .c-blue-section g.c-pink-bg:hover,
body section .chart .c-blue-section g.c-pink-bg g:hover,
body section .chart .c-blue-section g.c-green-bg:hover,
body section .chart .c-blue-section g.c-green-bg g:hover,
body section .chart .c-blue-section g.c-orange-bg:hover,
body section .chart .c-blue-section g.c-orange-bg g:hover,
body section .chart .c-red-section g.c-red-bg:hover,
body section .chart .c-red-section g.c-red-bg g:hover,
body section .chart .c-red-section g.c-blue-bg:hover,
body section .chart .c-red-section g.c-blue-bg g:hover,
body section .chart .c-red-section g.c-pink-bg:hover,
body section .chart .c-red-section g.c-pink-bg g:hover,
body section .chart .c-red-section g.c-green-bg:hover,
body section .chart .c-red-section g.c-green-bg g:hover,
body section .chart .c-red-section g.c-orange-bg:hover,
body section .chart .c-red-section g.c-orange-bg g:hover,
body section .chart .c-pink-section g.c-red-bg:hover,
body section .chart .c-pink-section g.c-red-bg g:hover,
body section .chart .c-pink-section g.c-blue-bg:hover,
body section .chart .c-pink-section g.c-blue-bg g:hover,
body section .chart .c-pink-section g.c-pink-bg:hover,
body section .chart .c-pink-section g.c-pink-bg g:hover,
body section .chart .c-pink-section g.c-green-bg:hover,
body section .chart .c-pink-section g.c-green-bg g:hover,
body section .chart .c-pink-section g.c-orange-bg:hover,
body section .chart .c-pink-section g.c-orange-bg g:hover,
body section .chart .c-yellow-section g.c-red-bg:hover,
body section .chart .c-yellow-section g.c-red-bg g:hover,
body section .chart .c-yellow-section g.c-blue-bg:hover,
body section .chart .c-yellow-section g.c-blue-bg g:hover,
body section .chart .c-yellow-section g.c-pink-bg:hover,
body section .chart .c-yellow-section g.c-pink-bg g:hover,
body section .chart .c-yellow-section g.c-green-bg:hover,
body section .chart .c-yellow-section g.c-green-bg g:hover,
body section .chart .c-yellow-section g.c-orange-bg:hover,
body section .chart .c-yellow-section g.c-orange-bg g:hover {
  opacity: 1;
  cursor: auto;
}
body section .sources {
  position: fixed;
  z-index: 1000;
  bottom: 0;
  left: -800px;
  max-width: 400px;
  background-color: white;
  height: 250px;
  -moz-transition: ease-in-out all 0.1s;
  -o-transition: ease-in-out all 0.1s;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  opacity: 0;
}
@media only screen and (max-width: 500px) {
  body section .sources {
    max-width: 300px;
    height: 170px;
  }
}
body section .sources.show {
  opacity: 1;
  left: 0;
}
body section .sources .content {
  padding: 40px;
}
@media only screen and (max-width: 500px) {
  body section .sources .content {
    padding: 30px;
  }
}
body section .sources .content h6 {
  font-size: 1.7em;
  margin: 0 0 16px 0;
  color: black;
}
@media only screen and (max-width: 500px) {
  body section .sources .content h6 {
    font-size: 1.3em;
    margin-top: 0;
    margin-bottom: 5px;
  }
}
body section .sources .content p {
  font-size: 2em;
  margin: 0;
}
@media only screen and (max-width: 500px) {
  body section .sources .content p {
    font-size: 1.5em;
  }
}
body section .sources .content p a {
  color: #003c5c;
}
@media (prefers-color-scheme: dark) {
  body section .sources .content p a {
    color: #003c5c;
  }
}
body section .sources .close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 20px;
}
body section .tool-tip {
  background-color: white;
}
body footer {
  padding: 100px 90px 140px 90px;
}
@media only screen and (max-width: 760px) {
  body footer {
    padding: 50px;
  }
}
body footer .footer-left {
  display: inline-block;
  vertical-align: middle;
  float: left;
  text-align: left;
  color: #003c5c;
}
@media (prefers-color-scheme: dark) {
  body footer .footer-left {
    color: #efefef;
  }
}
@media only screen and (max-width: 1175px) {
  body footer .footer-left {
    display: block;
    text-align: center;
    float: none;
  }
}
body footer .footer-left .credit {
  font-size: 30px;
  margin: 0;
}
body footer .footer-left .email {
  margin: 10px 0 0 0;
  font-size: 14px;
}
body footer .footer-left .email a {
  font-family: "Gotham Book", sans-serif;
  color: #003c5c;
  text-decoration: none;
}
@media (prefers-color-scheme: dark) {
  body footer .footer-left .email a {
    color: #efefef;
  }
}
body footer .footer-left .email a.pdf {
  text-decoration: underline;
}
body footer .footer-right {
  display: inline-block;
  vertical-align: middle;
  float: right;
  color: #003c5c;
  text-align: right;
}
@media (prefers-color-scheme: dark) {
  body footer .footer-right {
    color: #efefef;
  }
}
@media only screen and (max-width: 1175px) {
  body footer .footer-right {
    display: block;
    text-align: center;
    float: none;
  }
}
body footer .footer-right ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
@media only screen and (max-width: 1175px) {
  body footer .footer-right ul {
    display: block;
    margin: 0 auto;
    padding: 0;
    text-align: center;
  }
}
body footer .footer-right ul.design {
  padding: 0;
  margin: 10px 0 0 0;
}
body footer .footer-right ul.design img {
  width: 20px;
  margin-left: 4px;
}
body footer .footer-right ul.design li {
  font-size: 14px;
}
body footer .footer-right ul.design li a {
  font-size: 14px;
}
@media only screen and (max-width: 1175px) {
  body footer .footer-right ul.socials {
    padding: 10px 0;
  }
}
body footer .footer-right ul li {
  display: inline-block;
  vertical-align: middle;
}
@media only screen and (max-width: 1175px) {
  body footer .footer-right ul li {
    padding: 5px 0;
  }
}
body footer .footer-right ul li.tiktok, body footer .footer-right ul li.insta {
  padding-right: 20px;
}
body footer .footer-right ul li img {
  padding-right: 5px;
}
body footer .footer-right ul li a {
  font-family: "Gotham Book", sans-serif;
  color: #003c5c;
  text-decoration: none;
  font-size: 26px;
}
@media (prefers-color-scheme: dark) {
  body footer .footer-right ul li a {
    color: #efefef;
  }
}
body #loading {
  position: fixed;
  z-index: 9999;
  background-color: #f6ead3;
  width: 100%;
  height: 100%;
  text-align: center;
  top: 0;
  bottom: 0;
}
@media (prefers-color-scheme: dark) {
  body #loading {
    background-color: black;
  }
}
body #loading img {
  width: 200px;
  height: 200px;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
body header.hide,
body section.hide,
body footer.hide {
  display: none;
}
@media (prefers-color-scheme: dark) {
  body #m-triangle-graphic .st14 {
    fill: #efefef !important;
  }
}
@media (prefers-color-scheme: dark) {
  body #m-triangle-graphic g.c-no-return path, body #m-triangle-graphic g.c-reality-denial path, body #m-triangle-graphic g.c-leaving-reality path, body #m-triangle-graphic g.c-speculation-line path {
    fill: #efefef !important;
  }
}
@media (prefers-color-scheme: dark) {
  body #triangle-graphic .st9, body #triangle-graphic .st19, body #triangle-graphic .st16, body #triangle-graphic .st14, body #triangle-graphic .st11 {
    fill: #efefef;
  }
}

/*# sourceMappingURL=main.css.map */
