html,
body {
  overflow-x: hidden;
}
.containerWidth {
  margin-top: 60px;
}
.source {
  font-size: 16px;
  margin-bottom: 10px;
}
.source .quote-item {
  margin-left: 120px;
}
@media only screen and (max-width: 767px) {
  .source .quote-item {
    margin-left: 20px;
  }
}
.bb-nav-root {
  background: #000;
}
.bb-nav-root.stuck {
  background: #fff;
}
#intro-text {
  margin: 60px auto -150px;
}
.lgold {
  background: #f4e498;
  -webkit-transition: background 1s ease-in-out;
  -moz-transition: background 1s ease-in-out;
  -o-transition: background 1s ease-in-out;
  -ms-transition: background 1s ease-in-out;
  transition: background 1s ease-in-out;
}
.dgray {
  background: #a8a8a8;
  -webkit-transition: background 1s ease-in-out;
  -moz-transition: background 1s ease-in-out;
  -o-transition: background 1s ease-in-out;
  -ms-transition: background 1s ease-in-out;
  transition: background 1s ease-in-out;
}
.gray {
  background: #c8c8c8;
}
.lgray {
  background: #e6e6e6;
  -webkit-transition: background 1s ease-in-out;
  -moz-transition: background 1s ease-in-out;
  -o-transition: background 1s ease-in-out;
  -ms-transition: background 1s ease-in-out;
  transition: background 1s ease-in-out;
}
.pattern {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAK0lEQVQIW2NkYGBgMDY2/n/27FlGEBsEGNEFwIIwWRgNUoQiCNMFF0Q2BgCJCxGeiqIoeQAAAABJRU5ErkJggg==") repeat;
  -webkit-transition: background 1s ease-in-out;
  -moz-transition: background 1s ease-in-out;
  -o-transition: background 1s ease-in-out;
  -ms-transition: background 1s ease-in-out;
  transition: background 1s ease-in-out;
  border: solid 1px #c8c8c8;
}
.dot {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAJCAYAAADgkQYQAAAAIElEQVQYV2M8c+bMfxMTE0YGBgYGXGywJCFAnKJhbR0AIW0kCrE4rtwAAAAASUVORK5CYII=") repeat;
  -webkit-transition: background 1s ease-in-out;
  -moz-transition: background 1s ease-in-out;
  -o-transition: background 1s ease-in-out;
  -ms-transition: background 1s ease-in-out;
  transition: background 1s ease-in-out;
  border: solid 1px #c8c8c8;
}
@media only screen and (max-width: 1160px) {
  .dot {
    border: solid 1px #c8c8c8;
  }
}
.gold {
  background: #eac625;
  -webkit-transition: background 1s ease-in-out;
  -moz-transition: background 1s ease-in-out;
  -o-transition: background 1s ease-in-out;
  -ms-transition: background 1s ease-in-out;
  transition: background 1s ease-in-out;
/* Hover state - trigger effect */
}
.gold:after {
  content: "";
  position: absolute;
  top: -110%;
  left: -210%;
  width: 200%;
  height: 200%;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  -o-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
  background: rgba(255,255,255,0.13);
  background: -webkit-linear-gradient(left, rgba(255,255,255,0.13) 0%, rgba(255,255,255,0.13) 77%, rgba(255,255,255,0.5) 92%, rgba(255,255,255,0) 100%);
  background: -moz-linear-gradient(left, rgba(255,255,255,0.13) 0%, rgba(255,255,255,0.13) 77%, rgba(255,255,255,0.5) 92%, rgba(255,255,255,0) 100%);
  background: -o-linear-gradient(left, rgba(255,255,255,0.13) 0%, rgba(255,255,255,0.13) 77%, rgba(255,255,255,0.5) 92%, rgba(255,255,255,0) 100%);
  background: -ms-linear-gradient(left, rgba(255,255,255,0.13) 0%, rgba(255,255,255,0.13) 77%, rgba(255,255,255,0.5) 92%, rgba(255,255,255,0) 100%);
  background: linear-gradient(to right, rgba(255,255,255,0.13) 0%, rgba(255,255,255,0.13) 77%, rgba(255,255,255,0.5) 92%, rgba(255,255,255,0) 100%);
}
.gold.shimmer:after {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  top: -30%;
  left: -30%;
  -webkit-transition-property: left, top, opacity;
  -moz-transition-property: left, top, opacity;
  -o-transition-property: left, top, opacity;
  -ms-transition-property: left, top, opacity;
  transition-property: left, top, opacity;
  -webkit-transition-duration: 0.7s, 0.7s, 0.15s;
  -moz-transition-duration: 0.7s, 0.7s, 0.15s;
  -o-transition-duration: 0.7s, 0.7s, 0.15s;
  -ms-transition-duration: 0.7s, 0.7s, 0.15s;
  transition-duration: 0.7s, 0.7s, 0.15s;
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -ms-transition-timing-function: ease;
  transition-timing-function: ease;
}
.muted {
  background: rgba(255,255,255,0.4);
  opacity: 0.4;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
  border: 1px solid #c8c8c8;
}
@media only screen and (max-width: 1160px) {
  .muted {
    border: 1px solid #c8c8c8;
  }
}
.shimmer-text {
  text-align: center;
  position: relative;
  display: inline-block;
  overflow: hidden;
}
.shimmer-text:after {
  background: url("../img/bg-shine.png") no-repeat top left;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  -webkit-background-size: 100px;
  -moz-background-size: 100px;
  background-size: 100px;
  mix-blend-mode: color-dodge;
  background-blend-mode: color-dodge;
  -webkit-animation: shine 5s linear;
  -moz-animation: shine 5s linear;
  -o-animation: shine 5s linear;
  -ms-animation: shine 5s linear;
  animation: shine 5s linear;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.head {
  text-align: center;
  font-family: "HaasDisplayBold", "Helvetica";
  font-size: 20px;
  margin-top: -20px;
}
#intro {
  background-color: #000;
  height: 1800px;
  position: relative;
  overflow: hidden;
}
#intro img {
  position: absolute;
  -webkit-transform-origin: right bottom;
  -moz-transform-origin: right bottom;
  -o-transform-origin: right bottom;
  -ms-transform-origin: right bottom;
  transform-origin: right bottom;
  z-index: 10;
  bottom: 0px;
  right: -50%;
  -webkit-transform: scale(0.75);
  -moz-transform: scale(0.75);
  -o-transform: scale(0.75);
  -ms-transform: scale(0.75);
  transform: scale(0.75);
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
#intro.graph-scroll-above img {
  right: 0px;
}
#intro.graph-scroll-below img {
  right: -25%;
}
#intro.hideImg img {
  right: -115%;
}
#intro .quotes {
  position: relative;
  width: 100%;
  overflow: hidden;
}
#intro .qrow {
  width: 100%;
}
#intro .quote {
  display: inline;
  color: #333;
  text-align: left;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
  margin-right: 40px;
  white-space: nowrap;
  font-size: 32px;
}
#intro .quote sup {
  font-size: 16px;
  top: -0.9em;
}
#intro .quote:hover {
  color: #eac625;
}
#intro .article-title {
  font-size: 65px !important;
bottom(1500px)
bottom(1400px)
}
#intro .article-title,
#intro .bydek {
  color: #eac625 !important;
  margin: 0px;
  padding: 0px;
  text-align: left;
  background-color: initial;
  width: 100%;
  margin: 20px auto 0px;
  text-align: center;
}
#intro .article-title.copywidth,
#intro .bydek.copywidth {
  max-width: none;
}
#intro .bydek {
  margin: 0px auto;
}
#intro .hide-lg {
  display: none;
}
#intro .head-dek {
  position: absolute;
  bottom: 2%;
  left: 2%;
  padding: 0px;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  -ms-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
#intro .head-dek .article-title,
#intro .head-dek .bydek {
  color: #eac625 !important;
  margin: 0px;
  padding: 0px;
  text-align: left;
  background-color: initial;
}
.bydek {
  font-size: 20px;
}
div.tooltip {
  position: fixed;
  top: 30px;
  width: 260px;
  font-size: 14px;
  line-height: 18px;
  border: 3px solid #333;
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  z-index: 50;
}
div.tooltip div {
  padding-bottom: 5px;
}
div.tooltip .tt {
  padding: 5px;
}
div.tooltip .tt span {
  font-weight: bold;
  text-transform: capitalize;
}
div.tooltip:after {
  display: none;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
div.tooltip:before {
  display: none;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
div.tooltip.graph-scroll-fixed {
  position: fixed;
  top: 90px;
  padding-top: 10px !important;
}
div.tooltip svg {
  position: absolute;
  top: -4px;
  right: 100%;
  pointer-events: none;
}
.scroll-container {
  position: relative;
  padding-top: 150px;
}
@media only screen and (max-height: 767px) {
  .scroll-container {
    padding-top: 450px;
  }
}
.scroll-section {
  position: relative;
  width: 30%;
  margin-bottom: 100px;
  z-index: 30;
}
.scroll-section .head {
  color: #666;
  margin-top: 30px;
  text-align: left;
}
.scroll-section::last-child {
  margin-top: 50px;
}
.scroll-section p {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  background-color: rgba(255,255,255,0.85);
  margin: 4px 0px 18px 0px;
  position: relative;
  max-width: 450px;
  min-width: 280px;
  padding: 0px;
  line-height: 25px;
}
.scroll-section.graph-scroll-active p {
  opacity: 0.9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
}
@media only screen and (max-width: 1200px) {
  .scroll-section .head {
    padding: 5px 20px;
  }
}
@media only screen and (max-width: 1024px) {
  .scroll-section .head {
    padding: 5px 20px;
    font-size: 16px;
    line-height: 20px;
  }
  .scroll-section p {
    padding: 5px 20px;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0px;
  }
}
.scroll-section .hover {
  display: inline;
  padding: 0px;
  font-weight: normal;
  background-color: #fff;
  color: #d3a32f;
}
.scroll-section .hover.current {
  color: #fff;
  background-color: #eac625;
  font-weight: bold;
}
.copyblock {
  font: 500 18px/28px "TiemposTextWeb-Regular", "Georgia";
  color: #3c3c3c;
  text-align: left;
}
.intro-squares {
  position: relative;
}
.intro-squares .sq {
  float: left;
  display: block;
  overflow: hidden;
  -webkit-transition: all 0.18s ease-in-out;
  -moz-transition: all 0.18s ease-in-out;
  -o-transition: all 0.18s ease-in-out;
  -ms-transition: all 0.18s ease-in-out;
  transition: all 0.18s ease-in-out;
  pointer-events: none;
  padding: 1px;
}
#squares {
  -webkit-transition: opacity 0.4s linear;
  -moz-transition: opacity 0.4s linear;
  -o-transition: opacity 0.4s linear;
  -ms-transition: opacity 0.4s linear;
  transition: opacity 0.4s linear;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.scroll-block {
  background-color: #eac625;
  position: absolute;
  left: 50%;
  -webkit-transition: all 0.18s ease-in-out;
  -moz-transition: all 0.18s ease-in-out;
  -o-transition: all 0.18s ease-in-out;
  -ms-transition: all 0.18s ease-in-out;
  transition: all 0.18s ease-in-out;
}
.scroll-block .sq {
  float: left;
  display: block;
  overflow: hidden;
  -webkit-transition: all 0.18s ease-in-out;
  -moz-transition: all 0.18s ease-in-out;
  -o-transition: all 0.18s ease-in-out;
  -ms-transition: all 0.18s ease-in-out;
  transition: all 0.18s ease-in-out;
  pointer-events: none;
  padding: 1px;
}
.scroll-block.graph-scroll-fixed {
  position: fixed;
  top: 90px;
}
@media only screen and (max-height: 700px) {
  .scroll-block.graph-scroll-fixed {
    top: 60px;
  }
}
.scroll-block.graph-scroll-below {
  position: absolute;
  top: calc(100% - 250px);
}
#intro {
  padding-top: 0px !important;
}
#intro.graph-scroll-below {
  padding-top: 0px;
}
#graphic {
  margin: auto;
  position: absolute;
  top: 0px;
}
.mobile-graphic {
  margin: auto;
  position: relative;
  min-height: 350px;
}
.title {
  margin: 20px auto;
}
.suits {
  margin: 10px auto;
}
.suit {
  display: block;
  position: absolute;
  overflow: hidden;
  -webkit-transition: opacity 0.18s ease-in-out;
  -moz-transition: opacity 0.18s ease-in-out;
  -o-transition: opacity 0.18s ease-in-out;
  -ms-transition: opacity 0.18s ease-in-out;
  transition: opacity 0.18s ease-in-out;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.suit div {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.suit:hover {
  background-color: #fff;
  border: solid 2px #000;
}
.labels {
  position: absolute;
}
.labelGroup {
  -webkit-transition: opacity 0.18s ease-in-out;
  -moz-transition: opacity 0.18s ease-in-out;
  -o-transition: opacity 0.18s ease-in-out;
  -ms-transition: opacity 0.18s ease-in-out;
  transition: opacity 0.18s ease-in-out;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.labelText {
  position: absolute;
  top: 0%;
  text-align: right;
  width: 100px;
  font-family: "HaasDisplay", "Helvetica";
  font-size: 12px;
  line-height: 12px;
  color: #666;
}
.labelText:after {
  content: '';
  position: absolute;
  top: 0px;
  right: -18px;
  font-size: 16px;
}
.labelText.labelY {
  text-align: right;
  width: 50px;
}
.labelText.labelX {
  text-align: center;
  width: 55px;
}
.labelText.labelX:after {
  content: '';
  position: absolute;
  top: -12px;
  right: 40%;
  font-size: 14px;
}
.categories {
  display: block;
  width: 100%;
  height: 20px;
}
.category {
  float: left;
  padding-right: 15px;
  font-size: 12px;
  color: #ccc;
}
.category.current {
  font-size: 14px;
  color: #333;
}
.category:hover {
  color: #333;
}
.graphic-button-container {
  width: auto;
  height: 100px;
  text-transform: capitalize;
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  -ms-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
  margin: 40px 20px;
}
.graphic-button-container div:last-child {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.graphic-button-container div:first-child {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.button-label {
  width: 100%;
}
.graphic-button {
  width: 50%;
  max-width: 180px;
  font-family: "BWHaasText-75Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  color: #999;
  background-color: #f0f0f0;
  padding: 8px;
  margin: 0px;
  float: left;
  cursor: pointer;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.graphic-button:hover,
.graphic-button.graphic-button-active {
  background-color: #ccc;
  color: #333;
}
.keylist {
  font-family: 'BWHaasText-55Roman', 'HaasText', sans-serif;
  font-size: 13px;
  line-height: 25px;
  padding: 0px 20px;
  margin-top: -18px;
}
.keylist.hidden {
  display: none;
}
.keylist li {
  margin-bottom: -4px;
}
.keylist li.centered {
  width: 100%;
  text-align: center;
  margin-bottom: 14px;
}
.keylist li.centered li {
  display: inline-block;
  margin-right: 8px;
  margin-bottom: 3px;
}
.keylist li.centered li .keybox {
  margin-right: 3px;
}
.keylist a.keybox {
  width: 14px;
  height: 14px;
  margin-right: 4px;
  position: relative;
  top: 2px;
  display: inline-block;
}
.keylist a.keybox.bubblebox {
  border-radius: 100%;
}
.keylist a.gold {
  background-color: #eac625;
}
.keylist a.gold_m {
  background-color: #f4e498;
}
.keylist a.Dark_gray {
  background-color: #a8a8a8;
}
.keylist a.Light_gray {
  background-color: #c8c8c8;
}
.keylist a.Lightest_gray {
  background-color: #e6e6e6;
}
.keylist a.pattern {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAK0lEQVQIW2NkYGBgMDY2/n/27FlGEBsEGNEFwIIwWRgNUoQiCNMFF0Q2BgCJCxGeiqIoeQAAAABJRU5ErkJggg==") repeat;
  -webkit-transition: background 1s ease-in-out;
  -moz-transition: background 1s ease-in-out;
  -o-transition: background 1s ease-in-out;
  -ms-transition: background 1s ease-in-out;
  transition: background 1s ease-in-out;
}
.keylist a.dot {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAJCAYAAADgkQYQAAAAIElEQVQYV2M8c+bMfxMTE0YGBgYGXGywJCFAnKJhbR0AIW0kCrE4rtwAAAAASUVORK5CYII=") repeat;
  border: solid 1px #c8c8c8;
}
.keylist a.muted {
  background: rgba(255,255,255,0.4);
  opacity: 1;
  -ms-filter: none;
  filter: none;
  border: 1px solid #c8c8c8;
}
.keylist a.linebox {
  width: 26px;
  height: 3px;
  margin-right: 2px;
  position: relative;
  top: -3px;
  display: inline-block;
  background-color: #999;
}
#cross,
.close {
  display: none;
}
.mobile-show {
  display: none;
}
.mobile #group,
.mobile #color {
  display: none;
}
.mobile .scroll-block,
.mobile #graphic {
  display: none;
}
.mobile .mobile-show {
  display: block;
}
.mobile .head {
  margin: 20px 0px;
}
.mobile div.tooltip.hovered {
  pointer-events: all;
  overflow-y: scroll;
}
.mobile .close {
  position: absolute;
  top: 6px;
  right: 0px;
  width: 20px;
  height: 20px;
  display: block;
}
.mobile .close #cross {
  -webkit-transform: rotate(45deg) translate(-18px, 18px);
  -moz-transform: rotate(45deg) translate(-18px, 18px);
  -o-transform: rotate(45deg) translate(-18px, 18px);
  -ms-transform: rotate(45deg) translate(-18px, 18px);
  transform: rotate(45deg) translate(-18px, 18px);
}
.mobile .close #cross path {
  fill: #000;
}
.mobile .labelText:after {
  content: '';
}
@media only screen and (max-width: 1600px) {
  #intro img {
    -webkit-transform: scale(0.75);
    -moz-transform: scale(0.75);
    -o-transform: scale(0.75);
    -ms-transform: scale(0.75);
    transform: scale(0.75);
  }
  #intro.graph-scroll-above img {
    right: -2.5%;
  }
}
@media only screen and (max-width: 1500px) {
  #intro .article-title {
    font-size: 50px !important;
  }
  #intro img {
    -webkit-transform: scale(0.65);
    -moz-transform: scale(0.65);
    -o-transform: scale(0.65);
    -ms-transform: scale(0.65);
    transform: scale(0.65);
  }
  #intro.graph-scroll-above img {
    right: -5%;
  }
}
@media only screen and (max-width: 1300px) {
  #intro .hide-lg {
    display: block;
  }
  #intro .head-dek {
    display: none;
  }
  #intro img {
    -webkit-transform: scale(0.65);
    -moz-transform: scale(0.65);
    -o-transform: scale(0.65);
    -ms-transform: scale(0.65);
    transform: scale(0.65);
  }
  #intro.graph-scroll-above img {
    right: -8%;
  }
}
@media only screen and (max-width: 1160px) {
  div.tooltip svg {
    top: -4px;
    left: 100%;
    right: initial;
  }
}
@media only screen and (max-width: 1100px) {
  #intro .article-title {
    margin-top: 20px;
    font-size: 58px !important;
  }
  #intro img {
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -o-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
  }
  .scroll-section p,
  .scroll-section p:last-child,
  .scroll-section p:first-child {
    padding: 20px;
  }
}
@media only screen and (max-width: 1024px) {
  #intro .article-title {
    margin-top: 20px;
    font-size: 58px !important;
  }
  #intro img {
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -o-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
  }
}
@media only screen and (max-height: 1920px) {
  #intro img {
    -webkit-transform: scale(0.75);
    -moz-transform: scale(0.75);
    -o-transform: scale(0.75);
    -ms-transform: scale(0.75);
    transform: scale(0.75);
  }
}
@media only screen and (max-height: 1600px) {
  #intro img {
    -webkit-transform: scale(0.75);
    -moz-transform: scale(0.75);
    -o-transform: scale(0.75);
    -ms-transform: scale(0.75);
    transform: scale(0.75);
  }
}
@media only screen and (max-height: 1400px) {
  #intro img {
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -o-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
  }
}
@media only screen and (max-height: 1300px) {
  #intro img {
    -webkit-transform: scale(0.65);
    -moz-transform: scale(0.65);
    -o-transform: scale(0.65);
    -ms-transform: scale(0.65);
    transform: scale(0.65);
  }
}
@media only screen and (max-height: 1200px) {
  #intro img {
    -webkit-transform: scale(0.56);
    -moz-transform: scale(0.56);
    -o-transform: scale(0.56);
    -ms-transform: scale(0.56);
    transform: scale(0.56);
  }
}
@media only screen and (max-height: 1100px) {
  #intro img {
    -webkit-transform: scale(0.52);
    -moz-transform: scale(0.52);
    -o-transform: scale(0.52);
    -ms-transform: scale(0.52);
    transform: scale(0.52);
  }
}
@media only screen and (max-height: 1024px) {
  #intro .article-title {
    padding: 0px 10px;
  }
  #intro img {
    -webkit-transform: scale(0.48);
    -moz-transform: scale(0.48);
    -o-transform: scale(0.48);
    -ms-transform: scale(0.48);
    transform: scale(0.48);
  }
}
@media only screen and (max-height: 766px) {
  #intro img {
    -webkit-transform: scale(0.45);
    -moz-transform: scale(0.45);
    -o-transform: scale(0.45);
    -ms-transform: scale(0.45);
    transform: scale(0.45);
  }
  .labelText {
    position: absolute;
    top: 0%;
    text-align: right;
    width: 100px;
    font-family: "HaasDisplay", "Helvetica";
    font-size: 10px;
    line-height: 12px;
    color: #666;
  }
  .labelText:after {
    content: ' ';
    position: absolute;
    top: 0px;
    right: -18px;
    font-size: 12px;
  }
  .labelText.labelX:after {
    top: -15px;
    right: 45%;
    font-size: 12px;
  }
  div.tooltip {
    font-size: 13px;
  }
  div.tooltip .tt {
    padding: 0px 5px 5px 5px;
  }
}
@media only screen and (max-width: 1500px) {
  #intro .article-title {
    font-size: 50px !important;
  }
  #intro img {
    right: -5%;
  }
}
@media only screen and (max-height: 666px) {
  #intro img {
    -webkit-transform: scale(0.4);
    -moz-transform: scale(0.4);
    -o-transform: scale(0.4);
    -ms-transform: scale(0.4);
    transform: scale(0.4);
  }
}
@media only screen and (max-height: 566px) {
  #intro img {
    -webkit-transform: scale(0.35);
    -moz-transform: scale(0.35);
    -o-transform: scale(0.35);
    -ms-transform: scale(0.35);
    transform: scale(0.35);
  }
}
@media only screen and (max-width: 767px) {
  .close {
    display: block;
  }
  div.tooltip {
    padding-top: 22px;
  }
  #intro .article-title {
    margin-top: 20px;
    font-size: 38px !important;
  }
  #intro img {
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -o-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
    right: 0%;
  }
}
@media only screen and (max-width: 567px) {
  .close {
    display: block;
  }
  div.tooltip {
    padding-top: 22px;
  }
  #intro .article-title {
    margin-top: 20px;
    font-size: 38px !important;
  }
  #intro img {
    -webkit-transform: scale(0.6);
    -moz-transform: scale(0.6);
    -o-transform: scale(0.6);
    -ms-transform: scale(0.6);
    transform: scale(0.6);
    right: 0%;
  }
}
@-moz-keyframes shine {
  0%, 10% {
    background-position: -50% 0;
    opacity: 1;
    -ms-filter: none;
    filter: none;
    mix-blend-mode: color-dodge;
  }
  90%, 99% {
    background-position: 200% 0;
    mix-blend-mode: color-dodge;
  }
  99%, 100% {
    background-position: 200% 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    mix-blend-mode: color-dodge;
  }
}
@-webkit-keyframes shine {
  0%, 10% {
    background-position: -50% 0;
    opacity: 1;
    -ms-filter: none;
    filter: none;
    mix-blend-mode: color-dodge;
  }
  90%, 99% {
    background-position: 200% 0;
    mix-blend-mode: color-dodge;
  }
  99%, 100% {
    background-position: 200% 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    mix-blend-mode: color-dodge;
  }
}
@-o-keyframes shine {
  0%, 10% {
    background-position: -50% 0;
    opacity: 1;
    -ms-filter: none;
    filter: none;
    mix-blend-mode: color-dodge;
  }
  90%, 99% {
    background-position: 200% 0;
    mix-blend-mode: color-dodge;
  }
  99%, 100% {
    background-position: 200% 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    mix-blend-mode: color-dodge;
  }
}
@keyframes shine {
  0%, 10% {
    background-position: -50% 0;
    opacity: 1;
    -ms-filter: none;
    filter: none;
    mix-blend-mode: color-dodge;
  }
  90%, 99% {
    background-position: 200% 0;
    mix-blend-mode: color-dodge;
  }
  99%, 100% {
    background-position: 200% 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    mix-blend-mode: color-dodge;
  }
}
/*# sourceMappingURL=styles.css.map */