:root {
  --night-life: #020503;
  --blank: #eee;
  --jam: #ff0057;
  --light: #928787;
  --dusk-jam: #3e0f89;
  --spotify: #1ed760;
  --blue-riff: #1d12b6;
  --transparent: #0000;
  --night-jam: #28053a;
  --smoke: #303030;
  --chord: #181818;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  background-color: var(--night-life);
  color: var(--blank);
  font-family: IBM Plex Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
}

h1 {
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: roc-grotesk-wide, sans-serif;
  font-size: 3rem;
  font-weight: 500;
  line-height: 110%;
}

h2 {
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: roc-grotesk-wide, sans-serif;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 110%;
}

h3 {
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: roc-grotesk-wide, sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 120%;
}

h4 {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: roc-grotesk-wide, sans-serif;
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 120%;
}

h5 {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: roc-grotesk-wide, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
}

h6 {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: roc-grotesk-wide, sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 120%;
}

p {
  margin-bottom: 10px;
  font-size: 1rem;
  font-weight: 300;
  line-height: 140%;
}

a {
  color: var(--blank);
  text-decoration: underline;
}

.cta-primary {
  border: 2px solid var(--jam);
  background-color: var(--jam);
  color: var(--blank);
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  padding: 16px 28px 12px;
  font-family: roc-grotesk, sans-serif;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.cta-primary.form-submit {
  align-self: stretch;
}

.nav-bar {
  z-index: 10;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-cta-con {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex: none;
  justify-content: flex-end;
  align-self: center;
  align-items: center;
  display: flex;
}

.hero {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  min-height: 100svh;
}

.container {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.hero-footer {
  z-index: 2;
  justify-content: space-between;
  align-items: flex-end;
  padding: 25px 20px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.hero-apps {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  width: auto;
  display: flex;
}

.text-centre {
  text-align: center;
  font-weight: 500;
}

.container-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.cta-icon-secondary {
  aspect-ratio: 1;
  background-color: #3e0f89bf;
  border-radius: 200px;
  justify-content: center;
  align-self: center;
  align-items: center;
  min-width: 50px;
  height: 100%;
  padding: 12px;
  display: flex;
}

.cta-icon-secondary:hover {
  opacity: .8;
}

.heading {
  font-family: IBM Plex Sans, sans-serif;
  font-weight: 400;
}

.text-centre-copy {
  text-align: center;
  font-family: roc-grotesk-wide, sans-serif;
  position: static;
}

.text-light {
  font-family: roc-grotesk-wide, sans-serif;
  font-weight: 300;
  display: block;
}

.section-100h {
  justify-content: center;
  align-items: center;
  min-height: 100svh;
  display: flex;
}

.hero-app-cta {
  max-width: none;
  height: 45px;
}

.body {
  background-color: var(--night-life);
  font-family: IBM Plex Sans, sans-serif;
  font-size: 16px;
  line-height: 115%;
}

.nav-bar-con {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: none;
  padding: 20px;
  display: flex;
}

.cta-token {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: var(--blank);
  flex-flow: row;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  font-family: roc-grotesk, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 115%;
  text-decoration: none;
  display: flex;
}

.paragraph {
  text-align: right;
  align-self: center;
}

.cta-token-desc {
  text-align: center;
  max-width: 290px;
  margin-bottom: 0;
  padding-top: 4px;
}

.social-con {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image {
  position: static;
}

.cta-hedera {
  float: right;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: var(--blank);
  flex-flow: column;
  flex: 1;
  justify-content: flex-end;
  align-items: flex-start;
  width: 180px;
  text-decoration: none;
  display: flex;
}

.cta-hedera.cta-herdera-img {
  width: auto;
  max-width: none;
  max-height: 50px;
}

.con {
  width: 100%;
  max-width: 1400px;
  padding-left: 30px;
  padding-right: 30px;
  overflow: visible;
}

.con.advert {
  z-index: 30;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 1000px;
  display: flex;
  position: relative;
}

.con.form-con {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 500px;
  display: flex;
}

.left {
  width: 50%;
}

.right {
  float: right;
  width: 50%;
}

.hero-con {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  opacity: 1;
  background-image: url('../images/bg-grad.png'), linear-gradient(0deg, #0000, #0000 38% 65%, #000);
  background-position: 0 100%, 0 0;
  background-repeat: repeat-x, repeat;
  background-size: auto 300px, auto;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100svh;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.footer {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.footer.section {
  background-image: linear-gradient(#18181880, #18181880), url('../images/Mask-group.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  padding-top: 100px;
  padding-bottom: 50px;
}

.footer-con {
  color: var(--light);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1000px;
  display: flex;
  position: relative;
}

.heading-2 {
  font-family: roc-grotesk, sans-serif;
}

.footer-legal {
  font-size: .9rem;
  display: inline-block;
}

.footer-legal.copyright {
  color: var(--light);
  flex: 1;
  margin-top: 10px;
  padding-right: 20px;
  font-size: .9rem;
}

.heading-3 {
  flex: 1;
}

.social-banner {
  padding-top: 50px;
  padding-bottom: 50px;
}

.footer-link {
  padding-right: 20px;
  line-height: 150%;
  text-decoration: underline;
  display: inline-block;
}

.footer-logo {
  float: right;
  flex: none;
  max-height: 40px;
}

.columns {
  flex: 1;
}

.footer-cols {
  flex: 1;
  align-self: stretch;
  padding-bottom: 50px;
  display: none;
}

.footer-logo-con {
  float: left;
}

.social-banner-header {
  flex: 1;
}

.social-banner-con {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex: 1;
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  width: 100%;
  max-width: 1000px;
  display: flex;
  position: relative;
}

.social-banner-con.con {
  max-width: 1400px;
}

.text-caps {
  text-transform: uppercase;
  line-height: 130%;
}

.text-caps.text-centre {
  font-weight: 400;
}

.heading-4 {
  font-weight: 600;
}

.heading-5 {
  font-weight: 700;
}

.heading-6 {
  font-weight: 600;
}

.heading-7, .heading-8 {
  font-family: roc-grotesk-wide, sans-serif;
  font-weight: 600;
}

.paragraph-2 {
  font-weight: 400;
}

.body-dark {
  background-image: url('../images/bg-2.jpg');
  background-position: 50% 0;
  background-repeat: repeat-y;
  background-size: 100%;
  background-attachment: scroll;
  max-width: 100vw;
  font-family: roc-grotesk, sans-serif;
  font-weight: 300;
}

.text-span {
  font-weight: 500;
}

.heading-9 {
  margin-top: 0;
  margin-bottom: 0;
}

.hero-header {
  z-index: 1;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: center;
  text-shadow: 10px 0 30px #ff0e6aed;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 1510px;
  line-height: 130%;
  display: flex;
  position: relative;
}

.subheader {
  font-family: roc-grotesk-wide, sans-serif;
  font-weight: 400;
  display: block;
}

.heading-10 {
  font-weight: 700;
}

.text-play {
  text-shadow: -5px 0 10px var(--jam);
  flex: none;
  font-size: 2.3rem;
}

.text-play.text-centre.text-caps {
  margin-top: 10px;
  margin-bottom: 20px;
}

.text-play.text-centre.text-caps.powered-by-header {
  margin-bottom: 0;
  font-size: 4rem;
}

.text-play.partners-title {
  padding-left: 20px;
}

.text-play-subheader-1 {
  margin-left: -30px;
  font-family: roc-grotesk-wide, sans-serif;
  font-weight: 300;
  display: block;
}

.text-play-para {
  max-width: 700px;
  margin-bottom: 25px;
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 140%;
}

.text-play-para.advert {
  max-width: 400px;
}

.text-play-para.market-compare-desc {
  max-width: 500px;
}

.paragraph-3 {
  font-family: roc-grotesk-wide, sans-serif;
  font-weight: 300;
}

.paragraph-3-copy {
  font-family: roc-grotesk-wide, sans-serif;
  font-weight: 500;
}

.news-card {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--blank);
  cursor: pointer;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-bottom: 50px;
  text-decoration: none;
  display: flex;
}

.news-card:hover {
  opacity: .8;
}

.news-card-image {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  width: 100%;
}

.news-card-logo {
  flex: 1;
  align-self: flex-start;
  max-width: 230px;
  min-height: 50px;
  max-height: 55px;
}

.news-card-intro {
  height: 75px;
  margin-bottom: 30px;
}

.news-card-intro.ellipsis {
  white-space: normal;
  word-break: break-all;
  width: 100%;
  height: 70px;
  overflow: hidden;
}

.news-card-header {
  color: var(--blank);
  text-transform: none;
  min-height: 180px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 30px;
  font-family: roc-grotesk-wide, sans-serif;
  font-size: 1.4rem;
  font-weight: 300;
}

.news-card-header.ellipsis {
  white-space: pre-wrap;
  word-break: normal;
  height: 70px;
  font-size: 1.6rem;
  overflow: hidden;
}

.news-cards-con {
  grid-column-gap: 0px;
  grid-row-gap: 42px;
  flex-flow: column;
  align-content: flex-start;
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.app-cta-con {
  float: left;
}

.people-cards-con {
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row dense;
  place-content: flex-start center;
  place-items: flex-start stretch;
  width: 100%;
  margin-bottom: 25px;
  display: flex;
  position: relative;
}

.people-cards-con.people-our-team {
  padding-top: 50px;
}

.people-card-con {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  width: 20%;
  display: flex;
}

.people-card-image {
  aspect-ratio: 1;
  border-radius: 500px;
  width: 70px;
  max-width: none;
  height: 70px;
  max-height: none;
}

.people-card-text {
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-start;
  display: flex;
}

.poeple-card-social {
  aspect-ratio: 1;
  background-color: var(--blank);
  border-radius: 100px;
  height: 60px;
}

.people-card-social-cta {
  aspect-ratio: 1;
  border-radius: 200px;
  justify-content: center;
  align-self: center;
  align-items: center;
  height: 30px;
  padding: 5px;
  display: flex;
}

.people-card-socials {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  margin-top: -5px;
  margin-left: -5px;
  display: flex;
}

.view-more {
  flex-flow: column;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.view-more-toggle {
  background-color: var(--dusk-jam);
  color: var(--blank);
  border-style: none;
  border-radius: 100px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.view-more-toggle.w--open {
  order: 1;
  margin-top: 20px;
}

.view-more-content {
  height: 100%;
}

.view-more-content.w--open {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  background-color: #ddd0;
  flex-flow: column;
  place-content: flex-start space-between;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.section-header {
  padding-left: 30px;
}

.section-header.text-centre {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-right: 30px;
  display: flex;
}

.section-header.text-centre.powerd-by-header {
  z-index: 8;
}

.section-header.advert-section-header {
  flex: 1;
}

.section-header.new-buzz {
  justify-content: flex-start;
  align-items: center;
}

.icon-point {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  line-height: 120%;
  display: flex;
}

.icon-point-image {
  aspect-ratio: 1;
  width: 100%;
  max-width: 110px;
}

.icon-point-desc {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  line-height: 120%;
  display: flex;
}

.cols {
  width: 100%;
  max-width: 1400px;
  padding-left: 20px;
  padding-right: 20px;
}

.text-number-style {
  font-family: Cutive Mono, sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 115%;
}

.text-number-style.text-stat-xl {
  font-size: 6rem;
}

.text-number-style.text-stat-m {
  font-size: 4rem;
}

.text-number-style.text-pink {
  color: #e9b0ff;
}

.text-number-style.text-pink.counter {
  word-break: break-all;
  font-size: 2.2rem;
  line-height: 115%;
  display: inline-block;
}

.text-number-style.text-pink.jam-symbol-con {
  line-height: 115%;
}

.text-number-style.text-pink.jam {
  word-break: break-all;
  font-size: 2.2rem;
  line-height: 115%;
  display: inline-block;
}

.powered-by-coin {
  width: 80px;
}

.powered-by-hedera {
  width: 260px;
}

.powered-by-con {
  z-index: 1;
  text-align: center;
  width: 100%;
  max-width: 1400px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.grid {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  display: grid;
}

.hero-footer-socials {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  display: inline-flex;
}

.hero-footer-socials-desc {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  display: none;
}

.ibm-subtitle {
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
  align-self: stretch;
  font-size: 1rem;
  font-weight: 300;
  text-decoration: none;
}

.ibm-subtitle.text-centre {
  text-align: center;
}

.ibm-subtitle.text-right {
  text-align: right;
}

.trending-music {
  z-index: 0;
  justify-content: center;
  align-items: center;
  min-height: 100svh;
  padding-top: 100px;
  padding-bottom: 100px;
  padding-left: 20px;
  display: flex;
  position: relative;
  overflow: visible;
}

.trending-artwork {
  max-width: 200px;
  position: absolute;
  transform: rotate(-7deg);
}

.trending-artwork.trending-artwork-1 {
  max-width: 15%;
  margin-top: 25%;
  margin-left: -10%;
  display: none;
  inset: 0% auto auto 0%;
}

.trending-artwork.trending-artwork-2 {
  max-width: 20%;
  display: none;
  inset: 0% auto auto 0%;
}

.trending-artwork.trending-artwork-3 {
  outline-offset: 0px;
  outline: 3px #fff;
  max-width: 40%;
  padding: 10px;
  inset: 0% auto auto 0%;
}

.trending-artwork.trending-artwork-4 {
  max-width: 35%;
  padding: 10px;
  inset: 10% 0% auto auto;
}

.trending-artwork.trending-artwork-5 {
  max-width: 25%;
  padding: 10px;
  inset: -5% auto auto 45%;
}

.trending-artwork.trending-artwork-6 {
  width: 35%;
  max-width: none;
  padding: 10px;
  inset: auto auto 10% 5%;
}

.trending-artwork.trending-artwork-7 {
  width: 35%;
  max-width: none;
  inset: auto 0% 0% auto;
}

.trending-artwork.trending-artwork-8 {
  max-width: 25%;
  padding: 10px;
  inset: auto 0% 40% 40%;
}

.trending-music-col-1 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  padding-left: 0;
  padding-right: 20px;
  display: flex;
}

.trending-music-col-2 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  max-height: 600px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.trending-music-cols {
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: 100%;
  max-width: 1400px;
  display: flex;
}

.marketplace {
  justify-content: center;
  align-items: center;
  min-height: 100svh;
  padding: 50px 20px;
  display: flex;
  position: relative;
}

.marketplace-cols {
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: 100%;
  max-width: 1400px;
  padding-right: 0;
  display: flex;
}

.marketplace-col-1 {
  aspect-ratio: 1;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.marketplace-col-2 {
  flex-flow: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  height: 100%;
  padding-left: 20px;
  display: flex;
}

.marketplace-image {
  position: absolute;
}

.marketplace-image.marketplace-image-artist {
  width: 35%;
}

.marketplace-image.marketplace-image-bg {
  flex: 1;
  align-self: center;
  width: 100%;
  max-width: none;
  inset: 0%;
}

.marketplace-image.marketplace-image-gear-1 {
  mix-blend-mode: color-dodge;
  align-self: center;
  width: 80%;
  max-width: none;
  margin-left: 10%;
  inset: 0%;
}

.marketplace-image.marketplace-image-gear-2 {
  mix-blend-mode: color-dodge;
  width: 30%;
  margin-top: 30%;
  margin-left: -50%;
}

.marketplace-image.marketplace-image-shoe {
  width: 30%;
  margin-top: 30%;
  margin-left: -60%;
}

.marketplace-image.marketplace-image-hoodie {
  width: 50%;
  margin-top: 20%;
  margin-right: 0%;
  top: 25%;
  left: auto;
  right: 0%;
}

.marketplace-image.marketplace-image-ticket {
  width: 60%;
  margin-top: 0%;
  padding-right: 0%;
  inset: 0% 0% auto auto;
}

.marketplace-image.marketplace-image-record {
  width: 70%;
  margin-top: 30%;
  margin-left: -50%;
  top: -27%;
  left: 40%;
}

.get-app {
  justify-content: center;
  align-items: center;
  min-height: 100svh;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
  position: relative;
  overflow: visible;
}

.get-app.section {
  padding-bottom: 50px;
}

.get-app-cols {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.for-artists-fans {
  justify-content: center;
  align-items: center;
  min-height: 100svh;
  display: flex;
  overflow: hidden;
}

.for-artists-fans.section {
  min-height: auto;
  padding-top: 50px;
  position: relative;
  overflow: visible;
}

.for-artists-fans-cols {
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  margin-bottom: 100px;
  display: flex;
}

.for-artists-fans-col-1 {
  flex-flow: column;
  justify-content: center;
  align-self: stretch;
  align-items: flex-start;
  display: flex;
}

.for-artists-fans-col-2 {
  z-index: 2;
  flex-flow: column;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  height: 100%;
  display: flex;
}

.contact-form {
  background-image: url('../images/bg_1.png');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  display: block;
}

.contact-form.section {
  background-image: none;
  position: relative;
}

.contact-form-textarea {
  border: 0 solid #000;
  min-height: 115px;
}

.contact-form-textarea.form-text-field {
  color: var(--night-life);
  border-style: none;
  border-radius: 10px;
  min-height: 143px;
  padding-top: 10px;
  padding-bottom: 5px;
  font-size: 1.1rem;
}

.contact-form-textarea.form-text-field::placeholder {
  color: var(--night-life);
}

.form-text-field {
  color: var(--night-life);
  background-color: #fff6;
  border: 1px #fff;
  border-radius: 50px;
  margin-bottom: 20px;
  padding: 10px 15px;
  font-size: 1rem;
}

.form-text-field::placeholder {
  color: var(--night-life);
}

.contact-form-col-2 {
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.form-label {
  justify-content: space-between;
  align-self: flex-start;
  align-items: center;
  width: 100%;
  padding-bottom: 5px;
  padding-left: 10px;
  font-size: .9rem;
  font-weight: 300;
  display: block;
}

.for-artists-fans-image-1 {
  z-index: -1;
  max-width: 850px;
  position: absolute;
  inset: -20% -25% 0% auto;
}

.for-artists-fans-image-2 {
  z-index: -1;
  max-width: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: -40%;
}

.market-compare {
  justify-content: center;
  align-items: center;
  min-height: 100svh;
  display: flex;
}

.market-compare.section {
  z-index: 0;
  position: relative;
}

.market-compare-cols {
  padding-bottom: 150px;
  display: flex;
}

.market-compare-col-1 {
  flex-flow: column;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.market-compare-col-2 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.market-compare-tunefm {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  aspect-ratio: 1;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.market-compare-spotify {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  aspect-ratio: 1;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 48%;
  display: flex;
  position: absolute;
  inset: auto auto 0% 0%;
}

.market-compare-bg {
  z-index: -1;
  max-width: 100%;
  position: absolute;
  inset: 0%;
}

.market-compare-bg-gear {
  z-index: -1;
  mix-blend-mode: hard-light;
  max-width: 80%;
  margin-top: 2%;
  margin-left: 12%;
  position: absolute;
  inset: 0%;
}

.market-compare-desc {
  font-family: roc-grotesk, sans-serif;
  font-size: 1.7rem;
  line-height: 130%;
}

.con-square {
  aspect-ratio: 1;
  width: 100%;
  position: relative;
}

.graph-bar-level {
  height: 60px;
}

.graph-bar-level.major-label-spotify {
  background-color: var(--spotify);
  width: 10%;
  height: 50px;
}

.graph-bar-level.major-label-tune-fm {
  background-image: linear-gradient(45deg, var(--jam), #6a0c96 100%, var(--blue-riff));
  text-align: right;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 50px;
  display: flex;
  overflow: hidden;
}

.graph-bar-level.indy-label-spotify {
  background-color: var(--spotify);
  width: 20px;
}

.jam-stats-subheader {
  border-bottom: 2px solid #000;
}

.rule {
  background-image: linear-gradient(90deg, var(--blue-riff) 9%, #e9b0ff 63%, white);
  width: 100%;
  height: 2px;
}

.rule.grad-pink {
  background-image: linear-gradient(90deg, #e9b0ff 19%, #fff);
}

.grad-light {
  background-image: linear-gradient(90deg, var(--blue-riff) 9%, #e9b0ff 63%, white);
}

.stats-logos {
  max-height: 50px;
  margin-top: 10px;
}

.stats-cols {
  margin-bottom: 50px;
  padding-top: 25px;
}

.grad-pink {
  background-image: linear-gradient(90deg, #e9b0ff, #fff);
}

.our-team {
  background-image: linear-gradient(45deg, #28053a 7%, #3e0f89 80%);
  justify-content: center;
  align-items: center;
  min-height: 100svh;
  display: flex;
}

.our-team.section {
  background-image: linear-gradient(180deg, var(--night-life), var(--transparent) 30%);
  min-height: auto;
  position: relative;
}

.market-compare-earn-cols {
  align-self: stretch;
  padding-top: 50px;
  display: none;
}

.market-compare-earn-col-1 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.vert-rule {
  background-image: linear-gradient(90deg, var(--blue-riff) 9%, #e9b0ff 63%, white);
  flex: 1;
  width: 2px;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.vert-rule.grad-pink {
  background-image: linear-gradient(90deg, #e9b0ff 19%, #fff);
}

.market-compare-earn-desc {
  margin-left: 20px;
}

.grad-colour {
  background-image: linear-gradient(0deg, var(--blue-riff), var(--jam));
}

.cta-secondary {
  border: 2px solid var(--jam);
  color: var(--blank);
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  padding: 16px 28px 12px;
  font-family: roc-grotesk, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 115%;
  text-decoration: none;
  display: inline-block;
}

.powered-by {
  z-index: 1;
  background-color: var(--night-jam);
  background-image: url('../images/bg_2.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 120%;
  justify-content: center;
  align-items: center;
  min-height: 100svh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.powered-by.section {
  z-index: 0;
  background-image: linear-gradient(180deg, var(--transparent) 90%, var(--night-life) 99%), url('../images/bg_2.png');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  padding-bottom: 30px;
  overflow: hidden;
}

.fan-lead {
  background-image: url('../images/bg1.png');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  justify-content: center;
  align-items: center;
}

.partner-logos-con {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: minmax(200px, 1fr);
  grid-auto-flow: row;
  place-content: center;
  place-items: center;
  padding-bottom: 30px;
  display: flex;
  position: relative;
}

.partner-logo {
  text-align: center;
  flex-flow: wrap;
  max-width: 180px;
  max-height: 70px;
  margin: 40px;
}

.section-subheader {
  padding-top: 50px;
  padding-bottom: 20px;
}

.partner-section {
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
}

.display-2 {
  font-size: 2rem;
}

.text-spaced {
  letter-spacing: .8rem;
}

.text-grad-light {
  background-image: linear-gradient(0deg, var(--blue-riff) 9%, #e9b0ff 45%, #e9b0ff 61%, white 89%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.powered-by-bg-gear-1 {
  z-index: 0;
  mix-blend-mode: soft-light;
  width: 70%;
  max-width: none;
  position: absolute;
  inset: -380px 15% auto;
}

.graph {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-start;
  align-items: center;
}

.graph-logo {
  flex: none;
  max-width: 214px;
  height: 50px;
  margin-top: 20px;
  margin-bottom: 15px;
}

.graph-bar {
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.graph-label {
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 500;
}

.graph-label.text-number-style {
  text-align: left;
  margin-top: 3px;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 400;
}

.text-number-style-large {
  font-family: Cutive Mono, sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 115%;
}

.text-number-style-large.text-stat-xl {
  font-size: 6rem;
}

.text-number-style-large.text-stat-m {
  font-size: 4rem;
}

.text-number-style-large.text-pink {
  color: #e9b0ff;
}

.powered-by-label {
  text-transform: uppercase;
  max-width: 670px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.6rem;
  line-height: 140%;
}

.powered-by-label.text-centre {
  font-weight: 400;
}

.powered-by-subheader {
  letter-spacing: 10px;
  text-transform: uppercase;
  font-family: roc-grotesk-wide, sans-serif;
  font-size: 2rem;
  font-weight: 300;
}

.powered-by-section {
  margin-bottom: 100px;
  padding-top: 100px;
}

.display-1 {
  text-align: center;
  text-shadow: -30px 0 30px #ff0e6aed;
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 5rem;
  font-weight: 500;
}

.heading-11, .heading-12, .heading-13 {
  font-weight: 500;
}

.heading-14 {
  font-size: 3rem;
}

.logo-con {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex: none;
  max-width: 250px;
  display: flex;
}

.nav-cta-primary-con {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.cta-token-image {
  width: 40px;
}

.collection-item {
  float: left;
  width: 25%;
}

.view-more-toggle-text {
  font-family: roc-grotesk, sans-serif;
  font-size: 1rem;
}

.text-block-2 {
  font-size: 1rem;
}

.pagination {
  padding-top: 10px;
  padding-bottom: 10px;
}

.partners {
  background-image: linear-gradient(90deg, var(--night-jam) 13%, var(--dusk-jam) 55%);
  justify-content: center;
  align-items: center;
  min-height: 100svh;
  display: flex;
}

.partners.section {
  min-height: auto;
}

.people-cards-category {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--night-jam);
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 50px;
  padding-top: 50px;
  padding-bottom: 30px;
  display: flex;
}

.get-app-col-2 {
  flex: 1;
  align-self: stretch;
}

.con-copy {
  width: 100%;
  max-width: none;
  padding-left: 20px;
  padding-right: 20px;
}

.for-artists-fans-con {
  width: 100%;
  max-width: 1400px;
  padding-left: 20px;
  padding-right: 20px;
}

.new-buzz {
  justify-content: center;
  align-items: center;
  display: flex;
}

.new-buzz.section {
  position: relative;
  overflow: visible;
}

.container-3 {
  padding-left: 20px;
  padding-right: 20px;
}

.section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.token-stats {
  justify-content: center;
  align-items: center;
  min-height: 100svh;
  display: flex;
}

.token-stats.section {
  background-image: linear-gradient(180deg, #0000 15%, var(--night-life));
  min-height: auto;
}

.footer-app-cta-con {
  float: right;
}

.column {
  text-align: right;
}

.footer-row {
  justify-content: center;
  align-items: center;
  padding-bottom: 40px;
}

.icon-points {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: flex-end;
  padding-top: 50px;
  display: flex;
}

.collection-list {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: space-around;
  align-items: flex-start;
}

.collection-list-wrapper {
  flex: 1;
  margin-left: 0;
  margin-right: 0;
}

.con-wide {
  width: 100%;
  max-width: none;
}

.stats-con {
  padding-top: 50px;
}

.news-card-collection-item {
  float: left;
  padding-right: 25px;
  position: relative;
}

.people-card-title {
  text-transform: uppercase;
  font-size: .8rem;
  line-height: 130%;
}

.footer-apps {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-app-cta {
  max-height: 60px;
}

.logo-icon {
  display: none;
}

.hero-app-cta-con {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  flex: none;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.cta-secondary-2 {
  color: #eee;
  background-color: #181818;
  border: 2px solid #ff0057;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  padding: 16px 28px 12px;
  font-family: roc-grotesk, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 115%;
  text-decoration: none;
  display: inline-block;
}

.text-centre-2 {
  text-align: center;
  font-weight: 500;
  line-height: 100%;
}

.text-play-2 {
  text-transform: uppercase;
  margin-left: 30px;
  font-family: roc-grotesk-wide, sans-serif;
  font-weight: 500;
}

.powered-by-2 {
  z-index: 1;
  background-color: #28053a;
  background-image: url('../images/bg_2.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 120%;
  justify-content: center;
  align-items: center;
  min-height: 100svh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-header-2 {
  margin-bottom: 100px;
}

.hero-subheader {
  text-align: center;
  text-transform: uppercase;
  text-shadow: -10px 0 11px #ff0e6aed;
  max-width: 710px;
  font-family: roc-grotesk-wide, sans-serif;
  font-size: 2rem;
  line-height: 120%;
}

.team-subheader {
  text-align: center;
  text-transform: uppercase;
  margin-top: 80px;
  margin-bottom: 40px;
  font-weight: 500;
}

.black-grad-top {
  z-index: 0;
  background-image: linear-gradient(180deg, var(--night-life) 2%, var(--night-life) 11%, #02050300);
  height: 250px;
  position: absolute;
  inset: 0% 0% auto;
}

.powered-by-number-large {
  background-image: linear-gradient(#000, #fff);
}

.powered-by-stat-large {
  background-image: linear-gradient(0deg, var(--blue-riff) 9%, #e9b0ff 45%, #e9b0ff 61%, white 89%);
  letter-spacing: 30px;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 0;
  font-size: 3.8rem;
  line-height: 120%;
  position: relative;
}

.powered-by-stat {
  background-image: linear-gradient(0deg, var(--blue-riff) 9%, #e9b0ff 45%, #e9b0ff 61%, white 89%);
  letter-spacing: 10px;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 0;
  font-size: 3rem;
  line-height: 120%;
  position: relative;
}

.powered-by-native-tokens-cols {
  padding-top: 20px;
}

.market-compare-stat {
  text-align: center;
  margin-bottom: 0;
  font-size: 4rem;
  font-weight: 300;
  line-height: 120%;
}

.market-compare-stat-small {
  text-align: center;
  font-size: 2.6rem;
  font-weight: 300;
  line-height: 110%;
}

.market-compare-label {
  text-align: center;
  font-size: 1.2rem;
}

.graph-subheader {
  text-align: left;
  margin-bottom: 20px;
}

.heading-18 {
  text-align: center;
}

.people-card-name {
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 110%;
}

.text-block-3 {
  font-family: roc-grotesk, sans-serif;
}

.hero-cta {
  z-index: 1;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
  position: relative;
}

.nav-socials {
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  max-height: 50px;
  padding-left: 40px;
  padding-right: 20px;
  display: flex;
}

.image-3 {
  height: 50px;
}

.advert.section {
  background-color: var(--transparent);
  padding-top: 70px;
  padding-bottom: 50px;
  position: relative;
}

.youtube {
  box-sizing: border-box;
  flex: 1;
}

.advert-col-copy {
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.mobile-items.section {
  display: none;
}

.col-centre {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.form {
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.form-block {
  align-self: stretch;
}

.div-block {
  background-color: var(--smoke);
  align-self: center;
  width: 400px;
}

.link-block {
  display: block;
}

.text-span-2 {
  font-size: 3rem;
}

.slider-arrow-left {
  width: 70px;
  height: 70px;
  inset: auto auto 0% 0%;
}

.slider-arrow-right {
  width: 70px;
  height: 70px;
}

.slider-arrow {
  aspect-ratio: 1;
  background-color: var(--dusk-jam);
  border-radius: 100%;
  width: 60px;
  margin-top: auto;
  font-size: 1.2rem;
  inset: 0% auto 0% 0%;
}

.slider-arrow:hover {
  opacity: .7;
}

.slider-arrow.slider-arrow-right {
  height: auto;
  inset: 0% 0% 0% auto;
}

.slider-arrow.slider-arrow-left {
  font-size: 1.3rem;
}

.slide-nav {
  justify-content: center;
  align-items: center;
  height: 60px;
  padding-top: 5px;
  font-size: .6rem;
  display: flex;
}

.mask {
  background-color: var(--transparent);
  height: 100%;
  margin: 80px 100px;
}

.slider {
  background-color: var(--transparent);
  flex: 1;
}

.slide {
  width: 33.33%;
}

.graph-con-copy {
  margin-top: 100px;
  margin-bottom: 100px;
}

.graph-con {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  padding-right: 30px;
  display: flex;
}

.jam-token-symbol {
  color: var(--blank);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 300;
}

.marketplace-con {
  aspect-ratio: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.trending-artwork-con {
  aspect-ratio: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: relative;
}

.youtube-con {
  justify-content: center;
  align-self: center;
  align-items: center;
  min-width: 400px;
  display: flex;
  position: relative;
}

.microsoft, .hide {
  display: none;
}

.get-app-image {
  position: absolute;
  inset: 0%;
}

.get-app-image-bg {
  max-width: none;
}

.jam-symbol {
  padding-right: 2px;
  font-size: 1.7rem;
  line-height: 100%;
}

.counter {
  font-size: 2.2rem;
}

.large-p {
  font-size: 1.3rem;
}

.text-span-3 {
  text-shadow: -10px 0 12px #f0266b;
}

.advert-video-thumb {
  z-index: -1;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
}

.advert-video-thumb-play {
  width: 60px;
  margin: auto;
  position: absolute;
}

.columns-2 {
  border: 1px solid var(--blank);
  border-radius: 10px;
  padding-top: 20px;
}

.ad-cols, .ad-col {
  display: block;
}

.p-xl {
  font-size: 1.6rem;
  line-height: 130%;
}

.column-2 {
  flex-flow: column;
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  display: flex;
}

.columns-3 {
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.columns-4 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.column-3 {
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding-top: 80px;
  display: flex;
}

.text-point-desc {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  max-width: 250px;
  font-family: roc-grotesk, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 130%;
  display: flex;
}

.text-point-textstat {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--blank);
  text-shadow: -10px 0 10px var(--jam);
  flex-flow: column;
  font-family: roc-grotesk, sans-serif;
  font-size: 5rem;
  font-weight: 500;
  line-height: 130%;
  display: flex;
}

.text-point {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  line-height: 120%;
  display: flex;
}

.text-points {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.empty-state, .empty-state-2 {
  background-color: var(--transparent);
}

.garnish-right {
  opacity: .29;
  mix-blend-mode: color-dodge;
  width: 400px;
  position: absolute;
  inset: 0% -200px 0% auto;
}

.garnish-left {
  opacity: .29;
  mix-blend-mode: color-dodge;
  width: 200px;
  position: absolute;
  inset: 0% auto 0 -65px;
}

.hero-video-overlay {
  opacity: .5;
  mix-blend-mode: screen;
  object-fit: cover;
  flex: 1;
  align-self: stretch;
  width: 100%;
  position: absolute;
  inset: 0%;
}

.hero-video-overlay-colour {
  opacity: .5;
  object-fit: cover;
  background-image: linear-gradient(#ff005700 73%, #ff0057);
  flex: 1;
  align-self: stretch;
  width: 100%;
  position: absolute;
  inset: 0%;
}

.hero-video-black {
  z-index: 0;
  background-color: #00000040;
  background-image: radial-gradient(circle farthest-corner at 0% 100%, var(--blue-riff), #1d12b600), linear-gradient(180deg, #ff005700, #ff005766);
  mix-blend-mode: darken;
  flex: 1;
  align-self: stretch;
  width: 100%;
  position: absolute;
  inset: 0%;
}

.slider-copy {
  background-color: var(--transparent);
  flex: 1;
}

.hero-video-bottom {
  z-index: 0;
  background-color: #00000040;
  background-image: radial-gradient(circle farthest-corner at 0% 100%, var(--blue-riff), #1d12b600), linear-gradient(180deg, #ff005700, #ff005766);
  mix-blend-mode: darken;
  flex: 1;
  align-self: stretch;
  width: 100%;
  position: absolute;
  inset: 0%;
}

.black-grad-bottom {
  z-index: -1;
  background-image: linear-gradient(180deg, #02050300, var(--night-life));
  height: 250px;
  position: absolute;
  inset: auto 0% 0%;
}

.bg-image {
  z-index: -1;
  width: 60%;
  min-height: auto;
  max-height: none;
  position: absolute;
  inset: -20% -10% 0% auto;
  overflow: hidden;
}

.bg-image.trending-music {
  width: 40%;
  min-height: auto;
  padding-top: 0;
  padding-left: 0;
  inset: auto auto -35% 0%;
}

.bg-image.get-app {
  height: auto;
  min-height: auto;
  inset: -30% auto auto -10%;
}

.bg-image.large-gear-left {
  opacity: .3;
  mix-blend-mode: overlay;
  width: 40%;
  inset: auto auto 0% -50%;
}

.bg-image.medium-gear {
  opacity: 1;
  mix-blend-mode: color-dodge;
  width: 20%;
  inset: 0% -10% auto auto;
  overflow: hidden;
}

.bg-image.market-compare {
  width: 70%;
  top: -10%;
  overflow: hidden;
}

.bg-image.new-buzz {
  width: 80%;
  inset: 0% -20% 0% auto;
}

.bg-image.for-the-fans {
  inset: -200px -20% 0% auto;
  overflow: hidden;
}

.bg-image.partners-1 {
  width: 80%;
  inset: 0% auto 0% -40%;
}

.bg-image.partners-2 {
  width: 70%;
  inset: 0% -40% 0% auto;
}

.bg-image.medium-gear-right {
  opacity: .7;
  mix-blend-mode: multiply;
  width: 20%;
  inset: 0% -10% auto auto;
  overflow: hidden;
}

.bg-image.large-gear-right {
  opacity: .2;
  mix-blend-mode: overlay;
  width: 50%;
  inset: 0% -50% auto auto;
  overflow: hidden;
}

.bg-image.medium-gear-left {
  opacity: .2;
  mix-blend-mode: color-dodge;
  width: 20%;
  inset: 0% 0% auto -20%;
  overflow: hidden;
}

.bg-image.contact {
  width: 70%;
  inset: auto 0% -50% auto;
}

.bg-image.team {
  width: 70%;
  inset: 0% auto 0% -20%;
}

.bg-image.trending-music-map {
  aspect-ratio: 1;
  opacity: .8;
  object-fit: contain;
  width: 130%;
  max-width: none;
  height: auto;
  margin-left: -200px;
  position: absolute;
  inset: 0%;
}

.overflow {
  overflow: visible !important;
}

.page {
  width: 100vw;
  overflow: hidden;
}

.footer-subheader {
  padding-bottom: 10px;
  line-height: 150%;
  text-decoration: none;
  display: block;
}

.footer-link-legal {
  color: var(--light);
  padding-right: 20px;
  line-height: 150%;
  text-decoration: underline;
  display: inline-block;
}

.stats-col {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.paragraph-4 {
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 30px;
}

.people-card-collection-item {
  flex: none;
  align-content: flex-start;
  align-self: flex-start;
  width: 20%;
}

.people-card {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex: 1;
  justify-content: flex-start;
  align-self: stretch;
  align-items: flex-start;
  padding-bottom: 40px;
  padding-right: 20px;
  display: flex;
}

.text-page {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding: 200px 20px 50px;
  overflow: hidden;
}

.rtb p {
  margin-bottom: 20px;
}

.text-page-header {
  padding-bottom: 30px;
}

.body-standard-bg {
  background-image: linear-gradient(#020503b3, #020503b3), url('../images/bg-2.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, repeat-y;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.partner-logo-con {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: minmax(200px, 1fr);
  grid-auto-flow: row;
  place-content: center;
  place-items: center;
  width: 100%;
  max-width: 1340px;
  display: inline-block;
  position: relative;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 2.5rem;
  }

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.75rem;
  }

  h4 {
    font-size: 1.5rem;
  }

  h5 {
    font-size: 1.2rem;
  }

  h6 {
    font-size: 1.1rem;
  }

  .cta-primary {
    white-space: nowrap;
    word-break: keep-all;
    padding: 10px 18px 8px;
    font-size: 1rem;
    text-decoration: none;
  }

  .hero-footer {
    display: flex;
  }

  .hero-apps {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .section-100h {
    min-height: auto;
    padding-top: 50px;
  }

  .nav-bar-con {
    padding: 15px 20px;
  }

  .cta-token {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .cta-token-desc {
    max-width: 270px;
    font-size: 1rem;
  }

  .con {
    z-index: 1;
    position: relative;
  }

  .con.advert {
    flex-flow: column;
  }

  .footer.section {
    padding-top: 100px;
    padding-bottom: 50px;
  }

  .footer-logo {
    margin-bottom: 50px;
  }

  .body-dark {
    font-size: 16px;
  }

  .hero-header {
    max-width: 570px;
  }

  .text-play {
    font-size: 2.2rem;
  }

  .text-play.text-centre.text-caps.powered-by-header {
    font-size: 3.5rem;
  }

  .text-play-subheader-1 {
    margin-left: -20px;
  }

  .news-card {
    justify-content: space-between;
    align-items: flex-start;
    height: 100%;
    padding-bottom: 40px;
  }

  .news-card-logo {
    max-height: 50px;
  }

  .news-card-header {
    flex: 1;
    order: 1;
    align-self: stretch;
    width: 100%;
    min-height: auto;
    margin-bottom: 0;
    font-size: 1.4rem;
  }

  .people-card-con {
    width: 33.33%;
    padding-right: 0;
  }

  .view-more {
    padding-top: 0;
    padding-bottom: 0;
  }

  .section-header {
    padding-left: 20px;
  }

  .icon-point-desc {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .text-number-style.text-pink {
    font-size: 2rem;
  }

  .powered-by-hedera {
    width: 240px;
  }

  .hero-footer-socials {
    flex: 1;
    justify-content: center;
    align-items: flex-start;
  }

  .hero-footer-socials-desc {
    margin-bottom: 5px;
    display: block;
  }

  .ibm-subtitle.text-centre {
    text-align: left;
  }

  .trending-music {
    min-height: auto;
    padding-bottom: 20px;
    padding-right: 20px;
  }

  .trending-music-col-1 {
    flex-flow: column;
    height: auto;
    padding-bottom: 70px;
  }

  .trending-music-col-2 {
    max-height: none;
  }

  .trending-music-cols {
    flex-flow: column;
  }

  .marketplace {
    min-height: auto;
    padding: 100px 0 20px;
  }

  .marketplace-cols {
    flex-flow: column;
    padding-left: 0;
    padding-right: 0;
  }

  .marketplace-col-1 {
    order: 1;
    align-self: stretch;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .marketplace-col-2 {
    align-self: stretch;
    height: auto;
    padding-left: 30px;
  }

  .get-app {
    min-height: 100svh;
  }

  .get-app-cols {
    flex-flow: column;
  }

  .for-artists-fans {
    padding-top: 0;
    padding-bottom: 0;
  }

  .for-artists-fans-cols {
    flex-flow: column;
    margin-bottom: 0;
  }

  .for-artists-fans-col-1 {
    flex: none;
    margin-bottom: 100px;
  }

  .for-artists-fans-col-2 {
    flex: none;
    order: -1;
    height: 180px;
  }

  .form-label {
    font-size: 1rem;
  }

  .for-artists-fans-image-1 {
    width: 80%;
    position: relative;
    right: -20%;
  }

  .for-artists-fans-image-2 {
    width: 90%;
    position: relative;
    left: auto;
    right: -30%;
  }

  .market-compare.section {
    min-height: auto;
  }

  .market-compare-cols {
    flex-flow: column;
  }

  .market-compare-col-1 {
    aspect-ratio: 1;
    order: 1;
  }

  .con-square {
    align-self: flex-end;
    width: 100%;
  }

  .stats-cols {
    text-align: center;
  }

  .powered-by.section {
    padding-bottom: 10px;
    overflow: hidden;
  }

  .partner-logos-con {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .partner-logo {
    max-width: 150px;
    max-height: 70px;
    padding: 5px;
  }

  .partner-section {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .graph-logo {
    height: 45px;
  }

  .powered-by-label {
    font-size: 1.4rem;
  }

  .powered-by-subheader {
    letter-spacing: 8px;
    font-size: 1.5rem;
  }

  .powered-by-section {
    margin-bottom: 20px;
  }

  .display-1 {
    font-size: 4.5rem;
    line-height: 100%;
  }

  .heading-15, .heading-16 {
    font-size: 2.5rem;
  }

  .logo-con {
    width: 220px;
  }

  .collection-item {
    float: left;
    width: 50%;
    display: inline-block;
  }

  .partners {
    min-height: auto;
    padding-top: 50px;
  }

  .partners.section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .new-buzz {
    min-height: auto;
    padding-top: 50px;
  }

  .new-buzz.section {
    padding-bottom: 50px;
  }

  .token-stats {
    min-height: auto;
    padding-top: 50px;
  }

  .token-stats.section {
    background-image: linear-gradient(180deg, #0000 77%, var(--night-life));
  }

  .footer-app-cta-con {
    max-width: 410px;
  }

  .footer-row {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .collection-list {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: wrap;
  }

  .news-card-collection-item {
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    display: inline-block;
  }

  .hero-app-cta-con {
    flex: none;
  }

  .text-play-2 {
    margin-left: 20px;
  }

  .hero-subheader {
    max-width: 590px;
    font-size: 1.8rem;
    line-height: 130%;
  }

  .team-subheader {
    font-size: 1.2rem;
  }

  .black-grad-top {
    height: 100px;
  }

  .powered-by-stat-large {
    letter-spacing: 15px;
    padding-top: 20px;
    padding-bottom: 25px;
    font-size: 3rem;
  }

  .powered-by-stat {
    letter-spacing: 8px;
    padding-bottom: 10px;
    font-size: 2.2rem;
  }

  .graph-subheader {
    margin-bottom: 10px;
  }

  .people-card-name {
    font-size: .9rem;
  }

  .mobile-items.section {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-top: 50px;
    padding-bottom: 50px;
    display: none;
  }

  .slide {
    height: auto;
  }

  .jam-token-symbol {
    font-size: 4rem;
  }

  .youtube-con {
    max-width: 100%;
  }

  .hide {
    display: none;
  }

  .text-point-desc, .text-point-textstat {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .bg-image.trending-music {
    width: 30%;
    bottom: -10%;
  }

  .bg-image.get-app {
    inset: -11% 0% 0% auto;
  }

  .bg-image.large-gear-left {
    left: -10%;
  }

  .bg-image.market-compare {
    width: 100%;
  }

  .bg-image.for-the-fans {
    width: 80%;
    top: -10%;
    left: -30%;
    right: auto;
  }

  .bg-image.partners-1 {
    top: 50%;
    left: -20%;
  }

  .bg-image.partners-2 {
    width: 60%;
    top: auto;
    bottom: -70%;
    right: -30%;
    overflow: hidden;
  }

  .bg-image.medium-gear-left {
    left: -10%;
  }

  .bg-image.contact {
    width: 70%;
    right: 0%;
  }

  .bg-image.team {
    z-index: 0;
    width: 130%;
    max-width: none;
    inset: 0% auto auto;
  }

  .bg-image.drops {
    width: 50%;
    top: 0%;
  }

  .bg-image.trending-music-map {
    margin-left: 0;
    bottom: -10%;
  }

  .paragraph-4 {
    margin-top: 15px;
    margin-bottom: 25px;
  }

  .people-card-collection-item {
    flex: 0 auto;
    justify-content: flex-start;
    align-items: flex-start;
    width: 33.33%;
  }

  .people-card {
    flex: 1;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .logo-card-con {
    flex: 1;
  }

  .partner-logo-con {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    padding-bottom: 0;
    display: inline-block;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2rem;
  }

  h2 {
    font-size: 1.7rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1.2rem;
  }

  h5 {
    font-size: 1.1rem;
  }

  h6 {
    font-size: 1rem;
  }

  .cta-primary {
    padding: 8px 12px 6px;
    font-size: .9rem;
  }

  .cta-primary.form-submit {
    align-self: stretch;
    padding-top: 12px;
    padding-bottom: 10px;
    font-size: 1.1rem;
  }

  .nav-cta-con {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    flex: 1;
    justify-content: flex-start;
    align-items: flex-end;
  }

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

  .hero-apps {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .cta-icon-secondary {
    width: 50px;
    min-width: auto;
  }

  .nav-bar-con {
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .cta-token {
    justify-content: flex-end;
    align-self: stretch;
    align-items: center;
  }

  .cta-token-desc {
    order: 1;
    max-width: 290px;
    padding-top: 7px;
  }

  .social-con {
    justify-content: center;
    align-items: center;
  }

  .cta-hedera {
    justify-content: center;
    align-items: center;
    width: 130px;
  }

  .con {
    padding-left: 20px;
    padding-right: 20px;
  }

  .con.advert {
    padding-left: 10px;
    padding-right: 10px;
  }

  .con.mobile-items-con {
    z-index: 1;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: center;
    align-self: center;
    align-items: center;
    display: flex;
    position: relative;
  }

  .hero-con {
    background-image: url('../images/bg-grad.png'), linear-gradient(0deg, #0000, #0000 38% 87%, #000);
    background-position: 0 100%, 0 0;
    background-repeat: repeat-x, repeat;
    background-size: auto 200px, auto;
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer.section {
    padding-bottom: 0;
  }

  .footer-logo {
    max-height: 40px;
  }

  .footer-cols {
    padding-bottom: 25px;
  }

  .social-banner-con.con {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .text-play {
    font-size: 2.4rem;
  }

  .text-play.text-centre.text-caps.powered-by-header {
    font-size: 3rem;
  }

  .text-play-subheader-1 {
    margin-left: 0;
  }

  .text-play-para {
    margin-bottom: 25px;
    margin-left: 0;
  }

  .news-card {
    justify-content: space-between;
    align-items: center;
  }

  .news-card-image {
    height: 250px;
  }

  .news-card-intro {
    height: 50px;
  }

  .news-card-intro.ellipsis {
    height: auto;
    max-height: 40px;
  }

  .news-card-header {
    text-align: center;
    font-size: 1.6rem;
  }

  .news-card-header.ellipsis {
    height: auto;
    max-height: 50px;
  }

  .people-cards-con.people-our-team {
    justify-content: center;
    align-items: flex-start;
  }

  .people-card-con {
    text-align: center;
    flex-flow: column;
    flex: none;
    justify-content: flex-start;
    align-items: center;
    width: 33.33%;
    padding-right: 0;
  }

  .people-card-image {
    max-height: 110px;
  }

  .people-card-text {
    justify-content: center;
    align-self: stretch;
    align-items: center;
  }

  .people-card-social-cta {
    height: 40px;
    padding: 10px;
  }

  .people-card-socials {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-self: center;
    align-items: center;
    display: none;
  }

  .view-more-toggle {
    flex: none;
    font-family: roc-grotesk, sans-serif;
    font-weight: 500;
  }

  .section-header {
    margin-bottom: 20px;
    padding-left: 0;
  }

  .icon-point-image {
    max-width: 90px;
  }

  .text-number-style.text-pink {
    font-size: 3rem;
  }

  .ibm-subtitle.text-centre {
    text-align: left;
  }

  .ibm-subtitle.text-centre.mobile-items {
    margin-top: 20px;
  }

  .ibm-subtitle.hedera {
    align-self: center;
  }

  .trending-music {
    height: auto;
    position: relative;
  }

  .trending-music.section {
    overflow: visible;
  }

  .trending-artwork.trending-artwork-1, .trending-artwork.trending-artwork-2 {
    display: none;
  }

  .trending-artwork.trending-artwork-7 {
    width: 40%;
    max-width: none;
  }

  .trending-music-col-1 {
    height: auto;
    min-height: auto;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .trending-music-cols {
    height: auto;
    min-height: auto;
  }

  .marketplace {
    height: auto;
    min-height: auto;
    padding-top: 50px;
    padding-bottom: 100px;
  }

  .marketplace.section {
    min-height: 100svh;
  }

  .marketplace-cols {
    flex-flow: column;
  }

  .marketplace-col-1 {
    aspect-ratio: 1;
    order: 1;
  }

  .marketplace-col-2 {
    padding-left: 20px;
  }

  .get-app.section {
    min-height: auto;
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .get-app-cols {
    flex-flow: column;
  }

  .for-artists-fans {
    padding-top: 0;
    padding-bottom: 0;
  }

  .for-artists-fans.section {
    padding-top: 0;
    padding-bottom: 70px;
  }

  .for-artists-fans-cols {
    flex-flow: column;
    margin-top: 0;
    margin-bottom: 0;
  }

  .for-artists-fans-col-1 {
    z-index: 4;
    flex: none;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .for-artists-fans-col-2 {
    flex: none;
    order: -1;
    height: 150px;
    margin-top: 176px;
  }

  .contact-form-textarea.form-text-field {
    color: var(--night-life);
  }

  .form-text-field {
    margin-bottom: 20px;
  }

  .contact-form-col-1, .contact-form-col-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .form-label {
    padding-bottom: 5px;
  }

  .for-artists-fans-image-1, .for-artists-fans-image-2 {
    width: 120%;
    position: static;
  }

  .market-compare-cols {
    flex-flow: column;
    padding-bottom: 50px;
  }

  .market-compare-col-1 {
    order: 1;
  }

  .con-square {
    width: 100%;
  }

  .graph-bar-level.major-label-spotify, .graph-bar-level.major-label-tune-fm, .graph-bar-level.indy-label-spotify {
    height: 40px;
  }

  .stats-logos {
    max-height: 40px;
    margin-top: 10px;
    margin-bottom: 30px;
  }

  .stats-cols {
    text-align: center;
    margin-bottom: 75px;
  }

  .cta-secondary {
    font-size: .8rem;
  }

  .powered-by.section {
    background-size: cover;
  }

  .fan-lead {
    flex-flow: column;
    display: flex;
  }

  .partner-logos-con {
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: center;
    align-items: center;
  }

  .partner-logo {
    max-width: 140px;
    max-height: 60px;
    margin-top: 25px;
    margin-bottom: 10px;
  }

  .graph-logo {
    -webkit-backdrop-filter: drop-shadow(5px 5px 7px #000000e6);
    backdrop-filter: drop-shadow(5px 5px 7px #000000e6);
    max-width: 150px;
    height: 30px;
    margin-top: 0;
    margin-bottom: 10px;
  }

  .graph-label.text-number-style {
    font-size: 1.2rem;
  }

  .powered-by-label {
    font-size: 1rem;
  }

  .powered-by-subheader {
    letter-spacing: 4px;
    font-size: 1.2rem;
  }

  .powered-by-section {
    margin-bottom: 30px;
    padding-top: 50px;
  }

  .display-1 {
    max-width: 480px;
    font-size: 4.5rem;
  }

  .logo-con {
    flex: 1;
    width: 220px;
    max-width: 230px;
  }

  .nav-cta-primary-con {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    order: -1;
    display: flex;
  }

  .cta-token-image {
    order: 1;
    width: 20px;
    display: none;
  }

  .collection-item {
    width: 100%;
  }

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

  .get-app-col-1 {
    padding-left: 0;
    padding-right: 0;
  }

  .get-app-col-2 {
    padding-top: 40px;
  }

  .con-copy, .for-artists-fans-con {
    padding-left: 20px;
    padding-right: 20px;
    overflow: auto;
  }

  .container-3 {
    padding-left: 15px;
    padding-right: 15px;
  }

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

  .footer-app-cta-con {
    max-width: 440px;
  }

  .footer-row {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    padding-bottom: 0;
    display: flex;
  }

  .social-banner-header-h3 {
    margin-top: 0;
  }

  .stats-con {
    text-align: center;
  }

  .news-card-collection-item {
    padding-left: 0;
    padding-right: 0;
  }

  .people-card-title {
    text-align: center;
    align-self: center;
    display: inline-flex;
  }

  .logo-icon-con, .hero-app-cta-con {
    display: none;
  }

  .text-play-2 {
    margin-left: 10px;
  }

  .section-header-2 {
    margin-bottom: 20px;
  }

  .hero-subheader {
    font-size: 1.6rem;
  }

  .team-subheader {
    margin-top: 70px;
    margin-bottom: 40px;
    font-size: 1.5rem;
  }

  .black-grad-top.black-grad-top-desktop {
    display: none;
  }

  .powered-by-stat-large {
    letter-spacing: 5px;
    padding-top: 10px;
    padding-bottom: 15px;
    font-size: 2.8rem;
  }

  .powered-by-stat {
    letter-spacing: 5px;
  }

  .market-compare-stat {
    font-size: 3rem;
  }

  .market-compare-stat-small {
    font-size: 2rem;
  }

  .market-compare-label {
    font-size: 1rem;
  }

  .people-card-name {
    text-align: center;
  }

  .nav-socials {
    display: none;
  }

  .advert.section {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .mobile-items.section {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    display: flex;
    position: relative;
  }

  .slider-arrow {
    width: 50px;
    height: 50px;
  }

  .mask {
    margin-left: 50px;
    margin-right: 50px;
  }

  .slide {
    width: 100%;
  }

  .graph-con-copy {
    margin-top: 50px;
  }

  .graph-con {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-top: 20px;
    padding-right: 0;
  }

  .trending-artwork-con {
    margin-top: 40px;
    margin-bottom: 50px;
  }

  .get-app-image-bg {
    max-width: 100%;
  }

  .columns-3, .columns-4 {
    display: block;
  }

  .bg-image.trending-music {
    width: 50%;
    position: absolute;
    inset: -10% auto auto 0%;
  }

  .bg-image.for-the-fans {
    display: block;
    top: -10%;
    left: auto;
    right: -20%;
  }

  .bg-image.partners-2 {
    bottom: -50%;
  }

  .bg-image.contact {
    width: 90%;
    bottom: -40%;
  }

  .bg-image.drops {
    top: -10%;
  }

  .bg-image.trending-music-map {
    margin-left: 0;
    position: absolute;
    inset: 0%;
  }

  .paragraph-4 {
    margin-top: 0;
    margin-bottom: 10px;
  }

  .people-card-collection-item {
    text-align: center;
    flex-flow: column;
    flex: none;
    justify-content: flex-start;
    align-items: center;
    width: 50%;
    padding-right: 0;
  }

  .people-card {
    text-align: center;
    flex-flow: column;
    flex: none;
    justify-content: flex-start;
    align-items: center;
    padding-right: 0;
  }

  .logo-card-con {
    text-align: center;
    flex: 1;
    align-self: center;
    max-width: 50%;
  }

  .text-page {
    padding-top: 100px;
  }

  .partner-logo-con {
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: center;
    align-items: center;
  }
}

@media screen and (max-width: 479px) {
  .cta-primary {
    padding-bottom: 4px;
    font-size: 1rem;
  }

  .nav-bar {
    display: block;
  }

  .nav-cta-con {
    flex: 1;
    justify-content: center;
    align-items: flex-end;
    display: flex;
  }

  .hero-footer {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 20px;
  }

  .hero-apps {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: wrap;
    position: relative;
  }

  .cta-icon-secondary {
    width: 35px;
    padding: 10px;
  }

  .hero-app-cta {
    max-height: 45px;
  }

  .nav-bar-con {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding: 15px;
  }

  .cta-token {
    text-align: center;
    align-self: center;
  }

  .cta-token-desc {
    white-space: nowrap;
    word-break: keep-all;
    max-width: 330px;
    padding-top: 6px;
  }

  .social-con {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex: none;
    justify-content: space-between;
    align-self: center;
    align-items: center;
  }

  .cta-hedera.cta-herdera-img {
    max-height: 35px;
  }

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

  .con.mobile-items-con {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .con.news-buzz {
    padding-left: 10px;
    padding-right: 10px;
  }

  .footer.section {
    border: 0 solid #000;
    padding-top: 50px;
  }

  .footer-logo {
    max-height: 35px;
  }

  .body-dark {
    min-height: 100vh;
  }

  .text-play {
    font-size: 1.8rem;
  }

  .text-play.text-centre.text-caps.powered-by-header {
    font-size: 2rem;
  }

  .text-play-para {
    margin-left: 0;
    font-size: 1rem;
  }

  .news-card {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .news-card-logo {
    max-height: 45px;
  }

  .news-card-intro.ellipsis {
    margin-bottom: 20px;
  }

  .news-card-header {
    padding-top: 10px;
    font-size: 1rem;
  }

  .news-cards-con {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .people-cards-con {
    grid-row-gap: 20px;
  }

  .people-cards-con.people-our-team {
    padding-top: 20px;
  }

  .people-card-con {
    flex: none;
    justify-content: space-between;
    align-items: center;
    width: 50%;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .poeple-card-title {
    text-align: left;
  }

  .people-card-image {
    aspect-ratio: 1;
    flex: none;
    width: 70px;
    max-height: none;
  }

  .people-card-text {
    flex: 1;
  }

  .people-card-social-cta {
    height: 28px;
    padding: 5px;
  }

  .people-card-socials {
    justify-content: flex-start;
    align-items: center;
    margin-left: 0;
  }

  .view-more-toggle {
    background-color: var(--dusk-jam);
    padding-top: 14px;
  }

  .section-header {
    margin-bottom: 0;
    padding-left: 0;
  }

  .section-header.text-centre.powerd-by-header {
    padding-right: 0;
  }

  .icon-point {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .icon-point-image {
    align-self: flex-start;
    max-width: 60px;
  }

  .text-number-style.text-pink {
    letter-spacing: -1px;
    font-size: 2.1rem;
  }

  .text-number-style.text-pink.counter, .text-number-style.text-pink.jam {
    font-size: 2rem;
  }

  .powered-by-hedera {
    width: 190px;
  }

  .powered-by-con {
    text-align: center;
  }

  .hero-footer-socials {
    padding-bottom: 30px;
  }

  .ibm-subtitle.text-centre.mobile-items {
    margin-top: 20px;
  }

  .ibm-subtitle.hedera {
    font-size: .7rem;
  }

  .trending-music {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .trending-music.section {
    min-height: 100svh;
  }

  .trending-artwork.trending-artwork-7 {
    top: 54%;
  }

  .trending-artwork.trending-artwork-8 {
    max-width: 30%;
    inset: 65% auto auto 39%;
  }

  .trending-music-col-1 {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .marketplace {
    padding-top: 85px;
  }

  .marketplace.section {
    min-height: 100svh;
    overflow: visible;
  }

  .marketplace-cols, .marketplace-col-1 {
    padding-left: 0;
    padding-right: 0;
  }

  .marketplace-col-2 {
    padding-left: 15px;
  }

  .marketplace-image.marketplace-image-gear-1 {
    inset: 0%;
  }

  .get-app {
    padding-top: 0;
    padding-bottom: 0;
  }

  .get-app.section {
    overflow: visible;
  }

  .get-app-cols {
    padding: 50px 0;
  }

  .for-artists-fans.section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .for-artists-fans-cols {
    margin-bottom: 100px;
  }

  .for-artists-fans-col-1 {
    padding-left: 0;
    padding-right: 0;
  }

  .for-artists-fans-col-2 {
    height: 240px;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .contact-form.section {
    overflow: visible;
  }

  .form-text-field {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 1rem;
  }

  .contact-form-col-1 {
    padding-left: 0;
    padding-right: 0;
  }

  .form-label {
    font-size: .8rem;
  }

  .for-artists-fans-image-1 {
    width: 150%;
  }

  .for-artists-fans-image-2 {
    width: 140%;
    margin-bottom: -60px;
  }

  .market-compare.section {
    overflow: visible;
  }

  .market-compare-cols {
    padding-bottom: 120px;
  }

  .con-square {
    aspect-ratio: auto;
  }

  .stats-cols {
    margin: 40px 40px 30px;
  }

  .fan-lead.section {
    padding-bottom: 25px;
  }

  .partner-logos-con {
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    align-items: center;
  }

  .partner-logo {
    flex: none;
    max-height: 80px;
    margin: 0;
    padding: 20px;
  }

  .section-subheader {
    padding-top: 20px;
    padding-bottom: 10px;
  }

  .graph {
    margin: 0;
  }

  .graph-logo {
    max-width: 130px;
  }

  .display-1 {
    max-width: 280px;
    font-size: 2.8rem;
  }

  .logo-con {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex: none;
    justify-content: space-between;
    align-self: center;
    align-items: center;
    width: 180px;
  }

  .partners.section, .people-cards-category {
    padding-top: 20px;
  }

  .get-app-col-1 {
    padding-left: 15px;
  }

  .get-app-col-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .new-buzz.section {
    padding-bottom: 20px;
  }

  .section {
    max-width: 100svw;
    padding-top: 30px;
    padding-bottom: 30px;
    overflow: hidden;
  }

  .footer-app-cta-con {
    align-self: flex-start;
  }

  .image-2 {
    aspect-ratio: 1;
  }

  .icon-points {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    padding-top: 0;
    display: flex;
  }

  .people-card-title {
    text-align: center;
  }

  .footer-apps {
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: center;
    position: relative;
  }

  .footer-app-cta {
    max-height: 50px;
  }

  .logo-icon {
    width: 45px;
    display: block;
  }

  .logo-icon-con {
    flex: 1;
    display: block;
  }

  .hero-app-cta-con {
    max-width: 270px;
  }

  .text-play-2 {
    margin-left: 5px;
  }

  .hero-subheader {
    max-width: 290px;
    font-size: .9rem;
  }

  .team-subheader {
    font-size: 1.2rem;
  }

  .powered-by-stat-large {
    font-size: 1.6rem;
  }

  .powered-by-stat {
    font-size: 1.5rem;
  }

  .market-compare-stat {
    font-size: 2.3rem;
  }

  .market-compare-stat-small {
    font-size: 1.4rem;
  }

  .graph-subheader {
    margin-bottom: 0;
    font-size: .9rem;
  }

  .poeple-card-title-copy {
    text-align: left;
  }

  .people-card-name {
    font-size: .8rem;
  }

  .advert.section {
    padding-top: 70px;
    padding-bottom: 70px;
    overflow: visible;
  }

  .advert.section.overflow {
    padding-top: 40px;
  }

  .slider-arrow {
    width: 40px;
    height: auto;
  }

  .mask {
    height: auto;
    margin: 40px 45px;
  }

  .graph-con-copy {
    margin-bottom: 40px;
  }

  .graph-con {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    margin-bottom: 40px;
  }

  .jam-token-symbol {
    font-size: 2.6rem;
  }

  .trending-artwork-con {
    margin-top: 20px;
  }

  .youtube-con {
    min-width: 100%;
  }

  .counter {
    font-size: 1.5rem;
  }

  .text-point {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .text-points {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    padding-top: 0;
    display: flex;
  }

  .bg-image.trending-music {
    top: -15%;
  }

  .bg-image.get-app {
    width: 100%;
  }

  .bg-image.large-gear-left {
    opacity: .16;
  }

  .bg-image.market-compare {
    width: 130%;
    max-width: none;
    top: -10%;
  }

  .bg-image.for-the-fans {
    width: 110%;
  }

  .bg-image.partners-2 {
    bottom: -40%;
  }

  .bg-image.team {
    width: 200%;
  }

  .bg-image.drops {
    width: 80%;
  }

  .bg-image.trending-music-map {
    margin-left: -55px;
    top: -15%;
  }

  .page {
    flex-flow: column;
    min-height: 100vh;
    margin: 0;
    padding: 0;
    display: flex;
    overflow-x: hidden;
  }

  .test {
    background-color: var(--night-life);
    height: 100px;
  }

  .paragraph-4 {
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .people-card-collection-item, .people-card {
    flex: none;
    justify-content: space-between;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .logo-card-con {
    flex: 1;
  }

  .text-page {
    flex-flow: column;
    min-height: 100vh;
    display: flex;
    overflow-x: hidden;
  }

  .partner-logo-con {
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    align-items: center;
  }
}

#w-node-_995f4449-0381-09b4-5872-426ef3b6c2ea-eb47f46c, #w-node-ab7028a2-a972-25a5-5d06-60a234f614a2-eb47f46c, #w-node-_0a30fc83-6163-d268-894e-6cb1589a433b-eb47f46c {
  place-self: start;
}


