html, body {
  padding: 0;
  margin: 0;
}

body {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body:after {
  display: none;
  content: "mobile";
  position: fixed;
  bottom: 5px;
  left: 5px;
  line-height: 1;
  padding: 5px 7px;
  background-color: blue;
  color: #fff;
  border-radius: 3px;
}

.text-thin {
  font-weight: 100;
}

.text-ellipsis {
  display: block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6,
.bold, b, strong {
  font-weight: 600;
}

.btn-custom {
  background-color: #be1e22;
  color: #fff;
}
.btn-custom:hover {
  background-color: #92171a;
  color: #fff;
}

.link-custom {
  color: #be1e22;
}
.link-custom:hover {
  color: #92171a;
}

.main-navbar {
  background-color: transparent;
  padding: 0;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  transition: all ease-out 300ms;
  border-bottom: 1px solid #ddd;
  z-index: 100000;
}
.main-navbar .navbar-brand {
  display: block;
  position: relative;
  height: 100%;
  padding: 0;
  line-height: 1;
}
.main-navbar .navbar-brand > img {
  background-color: #be1e22;
  height: 64px;
  width: auto;
}
.main-navbar .mn-m-wrapper {
  padding: 0;
  align-items: center;
}
.main-navbar .burger {
  width: 46px;
  height: 46px;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  border-radius: 100%;
  text-decoration: none;
  transition: 200ms ease-in-out background-color;
}
.main-navbar .burger:active, .main-navbar .burger:focus {
  background-color: #efefef;
}
.main-navbar .main-navbar-inner {
  border: 1px solid #ddd;
  background-color: #fff;
  box-shadow: 0 7px 15px -5px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  display: none;
  align-items: center;
  position: absolute;
  top: calc(100% - 5px);
  right: 15px;
  padding: 7px;
}
.main-navbar .main-navbar-inner .main-menu {
  display: flex;
  flex-direction: column;
  align-items: center;
  list-style: none;
  justify-content: stretch;
  margin: 0;
  padding: 0;
}
.main-navbar .main-navbar-inner .main-menu .nav-item {
  width: 100%;
}
.main-navbar .nav-link {
  padding: 0.75rem 1rem;
  color: #333;
}
.main-navbar.mm-open .main-navbar-inner {
  display: block;
  z-index: 10;
}
.main-navbar.mm-open:after {
  display: block;
  content: "";
  position: fixed;
  background-color: rgba(255, 255, 255, 0.01);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 5;
}
.main-navbar.sticky {
  background-color: #fff;
  box-shadow: 0 7px 15px -5px rgba(0, 0, 0, 0.15);
}

.main-wrapper {
  margin-top: 74px;
  overflow-x: hidden;
}

.section h1, .section h2, .section h3, .section h4, .section h5, .section h6 {
  font-family: "GothamBook", sans-serif;
  line-height: 1em;
}
.section .section-title {
  font-size: 24px;
  margin-bottom: 1.5rem;
}
.section .section-subtitle {
  font-size: 18px;
  margin-bottom: 1.5rem;
  font-weight: bold;
}
.section.section-main {
  position: relative;
  padding-bottom: 2rem;
}
.section.section-main:before {
  background-color: rgba(255, 255, 255, 0.95);
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.section.section-main:after {
  content: "";
  display: block;
  position: absolute;
  top: -30%;
  left: -30%;
  right: auto;
  bottom: auto;
  width: 900px;
  height: 900px;
  background: hsl(201deg, 39%, 83%);
  background: radial-gradient(circle, hsl(201deg, 39%, 83%) 0%, hsl(0deg, 0%, 100%) 60%);
  background: -moz-radial-gradient(circle, hsl(201deg, 39%, 83%) 0%, hsl(0deg, 0%, 100%) 60%);
  background: -webkit-radial-gradient(circle, hsl(201deg, 39%, 83%) 0%, hsl(0deg, 0%, 100%) 60%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#C1D8E4", endColorstr="#FFFFFF", GradientType=1);
  z-index: -1;
}
.section.section-main > * {
  position: relative;
  z-index: 3;
}
.section.section-main .sm-wrapper {
  padding-top: 20px;
}
.section.section-main .sm-heading-1 {
  font-size: 36px;
  font-weight: bold;
  margin: 0 0 0.5rem;
}
.section.section-main .sm-heading-2 {
  font-weight: bold;
  font-size: 24px;
  margin: 0;
  color: #be1e22;
}
.section.section-main .pi {
  line-height: 2em;
  padding: 15px 0;
}
.section.section-main .pi .pi-p {
  font-size: 28px;
  font-weight: bold;
}
.section.section-main .pi .pi-p2 {
  font-size: 16px;
  margin-left: 10px;
  line-height: 1;
  padding: 5px;
  border-radius: 5px;
}
.section.section-main .pi .pi-p2 > div {
  margin-left: 5px;
}
.section.section-main .pi .pi-p2.pc-up {
  color: #1d9f07;
}
.section.section-main .pi .pi-p2.pc-down {
  color: #c00;
  background-color: rgba(204, 0, 0, 0.1);
}
.section.section-main .pi .pi-p2.pc-stagnant {
  color: #777;
}
.section.section-main .pi .pi-asof {
  line-height: 1em;
  font-size: 16px;
  color: #777;
  margin-top: 8px;
}
.section.section-main .chart-ct {
  border: 2px solid #c6d5dc;
  background-color: #fff;
  box-shadow: 0 3px 5px -2px rgba(0, 0, 0, 0.1);
  height: 450px;
  border-radius: 10px;
  margin-top: 1rem;
  position: relative;
  overflow: hidden;
}
.section.section-main .chart-ct:after {
  background-color: white;
  display: block;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 20px;
  width: 56px;
}
.section.section-preface {
  padding-bottom: 2rem;
}
.section.section-objective {
  background-color: #efefef;
  position: relative;
}
.section.section-objective:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: -25%;
  bottom: 0;
  left: 25%;
  background: transparent url("../img/dot-bg.svg") repeat-y fixed left center;
  background-size: auto 70%;
  z-index: 0;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#a6000000", endColorstr="#00000000", GradientType=1); /* IE6-9 fallback on horizontal gradient */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
  filter: alpha(opacity=65);
  -moz-opacity: 0.65;
  -khtml-opacity: 0.65;
  opacity: 0.65;
}
.section.section-objective > * {
  position: relative;
  z-index: 1;
}
.section.section-objective .list-objective {
  list-style: none;
  padding: 0;
  margin: 0;
}
.section.section-objective .list-objective .item {
  padding: 15px 0;
}
.section.section-objective .list-objective .item h5, .section.section-objective .list-objective .item p {
  margin: 0;
  padding: 0;
}
.section.section-objective .list-objective .item h5 {
  font-size: 18px;
  padding-top: 15px;
  margin-bottom: 0.75rem;
  position: relative;
}
.section.section-objective .list-objective .item h5:before {
  position: absolute;
  background-color: #ccc;
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  top: -10px;
  right: 0;
  left: 0;
  margin: 0 auto;
}
.section.section-filtering {
  position: relative;
  overflow: hidden;
}
.section.section-filtering:after {
  content: "";
  display: block;
  position: absolute;
  top: -40%;
  left: -130%;
  right: auto;
  bottom: auto;
  width: 1200px;
  height: 1200px;
  background: hsl(201deg, 39%, 83%);
  background: radial-gradient(circle, hsl(201deg, 39%, 83%) 0%, hsl(0deg, 0%, 100%) 60%);
  background: -moz-radial-gradient(circle, hsl(201deg, 39%, 83%) 0%, hsl(0deg, 0%, 100%) 60%);
  background: -webkit-radial-gradient(circle, hsl(201deg, 39%, 83%) 0%, hsl(0deg, 0%, 100%) 60%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#C1D8E4", endColorstr="#FFFFFF", GradientType=1);
  z-index: -1;
}
.section.section-filtering .list-variables {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.section.section-filtering .list-variables li {
  display: block;
  width: 45%;
  padding: 0.5rem;
  line-height: 1.2em;
}
.section.section-filtering .list-variables li .lv-item {
  display: block;
  position: relative;
  height: 100%;
  padding-bottom: 1rem;
}
.section.section-filtering .list-variables li .lv-item:before {
  display: block;
  content: "";
  margin: 0 auto 1rem;
  width: 70%;
  height: 50px;
  background: transparent center no-repeat;
  background-size: contain;
}
.section.section-filtering .list-variables li .lv-item.market-cap:before {
  background-image: url("../img/ic-mcap.svg");
}
.section.section-filtering .list-variables li .lv-item.growth:before {
  background-image: url("../img/ic-growth.svg");
}
.section.section-filtering .list-variables li .lv-item.ipo:before {
  background-image: url("../img/ic-ipo.svg");
}
.section.section-filtering .list-variables li .lv-item.share:before {
  background-image: url("../img/ic-share.svg");
}
.section.section-filtering .list-variables li .lv-item.frequency:before {
  background-image: url("../img/ic-freq.svg");
}
.section.section-filtering .list-variables li .lv-item.volume:before {
  background-image: url("../img/ic-vol.svg");
}
.section.section-filtering .list-variables li .lv-item.data:before {
  background-image: url("../img/ic-data.svg");
}
.section.section-filtering .list-variables li .a {
  font-weight: bold;
  text-transform: uppercase;
}
.section.section-filtering .list-variables li .b {
  font-size: 14px;
  margin-top: 3px;
  text-transform: uppercase;
}
.section.section-filtering .list-variables li:last-child .lv-item {
  padding-bottom: 0;
}
.section.section-constituent .const-nav {
  margin-bottom: 1rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.section.section-constituent .const-nav .cn-item {
  display: block;
  border: 1px solid #d0d0d0;
  background-color: white;
  box-shadow: 0 3px 5px -2px rgba(0, 0, 0, 0.25);
  padding: 0.65rem 1rem;
  border-radius: 500px;
  line-height: 1;
  margin: 5px;
  color: #333;
  text-decoration: none;
}
.section.section-constituent .const-nav .cn-item.active {
  border-color: #be1e22;
  background-color: #be1e22;
  color: #fff;
  font-weight: bold;
}
.section.has-padding {
  padding: 3rem 0;
}

.constituents {
  border: 1px solid #ddd;
  background-color: white;
  box-shadow: 0 3px 7px -3px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  position: relative;
  overflow: auto;
  height: 460px;
}
.constituents .const-item {
  border-bottom: 1px solid #ddd;
  line-height: 1.3em;
  position: relative;
  overflow: hidden;
  display: none;
}
.constituents .const-item .item-wrapper {
  display: flex;
  padding: 10px;
  align-items: center;
  text-decoration: none;
  background-color: white;
  color: #111;
}
.constituents .const-item .ci {
  flex-grow: 1;
  min-width: 0;
  padding-right: 10px;
}
.constituents .const-item .ci .code {
  font-weight: bold;
}
.constituents .const-item .ci .name {
  font-size: 14px;
}
.constituents .const-item .ci .mcap {
  font-size: 12px;
  color: #666;
}
.constituents .const-item .ci .mcap .mc {
  color: #111;
}
.constituents .const-item .pi {
  flex-shrink: 0;
  text-align: right;
  padding-left: 10px;
}
.constituents .const-item .pi .price {
  font-weight: bold;
}
.constituents .const-item .pi .change {
  font-size: 14px;
  color: #666;
  display: flex;
  align-items: center;
}
.constituents .const-item .pi .change > * {
  display: block;
}
.constituents .const-item .pi .change .a {
  position: relative;
  width: 16px;
  height: 16px;
}
.constituents .const-item .pi .change .a:before {
  display: block;
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 2px;
  border-top: 8px solid transparent;
  border-right: 0;
  border-bottom: 8px solid transparent;
  border-left: 14px solid gray;
}
.constituents .const-item .pi .change .c {
  padding-left: 5px;
}
.constituents .const-item .pi .change.down {
  color: red;
}
.constituents .const-item .pi .change.down .a:before {
  border-top: 14px solid red;
  border-right: 8px solid transparent;
  border-bottom: 0;
  border-left: 8px solid transparent;
  left: 0;
  top: 2px;
}
.constituents .const-item .pi .change.up {
  color: green;
}
.constituents .const-item .pi .change.up .a:before {
  border-top: 0;
  border-right: 8px solid transparent;
  border-bottom: 14px solid green;
  border-left: 8px solid transparent;
  left: 0;
  top: auto;
  bottom: 2px;
}
.constituents .const-item.in-main {
  display: block;
}
.constituents .const-item:last-child {
  border-bottom: 0;
}
.constituents:after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background-color: white;
}

.scrollFade {
  opacity: 1;
  pointer-events: all;
}
.scrollFade--hidden {
  opacity: 0;
  pointer-events: none;
}
.scrollFade--visible {
  opacity: 1;
  pointer-events: all;
}
.scrollFade--animate {
  transition: opacity 0.4s ease-in-out;
}

footer {
  position: relative;
  background-color: #ddd;
  overflow: hidden;
}
footer:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: -25%;
  bottom: 0;
  left: 25%;
  background: transparent url("../img/dot-bg.svg") center no-repeat;
  background-size: auto 150%;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#a6000000", endColorstr="#00000000", GradientType=1); /* IE6-9 fallback on horizontal gradient */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=45)";
  filter: alpha(opacity=45);
  -moz-opacity: 0.45;
  -khtml-opacity: 0.45;
  opacity: 0.45;
}
footer:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100;Neutral+Density */
  background: -moz-linear-gradient(-45deg, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#a6000000", endColorstr="#00000000", GradientType=1); /* IE6-9 fallback on horizontal gradient */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
  filter: alpha(opacity=75);
  -moz-opacity: 0.75;
  -khtml-opacity: 0.75;
  opacity: 0.75;
}
footer > * {
  position: relative;
  z-index: 1;
}
footer .fl {
  background: transparent no-repeat center top;
  width: 150px;
  height: 50px;
  margin: 0 1rem;
  filter: brightness(0) invert(1);
}
footer .fl.fl-tempo {
  background-image: url("../img/tempo.svg");
  background-size: contain;
  background-position: center 2px;
}
footer .fl.fl-idn {
  background-image: url("../img/idn.svg");
  background-size: contain;
  width: 100px;
}
footer .l2 {
  background-color: rgba(0, 0, 0, 0.15);
  padding: 10px 15px;
  font-size: 12px;
  color: #fff;
}

.section-performance .section-subtitle {
  margin-bottom: 5px;
}
.section-performance .sp-wrapper {
  border: 2px solid #ccc;
  border-radius: 8px;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0 3px 5px -2px rgba(0, 0, 0, 0.1);
}
.section-performance .sp-item {
  border-top: 1px solid #ccc;
  line-height: 1.3em;
  position: relative;
  overflow: hidden;
}
.section-performance .sp-item .item-wrapper {
  display: flex;
  padding: 0.75rem;
  align-items: center;
  text-decoration: none;
  background-color: white;
  color: #111;
}
.section-performance .sp-item .ci {
  flex-grow: 1;
  min-width: 0;
  padding-right: 10px;
}
.section-performance .sp-item .ci .code {
  font-weight: bold;
}
.section-performance .sp-item .ci .name {
  font-size: 14px;
}
.section-performance .sp-item .ci .mcap {
  font-size: 12px;
  color: #666;
}
.section-performance .sp-item .ci .mcap .mc {
  color: #111;
}
.section-performance .sp-item .pi {
  flex-shrink: 0;
  text-align: right;
  padding-left: 10px;
}
.section-performance .sp-item .pi .price {
  font-weight: bold;
}
.section-performance .sp-item .pi .change {
  font-size: 14px;
  color: #666;
  display: flex;
  align-items: center;
}
.section-performance .sp-item .pi .change > * {
  display: block;
}
.section-performance .sp-item .pi .change .a {
  position: relative;
  width: 16px;
  height: 16px;
}
.section-performance .sp-item .pi .change .a:before {
  display: block;
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 2px;
  border-top: 8px solid transparent;
  border-right: 0;
  border-bottom: 8px solid transparent;
  border-left: 14px solid gray;
}
.section-performance .sp-item .pi .change .c {
  padding-left: 5px;
}
.section-performance .sp-item .pi .change.down {
  color: red;
}
.section-performance .sp-item .pi .change.down .a:before {
  border-top: 14px solid red;
  border-right: 8px solid transparent;
  border-bottom: 0;
  border-left: 8px solid transparent;
  left: 0;
  top: 2px;
}
.section-performance .sp-item .pi .change.up {
  color: green;
}
.section-performance .sp-item .pi .change.up .a:before {
  border-top: 0;
  border-right: 8px solid transparent;
  border-bottom: 14px solid green;
  border-left: 8px solid transparent;
  left: 0;
  top: auto;
  bottom: 2px;
}
.section-performance .sp-item:first-child {
  border-top: none;
}

.show-grid .row {
  border: 1px dotted blue;
}
.show-grid .row [class^=col-] {
  border: 1px dotted red;
}

.feed-list {
  margin-top: 2rem;
}
.feed-list .item {
  margin-top: 1.5rem;
  position: relative;
}
.feed-list .item .img {
  background-color: #efefef;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 200px;
  border-radius: 8px;
  overflow: hidden;
}
.feed-list .item .title {
  display: block;
  display: -webkit-box;
  margin: 0.65rem 0 auto;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.feed-list .item .fl-link {
  background-color: transparent;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.feed-list .item:first-child {
  margin-top: 0;
}
.feed-list .item:nth-last-child(-n+2) {
  display: none;
}

@media screen and (min-width: 768px) {
  body:after {
    content: "tablet";
  }
  .section.section-main .sm-heading {
    font-size: 24px;
    font-weight: bold;
    margin: 10px 0 5px;
  }
  .section.section-main .chart-ct {
    height: 325px;
  }
  .constituents {
    border: 0;
    border-radius: 0;
    overflow: visible;
    height: auto;
    box-shadow: none;
    background-color: transparent;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .constituents .const-item {
    border: 0;
    padding: 0.75rem;
    width: 50%;
  }
  .constituents .const-item .item-wrapper {
    border: 2px solid #ddd;
    background-color: #fff;
    border-radius: 7px;
    box-shadow: 0 3px 5px -2px rgba(0, 0, 0, 0.15);
    transition: 300ms all ease-in;
  }
  .constituents .const-item .item-wrapper:hover {
    box-shadow: 0 5px 7px -2px rgba(0, 0, 0, 0.1);
    border-color: #666;
  }
  .feed-list {
    margin-top: 0.5rem;
  }
  .feed-list .item .img {
    height: 190px;
  }
  .feed-list .item .title {
    height: 72px;
  }
  .feed-list .item:first-child {
    margin-top: 1.5rem;
  }
  .feed-list .item:nth-last-child(-n+2) {
    display: block;
  }
}
@media screen and (min-width: 992px) {
  body:after {
    content: "large";
  }
  .section .section-title {
    font-size: 28px;
    margin-bottom: 2rem;
  }
  .section.section-main .chart-ct {
    height: 450px;
  }
  .section.section-main:after {
    top: auto;
    left: auto;
    right: -20%;
    bottom: -50%;
    width: 1200px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#a6000000", endColorstr="#00000000", GradientType=1); /* IE6-9 fallback on horizontal gradient */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
    filter: alpha(opacity=65);
    -moz-opacity: 0.65;
    -khtml-opacity: 0.65;
    opacity: 0.65;
  }
  .section.section-main .sm-heading {
    font-size: 24px;
  }
  .section.section-preface {
    padding-bottom: 5rem;
  }
  .section.section-objective .list-objective .item h5 {
    padding-top: 0;
  }
  .section.section-objective .list-objective .item h5:before {
    display: none;
  }
  .section.section-filtering .list-variables li {
    width: 25%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .section.section-filtering .list-variables li .lv-item {
    padding-bottom: 0;
    height: auto;
  }
  .section.has-padding {
    padding: 5rem 0;
  }
  .constituents .const-item {
    width: 33.333334%;
  }
  .feed-list {
    margin-top: 0.5rem;
  }
  .feed-list .item .img {
    height: 130px;
  }
}
@media screen and (min-width: 1200px) {
  body:after {
    content: "extra-large";
  }
  .feed-list {
    margin-top: 0.5rem;
  }
  .feed-list .item .img {
    height: 160px;
  }
}

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