body {
  font-family: 'Open Sans', sans-serif;
  color: #151515;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 48px;
  line-height: 60px;
  font-weight: 600;
  text-align: center;
}

.hero-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  padding-right: 35px;
  padding-left: 35px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 100;
  padding: 15px 35px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 0.75px none #ebaeb4;
  background-color: #fff;
}

.nav-link {
  margin-right: 32px;
  margin-left: 32px;
  padding: 0px 2px;
  opacity: 0.5;
  color: #151515;
  font-size: 14px;
  line-height: 26px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-decoration: none;
  text-transform: uppercase;
}

.nav-link:hover {
  opacity: 1;
}

.nav-link.w--current {
  opacity: 1;
  color: #151515;
}

.mycontainer {
  width: 100%;
  max-width: 1260px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.main-cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 49px;
  margin-left: 32px;
  padding: 13px 31px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 3px;
  background-color: #eb394b;
  color: #fff;
  text-decoration: none;
}

.main-cta:hover {
  color: #151515;
}

.cta-text {
  margin-left: 14px;
  font-size: 14px;
  line-height: 26px;
  font-weight: 700;
}

.bold-text {
  margin-left: 12px;
  color: #eb394b;
  font-size: 12px;
  line-height: 24px;
  font-weight: 700;
  text-transform: uppercase;
}

.hero-bold-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-text {
  margin-top: 20px;
  margin-bottom: 12px;
  font-size: 72px;
  line-height: 88px;
  font-weight: 600;
}

.hero-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.hero-red {
  color: #eb394b;
}

.hero-cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 49px;
  padding: 13px 31px;
  border-radius: 3px;
  background-color: #eb394b;
  color: #fff;
  text-decoration: none;
}

.hero-cta:hover {
  color: #151515;
}

.hero-cta.left {
  margin-top: 60px;
}

.cta-text {
  text-transform: uppercase;
}

.secondary-cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 49px;
  margin-left: 16px;
  padding-right: 31px;
  padding-left: 31px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: #eb394b;
  border-radius: 3px;
  color: #eb394b;
  font-size: 14px;
  line-height: 26px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

.cta-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.small-icon {
  width: 16px;
  height: 16px;
}

.hero-paragraph {
  margin-bottom: 30px;
  font-size: 14px;
  line-height: 24px;
}

.metrics-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 115px;
}

.metric-line {
  width: 1px;
  height: 73px;
  margin-right: 35px;
  margin-left: 35px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ebaeb4), to(#e0e0e0));
  background-image: linear-gradient(180deg, #ebaeb4, #e0e0e0);
}

.metric-text {
  font-size: 34px;
  line-height: 42px;
}

.scroll-wrapper {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 2%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.scroll-icon {
  margin-top: 15px;
}

.scroll-text {
  font-size: 14px;
  line-height: 26px;
  font-weight: 600;
  text-transform: uppercase;
}

.partners-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-left {
  width: 45%;
}

.logo-wrapper {
  overflow: hidden;
  width: 100%;
  margin-top: 60px;
  padding: 35px 45px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  justify-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 4px 24px 10px hsla(0, 0%, 80%, 0.15);
}

.partner-logo {
  height: 40px;
}

.partners-section {
  padding: 125px 35px 65px;
}

.tomatoes {
  margin-right: 20px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.features-section {
  padding: 125px 35px;
}

.feature-dex-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.features-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.feature-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  padding: 35px 55px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.feature-block.center {
  margin-right: 38px;
  margin-left: 38px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 4px;
  box-shadow: 0 6px 24px 10px hsla(0, 0%, 72.5%, 0.15);
}

.feature-title {
  margin-top: 25px;
  margin-bottom: 25px;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
}

.feature-title.right {
  margin-bottom: 3px;
}

.apples {
  position: absolute;
  left: 0%;
  top: -150px;
  right: auto;
  bottom: auto;
  margin-left: 55px;
}

.dex-section {
  position: relative;
  padding: 125px 35px;
}

.left-dex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.token-bowl {
  position: absolute;
  top: 135px;
  right: 0px;
  z-index: -1;
  width: 50%;
}

.dex-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.dex-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.dex-text-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.dex-title {
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
}

.dex-icon {
  margin-top: 8px;
}

.first-mover-section {
  padding: 125px 35px;
}

.first-mover-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.left-heading {
  text-align: left;
}

.fist-mover-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.first-mover-paragraph {
  margin-top: 40px;
}

.contact-section {
  padding: 125px 35px;
}

.social-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 85px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.social-block {
  text-align: center;
}

.social-block.center {
  margin-right: 150px;
  margin-left: 150px;
}

.social-circle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 106px;
  height: 106px;
  padding-right: 21px;
  padding-left: 21px;
  border-radius: 500px;
  background-color: hsla(0, 0%, 80%, 0.15);
  box-shadow: none;
}

.social-circle.right {
  padding-right: 25px;
}

.social-text {
  margin-top: 35px;
  font-weight: 600;
  text-transform: uppercase;
}

.footer-section {
  padding-right: 35px;
  padding-left: 35px;
  border-top: 1px solid #eb394b;
}

.footer-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 88px;
  margin-bottom: 67px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-text {
  margin-right: 20px;
  margin-left: 20px;
  color: #151515;
  line-height: 20px;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
}

.footer-circle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 37px;
  height: 37px;
  padding-right: 7px;
  padding-left: 7px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 0.2px;
  border-color: #151515;
  border-radius: 500px;
  background-color: hsla(0, 0%, 80%, 0.15);
  box-shadow: none;
}

.footer-circle.center {
  margin-right: 30px;
  margin-left: 30px;
  background-color: hsla(0, 0%, 80%, 0.15);
  box-shadow: none;
}

.footer-circle.right {
  padding-right: 8px;
  background-color: hsla(0, 0%, 80%, 0.15);
}

.footer-text-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.footer-social-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.copyright {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 14px;
  padding-bottom: 14px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #eb394b;
}

.copyright-text {
  color: #fff;
  font-size: 12px;
  line-height: 24px;
  font-weight: 600;
}

.logo-linkblock {
  color: #151515;
}

.sun-linkblock {
  margin-right: 32px;
  margin-left: 32px;
  opacity: 0.5;
}

.sun-linkblock:hover {
  opacity: 1;
}

.sun-linkblock.menu {
  display: none;
}

.full-brand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #151515;
}

.brand-lenght {
  display: none;
}

.navbar-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-tablet {
  display: none;
}

.wagyu-logo {
  display: none;
}

.menu-linkblock {
  display: none;
}

.mobile-menu-wrapper {
  display: none;
}

.white-sun {
  display: none;
}

.marquee {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.marquee-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300%;
}

.marquee-link {
  margin-right: 50px;
}

.hero-mobile {
  display: none;
}

.popup-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 45px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 6px 24px 10px hsla(0, 0%, 72.5%, 0.15);
  color: #151515;
}

.popup-picture {
  width: 600px;
  border-radius: 3px;
}

.popup {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 150;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: hsla(0, 0%, 100%, 0.5);
}

.close-popup {
  position: absolute;
  left: 47%;
  top: -20px;
  right: auto;
  bottom: auto;
  padding: 8px 10px 10px 12px;
  border-radius: 100px;
  background-color: #eb394b;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.close-popup:hover {
  color: #151515;
}

.popup-text-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 600px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.popup-text {
  font-size: 38px;
  line-height: 50px;
}

.network-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 30px;
  border-radius: 3px;
  background-color: #eb394b;
  color: #fff;
  text-decoration: none;
}

.network-wrapper:hover {
  color: #151515;
}

.network-logo {
  width: 100px;
}

.popup-link-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 10px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.popup-linktext {
  font-weight: 700;
}

.popup-close {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  font-size: 40px;
  font-weight: 600;
}

.paragraph {
  text-align: center;
}

.text-link {
  margin-top: 10px;
  color: #eb394b;
  line-height: 22px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

@media screen and (max-width: 991px) {
  body {
    font-size: 14px;
    line-height: 26px;
  }

  .hero-section {
    height: auto;
    padding-top: 120px;
    padding-right: 80px;
    padding-left: 80px;
  }

  .navbar {
    z-index: 100;
    padding: 15px 25px;
    border-bottom-style: none;
  }

  .nav-link {
    margin-left: 0px;
  }

  .mycontainer {
    max-width: 760px;
  }

  .nav-menu {
    display: none;
    padding: 24px;
    background-color: #fff;
  }

  .main-cta {
    margin-left: 0px;
  }

  .hero-text {
    margin-top: 30px;
    margin-bottom: 15px;
  }

  .hero-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .hero-paragraph {
    margin-bottom: 25px;
  }

  .hero-image {
    display: none;
  }

  .metrics-wrapper {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .metric-description {
    margin-top: 6px;
    font-size: 12px;
    line-height: 18px;
  }

  .scroll-wrapper {
    position: static;
    margin-top: 25px;
  }

  .hero-left {
    width: 100%;
  }

  .logo-wrapper {
    margin-top: 50px;
    padding: 25px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-row-gap: 25px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .partners-section {
    padding-top: 115px;
    padding-right: 80px;
    padding-left: 80px;
  }

  .tomatoes {
    max-width: 15%;
  }

  .features-section {
    padding: 20px 70px 0px;
  }

  .features-wrapper {
    margin-top: 80px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .feature-block {
    width: 65%;
    margin-bottom: 50px;
    box-shadow: none;
  }

  .feature-block.center {
    margin-right: 0px;
    margin-left: 0px;
  }

  .apples {
    left: 120px;
    top: -100px;
    max-width: 10%;
    margin-left: 0px;
  }

  .dex-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 90px;
    padding-bottom: 100px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .left-dex {
    width: 100%;
    padding-right: 125px;
    padding-left: 125px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .token-bowl {
    position: relative;
    left: auto;
    top: auto;
    right: 0px;
    max-width: 65%;
    margin-top: 60px;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    opacity: 0.8;
  }

  .dex-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .dex-title {
    margin-bottom: 10px;
  }

  .first-mover-section {
    padding: 90px 100px 100px;
  }

  .first-mover-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .fist-mover-right {
    max-width: 100%;
  }

  .first-mover-paragraph {
    margin-top: 30px;
  }

  .token-ramen {
    max-width: 80%;
    margin-top: 50px;
    margin-left: 100px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .contact-section {
    padding-top: 60px;
  }

  .social-wrapper {
    max-width: 530px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .social-block.center {
    margin-right: 0px;
    margin-left: 0px;
  }

  .footer-wrapper {
    margin-top: 30px;
    margin-bottom: 30px;
    padding-right: 100px;
    padding-left: 100px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer-text {
    margin-left: 0px;
    font-size: 16px;
    line-height: 16px;
  }

  .footer-logo {
    display: none;
  }

  .footer-text-wrapper {
    display: -ms-grid;
    display: grid;
    max-width: 35%;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .copyright {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .logo-linkblock {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .sun-linkblock {
    display: none;
    margin-left: 0px;
  }

  .sun-linkblock.menu {
    display: block;
    margin-right: 0px;
    margin-left: 0px;
  }

  .full-brand {
    display: none;
  }

  .brand-lenght {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .navbar-wrapper {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .hero-tablet {
    display: block;
  }

  .wagyu-logo {
    display: inline-block;
  }

  .brand-linkblock {
    color: #151515;
  }

  .menu-linkblock {
    display: block;
    padding-right: 5px;
    padding-left: 5px;
  }

  .mobile-menu-wrapper {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 200;
    display: none;
    width: 285px;
    padding: 23px 33px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #fff;
    -webkit-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
  }

  .close-icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 20px;
    height: 20px;
    margin: 5px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
  }

  .menu-top {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .mobile-logo {
    height: 18px;
  }

  .mobile-title {
    margin-bottom: 24px;
    text-transform: uppercase;
  }

  .mobile-selection {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 13px;
    margin-left: -33px;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 33px;
    -webkit-transition: background-color 200ms ease;
    transition: background-color 200ms ease;
    color: #151515;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
  }

  .mobile-selection:hover {
    border-right: 2px solid #eb394b;
    background-color: #ffebed;
  }

  .mobile-menu-icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 27px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .mobile-menu-icon.white {
    display: none;
  }

  .mobile-link-wrapper {
    margin-top: 20px;
    margin-bottom: 40px;
  }

  .mobile-social-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .mobile-social-linkblock {
    padding: 7px;
    border: 1px solid #000;
    border-radius: 100px;
  }

  .mobile-social-icon {
    width: 26px;
    height: 26px;
  }

  .close-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 40px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .wagyu-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 60px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    color: #151515;
    text-decoration: none;
  }

  .mobile-red-line {
    height: 0.75px;
    margin-right: -33px;
    margin-left: -33px;
    padding-right: 0px;
    padding-bottom: 0px;
    background-color: #ebaeb4;
  }

  .hamburger-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 5px;
    padding-bottom: 5px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #6b2f2f;
  }

  .sun-icon-white {
    display: none;
  }

  .white-mobile-logo {
    display: none;
    height: 18px;
  }

  .wagyuprice {
    margin-left: 10px;
    font-size: 18px;
    font-weight: 700;
  }

  .marquee {
    width: auto;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .marquee-wrapper {
    width: 500%;
  }

  .marquee-link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .link-block {
    color: #151515;
  }

  .popup-wrapper {
    width: 550px;
    padding: 25px;
  }

  .close-popup {
    padding: 6px 10px;
  }

  .popup-text {
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 32px;
    line-height: 40px;
  }

  .network-wrapper {
    padding: 10px 15px;
  }

  .network-logo {
    width: 80px;
  }

  .popup-link-wrapper {
    margin-top: 0px;
  }

  .popup-linktext {
    margin-right: 10px;
  }

  .popup-close {
    font-size: 32px;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 34px;
    line-height: 46px;
  }

  .hero-section {
    padding-top: 80px;
    padding-right: 25px;
    padding-left: 25px;
  }

  .cta-text {
    margin-left: 10px;
    font-size: 12px;
    line-height: 24px;
  }

  .hero-text {
    margin-top: 15px;
    font-size: 48px;
    line-height: 60px;
  }

  .hero-cta {
    padding: 14px 16px;
  }

  .secondary-cta {
    padding-right: 16px;
    padding-left: 16px;
  }

  .small-icon {
    width: 13px;
    height: 13px;
  }

  .cta-red {
    font-size: 12px;
    line-height: 24px;
  }

  .metrics-wrapper {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .scroll-wrapper {
    display: none;
    margin-top: 30px;
  }

  .logo-wrapper {
    margin-top: 20px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .partners-section {
    padding: 35px 25px;
  }

  .features-section {
    padding-top: 0px;
    padding-right: 80px;
    padding-left: 80px;
  }

  .features-wrapper {
    margin-top: 35px;
  }

  .feature-block {
    width: auto;
    height: auto;
    padding: 30px;
  }

  .feature-title {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .feature-icon {
    max-width: 10%;
  }

  .apples {
    left: 0px;
    top: -50px;
  }

  .dex-section {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .left-dex {
    padding-right: 85px;
    padding-left: 85px;
  }

  .token-bowl {
    max-width: 70%;
  }

  .first-mover-section {
    padding: 45px 85px;
  }

  .contact-section {
    padding-top: 30px;
    padding-bottom: 50px;
  }

  .social-wrapper {
    max-width: 300px;
    margin-top: 39px;
  }

  .social-circle {
    width: 50px;
    height: 50px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .social-circle.right {
    padding-right: 12px;
  }

  .social-text {
    margin-top: 15px;
    font-size: 10px;
    line-height: 24px;
  }

  .footer-wrapper {
    padding-right: 25px;
    padding-left: 25px;
  }

  .footer-text {
    font-size: 12px;
    line-height: 16px;
  }

  .wagyuprice {
    font-size: 16px;
  }

  .marquee-wrapper {
    width: 800%;
  }

  .popup-wrapper {
    width: 450px;
  }

  .close-popup {
    padding-top: 4px;
    padding-right: 8px;
  }

  .network-wrapper {
    padding-right: 12px;
  }

  .network-logo {
    width: 60px;
  }

  .popup-linktext {
    margin-right: 8px;
    font-size: 12px;
    line-height: 20px;
  }

  .popup-close {
    font-size: 28px;
  }

  .no-scroll {
    overflow: hidden;
  }
}

@media screen and (max-width: 479px) {
  .hero-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 80px;
    padding-right: 0px;
    padding-left: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .navbar {
    padding: 10px 15px;
  }

  .bold-text {
    font-size: 10px;
  }

  .hero-bold-block {
    margin-bottom: 10px;
  }

  .hero-text {
    margin-top: 0px;
  }

  .hero-paragraph {
    margin-bottom: 20px;
  }

  .metrics-wrapper {
    display: none;
  }

  .metric-line {
    height: 65px;
    margin-right: 14px;
    margin-left: 14px;
  }

  .metric-text {
    font-size: 26px;
    line-height: 30px;
  }

  .metric-description {
    font-size: 10px;
    line-height: 14px;
  }

  .scroll-wrapper {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 15px;
  }

  .scroll-icon {
    margin-top: 5px;
  }

  .scroll-text {
    font-size: 12px;
    line-height: 24px;
  }

  .hero-left {
    padding-right: 15px;
  }

  .logo-wrapper {
    width: 100%;
    padding-right: 35px;
    padding-left: 35px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto;
  }

  .partners-section {
    padding-right: 15px;
    padding-left: 15px;
  }

  .tomatoes {
    max-width: 20%;
  }

  .features-section {
    padding-right: 15px;
    padding-left: 15px;
  }

  .features-wrapper {
    margin-top: 25px;
  }

  .feature-block {
    margin-bottom: 25px;
    padding: 25px;
  }

  .feature-title {
    font-size: 16px;
    line-height: 20px;
  }

  .apples {
    top: -60px;
    max-width: 15%;
  }

  .dex-section {
    padding-right: 15px;
    padding-left: 15px;
  }

  .left-dex {
    padding-right: 0px;
    padding-left: 0px;
  }

  .token-bowl {
    left: 15px;
    width: 100%;
    max-width: none;
    margin-top: 35px;
  }

  .dex-block {
    margin-top: 20px;
  }

  .first-mover-section {
    padding: 40px 15px 25px;
  }

  .first-mover-paragraph {
    margin-top: 20px;
  }

  .token-ramen {
    max-width: 90%;
    margin-left: 0px;
  }

  .contact-section {
    padding: 20px 15px 40px;
  }

  .social-wrapper {
    max-width: 250px;
    margin-top: 30px;
  }

  .footer-section {
    padding-right: 15px;
    padding-left: 15px;
  }

  .footer-wrapper {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .footer-text {
    margin-right: 0px;
  }

  .footer-circle {
    width: 25px;
    height: 25px;
    padding-right: 4px;
    padding-left: 4px;
  }

  .footer-circle.center {
    margin-right: 20px;
    margin-left: 20px;
  }

  .footer-circle.right {
    padding-right: 5px;
  }

  .footer-text-wrapper {
    max-width: 100%;
  }

  .copyright-text {
    font-size: 10px;
    line-height: 22px;
  }

  .sun-linkblock.menu {
    width: 18px;
  }

  .brand-lenght {
    width: 146px;
  }

  .navbar-wrapper {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .hero-tablet {
    display: none;
  }

  .wagyu-logo {
    width: 16px;
  }

  .hamburger-menu {
    width: 16px;
  }

  .marquee-wrapper {
    width: 1500%;
  }

  .hero-mobile {
    display: block;
    margin-top: 25px;
  }

  .popup-wrapper {
    width: auto;
    height: auto;
    padding: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .popup-picture {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .popup {
    padding-right: 25px;
    padding-left: 25px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .close-popup {
    padding: 2px 6px 2px 7px;
  }

  .popup-text {
    font-size: 28px;
    line-height: 34px;
  }

  .popup-link-wrapper {
    height: 90px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .paragraph {
    font-size: 12px;
    line-height: 20px;
  }
}

