/*!*******************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/scss/main.scss ***!
  \*******************************************************************************************************************************************************/
html {
  box-sizing: border-box;
  font-size: 16px;
}

*, *:before, *:after {
  box-sizing: inherit;
}

body, h1, h2, h3, h4, h5, h6, p, ol, ul {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
}

/* roboto-condensed-regular - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 400;
  src: url(../js/25e932decc6b3d60055c.woff2) format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "MangoGrotesque";
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility;
  src: url(../js/9e94de1bb18ce4c22f5a.woff2) format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "MangoGrotesque";
  font-style: normal;
  font-weight: 700;
  text-rendering: optimizeLegibility;
  src: url(../js/f2362b6b7fe0d43ce8ef.woff2) format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
html {
  font-size: 6.944vw;
  overflow-x: hidden;
}
@media screen and (max-width: 768px) {
  html {
    font-size: 25.641vw;
  }
}

body {
  display: block;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  font-size: 0.2rem;
  line-height: 0.28rem;
  color: #372728;
  background: #FAF3E0;
  overflow-x: hidden;
  opacity: 0;
  transition: opacity 300ms ease-in-out;
}
body.loaded {
  opacity: 1;
}

.relative {
  position: relative;
}

.btn {
  font-size: 0.24rem;
  line-height: 0.288rem;
  font-weight: 500;
  font-family: "MangoGrotesque", sans-serif;
  line-height: 1;
  width: fit-content;
}
.btn.btn-primary {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.08rem;
  text-transform: uppercase;
  color: white;
  border-radius: 0.32rem;
  text-decoration: none;
}
.btn.btn-primary::before {
  content: "";
  position: absolute;
  display: block;
  width: calc(100% + 0.06rem);
  height: calc(100% + 0.06rem);
  z-index: 0;
  left: -0.03rem;
  top: -0.03rem;
  border-radius: 0.32rem;
  background: linear-gradient(61.28deg, #B87931 7.98%, #FFE6B8 50.43%, #7F3F18 93.15%);
}
.btn.btn-primary .wrap {
  display: flex;
  align-items: center;
  gap: 0.08rem;
  overflow: hidden;
  position: relative;
  background: radial-gradient(38.67% 28.75% at 50.34% 100%, #DAAC5F 0%, #362627 100%);
  border-radius: 0.32rem;
}
.btn.btn-primary .wrap img {
  width: 0.32rem;
  height: 0.32rem;
  margin-right: 0.07rem;
  transition: transform 0.5s cubic-bezier(0.51, 0.01, 0.2, 1);
}
.btn.btn-primary .wrap span {
  transition: transform 0.5s cubic-bezier(0.51, 0.01, 0.2, 1);
  display: block;
  padding: 0.12rem 0.18rem;
  padding-right: 0;
  letter-spacing: 0.004rem;
}
.btn.btn-primary .wrap::after {
  content: attr(data-text);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: translate3d(0, 110%, 0);
  transform-origin: 0 50%;
  padding: 0.12rem 0.18rem;
  padding-right: 0;
  letter-spacing: 0.004rem;
  transition: transform 0.5s cubic-bezier(0.51, 0.01, 0.2, 1);
}
.btn.btn-primary:hover .wrap span {
  transform: translate3d(0, -110%, 0);
}
.btn.btn-primary:hover .wrap::after {
  transform: translate3d(0, 0, 0);
}
.btn.btn-primary:hover .wrap img {
  transform: rotateY(180deg);
}
.btn.transparent {
  background: transparent;
}

html.lenis {
  height: auto;
}

.pointer-none {
  pointer-events: none;
}

.lenis.lenis-smooth {
  scroll-behavior: auto;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-scrolling iframe {
  pointer-events: none;
}

.split-lines {
  overflow: hidden;
  padding: 0.1em 0;
  margin: -0.1em 0;
}

[data-scrub-title-reveal] .split-lines div {
  transform: translateY(100%);
}

.display-font {
  font-weight: 700;
  font-size: 3.04rem;
  line-height: 0.75;
}
@media screen and (max-width: 768px) {
  .display-font {
    font-size: 1rem;
  }
}

h1 {
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.248rem;
  color: #FAF3E0;
  font-family: "MangoGrotesque", sans-serif;
}
@media screen and (max-width: 768px) {
  h1 {
    font-size: 0.8rem;
    line-height: 0.8;
  }
}

h2 {
  font-size: 0.8rem;
  line-height: 0.72rem;
  font-weight: 700;
  font-family: "MangoGrotesque", sans-serif;
}

h3 {
  font-size: 0.48rem;
  line-height: 0.4032rem;
  font-weight: 700;
  font-family: "MangoGrotesque", sans-serif;
}
@media screen and (max-width: 768px) {
  h3 {
    font-size: 0.32rem;
    line-height: 0.8;
  }
}

h4 {
  font-size: 0.4rem;
  line-height: 0.36rem;
  font-weight: 500;
  font-family: "MangoGrotesque", sans-serif;
}

h5 {
  font-size: 0.32rem;
  line-height: 0.384rem;
  font-weight: 500;
  font-family: "MangoGrotesque", sans-serif;
}

p {
  font-size: 0.16rem;
  line-height: 0.192rem;
  font-family: "Roboto Condensed", sans-serif;
}

.font-24 {
  font-size: 0.24rem;
  line-height: 0.288rem;
  font-weight: 700;
  font-family: "MangoGrotesque", sans-serif;
}

.uppercase {
  text-transform: uppercase;
}

.container {
  max-width: 13.76rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .container {
    max-width: 100%;
    margin: 0;
    padding-left: 0.14rem;
    padding-right: 0.14rem;
  }
}

header {
  padding-top: 0.22rem;
  padding-bottom: 0.22rem;
  border-bottom: 1px solid #5B4540;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}
@media screen and (max-width: 768px) {
  header {
    position: relative;
  }
}
header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .container .nav-logo a {
  display: block;
  width: 1.55rem;
}
header .container .nav-logo a img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 768px) {
  header .container .menu-items {
    display: none;
  }
}
header .container .menu-items ul {
  display: flex;
  gap: 0.54rem;
}
header .container .menu-items ul a {
  text-decoration: none;
  color: #372728;
  text-transform: uppercase;
  font-size: 0.24rem;
  line-height: 0.288rem;
  font-weight: 700;
  position: relative;
  font-family: "MangoGrotesque", sans-serif;
}
header .container .menu-items ul a:hover::after {
  width: 100%;
}
header .container .menu-items ul a::after {
  content: "";
  position: absolute;
  width: 0;
  left: 0;
  bottom: 0;
  height: 0.02rem;
  background: #372728;
  transition: 300ms ease-in-out;
}
header .container .other-items {
  display: flex;
}
header .container .other-items .socials {
  display: flex;
  gap: 0.16rem;
  align-items: center;
  margin-right: 0.2rem;
}
@media screen and (max-width: 768px) {
  header .container .other-items .socials {
    display: none;
  }
}
header .container .other-items .socials .single-social {
  display: block;
  width: 0.32rem;
  height: 0.32rem;
}
header .container .other-items .socials .single-social svg {
  width: 100%;
  height: 100%;
}

footer {
  background: #372728;
  padding-bottom: 0.32rem;
}
@media screen and (max-width: 768px) {
  footer {
    padding-top: 0.4rem;
  }
}
footer .middle-stuff {
  display: flex;
  justify-content: center;
  gap: 0.58rem;
}
footer .middle-stuff .arrow {
  width: 2.92rem;
  height: 2.88rem;
}
footer .middle-stuff .arrow.right {
  transform: rotateY(180deg);
}
footer .middle-stuff .arrow img {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  footer .middle-stuff .arrow {
    display: none;
  }
}
footer .middle-stuff .footer-cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
}
footer .middle-stuff .footer-cta img.big-img {
  width: 2.6rem;
  height: auto;
  margin-bottom: 0.24rem;
}
footer .middle-stuff .footer-cta .btn {
  margin-bottom: 0.24rem;
}
footer .copyright {
  color: #FAF3E0;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 768px) {
  footer .copyright {
    display: flex;
    align-items: center;
    gap: 0.1rem;
  }
}
footer .copyright svg {
  height: 0.19rem;
  width: auto;
}
footer .copyright svg path {
  fill: #FAF3E0;
}
footer .bottom-info {
  display: flex;
  justify-content: space-between;
  margin-top: -0.28rem;
}
@media screen and (max-width: 768px) {
  footer .bottom-info {
    margin-top: 0.2rem;
  }
}
footer .bottom-info .email {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #FAF3E0;
  gap: 0.08rem;
  font-weight: 500;
  z-index: 10;
}
footer .bottom-info .email svg {
  width: 0.2rem;
  height: auto;
}
footer .bottom-info .socials {
  display: flex;
  gap: 0.16rem;
  z-index: 10;
}
footer .bottom-info .socials .single-social {
  display: block;
  width: 0.24rem;
  height: 0.24rem;
}
footer .bottom-info .socials .single-social svg {
  width: 100%;
  height: 100%;
}

section.hero {
  position: relative;
  overflow: hidden;
  padding-top: 1.22rem;
  padding-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  section.hero {
    padding-top: 0.22rem;
  }
}
section.hero .top-right-deco {
  position: absolute;
  width: 9.02rem;
  height: 4.91rem;
  top: 0;
  right: 0;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  section.hero .top-right-deco {
    display: none;
  }
}
section.hero .bottom-left-deco {
  position: absolute;
  width: 5.38rem;
  height: 6.76rem;
  bottom: 1rem;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  section.hero .bottom-left-deco {
    display: none;
  }
}
section.hero .anchor-btn {
  display: block;
  margin-left: auto;
  width: fit-content;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 0.04rem;
  color: #372728;
}
section.hero .hero-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  section.hero .hero-wrapper {
    padding-left: 0.14rem;
    padding-right: 0.14rem;
  }
}
section.hero .hero-wrapper .big-title {
  display: flex;
  margin-top: 0.08rem;
}
section.hero .hero-wrapper .big-title h1 {
  color: #372728;
}
section.hero .hero-wrapper .big-title img {
  width: 100%;
  height: 100%;
}
section.hero .hero-wrapper .big-title .deco {
  width: 0.48rem;
  height: 0.48rem;
}
section.hero .hero-wrapper .other-items {
  display: flex;
  align-items: center;
  gap: 1.18rem;
  margin-top: -1.3rem;
}
@media screen and (max-width: 768px) {
  section.hero .hero-wrapper .other-items {
    flex-wrap: wrap;
    margin-top: 0;
    gap: 0.3rem;
  }
}
section.hero .hero-wrapper .other-items .text-img {
  display: flex;
  gap: 0.16rem;
  max-width: 2.56rem;
}
@media screen and (max-width: 768px) {
  section.hero .hero-wrapper .other-items .text-img {
    max-width: 100%;
  }
}
section.hero .hero-wrapper .other-items .text-img img {
  width: 0.56rem;
  height: 0.56rem;
  display: block;
}
section.hero .hero-wrapper .other-items .text-img.right {
  text-align: end;
}
@media screen and (max-width: 768px) {
  section.hero .hero-wrapper .other-items .text-img.right {
    display: flex;
    flex-direction: row-reverse;
    text-align: start;
  }
}
section.hero .hero-wrapper .other-items .coin-big {
  width: 4.6rem;
  height: 4.6rem;
}
@media screen and (max-width: 768px) {
  section.hero .hero-wrapper .other-items .coin-big {
    width: 100%;
    height: auto;
    order: -1;
    margin-top: 0.2rem;
  }
}
section.hero .hero-wrapper .other-items .coin-big img {
  width: 100%;
  height: 100%;
}
section.hero .packaging-sizes-track {
  display: flex;
  white-space: nowrap;
  align-items: center;
  transform: rotate(-3deg);
  position: relative;
  margin-top: -0.3rem;
}
@media screen and (max-width: 768px) {
  section.hero .packaging-sizes-track {
    margin-top: 0.3rem;
  }
}
section.hero .packaging-sizes-track::before {
  content: "";
  position: absolute;
  height: 0.03rem;
  width: 100%;
  left: 0;
  display: block;
  width: calc(100% + 0.06rem);
  height: calc(100% + 0.06rem);
  z-index: 0;
  top: -0.03rem;
  background: linear-gradient(61.28deg, #B87931 7.98%, #FFE6B8 50.43%, #7F3F18 93.15%);
}
section.hero .packaging-sizes-track .packaging-sizes-track-wrap {
  display: flex;
  width: max-content;
  background: #372728;
}
section.hero .packaging-sizes-track .packaging-sizes-track-wrap .packaging-sizes-track-inner {
  display: flex;
  white-space: nowrap;
  gap: 0.18rem;
  width: max-content;
  padding-left: 0.18rem;
}
section.hero .packaging-sizes-track .packaging-sizes-track-wrap .packaging-sizes-track-inner .packaging-sizes-track-piece {
  position: relative;
  display: flex;
  align-items: center;
}
section.hero .packaging-sizes-track .packaging-sizes-track-wrap .packaging-sizes-track-inner .packaging-sizes-track-piece .single-item {
  display: flex;
  color: #FAF3E0;
  padding: 0.1rem 0;
  gap: 0.18rem;
  align-items: center;
}

section.intro-section {
  padding-bottom: 1.04rem;
  padding-top: 0.3rem;
}
section.intro-section .wrapper {
  max-width: 9.1rem;
  margin: auto;
  text-align: center;
}
section.intro-section .wrapper img.clover {
  margin-bottom: 0.56rem;
}
section.intro-section .wrapper .title {
  text-transform: uppercase;
  margin-bottom: 0.56rem;
}
section.intro-section .btn.btn-primary {
  margin: auto;
  margin-top: 0.32rem;
  text-align: start;
}

section.join-us-section {
  padding-top: 1.52rem;
  padding-bottom: 1.52rem;
  background: #372728;
  position: relative;
}
@media screen and (max-width: 768px) {
  section.join-us-section {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
section.join-us-section .coins-overlay {
  position: absolute;
  left: 0;
  top: 0.8rem;
  width: 10.24rem;
  height: auto;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  section.join-us-section .coins-overlay {
    display: none;
  }
}
section.join-us-section .wrapper {
  display: flex;
  gap: 0.22rem;
}
@media screen and (max-width: 768px) {
  section.join-us-section .wrapper {
    flex-wrap: wrap;
    padding-left: 0.14rem;
    padding-right: 0.14rem;
  }
}
section.join-us-section .wrapper .title-and-desc {
  max-width: 9.1rem;
  padding-left: 1.15rem;
  padding-right: 1.15rem;
  margin: auto;
}
@media screen and (max-width: 768px) {
  section.join-us-section .wrapper .title-and-desc {
    padding-left: 0;
    padding-right: 0;
  }
}
section.join-us-section .wrapper .title-and-desc .desc {
  color: #FAF3E0;
  margin-top: 0.4rem;
}
section.join-us-section .wrapper .join-us-cta {
  position: relative;
  height: 100%;
}
section.join-us-section .wrapper .join-us-cta .bg-wrap {
  background: #5B4540;
  padding: 0.56rem;
  border-radius: 0.8rem;
  position: relative;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.32rem;
  color: #FAF3E0;
}
section.join-us-section .wrapper .join-us-cta .bg-wrap img.coin-img {
  width: 2.6rem;
  height: auto;
}
section.join-us-section .wrapper .join-us-cta .bg-wrap .btn {
  text-align: start;
}
section.join-us-section .wrapper .join-us-cta::before {
  content: "";
  position: absolute;
  width: 100%;
  border-radius: 0.8rem;
  display: block;
  width: calc(100% + 0.06rem);
  height: calc(100% + 0.06rem);
  z-index: 0;
  top: -0.03rem;
  left: -0.03rem;
  background: linear-gradient(61.28deg, #B87931 7.98%, #FFE6B8 50.43%, #7F3F18 93.15%);
}

section.banner-section {
  padding-top: 0.03rem;
  padding-bottom: 0.03rem;
  overflow: hidden;
}
section.banner-section .packaging-sizes-track {
  display: flex;
  white-space: nowrap;
  align-items: center;
  position: relative;
}
section.banner-section .packaging-sizes-track::before {
  content: "";
  position: absolute;
  height: 0.03rem;
  width: 100%;
  left: 0;
  display: block;
  width: calc(100% + 0.06rem);
  height: calc(100% + 0.06rem);
  z-index: 0;
  top: -0.03rem;
  background: linear-gradient(61.28deg, #B87931 7.98%, #FFE6B8 50.43%, #7F3F18 93.15%);
}
section.banner-section .packaging-sizes-track .packaging-sizes-track-wrap {
  display: flex;
  width: max-content;
  background: #FAF3E0;
}
section.banner-section .packaging-sizes-track .packaging-sizes-track-wrap .packaging-sizes-track-inner {
  display: flex;
  white-space: nowrap;
  gap: 0.18rem;
  width: max-content;
  padding-left: 0.18rem;
}
section.banner-section .packaging-sizes-track .packaging-sizes-track-wrap .packaging-sizes-track-inner .packaging-sizes-track-piece {
  position: relative;
  display: flex;
  align-items: center;
}
section.banner-section .packaging-sizes-track .packaging-sizes-track-wrap .packaging-sizes-track-inner .packaging-sizes-track-piece .single-item {
  display: flex;
  color: #372728;
  padding: 0.1rem 0;
  gap: 0.18rem;
  align-items: center;
}

section.testimonials {
  padding: 1.52rem 0;
  background: #F0CDAB;
}
@media screen and (max-width: 768px) {
  section.testimonials {
    padding: 0.8rem 0;
  }
}
section.testimonials .title {
  color: #372728;
  text-align: center;
  margin-bottom: 0.56rem;
}
section.testimonials .info-rest {
  margin-top: 0.68rem;
  max-width: 9rem;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
section.testimonials .info-rest .btn {
  margin: auto;
  margin-top: 0.32rem;
  text-align: start;
}
section.testimonials .testimonials-wrapper {
  display: flex;
  gap: 0.22rem;
}
@media screen and (max-width: 768px) {
  section.testimonials .testimonials-wrapper {
    flex-wrap: wrap;
  }
}
section.testimonials .testimonials-wrapper .single-testimonial {
  position: relative;
  width: 4.44rem;
}
section.testimonials .testimonials-wrapper .single-testimonial .bg-wrap {
  background: #FAF3E0;
  padding: 0.4rem;
  border-radius: 0.4rem;
  position: relative;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.32rem;
  color: #372728;
  height: 100%;
}
section.testimonials .testimonials-wrapper .single-testimonial .bg-wrap img.coin-img {
  width: 0.56rem;
  height: 0.56rem;
}
section.testimonials .testimonials-wrapper .single-testimonial .bg-wrap .btn {
  text-align: start;
}
section.testimonials .testimonials-wrapper .single-testimonial::before {
  content: "";
  position: absolute;
  width: 100%;
  border-radius: 0.4rem;
  display: block;
  width: calc(100% + 0.06rem);
  height: calc(100% + 0.06rem);
  z-index: 0;
  top: -0.03rem;
  left: -0.03rem;
  background: linear-gradient(61.28deg, #B87931 7.98%, #FFE6B8 50.43%, #7F3F18 93.15%);
}

section.roadmap-section {
  padding: 1.52rem 0;
}
section.roadmap-section .title-wrap .title {
  color: #372728;
  text-align: center;
  margin-bottom: 1rem;
}
section.roadmap-section .title-wrap svg {
  position: absolute;
  left: 0;
  top: 0.2rem;
  width: 100%;
}
section.roadmap-section .roadmap-items {
  display: flex;
  gap: 0.52rem;
}
section.roadmap-section .roadmap-items .roadmap-card {
  max-width: 2.34rem;
  position: relative;
  height: 100%;
}
section.roadmap-section .roadmap-items .roadmap-card:nth-child(even) {
  margin-top: 1.66rem;
}
section.roadmap-section .roadmap-items .roadmap-card .number-wrapper .star-deco {
  width: 1.44rem;
  height: 1.44rem;
}
section.roadmap-section .roadmap-items .roadmap-card .number-wrapper .circle {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
section.roadmap-section .roadmap-items .roadmap-card .number-wrapper .circle .wrap {
  background: radial-gradient(70% 52.05% at 50% 76.7%, #956E2E 0%, #362627 100%);
  width: 0.56rem;
  height: 0.56rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}
section.roadmap-section .roadmap-items .roadmap-card .number-wrapper .circle .number {
  background: linear-gradient(94.14deg, #CFA252 3.65%, #FFF3DE 49.47%, #D7A850 94.38%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
section.roadmap-section .roadmap-items .roadmap-card .number-wrapper .circle::after {
  content: "";
  position: absolute;
  width: 100%;
  border-radius: 50%;
  display: block;
  width: calc(100% + 0.06rem);
  height: calc(100% + 0.06rem);
  z-index: 0;
  top: -0.03rem;
  left: -0.03rem;
  background: linear-gradient(61.28deg, #B87931 7.98%, #FFE6B8 50.43%, #7F3F18 93.15%);
}
section.roadmap-section .roadmap-items .roadmap-card .bg-wrap {
  background: #5B4540;
  padding: 0.4rem;
  border-radius: 0.4rem;
  position: relative;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #FAF3E0;
  height: 100%;
}
section.roadmap-section .roadmap-items .roadmap-card .bg-wrap img.coin-img {
  width: 0.56rem;
  height: 0.56rem;
}
section.roadmap-section .roadmap-items .roadmap-card .bg-wrap .btn {
  text-align: start;
}
section.roadmap-section .roadmap-items .roadmap-card .bg-wrap .testimonial-title {
  margin-bottom: 0.32rem;
}
section.roadmap-section .roadmap-items .roadmap-card::before {
  content: "";
  position: absolute;
  width: 100%;
  border-radius: 0.4rem;
  display: block;
  width: calc(100% + 0.06rem);
  height: calc(100% + 0.06rem);
  z-index: 0;
  top: -0.03rem;
  left: -0.03rem;
  background: linear-gradient(61.28deg, #B87931 7.98%, #FFE6B8 50.43%, #7F3F18 93.15%);
}
@media screen and (max-width: 768px) {
  section.roadmap-section {
    padding: 0.8rem 0;
  }
  section.roadmap-section .title-wrap .title {
    margin-bottom: 0.6rem;
  }
  section.roadmap-section .title-wrap svg {
    display: none;
  }
  section.roadmap-section .roadmap-items {
    flex-wrap: wrap;
    gap: 0.2rem;
  }
  section.roadmap-section .roadmap-items .roadmap-card {
    max-width: 100%;
  }
  section.roadmap-section .roadmap-items .roadmap-card:nth-child(even) {
    margin-top: 0;
  }
}

section.background-cta {
  padding-bottom: 0.72rem;
  padding-top: 2.39rem;
  min-height: 5.48rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  section.background-cta {
    padding-bottom: 0.4rem;
    padding-top: 4rem;
  }
}
section.background-cta img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: block;
  height: 100%;
  object-fit: cover;
}
section.background-cta .title {
  color: #FAF3E0;
  position: relative;
  max-width: 8.26rem;
  text-align: end;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  section.background-cta .title {
    max-width: 100%;
    text-align: start;
    margin-left: 0;
  }
}

section.token-statistics {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  background: #372728;
}
@media screen and (max-width: 768px) {
  section.token-statistics {
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
  }
}
section.token-statistics .container-custom {
  max-width: 10.67rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  section.token-statistics .container-custom {
    flex-wrap: wrap;
    padding: 0 0.14rem;
  }
}
section.token-statistics .container-custom .img-title {
  max-width: 4.9rem;
}
@media screen and (max-width: 768px) {
  section.token-statistics .container-custom .img-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
}
section.token-statistics .container-custom .img-title img {
  width: 2.6rem;
  height: 2.6rem;
  transform: rotate(15deg);
  margin: 0 auto;
  display: block;
  margin-top: -0.7rem;
}
@media screen and (max-width: 768px) {
  section.token-statistics .container-custom .img-title img {
    margin-top: 0.2rem;
    margin-bottom: 0.3rem;
  }
}
section.token-statistics .container-custom .statistics-wrapper {
  width: 4.44rem;
  color: #FAF3E0;
}
section.token-statistics .container-custom .statistics-wrapper .stat {
  display: flex;
  justify-content: space-between;
  padding-bottom: 0.08rem;
  padding-top: 0.08rem;
  border-bottom: 1px solid #F0CDAB;
}
section.token-statistics .container-custom .statistics-wrapper .stat.last {
  border-bottom: none;
}
section.token-statistics .container-custom .statistics-wrapper .stat .multiple-stats {
  display: flex;
  flex-direction: column;
  gap: 0.08rem;
}
section.token-statistics .container-custom .statistics-wrapper .stat .info {
  text-align: end;
}
section.token-statistics .container-custom .statistics-wrapper .stat .info span {
  margin-left: 0.16rem;
}
section.token-statistics .container-custom .statistics-wrapper .token-info {
  padding-top: 0.47rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (max-width: 768px) {
  section.token-statistics .container-custom .statistics-wrapper .token-info {
    flex-wrap: wrap;
  }
}
section.token-statistics .container-custom .statistics-wrapper .token-info .btn {
  height: fit-content;
}
@media screen and (max-width: 768px) {
  section.token-statistics .container-custom .statistics-wrapper .token-info .btn {
    margin-top: 0.2rem;
  }
}

section.list-section {
  padding-top: 1.5rem;
  padding-bottom: 1.76rem;
}
@media screen and (max-width: 768px) {
  section.list-section {
    padding-top: 0.8rem;
    padding-bottom: 1rem;
  }
}
section.list-section .container-custom {
  max-width: 9.42rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  section.list-section .container-custom {
    padding: 0 0.14rem;
  }
}
section.list-section .container-custom .title {
  color: #372728;
  margin-bottom: 0.62rem;
  text-align: center;
}
section.list-section .container-custom .desc {
  text-align: center;
}
section.list-section .container-custom .list-items {
  margin-top: 1.04rem;
}
@media screen and (max-width: 768px) {
  section.list-section .container-custom .list-items {
    margin-top: 0.4rem;
  }
}
section.list-section .container-custom .list-items ul li {
  display: flex;
  align-items: center;
  gap: 0.32rem;
  padding: 0.24rem 0;
  border-bottom: 1px solid #5B4540;
}
section.list-section .container-custom .list-items ul li a {
  color: #372728;
}
@media screen and (max-width: 768px) {
  section.list-section .container-custom .list-items ul li {
    gap: 0.2rem;
    align-items: flex-start;
  }
}
section.list-section .container-custom .list-items ul li .number-wrapper {
  flex-shrink: 0;
}
section.list-section .container-custom .list-items ul li .number-wrapper .star-deco {
  width: 1.06rem;
  height: 1.06rem;
}
@media screen and (max-width: 768px) {
  section.list-section .container-custom .list-items ul li .number-wrapper .star-deco {
    width: 0.4rem;
    height: 0.4rem;
  }
}
section.list-section .container-custom .list-items ul li .number-wrapper .circle {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
section.list-section .container-custom .list-items ul li .number-wrapper .circle .wrap {
  background: radial-gradient(70% 52.05% at 50% 76.7%, #956E2E 0%, #362627 100%);
  width: 0.56rem;
  height: 0.56rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  section.list-section .container-custom .list-items ul li .number-wrapper .circle .wrap {
    width: 0.4rem;
    height: 0.4rem;
  }
  section.list-section .container-custom .list-items ul li .number-wrapper .circle .wrap .number {
    font-size: 0.3rem;
  }
}
section.list-section .container-custom .list-items ul li .number-wrapper .circle .number {
  background: linear-gradient(94.14deg, #CFA252 3.65%, #FFF3DE 49.47%, #D7A850 94.38%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
section.list-section .container-custom .list-items ul li .number-wrapper .circle::after {
  content: "";
  position: absolute;
  width: 100%;
  border-radius: 50%;
  display: block;
  width: calc(100% + 0.06rem);
  height: calc(100% + 0.06rem);
  z-index: 0;
  top: -0.03rem;
  left: -0.03rem;
  background: linear-gradient(61.28deg, #B87931 7.98%, #FFE6B8 50.43%, #7F3F18 93.15%);
}
section.list-section .container-custom .list-items ul li .icon {
  width: 1.3rem;
  height: 1.3rem;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  section.list-section .container-custom .list-items ul li .icon {
    display: none;
  }
}
section.list-section .container-custom .list-items ul li .icon img {
  width: 100%;
  height: 100%;
}
section.list-section .container-custom .list-items ul li .list-item-title {
  margin-bottom: 0.16rem;
}
@media screen and (max-width: 768px) {
  section.list-section .container-custom .list-items ul li .list-item-title {
    margin-top: 0.12rem;
  }
}
section.list-section .packaging-sizes-track {
  display: flex;
  white-space: nowrap;
  align-items: center;
  transform: rotate(-3deg);
  position: relative;
  margin-top: 0.5rem;
}
@media screen and (max-width: 768px) {
  section.list-section .packaging-sizes-track {
    margin-top: 0.3rem;
  }
}
section.list-section .packaging-sizes-track::before {
  content: "";
  position: absolute;
  height: 0.03rem;
  width: 100%;
  left: 0;
  display: block;
  width: calc(100% + 0.06rem);
  height: calc(100% + 0.06rem);
  z-index: 0;
  top: -0.03rem;
  background: linear-gradient(61.28deg, #B87931 7.98%, #FFE6B8 50.43%, #7F3F18 93.15%);
}
section.list-section .packaging-sizes-track .packaging-sizes-track-wrap {
  display: flex;
  width: max-content;
  background: #372728;
}
section.list-section .packaging-sizes-track .packaging-sizes-track-wrap .packaging-sizes-track-inner {
  display: flex;
  white-space: nowrap;
  gap: 0.18rem;
  width: max-content;
  padding-left: 0.18rem;
}
section.list-section .packaging-sizes-track .packaging-sizes-track-wrap .packaging-sizes-track-inner .packaging-sizes-track-piece {
  position: relative;
  display: flex;
  align-items: center;
}
section.list-section .packaging-sizes-track .packaging-sizes-track-wrap .packaging-sizes-track-inner .packaging-sizes-track-piece .single-item {
  display: flex;
  color: #FAF3E0;
  padding: 0.1rem 0;
  gap: 0.18rem;
  align-items: center;
}

#copyButton {
  cursor: pointer;
}

#cryptoAddress {
  word-break: break-all;
}

.countdown {
  width: 2rem;
  display: inline-block;
  text-align: center;
  color: #f5e893;
}

.socials-mobile {
  display: flex;
  gap: 0.16rem;
  align-items: center;
  justify-content: space-around;
  margin-bottom: 0.22rem;
  border-bottom: 1px solid #5B4540;
  padding-bottom: 0.22rem;
}
@media screen and (min-width: 769px) {
  .socials-mobile {
    display: none;
  }
}
.socials-mobile .single-social {
  display: block;
  width: 0.32rem;
  height: 0.32rem;
}
.socials-mobile .single-social svg {
  width: 100%;
  height: 100%;
}
