@font-face {
  font-family: Baunk;
  src: url('../fonts/Baunk.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Biggerdisplay;
  src: url('../fonts/BiggerDisplay.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Ocr 010204 01";
  src: url('../fonts/OCR-010204-01.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Ocr 010204 02";
  src: url('../fonts/OCR-010204-02.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Ocr 010204 04";
  src: url('../fonts/OCR-010204-04.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: black;
  --white: white;
}

.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%;
}

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

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

@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 {
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  text-transform: none;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: "Ocr 010204 02", Arial, sans-serif;
  font-size: 38px;
  font-weight: 400;
  line-height: 1;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: "Ocr 010204 04", Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
}

h3 {
  letter-spacing: 1px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: "Ocr 010204 02", Arial, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: "Ocr 010204 02", Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
}

p {
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 200;
  line-height: 1.4;
}

a {
  color: #424242;
  text-decoration: underline;
}

.album-cover-art-img {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 16px;
  width: 256px;
  height: 256px;
  position: static;
  inset: -46% 0% 0%;
  box-shadow: 1px 1px 9px #00000024;
}

.album-content-container {
  z-index: 1;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  object-fit: fill;
  background-color: #0006;
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 730px;
  padding: 0 12px 19px;
  display: flex;
  position: relative;
}

.album-link-container {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  border-radius: 16px;
  flex-direction: column;
  width: 100%;
  margin-bottom: 16px;
  display: flex;
}

.album-service-link {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -webkit-backdrop-filter: blur(9px);
  backdrop-filter: blur(9px);
  color: #000;
  border: 1px #d8d8d8;
  border-radius: 12px;
  justify-content: space-between;
  align-items: center;
  padding-right: 16px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.album-service-link:hover {
  background-color: #ffffffc2;
  left: 9px;
  transform: none;
}

.album-service-link.glass {
  transition-duration: .3s;
}

.album-service-link.glass:hover {
  background-color: #ffffff73;
  margin-left: 26px;
  left: 0;
}

.album-service-link.glass:focus {
  outline-offset: 0px;
  outline: 2px solid #ffffff6e;
}

.album-service-name {
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
}

.album-header-container {
  justify-content: center;
  width: 100%;
  display: flex;
}

.album-header-container.glass {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  border-radius: 16px;
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  position: static;
}

.album-bg {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  min-height: 100vh;
  padding-top: 152px;
  padding-bottom: 16px;
  position: relative;
}

.album-bg.wishbringer {
  opacity: 1;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-repeat: repeat;
  background-size: cover;
  background-attachment: scroll;
  padding-top: 182px;
  padding-bottom: 64px;
}

.glass {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #ffffff2e;
  background-image: radial-gradient(circle at 0 110%, #fff0 68%, #ffffff47);
  box-shadow: inset 1px -1px 4px #ffffff24;
}

.album-info {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: center;
  padding-bottom: 27px;
  padding-left: 48px;
  padding-right: 48px;
  display: flex;
}

.album-service-image-container {
  background-color: #fff;
  border-radius: 8px;
  width: 64px;
  height: 64px;
  padding: 4px;
  overflow: hidden;
}

.album-embed-soundcloud {
  background-color: #fff;
  border-radius: 16px;
  width: 100%;
  padding: 11px;
}

.album-embed-spotify, .album-embed {
  width: 100%;
}

.cta-primary {
  color: #fff;
  letter-spacing: 1.1px;
  text-transform: uppercase;
  background-color: #000;
  border: 2px solid #00000059;
  border-radius: 20px;
  align-items: center;
  height: 40px;
  padding: 8px 16px;
  font-family: Inter, sans-serif;
  font-weight: 600;
  transition: all .2s;
  display: flex;
  box-shadow: 0 1px 11px #535353;
}

.cta-primary:hover {
  transform: scale(1.1);
  box-shadow: 0 1px 13px #2e2e2e;
}

.cta-primary:active, .cta-primary:focus {
  outline-offset: 1px;
  outline: 2px solid #fff;
}

.cta-primary.code.w--current {
  display: none;
}

.album-link-left {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  align-items: center;
  display: flex;
}

.album-link-cta-wrapper {
  display: flex;
}

.album-embeds-container {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: block;
}

.button-text {
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.album-cover-art {
  object-fit: fill;
  border-radius: 8px;
  width: 256px;
  height: 256px;
  margin-top: -128px;
  position: relative;
  box-shadow: 0 1px 8px #000;
}

.overlay-darken {
  z-index: 0;
  opacity: 1;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #fff0;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.form-subscribe {
  justify-content: space-around;
  align-items: center;
  width: 100%;
  display: flex;
}

.form-subscribe.glass {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border-radius: 16px;
  align-items: flex-end;
  padding: 16px;
}

.form-block {
  width: 100%;
}

.form-field {
  flex: 1;
}

.text-field {
  background-color: #ffffffc4;
  border-radius: 8px;
  height: 40px;
  margin-bottom: 0;
}

.form-field-label {
  font-family: Inter, sans-serif;
  font-weight: 400;
}

.form-fields-container {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex: 1;
  display: flex;
}

.html-embed {
  height: 100%;
}

.interaction-helper {
  z-index: 2147483647;
  position: absolute;
  inset: 24px 24px auto auto;
}

.interaction-helper.glass {
  border-radius: 8px;
  padding: 12px;
}

.text-block-2 {
  font-weight: 700;
}

.album-logotype {
  margin-top: 16px;
  margin-bottom: 16px;
}

.album-social-media-container {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: center;
  width: 100%;
  display: flex;
}

.button-icon {
  border-radius: 48px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-icon:focus {
  outline-offset: 0px;
  outline: 2px solid #ffffff8c;
}

.icon-24 {
  color: #fff;
  width: 24px;
  height: 24px;
}

.button-state {
  position: absolute;
  inset: 0%;
}

.nav {
  z-index: 100;
  background-image: linear-gradient(#000, #000 43%, #fff0);
  margin-top: 0;
  margin-bottom: 0;
  padding: 12px 16px 80px;
  position: sticky;
  top: 0;
}

.body-image-home {
  background-color: #000e06;
}

.index-release {
  padding: 8px 8px 16px;
}

.index-release.glass {
  color: #fff;
  background-color: #ffffff14;
  border: 2px #000000fa;
  border-radius: 12px;
  flex: 1;
  padding: 8px;
  text-decoration: none;
  transition: all .3s;
  overflow: hidden;
}

.index-release.glass:hover {
  box-shadow: inset 1px 4px 18px 11px #ffffff24;
}

.release-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-bottom: 16px;
  padding-left: 8px;
  padding-right: 8px;
  display: flex;
}

.h3-card {
  color: #fff;
  text-align: center;
  margin-top: 8px;
  margin-bottom: 15px;
  font-size: 23px;
}

.album-img {
  object-fit: cover;
  border-radius: 8px;
  width: 100%;
  position: relative;
}

.streaming-services-container {
  border-radius: 50px;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  padding: 4px 4px 0 20px;
  display: inline-block;
  position: relative;
  overflow: visible;
}

.streaming-services-container.glass {
  justify-content: center;
  min-width: 60px;
  min-height: 38px;
  margin-top: 24px;
  padding-bottom: 4px;
  display: flex;
}

.streaming-service-button {
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 48px;
  flex: none;
  margin-left: -16px;
  transition: all .2s;
  position: relative;
  overflow: hidden;
  box-shadow: -3px 0 3px #00000059;
}

.streaming-service-button:hover {
  z-index: 99999999;
  filter: none;
  padding-bottom: 0;
  transform: scale(1.5);
}

.icon-32 {
  color: #fff;
  border: 2px #fff;
  width: 32px;
  height: 32px;
  position: relative;
}

.album-cover-link {
  cursor: pointer;
  border: 2px solid #fff0;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  position: relative;
  box-shadow: 1px 1px 12px #00000085;
}

.album-cover-link:hover {
  border-style: solid;
  border-color: #ffffff36;
  border-radius: 8px;
  flex-direction: column;
  display: flex;
  box-shadow: 1px 1px 12px 3px #00000085;
}

.badge {
  color: #fff;
  text-transform: uppercase;
  background-color: #363636;
  border: 1px solid #0000004d;
  border-radius: 6px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 2px 12px;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  display: inline-block;
}

.badge.glass {
  border: 1px solid #ffffff61;
  font-weight: 500;
}

.album-meta {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: absolute;
  bottom: -12px;
}

.year {
  color: #fff;
  font-family: Inter, sans-serif;
  font-weight: 600;
  display: inline;
  position: static;
}

.div-block-2 {
  display: inline-block;
}

.collection-wrapper-social-media {
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.collection-item-social-media {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin: 6px;
  display: flex;
}

.collection-social-media {
  grid-column-gap: 1px;
  flex: 0 auto;
  justify-content: flex-start;
  width: 100%;
  display: flex;
}

.div-block-3 {
  padding-top: 24px;
  padding-bottom: 24px;
}

.text-block-4 {
  letter-spacing: 1.2px;
  margin-top: 8px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
}

.heading {
  color: #fff;
}

.card-bottom-container {
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-top: 8px;
  padding: 16px 8px;
  display: flex;
}

.release-video {
  border-radius: 16px;
  overflow: hidden;
}

.h1-display {
  color: #fff;
  margin-top: 12px;
  margin-bottom: 8px;
  padding-top: 0;
  font-family: "Ocr 010204 04", Arial, sans-serif;
  font-size: 40px;
  font-weight: 400;
  position: sticky;
}

.container {
  position: relative;
}

.release-date {
  text-transform: uppercase;
  margin-right: 24px;
  font-family: Inter, sans-serif;
  font-weight: 500;
}

.pre-link {
  color: #fff;
  align-items: center;
  height: 32px;
  text-decoration: none;
  display: flex;
}

.pre-link:hover {
  color: #e2e2e2;
}

.html-embed-2 {
  background-color: #000;
  width: 100vw;
  height: 110%;
}

.div-block-4 {
  width: 100vw;
  height: 100vh;
}

.heading-2 {
  text-align: center;
  font-family: Baunk, sans-serif;
}

.h4-section {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-bottom: 1px solid #fff;
  width: 100%;
  margin-bottom: 24px;
  padding-bottom: 16px;
}

.body {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: fixed;
}

.embed-container {
  opacity: 1;
  background-color: #fff0;
  width: 100%;
  height: 100vh;
  position: absolute;
  inset: 0%;
}

.back-button {
  z-index: 99999999;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 12px;
  display: flex;
  position: fixed;
  inset: 0% auto auto 0%;
}

.html-embed-3 {
  width: 100%;
  height: 120%;
}

.div-block-5 {
  background-image: url('../images/hoodoo-1.png');
  background-position: 50%;
  background-size: cover;
  height: 600px;
  margin-bottom: 53px;
  overflow: hidden;
}

.grid-promo {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-columns: 1fr 1fr;
  justify-items: center;
  position: relative;
  overflow: hidden;
}

.div-block-6 {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.collection-item {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: relative;
}

.image {
  position: absolute;
  inset: 0%;
}

.div-block-7 {
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.div-block-8 {
  width: 50%;
  height: 75%;
}

.card-form {
  background-color: #e7e7e7;
  border-radius: 8px;
  flex-direction: column;
  align-items: flex-start;
  width: 75%;
  padding: 24px;
  display: flex;
  position: relative;
}

.card-form.glass {
  grid-row-gap: 16px;
  flex: none;
  align-items: flex-start;
  height: auto;
  padding: 24px;
}

.card-form.z-1 {
  color: #000;
  background-color: #fff;
  width: 100%;
}

.is--white {
  color: #fff;
}

.card-cta--wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: wrap;
  flex: 0 auto;
  align-items: flex-end;
  margin-top: 24px;
  margin-bottom: 24px;
  display: flex;
}

.collection-list-wrapper {
  position: absolute;
  inset: 0%;
}

.body-grey {
  background-color: #cfcfcf;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
}

.heading-3 {
  margin-top: 0;
}

.promo-meta {
  grid-column-gap: 8px;
  align-items: center;
  margin-top: 0;
  display: flex;
  position: absolute;
  inset: 8px auto auto 8px;
}

.dropdown-toggle, .dropdown {
  width: 100%;
}

.button_container {
  grid-column-gap: 1px;
  background-color: #d1d1d1;
  border: 1px solid #a1a1a1;
  border-radius: 8px;
  display: flex;
  overflow: hidden;
}

.button_container.z-1 {
  z-index: 100;
}

.button-tab {
  color: #000;
  background-color: #fff;
  align-items: center;
  font-family: Inter, sans-serif;
  transition: background-color .2s;
  display: flex;
}

.button-tab:hover {
  color: #fff;
  background-color: #000;
}

.icon-16 {
  color: #fff;
  mix-blend-mode: difference;
  width: 16px;
  height: 16px;
}

.image-2 {
  border-radius: 8px;
  width: 75%;
}

.div-block-10 {
  grid-column-gap: 6px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.heading-6, .heading-7 {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
}

.z-1 {
  box-shadow: 0 3px 8px #00000024;
}

.paragraph {
  margin-top: 8px;
  margin-bottom: 0;
  font-weight: 500;
}

.heading-8 {
  margin-top: -5px;
  font-family: Baunk, sans-serif;
  font-size: 32px;
  font-weight: 400;
}

.div-block-11 {
  position: relative;
}

.image-3 {
  border-radius: 8px;
}

.link {
  color: #001eff;
  font-family: Inter, sans-serif;
  font-weight: 500;
}

.icon-24-2 {
  width: 24px;
  height: 24px;
}

.byline-link-text {
  opacity: .6;
  color: #fff;
  letter-spacing: 1px;
  object-fit: fill;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1;
  text-decoration: none;
  position: static;
}

.accordian {
  color: #fff;
  background-color: #ffffff14;
  border: 1px #aaa;
  border-radius: 40px;
  width: 100%;
  height: auto;
  margin-bottom: 12px;
  padding: 8px;
  font-size: 22px;
  transition: all .2s;
}

.accordian:hover {
  background-color: #ffffff1f;
}

.dropdown-list {
  outline-offset: 0px;
  background-color: #ddd0;
  outline: 3px #fff;
  padding: 3px;
  display: none;
  position: relative;
  overflow: hidden;
}

.dropdown-list.w--open {
  padding: 8px;
}

.link-icon {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 8px;
  display: flex;
}

.dropdown-toggle-2 {
  border-radius: 40px;
  width: 100%;
}

.dropdown-toggle-2:hover {
  background-color: #ffffff14;
}

.link-title {
  grid-column-gap: 20px;
  grid-row-gap: 11px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.link-group {
  grid-row-gap: 10px;
  border: 1px #636363;
  border-radius: 40px;
  flex-direction: column;
  align-items: stretch;
  margin-bottom: 0;
  padding: 24px 8px;
  transition: all .2s;
  display: flex;
}

.link-text {
  color: #fff;
  letter-spacing: 1px;
  object-fit: fill;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  position: static;
}

.grid {
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  align-items: center;
  display: flex;
}

.list-link {
  opacity: 1;
  background-color: #ffffff21;
  border: 1px solid #ffffff29;
  border-radius: 8px;
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 8px 16px 8px 8px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.list-link:hover {
  background-color: #ffffff57;
  border-style: solid;
  border-color: #ffffff52;
  text-decoration: none;
}

.accordian-heading {
  color: #fff;
}

.list-container {
  flex-direction: column;
  padding-top: 0;
  padding-left: 16px;
  padding-right: 16px;
  display: block;
}

.collection-list {
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}

.icon-link-page {
  object-fit: cover;
  border-radius: 8px;
  width: 48px;
  height: 48px;
}

.div-block-12 {
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.section-heading {
  padding-top: 48px;
  padding-bottom: 48px;
}

.youtube {
  margin-bottom: 28px;
}

.div-block-13 {
  grid-row-gap: 40px;
  border-radius: 80px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 0 8px 0 34px;
  display: flex;
  position: sticky;
  top: 0;
}

.html-embed-4 {
  width: 100%;
  margin-top: 24px;
}

.main-promo {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  -webkit-backdrop-filter: blur(40px);
  backdrop-filter: blur(40px);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  min-height: 100vh;
  padding-top: 48px;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.rich-text-block {
  column-count: 2;
  background-color: #f1f1f1;
  border-radius: 9px;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 12px 10px 11px 11px;
}

.paragraph-2 {
  color: #313131;
  margin-top: 24px;
  margin-bottom: 24px;
  font-size: 12px;
}

.container-main {
  max-width: 1440px;
  position: relative;
}

.div-block-14 {
  color: var(--black);
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.section {
  width: 100%;
}

.div-block-15 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  display: flex;
}

.copy-button {
  background-color: #00000008;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 11px;
  padding: 8px;
  font-size: 16px;
  text-decoration: none;
  display: flex;
}

.copy-button:hover {
  background-color: #0000001a;
}

.collection-list-2 {
  column-count: 2;
  background-color: #f0f0f0;
  border-radius: 10px;
  column-gap: 0;
  margin-top: 22px;
  margin-bottom: 16px;
  padding: 8px;
}

.collection-list-wrapper-2 {
  width: 100%;
}

.copy-container {
  border-radius: 4px;
  flex-direction: column;
  align-items: center;
  padding: 8px;
  display: flex;
}

.text-bc-code {
  padding: 11px;
  font-size: 16px;
}

.div-block-16 {
  z-index: 100;
  width: 100%;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
  position: sticky;
  top: 1px;
}

.collection-list-3 {
  flex-wrap: wrap;
  display: flex;
}

.section-more, .collection-list-wrapper-3 {
  margin-top: 40px;
}

.bigger-display {
  letter-spacing: 8px;
  font-family: Biggerdisplay, sans-serif;
  font-weight: 400;
}

.pattern {
  margin-bottom: -50px;
  display: block;
}

.container-2 {
  background-image: url('../images/Bside-poster.png');
  background-position: 0 0;
  background-size: auto;
  height: 100vh;
  padding-bottom: 24px;
  padding-left: 20px;
  padding-right: 21px;
}

.heading-9 {
  text-transform: none;
  font-family: "Ocr 010204 02", Arial, sans-serif;
}

.collection-list-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.heading-10 {
  line-height: 1.1;
}

.h2-section {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-bottom: 1px solid #ffffff2e;
  width: 100%;
  margin-bottom: 24px;
  padding-bottom: 16px;
}

@media screen and (max-width: 991px) {
  .album-content-container {
    z-index: 2147483647;
    padding-left: 12px;
    padding-right: 12px;
    position: relative;
  }

  .album-bg {
    position: relative;
  }

  .button-text {
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-weight: 500;
  }

  .overlay-darken {
    position: absolute;
    inset: 0%;
  }

  .embed-container {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    position: absolute;
    inset: 0%;
  }

  .back-button {
    flex-flow: row;
  }

  .div-block-5 {
    display: none;
  }

  .grid-promo {
    column-count: 2;
    grid-template-columns: 1fr 1fr;
    align-items: start;
    width: 100%;
  }

  .div-block-6, .div-block-7 {
    align-items: center;
  }

  .card-form.z-1, .div-block-11 {
    width: 100%;
  }

  .accordian {
    transition-duration: .3s;
  }

  .dropdown-toggle-2 {
    transition: all .425s;
  }

  .div-block-12 {
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 767px) {
  .album-link-container {
    margin-bottom: 16px;
  }

  .album-service-name {
    color: #fff;
  }

  .album-bg {
    padding-top: 256px;
    padding-bottom: 0;
  }

  .interaction-helper.glass {
    display: none;
  }

  .nav {
    padding-left: 16px;
    padding-right: 16px;
    position: relative;
  }

  .collection-social-media {
    flex-wrap: wrap;
  }

  .h1-display {
    font-size: 50px;
    line-height: 1;
  }

  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .back-button {
    width: 100%;
  }

  .grid-promo {
    grid-template-columns: 1fr;
  }

  .link-title {
    justify-content: flex-start;
  }

  .grid {
    flex-wrap: nowrap;
  }

  .div-block-12 {
    padding: 0 9px 0 17px;
  }

  .div-block-13 {
    grid-row-gap: 24px;
    padding-left: 16px;
  }

  .main-promo {
    height: auto;
  }
}

@media screen and (max-width: 479px) {
  .album-content-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .album-service-link {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    padding-right: 8px;
  }

  .album-service-name {
    font-size: 16px;
  }

  .album-service-image-container {
    flex: none;
  }

  .cta-primary {
    white-space: nowrap;
    font-size: 12px;
  }

  .album-link-left {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .button-text {
    font-size: 14px;
  }

  .body-image-home {
    background-size: auto;
  }

  .streaming-services-container.glass {
    padding-left: 4px;
  }

  .streaming-service-button {
    margin-left: 0;
    margin-right: 2px;
  }

  .collection-wrapper-social-media {
    width: 100%;
  }

  .collection-item-social-media {
    display: inline-block;
  }

  .collection-social-media {
    flex-wrap: wrap;
    flex: 1;
    align-content: flex-start;
    display: flex;
  }

  .container {
    padding-right: 16px;
  }

  .release-date {
    margin-left: 16px;
  }

  .back-button {
    width: 100%;
  }

  .grid-promo {
    grid-row-gap: 16px;
  }

  .div-block-6 {
    flex-direction: column;
    align-items: center;
    height: auto;
    margin-top: 18px;
  }

  .div-block-7 {
    padding-top: 55px;
  }

  .card-form {
    width: 96%;
  }

  .card-form.glass {
    width: 96%;
    margin-left: 0%;
  }

  .button_container {
    position: relative;
    top: 0;
    right: 0%;
  }

  .button_container.z-1 {
    flex-wrap: wrap;
  }

  .button-tab, .button-tab.w--current {
    flex: 1;
    justify-content: center;
  }

  .image-2 {
    width: 96%;
  }

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

  .div-block-10 {
    flex-wrap: wrap;
  }

  .image-3.z-1 {
    width: 100%;
  }

  .byline-link-text {
    text-align: left;
    height: auto;
  }

  .link-icon {
    flex: none;
    padding: 0;
  }

  .link-title {
    grid-row-gap: 7px;
    flex-wrap: wrap;
    flex: 0 auto;
  }

  .link-text {
    text-align: left;
    flex: 0 auto;
    height: auto;
    font-size: 16px;
  }

  .grid {
    grid-column-gap: 20px;
  }

  .list-link {
    padding: 8px 16px 8px 8px;
  }

  .list-container {
    padding: 15px 0;
  }

  .div-block-12 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-14 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .div-block-15 {
    flex-wrap: wrap;
  }

  .collection-list-2 {
    column-count: 1;
  }
}

#w-node-ef5821fe-8bb9-d8c0-dd57-0935b49fdaa5-963ef237, #w-node-_07d3d73f-a208-3378-3ed5-52070eee62ae-963ef237 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cda19240-4781-c139-4cf8-6e53421467ee-963ef239 {
  justify-self: start;
}

#w-node-_6ffe789a-680f-7a67-b6f5-25ca770351ca-963ef239 {
  justify-self: end;
}

#codes.w-node-b67eb436-da73-a7d7-cbcf-9a628697770f-963ef239 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: end;
}

#w-node-_2f184d1c-fcf2-f3cf-45ce-b1dbd2575cc6-963ef23e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_2f184d1c-fcf2-f3cf-45ce-b1dbd2575cc8-963ef23e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-e0ce1258-bba7-298a-b7bb-7f18fe5f9915-963ef23e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-e0ce1258-bba7-298a-b7bb-7f18fe5f9917-963ef23e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-cda19240-4781-c139-4cf8-6e53421467ee-963ef239 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: start;
  }

  #w-node-_6ffe789a-680f-7a67-b6f5-25ca770351ca-963ef239 {
    grid-area: 1 / 1 / 2 / 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_6ffe789a-680f-7a67-b6f5-25ca770351ca-963ef239 {
    grid-area: 1 / 1 / 2 / 3;
    justify-self: end;
  }

  #codes.w-node-b67eb436-da73-a7d7-cbcf-9a628697770f-963ef239 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: end;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_2f184d1c-fcf2-f3cf-45ce-b1dbd2575cc6-963ef23e {
    grid-column: span 2 / span 2;
  }

  #w-node-_2f184d1c-fcf2-f3cf-45ce-b1dbd2575cc8-963ef23e {
    grid-column: span 2 / span 2;
    justify-self: center;
  }

  #w-node-e0ce1258-bba7-298a-b7bb-7f18fe5f9915-963ef23e {
    grid-column: span 2 / span 2;
  }

  #w-node-e0ce1258-bba7-298a-b7bb-7f18fe5f9917-963ef23e {
    grid-column: span 2 / span 2;
    justify-self: center;
  }
}


@font-face {
  font-family: 'Baunk';
  src: url('../fonts/Baunk.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Biggerdisplay';
  src: url('../fonts/BiggerDisplay.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ocr 010204 01';
  src: url('../fonts/OCR-010204-01.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ocr 010204 02';
  src: url('../fonts/OCR-010204-02.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ocr 010204 04';
  src: url('../fonts/OCR-010204-04.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}