#featured {
  padding: 100px 0;
  background-color: #fff;
  position: relative;
  overflow: hidden;
}
#featured .container {
  width: min(1200px, 100%);
  height: 250px;
  margin: auto;
}
#featured .container h2 {
  font-size: 40px;
  line-height: 140%;
  letter-spacing: -0.045em;
  font-weight: 500;
  margin-bottom: 44px;
}
#featured .container p {
  font-size: 18px;
  line-height: 150%;
  letter-spacing: -0.045em;
  font-weight: 400;
}
#featured .container .wrap {
  height: 120px;
  background-color: #e8e8e8;
  display: flex;
  flex-direction: row;
  gap: 1px;
  border: 1px solid #e8e8e8;
  position: absolute;
  animation: scroll 40s linear infinite;
}
@keyframes scroll {
  0% {
    left: 0;
  }
  to {
    left: -4400px;
  }
}
#featured .container .wrap .card {
  height: 100%;
  width: 300px;
  padding: 0 40px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
#featured .container .wrap .card .image-wrap {
  position: relative;
  width: 220px;
  height: 48px;
}
#featured .container .wrap .card .image-wrap img {
  object-fit: contain;
}
@media screen and (max-width: 860px) {
  #featured {
    padding: 40px 0;
  }
  #featured .container .section_title {
    font-size: 32px;
    line-height: 140%;
    letter-spacing: -0.045em;
    font-weight: 500;
  }
  #featured .container .wrap {
    height: 94px;
  }
  #featured .container .wrap .card {
    width: 240px;
  }
}
#HowToParticipate {
  padding: 120px 0;
  background-repeat: no-repeat;
  background-color: #f9faf9;
  background-position: 50% 0;
  background-size: contain;
}
#HowToParticipate .container {
  width: min(970px, 100%);
  margin: auto;
}
#HowToParticipate .container .section_title {
  font-size: 40px;
  line-height: 140%;
  letter-spacing: -0.045em;
  font-weight: 500;
  margin-bottom: 16px;
}
#HowToParticipate .container .under-section_title {
  font-size: 18px;
  line-height: 150%;
  letter-spacing: -0.045em;
  font-weight: 400;
  margin-bottom: 48px;
}
#HowToParticipate .container .how-to-buy_wrapp {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin-top: 48px;
}
#HowToParticipate .container .how-to-buy_wrapp .how-to-buy_block {
  padding: 24px;
  border: 1px solid #e8e8e8;
  border-radius: 8px;
  gap: 16px;
  display: flex;
  flex-direction: column;
}
#HowToParticipate .container .how-to-buy_wrapp .img-wrap {
  width: 100%;
  height: 160px;
  position: relative;
}
#HowToParticipate .container .how-to-buy_wrapp .img-wrap img {
  object-fit: contain;
}
#HowToParticipate .container .how-to-buy_wrapp .how-to-buy_block-text {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
#HowToParticipate
  .container
  .how-to-buy_wrapp
  .how-to-buy_block-text
  p.block-head {
  font-size: 18px;
  line-height: 140%;
  letter-spacing: -0.045em;
  font-weight: 500;
  color: #07130c;
}
#HowToParticipate .container .how-to-buy_wrapp .how-to-buy_block-text p {
  font-size: 16px;
  line-height: 140%;
  letter-spacing: -0.045em;
  font-weight: 400;
  color: #4d544f;
}
#HowToParticipate .container .how-to-buy_wrapp .how-to-buy_block-text p a {
  font-size: 16px;
  line-height: 140%;
  letter-spacing: -0.045em;
  font-weight: 500;
  text-decoration: underline;
}
@media screen and (max-width: 860px) {
  #HowToParticipate {
    padding: 40px 16px;
  }
  #HowToParticipate .container {
    padding: unset;
  }
  #HowToParticipate .container .section_title {
    font-size: 32px;
    line-height: 140%;
    letter-spacing: -0.045em;
    font-weight: 500;
  }
  #HowToParticipate .container .under-section_title {
    margin-bottom: 24px;
  }
  #HowToParticipate .container .how-to-buy_wrapp {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
    margin-top: 48px;
  }
  #HowToParticipate .container .how-to-buy_wrapp .how-to-buy_block {
    padding: 16px;
  }
  #HowToParticipate .container .how-to-buy_wrapp .how-to-buy_block .img-wrap {
    height: 140px;
  }
}
#intro-v2 {
  padding: 80px 0 100px;
  background-position: 50%;
  background-position: 50% 0;
  background-size: cover;
  position: relative;
  overflow: hidden;
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
}
#intro-v2 .background {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  filter: blur(50px);
  width: 863px;
  height: 713px;
  border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
  background-image: linear-gradient(
    to right top,
    #49ff86,
    #41ffa7,
    #4affc3,
    #62ffd9,
    #80ffea
  );
  animation: blobAnim 10s ease-in-out infinite;
  opacity: 0.7;
}
@keyframes blobAnim {
  0%,
  to {
    border-radius: 46% 54% 29% 71%/66% 39% 61% 34%;
    transform: translate(-50%, -50%) rotate(30deg);
  }
  30% {
    border-radius: 46% 54% 29% 71%/17% 74% 26% 83%;
    transform: translate(-50%, -50%) rotate(15deg);
  }
  50% {
    border-radius: 46% 54% 81% 19%/39% 74% 26% 61%;
    transform: translate(-50%, -50%) rotate(45deg);
  }
  70% {
    border-radius: 65% 35% 56% 44%/39% 17% 83% 61%;
    transform: translate(-50%, -50%) rotate(70deg);
  }
}
#intro-v2 .container {
  width: min(970px, 100%);
  margin: auto;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 24px;
  z-index: 1;
  position: relative;
}
#intro-v2 .container .live-wrapp {
  background-color: #49ff86;
  border: 1px solid #183c24;
  border-radius: 8px;
  padding: 8px 12px;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: -0.045em;
  font-weight: 500;
  width: fit-content;
}
#intro-v2 .container .intro_text {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
}
#intro-v2 .container .intro_text h1 {
  font-size: 64px;
  line-height: 140%;
  letter-spacing: -0.045em;
  font-weight: 500;
  text-align: center;
}
#intro-v2 .container .intro_text p {
  font-size: 18px;
  line-height: 150%;
  letter-spacing: -0.045em;
  font-weight: 400;
  width: min(540px, 100%);
  text-align: center;
}
#intro-v2 .container .progress {
  border: 1px solid #e8e8e8;
  background-color: #fff;
  padding: 24px 32px;
  width: fit-content;
  box-sizing: border-box;
  border-radius: 8px;
  width: min(480px, 100%);
  margin: 24px auto 0;
  color: #07130c;
}
#intro-v2 .container .progress > label {
  font-size: 24px;
  line-height: 140%;
  letter-spacing: -0.045em;
  font-weight: 400;
  width: 100%;
  text-align: center;
  display: block;
}
#intro-v2 .container .progress .buttons {
  margin: 20px 0;
  display: flex;
  gap: 16px;
  justify-content: center;
}
#intro-v2 .container .progress .buttons .btn {
  min-width: none;
}
#intro-v2 .container .progress .audit-info {
  display: flex;
  gap: 12px;
  justify-content: center;
  padding-top: 20px;
  border-top: 1px solid #e8e8e8;
}
#intro-v2 .container .progress .audit-info .card {
  display: flex;
  flex-direction: row;
  gap: 15px;
  flex: 1;
}
#intro-v2 .container .progress .audit-info .card .img-wrap {
  width: 40px;
  height: 40px;
  border: 1px solid #e8e8e8;
  border-radius: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
#intro-v2 .container .progress .audit-info .card .img-wrap img {
  filter: brightness(0) contrast(100%);
}
#intro-v2 .container .progress .audit-info .card .text-wrap a {
  cursor: pointer;
}
#intro-v2 .container .progress .audit-info .card .text-wrap a p {
  font-size: 12px;
  line-height: 140%;
  letter-spacing: -0.045em;
  font-weight: 400;
  color: #4d544f;
}
#intro-v2 .container .progress .audit-info .card .text-wrap a p span {
  font-size: 14px;
  line-height: 140%;
  letter-spacing: -0.045em;
  font-weight: 500;
  color: #07130c;
  text-transform: uppercase;
}
#intro-v2 .container .progress .bar-wrap {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
#intro-v2 .container .progress .bar-wrap .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: -0.045em;
  font-weight: 500;
  margin-bottom: 8px;
}
#intro-v2 .container .progress .bar-wrap .top .stage {
  font-size: 16px;
  line-height: 140%;
  letter-spacing: -0.045em;
  font-weight: 400;
}
#intro-v2 .container .progress .bar-wrap .top .price {
  font-size: 16px;
  line-height: 140%;
  letter-spacing: -0.045em;
  font-weight: 500;
}
#intro-v2 .container .progress .bar-wrap .bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #4d544f;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: -0.045em;
  font-weight: 400;
}
#intro-v2 .container .progress .bar-wrap .bottom b {
  font-size: 14px;
  line-height: 140%;
  letter-spacing: -0.045em;
  font-weight: 500;
  color: #07130c;
}
#intro-v2 .container .progress .bar-wrap progress[value] {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  border-radius: 8px;
  border: 1px solid #07130c;
  height: 16px;
  box-sizing: border-box;
  overflow: hidden;
}
#intro-v2 .container .progress .bar-wrap progress[value]::-webkit-progress-bar {
  background-color: #fff;
  border-radius: 8px;
  height: 17px;
  box-sizing: border-box;
  box-shadow: inset 0 0.5px 1px var(--background-zero);
}
#intro-v2
  .container
  .progress
  .bar-wrap
  progress[value]::-webkit-progress-value {
  background: #49ff86;
  box-shadow: none;
  border-color: rgba(0, 0, 0, 0);
  border-right: 1px solid #07130c;
  border-radius: 8px 0 0 8px;
  box-sizing: border-box;
  height: 17px;
  transition: width 1.5s;
}
#intro-v2 .container .progress .bar-wrap progress[value]::-moz-progress-bar {
  background: #49ff86;
  box-shadow: none;
  border-color: rgba(0, 0, 0, 0);
  border-right: 1px solid #07130c;
  border-radius: 8px 0 0 8px;
  box-sizing: border-box;
  height: 17px;
  transition: width 1.5s;
}
#intro-v2 .container .progress .bar-wrap progress[value]::-ms-fill {
  background: #49ff86;
  box-shadow: none;
  border-color: rgba(0, 0, 0, 0);
  border-right: 1px solid #07130c;
  border-radius: 8px 0 0 8px;
  box-sizing: border-box;
  height: 17px;
  transition: width 1.5s;
}
@media screen and (max-width: 430px) {
  #intro-v2 .container .progress .bar-wrap progress[value] {
    height: 19px;
  }
}
@media screen and (max-width: 860px) {
  #intro-v2 {
    padding: unset;
    overflow: hidden;
  }
  #intro-v2 .background {
    width: 440px;
    height: 371px;
  }
  #intro-v2 .container {
    padding: 40px 16px;
  }
  #intro-v2 .container .intro_text h1 {
    font-size: 40px;
    line-height: 140%;
    letter-spacing: -0.045em;
    font-weight: 500;
    text-align: center;
  }
  #intro-v2 .container .intro_text p {
    font-size: 14px;
    line-height: 140%;
    letter-spacing: -0.045em;
    font-weight: 400;
  }
  #intro-v2 .container .progress {
    margin-top: 12px;
    padding: 16px;
  }
  #intro-v2 .container .buttons {
    margin-top: 8px;
  }
  #intro-v2 .container .buttons button {
    padding: 7px 7px 7px 16px;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: -0.045em;
    font-weight: 500;
  }
}
@media screen and (max-width: 500px) {
  #intro-v2 .container .progress .buttons {
    flex-direction: column;
    gap: 16px;
    margin: 24px 0;
  }
  #intro-v2 .container .progress .buttons button {
    width: 100%;
    justify-content: space-between;
  }
  #intro-v2 .container .progress .audit-info {
    padding: 0;
    border-top: none;
    gap: 8px;
  }
  #intro-v2 .container .progress .audit-info .card {
    align-items: center;
    gap: 8px;
  }
  #intro-v2 .container .progress .audit-info .card .img-wrap {
    width: 28px;
    height: 28px;
  }
  #intro-v2 .container .progress .audit-info .card .img-wrap img {
    width: 14px;
    height: 15px;
  }
}
