.ch-clearfix:after, .chart .ch-links:after {
  content: "";
  display: table;
  clear: both;
}

.ch-fade-in {
  visibility: hidden;
}

@font-face {
  font-family: "New Rail Alphabet";
  src: url("fonts/subset-NewRailAlphabet-Bold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "New Rail Alphabet";
  src: url("fonts/subset-NewRailAlphabet-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
.chart {
  min-height: 100vh;
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  background-color: #0c1c33;
  overflow: hidden;
}
.chart .chart-font, .chart .chart, .chart a, .chart li, .chart div, .chart p {
  font-family: "New Rail Alphabet", sans-serif;
  font-weight: 300;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@supports (-webkit-touch-callout: none) {
  .chart {
    min-height: -webkit-fill-available;
  }
}
.chart, .chart a, .chart li, .chart div, .chart p {
  color: #fff;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
     supported by Chrome, Edge, Opera and Firefox */
}
.chart a {
  text-decoration: none;
}
.chart a:hover {
  color: #bfbfbf;
}
.chart .ch-header-spacer {
  position: relative;
  width: 100%;
  height: 0;
}
@media (min-width: 576px) {
  .chart .ch-header-spacer {
    height: 64px;
    background-color: #fff;
  }
}
@media (min-width: 1200px) and (max-height: 740px) {
  .chart .ch-header-spacer {
    height: 0;
    background-color: transparent;
  }
}
.chart .ch-title {
  overflow: hidden;
  width: 100%;
  position: relative;
  text-align: center;
  padding: 31px 0 8px 0;
}
@media (min-width: 992px) {
  .chart .ch-title {
    order: 2;
    width: 44%;
    text-align: left;
    align-self: center;
    margin-bottom: 15%;
  }
}
@media (min-width: 1200px) {
  .chart .ch-title {
    margin-bottom: 9%;
  }
}
.chart .ch-title > a {
  font-weight: bold;
  text-transform: uppercase;
  display: block;
  margin-bottom: 6px;
  font-size: 12px;
}
@media (min-width: 576px) {
  .chart .ch-title > a {
    font-size: 19.4px;
    margin-bottom: 11px;
  }
}
@media (min-width: 992px) {
  .chart .ch-title > a {
    margin-bottom: 11px;
    font-size: 12px;
  }
}
.chart .ch-title > a img {
  vertical-align: middle;
  margin-top: -3px;
  margin-left: 7px;
}
@media (min-width: 576px) {
  .chart .ch-title > a img {
    width: 56.7px;
    height: 42.2px;
    margin-left: 11px;
  }
}
@media (min-width: 992px) {
  .chart .ch-title > a img {
    width: 35px;
    height: 26px;
  }
}
.chart .ch-title h2 {
  font-weight: bold;
  margin: 0;
  font-size: 24.6px;
  line-height: 1.27;
}
@media (min-width: 576px) {
  .chart .ch-title h2 {
    font-size: 40px;
  }
}
@media (min-width: 992px) {
  .chart .ch-title h2 {
    font-size: 46.3px;
  }
}
@media (min-width: 1200px) {
  .chart .ch-title h2 {
    font-size: 65px;
    line-height: 1.2;
  }
}
.chart .ch-title h2 .ch-line-2 {
  display: block;
}
@media (min-width: 992px) {
  .chart .ch-title h2 .ch-line-2 {
    display: inline;
  }
  .chart .ch-title h2 .ch-line-3 {
    display: block;
  }
}
.chart .ch-menu {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 64px;
  margin-left: 4.5%;
  width: 91%;
}
@media (min-width: 576px) {
  .chart .ch-menu {
    margin-top: 128px;
  }
}
@media (min-width: 992px) {
  .chart .ch-menu {
    width: 100%;
    margin-left: auto;
    margin-top: 0;
    position: relative;
    order: 2;
    width: 40.04%;
    margin-right: 3.96%;
    align-self: center;
    margin-bottom: 7%;
  }
}
.chart .ch-menu a.ch-close {
  position: absolute;
  top: 7px;
  right: 0;
}
.chart .ch-menu a.ch-close:hover {
  opacity: 0.6;
}
.chart .ch-menu h4 {
  font-weight: bold;
  font-size: 43.4px;
  margin: 0;
  padding: 0;
  margin-bottom: 23px;
  padding-right: 25px;
}
.chart .ch-menu ul {
  list-style: none;
}
.chart .ch-menu ul, .chart .ch-menu ul li {
  margin: 0;
  padding: 0;
}
.chart .ch-menu ul li a {
  padding: 13px 13px 13px 25px;
  font-size: 16px;
  display: block;
  border-top: 1px solid #fff;
}
.chart .ch-menu ul li a:hover {
  color: #fff;
  background: #1390AA;
  background: linear-gradient(90deg, #1390aa 31%, rgba(19, 144, 170, 0.5) 82%, rgba(19, 144, 170, 0) 100%);
}
.chart .ch-menu ul li:last-child a {
  border-bottom: 1px solid #fff;
}
.chart .ch-menu-bg {
  opacity: 0;
  background-color: rgba(16, 20, 34, 0.75);
  position: absolute;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  min-height: -webkit-fill-available;
  top: 0;
  left: 0;
  pointer-events: none;
}
@media (min-width: 992px) {
  .chart .ch-menu-bg {
    background-color: rgba(16, 20, 34, 0.5);
  }
}
.chart .ch-wheel {
  order: 2;
  width: 86%;
  margin-left: 7%;
  margin-bottom: 8px;
}
@media (min-width: 992px) {
  .chart .ch-wheel {
    width: 100%;
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .chart .ch-wheel {
    order: 1;
    width: 56%;
  }
}
.chart .ch-wheel .ch-chart-wrapper {
  margin: auto;
  max-width: 520px;
  position: relative;
  overflow: hidden;
}
@media (min-width: 992px) {
  .chart .ch-wheel .ch-chart-wrapper {
    max-width: 74%;
  }
}
@media (min-width: 1200px) and (max-height: 600px) {
  .chart .ch-wheel .ch-chart-wrapper {
    max-width: 55%;
  }
}
.chart .ch-wheel .ch-chart-wrapper .ch-prompt {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 12px;
  font-weight: bold;
}
@media (min-width: 576px) {
  .chart .ch-wheel .ch-chart-wrapper .ch-prompt {
    font-size: 19px;
  }
}
@media (min-width: 992px) {
  .chart .ch-wheel .ch-chart-wrapper .ch-prompt {
    font-size: 12px;
  }
}
@media (min-width: 1200px) {
  .chart .ch-wheel .ch-chart-wrapper .ch-prompt {
    font-size: 16px;
  }
}
@media (min-width: 1200px) and (max-height: 600px) {
  .chart .ch-wheel .ch-chart-wrapper .ch-prompt {
    font-size: 12px;
  }
}
.chart .ch-wheel .ch-chart-wrapper #chart_svg {
  width: 100%;
  height: auto;
  position: relative;
}
.chart .ch-wheel .ch-chart-wrapper .ch-labels {
  position: absolute;
  left: 0;
  top: 0;
}
.chart .ch-wheel .ch-chart-wrapper .ch-labels a {
  pointer-events: none;
  position: absolute;
  font-weight: bold;
  visibility: hidden;
  text-align: center;
  line-height: 1.2;
  font-size: 11px;
}
@media (min-width: 576px) {
  .chart .ch-wheel .ch-chart-wrapper .ch-labels a {
    font-size: 17.8px;
  }
}
@media (min-width: 992px) {
  .chart .ch-wheel .ch-chart-wrapper .ch-labels a {
    font-size: 12.6px;
  }
}
@media (min-width: 1200px) {
  .chart .ch-wheel .ch-chart-wrapper .ch-labels a {
    font-size: 17.4px;
  }
}
@media (min-width: 1200px) and (max-height: 600px) {
  .chart .ch-wheel .ch-chart-wrapper .ch-labels a {
    font-size: 12.6px;
  }
}
.chart .ch-down-btn {
  text-align: center;
  width: 100%;
  display: none;
  margin-bottom: 0;
  line-height: 0;
}
@media (min-width: 576px) {
  .chart .ch-down-btn {
    display: block;
    order: 7;
  }
}
@media (min-width: 992px) {
  .chart .ch-down-btn {
    text-align: left;
    width: 56%;
    order: 5;
    align-self: flex-end;
    margin-bottom: 33px;
  }
}
@media (min-width: 1200px) {
  .chart .ch-down-btn {
    margin-bottom: 0;
    align-self: auto;
  }
}
@media (min-width: 1200px) and (max-height: 740px) {
  .chart .ch-down-btn {
    position: absolute;
    bottom: 59px;
  }
}
@media (min-width: 1200px) and (max-height: 600px) {
  .chart .ch-down-btn {
    bottom: 30px;
  }
}
.chart .ch-down-btn a {
  position: relative;
  display: inline-block;
}
.chart .ch-down-btn a:hover {
  opacity: 0.6;
}
.chart .ch-down-btn a:active {
  opacity: 1;
  top: 1px;
}
@media (min-width: 992px) {
  .chart .ch-down-btn a {
    margin-left: 7.15%;
  }
}
.chart .ch-down-btn a img {
  display: block;
}
@media (min-width: 1200px) {
  .chart .ch-down-btn a img {
    width: 45px;
    height: 45px;
  }
}
.chart .ch-links {
  order: 6;
  align-self: flex-end;
  margin-bottom: 10px;
  overflow: hidden;
  width: 100%;
  height: 32px;
}
@media (min-width: 576px) {
  .chart .ch-links {
    align-self: auto;
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .chart .ch-links {
    align-self: flex-end;
    margin-bottom: 33px;
  }
}
@media (min-width: 1200px) {
  .chart .ch-links {
    margin-bottom: 0;
    align-self: auto;
  }
}
@media (min-width: 576px) {
  .chart .ch-links {
    width: 100%;
    height: 55px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 760px) {
  .chart .ch-links {
    width: 80%;
  }
}
@media (min-width: 992px) {
  .chart .ch-links {
    width: 44%;
    height: 32px;
  }
}
@media (min-width: 1200px) {
  .chart .ch-links {
    height: 45px;
  }
}
@media (min-width: 1200px) and (max-height: 740px) {
  .chart .ch-links {
    position: absolute;
    bottom: 59px;
    right: 0;
  }
}
@media (min-width: 1200px) and (max-height: 600px) {
  .chart .ch-links {
    bottom: 30px;
  }
}
.chart .ch-links a {
  position: relative;
  float: left;
  font-weight: bold;
  display: block;
  border-top: 1px solid #fff;
  line-height: 32px;
  display: block;
  width: 26.3%;
  margin-left: 6%;
  white-space: nowrap;
  font-size: 11px;
}
@media (min-width: 365px) {
  .chart .ch-links a {
    font-size: 14.7px;
  }
}
@media (min-width: 576px) and (max-width: 992px) {
  .chart .ch-links a {
    font-size: 23.3px;
    line-height: 55px;
  }
}
@media (min-width: 1200px) {
  .chart .ch-links a {
    font-size: 20px;
    line-height: 45px;
  }
}
.chart .ch-links a:first-child {
  margin-left: 4.5%;
}
@media (min-width: 992px) {
  .chart .ch-links a:first-child {
    margin-left: 0;
  }
}
.chart .ch-links a:after {
  content: "";
  position: absolute;
  display: block;
  width: 4px;
  height: 6px;
  background-size: 4px 6px;
  background-image: url("img/icon-arrow.svg");
  background-repeat: no-repeat;
  top: 11px;
  right: 0;
}
@media (min-width: 576px) and (max-width: 992px) {
  .chart .ch-links a:after {
    transform: scale(1.67);
    width: 6.68px;
    height: 10.02px;
    background-size: 6.68px 10.02px;
    top: 20.49px;
  }
}
@media (min-width: 1200px) {
  .chart .ch-links a:after {
    transform: scale(1.416);
    width: 5.664px;
    height: 8.496px;
    background-size: 5.664px 8.496px;
    top: 18.252px;
  }
}
.chart.menu-open .ch-menu {
  display: block;
}
@media (min-width: 992px) {
  .chart.menu-open .ch-title {
    display: none;
  }
}
.chart.menu-open #chart_svg {
  pointer-events: none;
}
@media (min-width: 992px) {
  .chart.menu-open #chart_svg {
    pointer-events: auto;
  }
}
.chart .ch-header-spacer {
  z-index: 11;
}
.chart .ch-menu {
  z-index: 10;
}
@media (min-width: 992px) {
  .chart .ch-title {
    z-index: 2;
  }
}
.chart .ch-menu-bg {
  z-index: 9;
}
@media (min-width: 992px) {
  .chart .ch-menu-bg {
    z-index: 1;
  }
}
@media (min-width: 992px) {
  .chart .ch-links, .chart .ch-down-btn {
    z-index: 2;
  }
}
.chart #chart_svg {
  z-index: 2;
}
.chart .ch-wheel .ch-chart-wrapper .ch-labels, .chart .ch-wheel .ch-chart-wrapper .ch-prompt {
  z-index: 3;
}
.chart .ch-bg-vid {
  position: absolute;
  min-height: 100vh;
  height: 100%;
  top: 0;
  left: 0;
  width: 100%;
  pointer-events: none;
  overflow: hidden;
}
.chart .ch-bg-vid iframe {
  width: 100vw;
  height: 56.2963vw;
  min-height: 100vh;
  min-width: 177.6316vh;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
