* {
  border: 0;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

ol, ul, li {
  list-style: none;
}

button, select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
}

a {
  outline: none;
  text-decoration: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

h1 {
  display: none;
}

.main-title {
  position: relative;
  font-family: "adobe-garamond-pro", serif;
  font-weight: 700;
  font-style: normal;
  text-align: center;
  font-size: 24px;
  background: url(https://storage-asset.msi.com/event/2025/NB/rtx50_b2/images/kv-title-bg.jpg);
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
  text-transform: uppercase;
  display: inline-block;
  padding: 8px 20px;
  width: 90%;
  -webkit-filter: drop-shadow(2px 4px 2px #000);
          filter: drop-shadow(2px 4px 2px #000);
}
@media (min-width: 996px) {
  .main-title {
    width: auto;
    font-size: 38px;
    padding: 10px 50px;
  }
}
.main-title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 99%;
  height: 99%;
  z-index: 10;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  background-image: linear-gradient(130deg, #f1c654, #ffee96, #a2621e, #eea54c);
  background-origin: border-box;
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(white), to(white)), -webkit-gradient(linear, left top, left bottom, from(white), to(white));
  -webkit-mask-image: linear-gradient(white, white), linear-gradient(white, white);
          mask-image: -webkit-gradient(linear, left top, left bottom, from(white), to(white)), -webkit-gradient(linear, left top, left bottom, from(white), to(white));
          mask-image: linear-gradient(white, white), linear-gradient(white, white);
  -webkit-mask-composite: xor, source-over;
          mask-composite: exclude, add;
  -webkit-mask-clip: padding-box, border-box;
          mask-clip: padding-box, border-box;
  -webkit-filter: drop-shadow(2px 4px 2px #000);
          filter: drop-shadow(2px 4px 2px #000);
}

html {
  scroll-behavior: smooth;
}

.project {
  position: relative;
  overflow: hidden;
}
.project img {
  display: block;
}
.project figure {
  margin: 0;
  padding: 0;
}
.project .kv {
  width: 100%;
  position: relative;
}
.project .kv__logoBox {
  position: absolute;
  top: 2%;
  right: 2%;
  z-index: 10;
}
@media (min-width: 996px) {
  .project .kv__logoBox {
    top: 36px;
    right: 36px;
  }
}
.project .kv__logoBox img {
  width: 50px;
  margin-left: auto;
}
@media (min-width: 768px) {
  .project .kv__logoBox img {
    width: 80px;
  }
}
@media (min-width: 1930px) {
  .project .kv__logoBox img {
    width: 100px;
  }
}
.project .kv__logoBox p {
  text-align: right;
  color: #fff;
  font-size: 8px;
  margin-top: 5px;
  text-shadow: 0 0 10px #000;
}
@media (min-width: 768px) {
  .project .kv__logoBox p {
    font-size: 12px;
    margin-top: 10px;
  }
}
@media (min-width: 1930px) {
  .project .kv__logoBox p {
    font-size: 15px;
  }
}
.project .kv__logoBox p b {
  font-size: 14px;
  text-transform: uppercase;
}
@media (min-width: 996px) {
  .project .kv__logoBox p b {
    font-size: 16px;
  }
}
.project .kv__pd {
  position: absolute;
  top: 0;
  left: 0;
}
.project .kv__content {
  position: absolute;
  top: 60%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  color: #fff;
  font-family: "adobe-garamond-pro", serif;
  font-weight: 700;
  font-style: normal;
  text-align: center;
}
@media (min-width: 996px) {
  .project .kv__content {
    top: 40%;
    left: 30%;
  }
}
.project .kv__content-title {
  font-size: 36px;
  background: url(https://storage-asset.msi.com/event/2025/NB/rtx50_b2/images/kv-title-bg.jpg);
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
  -webkit-filter: drop-shadow(2px 4px 2px #000);
          filter: drop-shadow(2px 4px 2px #000);
}
@media (min-width: 768px) {
  .project .kv__content-title {
    font-size: 50px;
  }
}
@media (min-width: 996px) {
  .project .kv__content-title {
    font-size: 4.3vw;
  }
}
@media (min-width: 1930px) {
  .project .kv__content-title {
    font-size: 110px;
  }
}
.project .kv__content-title b {
  font-size: 48px;
}
@media (min-width: 768px) {
  .project .kv__content-title b {
    font-size: 70px;
  }
}
@media (min-width: 996px) {
  .project .kv__content-title b {
    font-size: 5.8vw;
  }
}
@media (min-width: 1930px) {
  .project .kv__content-title b {
    font-size: 150px;
  }
}
.project .kv__content-slogan {
  font-size: 18px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, #dfc05d), to(#d2aa3f));
  background: linear-gradient(to bottom, #dfc05d 40%, #d2aa3f);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-filter: drop-shadow(2px 4px 2px #000);
          filter: drop-shadow(2px 4px 2px #000);
}
@media (min-width: 768px) {
  .project .kv__content-slogan {
    font-size: 24px;
  }
}
@media (min-width: 996px) {
  .project .kv__content-slogan {
    font-size: 2vw;
  }
}
@media (min-width: 1930px) {
  .project .kv__content-slogan {
    font-size: 60px;
  }
}
.project .kv__content-slogan span {
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 15px solid #FFD700;
  border-top: 2px solid transparent;
  border-bottom: 2px solid transparent;
  margin: 0 10px;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .project .kv__content-slogan span {
    border-left: 25px solid #FFD700;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
  }
}
@media (min-width: 996px) {
  .project .kv__content-slogan span {
    border-left: 35px solid #FFD700;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
  }
}
.project .kv__content-slogan span:first-child {
  border-left: none;
  border-right: 15px solid #FFD700;
}
@media (min-width: 768px) {
  .project .kv__content-slogan span:first-child {
    border-right: 25px solid #FFD700;
  }
}
@media (min-width: 996px) {
  .project .kv__content-slogan span:first-child {
    border-right: 35px solid #FFD700;
  }
}
.project .bestOffer {
  position: relative;
  background: url(https://storage-asset.msi.com/event/2025/NB/rtx50_b2/images/bestOffer-bg-dark.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  z-index: 0;
}
.project .bestOffer::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), to(#040404));
  background: linear-gradient(transparent 80%, #040404);
  z-index: 10;
}
.project .bestOffer::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(https://storage-asset.msi.com/event/2025/NB/rtx50_b2/images/bestOffer-bg-light.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  z-index: 5;
  opacity: 0;
  -webkit-animation: lightFade 1s ease-in-out infinite alternate;
          animation: lightFade 1s ease-in-out infinite alternate;
}
.project .bestOffer__wrapper {
  position: relative;
  z-index: 10;
  text-align: center;
  padding: 50px 25px 50px;
}
@media (min-width: 996px) {
  .project .bestOffer__wrapper {
    padding: 100px 25px 150px;
  }
}
.project .bestOffer__wrapper-content {
  padding: 20px 0 0;
}
@media (min-width: 996px) {
  .project .bestOffer__wrapper-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 50px 0;
  }
}
.project .bestOffer__wrapper-content .cardItem {
  display: block;
  position: relative;
  width: 100%;
  margin: 20px auto;
}
@media (min-width: 996px) {
  .project .bestOffer__wrapper-content .cardItem {
    width: 32%;
    margin: 0 15px;
  }
}
.project .bestOffer__wrapper-content .cardItem:hover {
  cursor: pointer;
}
.project .bestOffer__wrapper-content .cardItem__wrapper-decbottom {
  -webkit-transform: scaleY(-1);
          transform: scaleY(-1);
}
.project .bestOffer__wrapper-content .cardItem__wrapper-content {
  position: relative;
  padding: 35px 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(22, 30, 33, 0.6)), to(rgba(49, 71, 85, 0.2)));
  background: linear-gradient(to bottom, rgba(22, 30, 33, 0.6) 0%, rgba(49, 71, 85, 0.2) 100%);
}
.project .bestOffer__wrapper-content .cardItem__wrapper-content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), to(rgba(0, 0, 0, 0.7)));
  background: linear-gradient(transparent 50%, rgba(0, 0, 0, 0.7));
  z-index: 5;
}
.project .bestOffer__wrapper-content .cardItem__wrapper-content:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(22, 30, 33, 0.3)), to(rgba(49, 71, 85, 0.2)));
  background: linear-gradient(to bottom, rgba(22, 30, 33, 0.3) 0%, rgba(49, 71, 85, 0.2) 100%);
}
.project .bestOffer__wrapper-content .cardItem__wrapper-content:hover::before {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), to(rgba(0, 0, 0, 0.4)));
  background: linear-gradient(transparent 50%, rgba(0, 0, 0, 0.4));
}
.project .bestOffer__wrapper-content .cardItem__wrapper-content .tagBox {
  display: inline-block;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 700;
  color: #ffee96;
  font-size: 18px;
  -webkit-filter: drop-shadow(0px 5px 5px #000);
          filter: drop-shadow(0px 5px 5px #000);
  z-index: 10;
}
@media (min-width: 996px) {
  .project .bestOffer__wrapper-content .cardItem__wrapper-content .tagBox {
    font-size: 22px;
  }
}
.project .bestOffer__wrapper-content .cardItem__wrapper-content .tagBox .box01 {
  width: 4%;
  border-top: 5px solid #eea94b;
  border-bottom: 5px solid #eea94b;
  background: #e16d1b;
}
.project .bestOffer__wrapper-content .cardItem__wrapper-content .tagBox .box02 {
  padding: 3px;
  border-top: 5px solid #eea94b;
  border-bottom: 5px solid #eea94b;
  background: -webkit-gradient(linear, left top, right top, color-stop(5%, #e16d1b), color-stop(57%, #680400), color-stop(72%, #390000));
  background: linear-gradient(90deg, #e16d1b 5%, #680400 57%, #390000 72%);
}
@media (min-width: 996px) {
  .project .bestOffer__wrapper-content .cardItem__wrapper-content .tagBox .box02 {
    padding: 5px;
  }
}
.project .bestOffer__wrapper-content .cardItem__wrapper-content .tagBox .box03 {
  position: relative;
  width: 8%;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
  background: #eea94b;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
.project .bestOffer__wrapper-content .cardItem__wrapper-content .tagBox .box03::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -1%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 80%;
  height: 80%;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
  background: #390000;
}
.project .bestOffer__wrapper-content .cardItem__wrapper-content .pdBox {
  position: relative;
  color: #fff;
  text-align: center;
  marging-bottom: 20px;
  z-index: 10;
}
.project .bestOffer__wrapper-content .cardItem__wrapper-content .pdBox .pdImg {
  width: 70%;
  margin: 0 auto;
  padding: 35px 0;
}
.project .bestOffer__wrapper-content .cardItem__wrapper-content .pdBox .pdName {
  font-size: 20px;
  font-weight: 700;
}
@media (min-width: 996px) {
  .project .bestOffer__wrapper-content .cardItem__wrapper-content .pdBox .pdName {
    font-size: 24px;
  }
}
.project .bestOffer__wrapper-content .cardItem__wrapper-content .pdBox .pdDetail {
  font-size: 16px;
  font-weight: normal;
}
@media (min-width: 996px) {
  .project .bestOffer__wrapper-content .cardItem__wrapper-content .pdBox .pdDetail {
    font-size: 20px;
  }
}
.project .bestOffer__wrapper-content .cardItem__wrapper-content .priceBox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px 0 0;
  z-index: 10;
  background: rgba(19, 36, 43, 0.64);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 5px 20px;
  margin: 20px 0 0;
  border-radius: 6px;
  border: 2px solid #f1c654;
  -webkit-box-shadow: 5px 5px 0 #a2621e;
          box-shadow: 5px 5px 0 #a2621e;
}
.project .bestOffer__wrapper-content .cardItem__wrapper-content .priceBox:hover {
  -webkit-transform: translate(2px, 2px);
          transform: translate(2px, 2px);
  opacity: 0.9;
}
.project .bestOffer__wrapper-content .cardItem__wrapper-content .priceBox del {
  color: #c4c4c4;
  font-size: 16px;
  margin-right: 10px;
}
@media (min-width: 996px) {
  .project .bestOffer__wrapper-content .cardItem__wrapper-content .priceBox del {
    font-size: 20px;
  }
}
.project .bestOffer__wrapper-content .cardItem__wrapper-content .priceBox .nowPrice {
  font-size: 35px;
  font-weight: 900;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #dd9d30), to(#cf601b));
  background: linear-gradient(to bottom, #dd9d30 10%, #cf601b);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  line-height: 1;
  -webkit-text-stroke: 1px #390000;
}
@media (min-width: 996px) {
  .project .bestOffer__wrapper-content .cardItem__wrapper-content .priceBox .nowPrice {
    font-size: 45px;
  }
}
.project .gapBox {
  position: relative;
}
.project .gapBox__arrow {
  position: absolute;
  top: 40%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 20px;
  -webkit-animation: arrowBounce 1.5s linear infinite;
          animation: arrowBounce 1.5s linear infinite;
}
@media (min-width: 996px) {
  .project .gapBox__arrow {
    width: 100px;
  }
}
@-webkit-keyframes arrowBounce {
  0% {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  50% {
    -webkit-transform: translate(-50%, -60%);
            transform: translate(-50%, -60%);
  }
  100% {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
@keyframes arrowBounce {
  0% {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  50% {
    -webkit-transform: translate(-50%, -60%);
            transform: translate(-50%, -60%);
  }
  100% {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
.project .buyNow-section {
  position: relative;
  text-align: center;
  background: #281e1c;
}
.project .buyNow-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(https://storage-asset.msi.com/event/2025/NB/rtx50_b2/images/buyNow-bg-top.jpg);
  background-size: 100%;
  background-position: top;
  background-repeat: no-repeat;
  z-index: 10;
}
@media (min-width: 1930px) {
  .project .buyNow-section::before {
    background: url(https://storage-asset.msi.com/event/2025/NB/rtx50_b2/images/buyNow-bg-top-3xl.jpg);
    background-size: 100%;
    background-position: top;
    background-repeat: no-repeat;
  }
}
.project .buyNow-section::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(https://storage-asset.msi.com/event/2025/NB/rtx50_b2/images/buyNow-bg-bottom.webp);
  background-size: 100%;
  background-position: bottom;
  background-repeat: no-repeat;
  z-index: 10;
}
.project .buyNow-section .main-title {
  position: relative;
  z-index: 20;
  margin-top: 50px;
}
.project .buyNow-section .buyNow {
  z-index: 50;
  padding-bottom: 50px;
}
@media (min-width: 996px) {
  .project .buyNow-section .buyNow {
    padding-bottom: 100px;
  }
}
.project .buyNow-section .buyNow .tab__flexBoxInside {
  position: relative;
  -webkit-filter: brightness(0.7);
          filter: brightness(0.7);
}
.project .buyNow-section .buyNow .tab__flexBoxInside::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(https://storage-asset.msi.com/event/2025/NB/rtx50_b2/images/buyNow-tab-dec.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 10;
}
.project .buyNow-section .buyNow .tab__flexBoxInside:hover::before {
  -webkit-filter: drop-shadow(0 0 5px #f1c654);
          filter: drop-shadow(0 0 5px #f1c654);
}
.project .buyNow-section .buyNow .tab__flexBoxInside .tab__label {
  position: absolute;
  bottom: 15%;
  font-size: 15px;
  font-weight: 900;
  width: 85%;
  background: linear-gradient(130deg, #f1c654, #ffee96, #a2621e, #eea54c);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  line-height: 1.2;
  -webkit-filter: drop-shadow(0 0 5px #000);
          filter: drop-shadow(0 0 5px #000);
}
@media (min-width: 996px) {
  .project .buyNow-section .buyNow .tab__flexBoxInside .tab__label {
    font-size: 24px;
  }
}
.project .buyNow-section .buyNow .tab__flexBoxInside .tab__label span {
  display: block;
}
@media (min-width: 768px) {
  .project .buyNow-section .buyNow .tab__flexBoxInside .tab__label span {
    display: inline-block;
  }
}
.project .chart {
  position: relative;
  background: #000;
  background: url(https://storage-asset.msi.com/event/2025/NB/rtx50_b2/images/chart-bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.project .chart::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: -webkit-gradient(linear, left bottom, left top, from(transparent), to(#000));
  background: linear-gradient(to top, transparent, #000);
}
.project .chart::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20%;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(90%, #000));
  background: linear-gradient(transparent, #000 90%);
}
.project .chart__wrapper {
  position: relative;
  padding: 50px 25px 80px;
  z-index: 20;
}
@media (min-width: 996px) {
  .project .chart__wrapper {
    padding: 100px 25px;
  }
}
@media (min-width: 1930px) {
  .project .chart__wrapper {
    padding: 150px 25px;
  }
}
.project .chart__wrapper-titleBox {
  color: #fff;
  text-align: center;
}
.project .chart__wrapper-titleBox .main-title::before {
  background-image: none;
}
.project .chart__wrapper-titleBox p {
  font-size: 14px;
}
@media (min-width: 996px) {
  .project .chart__wrapper-titleBox p {
    font-size: 16px;
  }
}
.project .chart__wrapper-contentBox {
  margin-top: 50px;
}
.project .chart__wrapper-contentBox .chart__tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  margin-bottom: 20px;
}
@media (min-width: 996px) {
  .project .chart__wrapper-contentBox .chart__tabs {
    gap: 30px;
    margin-bottom: 30px;
  }
}
.project .chart__wrapper-contentBox .chart__tab {
  position: relative;
  padding: 5px 10px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.18);
          box-shadow: 0 4px 16px rgba(0, 0, 0, 0.18);
  cursor: pointer;
  -webkit-transition: background 0.2s, color 0.2s, -webkit-box-shadow 0.2s;
  transition: background 0.2s, color 0.2s, -webkit-box-shadow 0.2s;
  transition: background 0.2s, color 0.2s, box-shadow 0.2s;
  transition: background 0.2s, color 0.2s, box-shadow 0.2s, -webkit-box-shadow 0.2s;
  border: none;
  outline: none;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  width: 33%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 996px) {
  .project .chart__wrapper-contentBox .chart__tab {
    padding: 10px 20px;
    min-width: 160px;
    width: auto;
  }
}
.project .chart__wrapper-contentBox .chart__tab::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 99%;
  height: 99%;
  z-index: 10;
  border-width: 2px;
  border-style: solid;
  border-color: transparent;
  border-radius: 10px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#8fd13f), to(#5fae1d));
  background-image: linear-gradient(180deg, #8fd13f 0%, #5fae1d 100%);
  background-origin: border-box;
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(white), to(white)), -webkit-gradient(linear, left top, left bottom, from(white), to(white));
  -webkit-mask-image: linear-gradient(white, white), linear-gradient(white, white);
          mask-image: -webkit-gradient(linear, left top, left bottom, from(white), to(white)), -webkit-gradient(linear, left top, left bottom, from(white), to(white));
          mask-image: linear-gradient(white, white), linear-gradient(white, white);
  -webkit-mask-composite: xor, source-over;
          mask-composite: exclude, add;
  -webkit-mask-clip: padding-box, border-box;
          mask-clip: padding-box, border-box;
}
.project .chart__wrapper-contentBox .chart__tab:hover, .project .chart__wrapper-contentBox .chart__tab.active {
  background: -webkit-gradient(linear, left top, left bottom, from(#b6e86b), to(#7ed63a));
  background: linear-gradient(180deg, #b6e86b 0%, #7ed63a 100%);
  color: #fff;
  -webkit-box-shadow: 0 6px 24px rgba(0, 0, 0, 0.25);
          box-shadow: 0 6px 24px rgba(0, 0, 0, 0.25);
}
.project .chart__wrapper-contentBox .chart__content {
  position: relative;
  margin-top: 50px;
  padding-bottom: 20px;
  overflow-x: scroll;
  overflow-y: hidden;
  -webkit-overflow-scrolling: auto;
}
.project .chart__wrapper-contentBox .chart__content::-webkit-scrollbar {
  height: 7px;
}
.project .chart__wrapper-contentBox .chart__content::-webkit-scrollbar-track {
  background: #1a1a1a;
}
.project .chart__wrapper-contentBox .chart__content::-webkit-scrollbar-thumb {
  background: linear-gradient(130deg, #f1c654, #ffee96, #a2621e, #eea54c);
}
.project .chart__wrapper-contentBox .chart__content::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(130deg, #f1c654, #ffee96, #a2621e, #eea54c);
}
@media (min-width: 768px) {
  .project .chart__wrapper-contentBox .chart__content {
    overflow: initial;
  }
}
.project .chart__wrapper-contentBox .chart__panel {
  display: none;
}
.project .chart__wrapper-contentBox .chart__panel.active {
  display: block;
}
.project .chart__wrapper-contentBox .chart__panel-wrapper {
  display: -webkit-box;
}
@media (min-width: 768px) {
  .project .chart__wrapper-contentBox .chart__panel-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: initial;
        -ms-flex-align: initial;
            align-items: initial;
  }
}

.chart-bar {
  margin: 0 10px;
}
@media (min-width: 996px) {
  .chart-bar {
    margin: 0 20px;
  }
}
.chart-bar__title {
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 32px;
  text-shadow: 2px 2px 0 #000;
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
}
@media (min-width: 996px) {
  .chart-bar__title {
    font-size: 17px;
  }
}
.chart-bar__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 20px;
}
@media (min-width: 996px) {
  .chart-bar__body {
    grid-area: 40px;
  }
}
.chart-bar__group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.chart-bar__value {
  position: absolute;
  bottom: 20%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #fff600;
  font-size: 22px;
  font-weight: bold;
}
@media (min-width: 996px) {
  .chart-bar__value {
    font-size: 32px;
  }
}
.chart-bar__bars {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 16px;
  height: 320px;
  margin-bottom: 16px;
}
.chart-bar__bars::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 120%;
  height: 1px;
  z-index: 10;
  background: #ccc;
}
@media (min-width: 996px) {
  .chart-bar__bars::before {
    width: 135%;
  }
}
.chart-bar__bar {
  position: relative;
  width: 25px;
  background: #ccc;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.18);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.18);
  -webkit-transition: height 0.3s;
  transition: height 0.3s;
  height: 0;
}
.chart-bar__bar--green {
  border: 1px solid #6fa931;
  background: -webkit-gradient(linear, left bottom, left top, from(transparent), to(#6fa931));
  background: linear-gradient(to top, transparent, #6fa931);
}
.chart-bar__bar--blue {
  border: 1px solid #4688c1;
  background: -webkit-gradient(linear, left bottom, left top, from(transparent), to(#4688c1));
  background: linear-gradient(to top, transparent, #4688c1);
}
.chart-bar__bar--gray {
  border: 1px solid #bbbaba;
  background: -webkit-gradient(linear, left bottom, left top, from(transparent), to(#bbbaba));
  background: linear-gradient(to top, transparent, #bbbaba);
}
.chart-bar__bar .chart-bar__value {
  position: absolute;
  top: -25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #fff;
  font-size: 14px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  opacity: 0;
}
.chart-bar__label {
  color: #fff;
  font-size: 14px;
  text-align: center;
  margin-top: 4px;
  text-shadow: 1px 1px 0 #000;
}
@media (min-width: 996px) {
  .chart-bar__label {
    font-size: 15px;
  }
}
.chart-bar__label--green {
  border: 1px solid #5fae1d;
  background: -webkit-gradient(linear, left bottom, left top, from(transparent), to(#5fae1d));
  background: linear-gradient(to top, transparent, #5fae1d);
}
.chart-bar__label--gray {
  border: 1px solid #5fae1d;
  background: -webkit-gradient(linear, left bottom, left top, from(transparent), to(#5fae1d));
  background: linear-gradient(to top, transparent, #5fae1d);
}

.chart__legend {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 30px;
  margin: 30px 0 0 0;
}
.chart__legend-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.chart__legend-color {
  display: block;
  width: 20px;
  height: 20px;
}
.chart__legend-color--green {
  background: #6fa931;
}
.chart__legend-color--blue {
  background: #4688c1;
}
.chart__legend-color--gray {
  background: #bbbaba;
}
.chart__legend-label {
  font-size: 14px;
  color: #fff;
}

@-webkit-keyframes growBar {
  from {
    height: 0;
  }
  to {
    height: var(--target-height);
  }
}

@keyframes growBar {
  from {
    height: 0;
  }
  to {
    height: var(--target-height);
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes lightFade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes lightFade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.chart__arrow {
  position: relative;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  margin-top: 20px;
  opacity: 0.8;
}
@media (min-width: 768px) {
  .chart__arrow {
    display: none;
  }
}
.chart__arrow figure {
  width: 20%;
}
.chart__arrow span {
  position: absolute;
  bottom: 5%;
  right: 5%;
  font-size: 14px;
}/*# sourceMappingURL=main.css.map */