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

@font-face {
  font-family: Thedus Wide;
  src: url('../fonts/Thedus-WideLight.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}

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

@font-face {
  font-family: Thedus Condensed;
  src: url('../fonts/Thedus-CondensedLight.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}

:root {
  --white: white;
  --black: #000f08;
  --dark-slate-grey: #3d3f3c;
  --dark-magenta: #842f9e;
  --peru: #e0853b;
  --light-steel-blue: #aab9cf;
  --dark-slate-blue: #1b3c77;
}

body {
  color: var(--white);
  letter-spacing: 2px;
  cursor: none;
  font-family: Thedus Condensed, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
}

h1 {
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}

p {
  margin-bottom: 10px;
}

a {
  color: #1a3c77;
  text-decoration: underline;
}

img {
  max-width: 100%;
  display: inline-block;
}

.instructions---delete {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  min-height: 100vh;
  padding: 100px 12px;
  font-size: 17px;
  display: flex;
}

.instructions {
  flex-direction: column;
  width: 60vw;
  max-width: 600px;
  padding: 20px 30px;
  display: flex;
}

.ingredients-wrap {
  background-color: var(--black);
  border-radius: 15px;
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 0 20px 20px;
  display: flex;
  box-shadow: 0 0 12px #0000004d;
}

.column {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 33%;
  display: flex;
}

.column.with-lines {
  border-left: 1px solid #0003;
  border-right: 1px solid #0003;
}

.color-square {
  background-color: var(--dark-slate-grey);
  border-radius: 15px;
  width: 80px;
  height: 80px;
  margin: 8px;
  box-shadow: -1px 1px 3px 1px #0000004d;
}

.color-square._2 {
  background-color: var(--dark-magenta);
}

.color-square._3 {
  background-color: var(--peru);
}

.color-square._1 {
  background-color: var(--light-steel-blue);
}

.fixed-footer-nav-wrap {
  z-index: 9999;
  padding-bottom: 12px;
  padding-left: 12px;
  position: fixed;
  inset: auto auto 0% 0%;
}

.footer-nav {
  background-color: #eee;
  border-radius: 15px;
  flex-direction: column;
  justify-content: flex-end;
  display: flex;
  overflow: hidden;
  box-shadow: inset 0 0 6px #0000004d;
}

.menu-button {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  padding-left: 8px;
  padding-right: 8px;
  transition: background-color .2s;
  display: flex;
}

.menu-button:hover {
  background-color: #1a3c7733;
}

.source-block {
  border-left: 1px solid #00000026;
  padding: 2px 20px;
  text-decoration: none;
  transition: background-color .2s;
}

.source-block:hover {
  background-color: #1a3c7733;
  box-shadow: 0 0 5px -8px #0000004d;
}

.source-block.day-1 {
  background-color: var(--black);
}

.source-block-heading {
  color: var(--dark-slate-grey);
  text-transform: uppercase;
  border-bottom: 1px solid #00000026;
  margin-bottom: 2px;
  font-size: 8px;
  font-weight: 700;
  line-height: 16px;
}

.source-block-heading.day-1 {
  color: var(--white);
}

.source-block-name {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 300;
}

.source-block-name.day-1 {
  color: var(--white);
}

.footer-link-wrap {
  display: flex;
}

.lottie-animation {
  width: 36px;
  height: 36px;
}

.footer-menu {
  transform-origin: 50% 100%;
  flex-direction: column;
  align-items: stretch;
  display: none;
}

.footer-menu-link {
  text-align: left;
  text-transform: uppercase;
  border-bottom: 1px solid #00000026;
  border-left: 1px solid #0003;
  flex: 1;
  justify-content: center;
  padding: 8px;
  font-size: 18px;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

.footer-menu-link:hover {
  background-color: #1a3c7733;
}

.footer-menu-link.highlight {
  color: #eee;
  background-color: #1a3c77;
  flex: 1;
  justify-content: center;
  display: flex;
}

.footer-menu-link.highlight:hover {
  color: #1a3c77;
  background-color: #1a3c774d;
}

.footer-menu-link.highlight._2 {
  background-color: var(--peru);
}

.footer-menu-link.highlight._2:hover {
  color: var(--dark-slate-blue);
  background-color: #e0853b4d;
}

.instructions-text {
  max-width: 600px;
  margin-bottom: 20px;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 17px;
}

.instructions-text h1 {
  border-bottom: 1px solid #00000026;
  margin-bottom: 20px;
  padding-bottom: 20px;
  line-height: 120%;
}

.instructions-text a:hover {
  color: #e23521;
}

.instructions-text li {
  margin-bottom: 8px;
}

.instructions-text.center {
  text-align: center;
  max-width: 700px;
}

.button {
  cursor: none;
  border: 1px solid #000;
  justify-content: center;
  max-width: 200px;
  padding-left: 13px;
  padding-right: 13px;
  transition: background-color .2s;
  display: flex;
}

.button:hover {
  border-color: var(--peru);
  background-color: var(--peru);
}

.button._2 {
  background-color: var(--light-steel-blue);
  color: var(--dark-slate-blue);
  margin-left: 12px;
}

.home-link-wrap {
  z-index: 9999;
  padding: 11px;
  position: fixed;
}

.home-link {
  background-color: #eee;
  border-radius: 15px;
  padding: 12px;
  transition: background-color .2s;
  box-shadow: inset 1px 0 8px #0000004d;
}

.home-link:hover {
  background-color: #1a3c7733;
}

.home-icon {
  width: 24px;
}

.div-block-4 {
  justify-content: center;
  width: 100%;
  margin-bottom: 16px;
  display: flex;
}

.column-wrap {
  width: 100%;
  margin-top: 20px;
  display: flex;
}

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

.column-header {
  text-transform: uppercase;
  border-bottom: 1px solid #0003;
  justify-content: center;
  width: 100%;
  margin-bottom: 4px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 18px;
  font-weight: 400;
  display: flex;
}

.menu-bottom {
  flex-wrap: wrap;
  display: flex;
}

.menu-top {
  display: flex;
}

.cta {
  background-color: var(--peru);
  border-radius: 5px;
}

.submit-btn {
  z-index: 900;
  margin-top: 12px;
  margin-right: 12px;
  position: fixed;
  inset: 0% 0% auto auto;
}

.spacer {
  background-color: #0003;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
}

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

.submit-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  min-height: 100vh;
  padding-top: 100px;
  padding-right: 12px;
  display: grid;
}

.grid-left {
  padding: 60px 40px 40px;
  position: relative;
}

.masthead {
  flex-direction: column;
  width: 60vw;
  max-width: 600px;
  padding: 20px 30px;
  display: flex;
}

.masthead.form {
  padding-top: 30px;
}

.div-block-11 {
  display: flex;
}

.rich-text-block {
  margin-top: 30px;
  margin-bottom: 30px;
}

.container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 7.14286% 7.14286% 7.14286% 7.14286% 7.14286% 7.14286% 7.14286% 7.14286% 7.14286% 7.14286% 7.14286% 7.14286% 7.14286% 7.14286%;
  grid-auto-columns: 7.14286%;
  place-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.container.full-height {
  grid-auto-columns: 7.14286%;
  place-items: center start;
  height: 100%;
}

.grid-line {
  background-color: #aab9cf0d;
  width: 1px;
  height: 100%;
}

.bg-wrap {
  z-index: -1;
  position: fixed;
  inset: 0%;
}

.body {
  background-color: var(--black);
}

.hero-section {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.hero-section.ghost {
  height: auto;
  margin-top: 150px;
  margin-left: 50px;
  margin-right: 50px;
  display: block;
}

.nav-link {
  height: 100%;
  color: var(--white);
  letter-spacing: 3px;
  white-space: nowrap;
  cursor: pointer;
  align-items: center;
  padding-left: 5px;
  font-size: 17px;
  text-decoration: none;
  transition: opacity .2s;
  display: flex;
}

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

.logo {
  flex: 1;
  text-decoration: none;
}

.logo.w--current {
  flex: 1;
}

.navbar {
  background-color: #0000;
  flex-direction: row;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.navbar.fixed {
  background-color: var(--black);
  border-top: 1px #000;
  height: 60px;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  position: fixed;
}

.hero-text {
  color: #eee;
  letter-spacing: 8px;
  font-family: Thedus Wide, sans-serif;
  font-size: 7vw;
  font-weight: 400;
  line-height: 80%;
}

.hero-text.top {
  margin-bottom: 0;
  font-family: Thedus Wide, sans-serif;
  font-weight: 300;
  line-height: 90%;
}

.fade-wrap {
  position: relative;
  overflow: hidden;
}

.fade-wrap.full-width, .img, .image-wrap {
  width: 100%;
}

.gradient {
  background-image: linear-gradient(264deg, var(--black) 50%, transparent);
  position: absolute;
  inset: 0%;
}

.lottie-animation-2 {
  width: 300px;
}

.paragraph-large {
  color: var(--white);
  justify-content: center;
  align-items: center;
  font-family: Oswald, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
  display: flex;
}

.anim-2 {
  z-index: 2;
  width: 100%;
  height: 80vh;
  position: relative;
}

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

.section.stretch {
  align-items: stretch;
}

.section.more-padding {
  padding-top: 140px;
  padding-bottom: 140px;
}

.section.more-padding.about {
  min-height: auto;
  padding-top: 50px;
  padding-bottom: 50px;
}

.section.top-padding {
  margin-top: 0;
}

.h2 {
  letter-spacing: 3px;
  margin-bottom: 40px;
  font-size: 56px;
  font-weight: 300;
  line-height: 50px;
}

.h2.bold {
  font-weight: 400;
}

.h2.no-padding {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
}

.callout-text {
  color: var(--white);
  letter-spacing: 4px;
  justify-content: center;
  align-items: center;
  font-family: Thedus Wide, sans-serif;
  font-size: 30px;
  font-weight: 400;
  display: flex;
}

.text-wrapper {
  max-width: 500px;
}

.text-wrapper.fade-wrap {
  max-width: 600px;
}

.text-wrapper.fade-wrap.top-margin {
  margin-top: 40px;
}

.text-wrapper.fade-wrap.top-margin.more {
  margin-top: 100px;
}

.text-wrapper.fade-wrap.top-margin.hide {
  display: none;
}

.center-align {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.paragraph {
  font-family: Oswald, sans-serif;
  font-weight: 300;
}

.paragraph.dark.no-padding {
  margin-bottom: 0;
}

.number-wrap {
  display: flex;
}

.number-wrap.margin-bottom {
  margin-bottom: 10px;
}

.number-wrap.vertical {
  flex-direction: column;
  align-items: flex-start;
}

.number-wrap.left-padding {
  padding-left: 5px;
}

.numbers {
  color: var(--peru);
  text-transform: uppercase;
  align-self: center;
  margin-left: 0;
  font-family: Oswald, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 100%;
}

.daddy-text {
  font-family: Thedus Wide, sans-serif;
  font-size: 30vh;
  font-weight: 400;
  line-height: 20vh;
}

.daddy-text.orange {
  color: var(--peru);
}

.board-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.text-board {
  margin-bottom: 40px;
}

.the {
  margin-bottom: 15px;
}

.svg-text {
  height: 9vw;
  min-height: 50px;
}

.svg-text.board, .svg-text.the {
  margin-bottom: 30px;
}

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

.icon {
  width: 28px;
}

.icon.large {
  width: 50px;
}

.subtitle {
  color: var(--light-steel-blue);
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: Oswald, sans-serif;
}

.card-wrap {
  width: 100%;
}

.card-wrap.fade-wrap.hide {
  display: none;
}

.card-text-wrap {
  background-color: var(--white);
  padding: 21px 30px;
}

.card-text-wrap.horizontal {
  justify-content: space-between;
  display: flex;
}

.h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Thedus Wide, sans-serif;
  font-size: 40px;
  font-weight: 400;
}

.h3.dark {
  color: var(--black);
  text-transform: uppercase;
  font-family: Oswald, sans-serif;
  font-weight: 600;
  line-height: 45px;
}

.dark {
  color: var(--black);
}

.cta-text {
  color: var(--black);
  text-transform: uppercase;
  margin-top: 5px;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 18px;
}

.heading {
  color: #eee;
  letter-spacing: 4px;
  font-size: 20px;
}

.heading.dark {
  color: var(--black);
}

.heading.dark.left-padding {
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-left: -2px;
  padding-left: 10px;
  font-family: Oswald, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.hero-text-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.cursor-wrapper {
  z-index: 200;
  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;
  display: flex;
  position: fixed;
  inset: 0%;
}

.cursor-dot {
  background-color: #fff;
  border-radius: 50%;
  width: 10px;
  height: 10px;
}

.cursor-circle {
  opacity: .7;
  border: 1px solid #fff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  position: absolute;
}

.bg-video {
  z-index: -1;
  opacity: .6;
}

.bg-video.mask {
  z-index: -3;
  width: 100%;
}

.text-bg {
  z-index: -1;
  position: absolute;
}

.color-text {
  color: var(--peru);
}

.modal {
  z-index: 50;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.modal-wrapper {
  background-color: var(--dark-magenta);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 60px;
  display: flex;
  position: relative;
}

.close-button {
  width: 30px;
  position: absolute;
  inset: 15px 15px auto auto;
}

.hero-fade {
  position: static;
  overflow: hidden;
}

.rich-text-block-2 {
  color: var(--black);
}

.image {
  width: 100%;
}

._50-opacity {
  z-index: -1;
  opacity: .5;
  position: relative;
}

.bg-text-wrap {
  margin-top: 40px;
  padding-right: 50px;
  display: flex;
}

.bg-text-wrap.margin-bottom {
  margin-bottom: 40px;
}

.bg-text-wrap.vertical {
  flex-direction: column;
  align-items: flex-start;
}

.bg-text-wrap.left-padding {
  padding-left: 5px;
}

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

.hero-lottie {
  z-index: -1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  transform: scale(1.3);
}

.band-name {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-family: Oswald, sans-serif;
  font-size: 24px;
  font-weight: 400;
  text-decoration: none;
}

.record-columns {
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
}

.cover {
  padding-left: 30px;
  padding-right: 50px;
}

.album-cover {
  max-width: 400px;
  margin-bottom: 30px;
}

.record-info {
  padding-left: 50px;
  padding-right: 0;
}

.album-title {
  font-family: Oswald, sans-serif;
}

.album-title.home {
  margin-top: 30px;
  margin-bottom: 10px;
}

.album-title.releases {
  margin-bottom: 70px;
}

.album-details {
  text-align: left;
  font-family: Oswald, sans-serif;
  font-size: 15px;
  line-height: 26px;
}

.album-details.no-col {
  max-width: 920px;
  margin-bottom: 70px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 500px;
}

.menu-btn {
  position: absolute;
  inset: 0% auto 0% 50px;
}

.menu-btn.w--open {
  background-color: #0000;
}

.link-block {
  display: flex;
}

.burger {
  margin-top: -6px;
  font-size: 35px;
}

.code-embed {
  margin-top: 65px;
}

.nav-links {
  color: var(--white);
  padding-left: 75px;
  font-family: Oswald, sans-serif;
  font-size: 16px;
}

.nav-links.w--current {
  color: var(--peru);
}

.nav-menu {
  background-color: var(--black);
  padding-top: 30px;
  padding-bottom: 30px;
}

.form-block {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.submit-button {
  background-color: var(--peru);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 30px;
  padding: 12px 35px 16px;
  font-family: Oswald, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.field-label {
  margin-bottom: 7px;
  font-family: Oswald, sans-serif;
}

.text-field {
  height: 50px;
  color: var(--dark-slate-grey);
  letter-spacing: 1px;
  margin-bottom: 30px;
  font-family: Oswald, sans-serif;
  font-size: 16px;
}

.textarea {
  min-height: 200px;
  color: var(--dark-slate-grey);
  letter-spacing: 1px;
  font-family: Oswald, sans-serif;
  font-size: 16px;
}

.textarea::placeholder {
  color: var(--dark-slate-grey);
  letter-spacing: 2px;
  font-family: Oswald, sans-serif;
  font-size: 16px;
}

.contact-form {
  margin-top: 30px;
}

.social-container {
  position: absolute;
  inset: 22px 68px 0% auto;
}

.social-container.footer {
  text-align: center;
  padding-top: 0;
  padding-bottom: 0;
  position: static;
}

.social-icon {
  width: 18px;
  margin-left: 5px;
  margin-right: 5px;
}

.social-icon.footer {
  width: 25px;
  margin-left: 10px;
  margin-right: 5px;
  padding-top: 0;
  padding-bottom: 0;
}

.footer {
  padding-top: 75px;
  padding-bottom: 75px;
}

.copyright {
  text-align: center;
  margin-top: 25px;
  font-family: Oswald, sans-serif;
  font-size: 12px;
}

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

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.band-pic {
  height: 80vh;
  position: absolute;
}

.text-block-3 {
  font-family: Oswald, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.text-block-3.error {
  color: var(--dark-magenta);
}

.success-message {
  background-color: #0000;
  padding-top: 50px;
}

@media screen and (min-width: 1280px) {
  .menu-btn {
    left: 100px;
  }

  .nav-links {
    padding-left: 125px;
  }

  .nav-links:hover {
    color: var(--peru);
  }

  .social-container {
    right: 118px;
  }

  .copyright {
    font-family: Oswald, sans-serif;
  }

  .band-pic {
    height: 90vh;
  }
}

@media screen and (max-width: 991px) {
  .instructions {
    width: 70vw;
  }

  .column {
    max-width: 100%;
  }

  .column.with-lines {
    border-left-style: none;
    border-right-style: none;
  }

  .column-wrap {
    flex-direction: column;
  }

  .container.img-2-container {
    height: 100%;
  }

  .hero-section.ghost {
    margin-top: 100px;
    margin-left: 30px;
    margin-right: 30px;
  }

  .navbar {
    align-items: center;
    padding-top: 37px;
    padding-bottom: 37px;
  }

  .hero-text {
    text-align: center;
    font-size: 6vw;
  }

  .cover {
    padding-left: 0;
    padding-right: 0;
  }

  .album-cover {
    max-width: 500px;
  }

  .record-info {
    padding-left: 0;
  }

  .album-title {
    margin-top: 0;
  }

  .album-details.no-col {
    margin-top: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .menu-btn, .menu-btn.w--open {
    left: 12px;
  }

  .code-embed {
    margin-top: 30px;
  }

  .nav-links {
    padding-left: 35px;
  }

  .social-container {
    right: 30px;
  }
}

@media screen and (max-width: 767px) {
  .instructions {
    width: 80vw;
  }

  .masthead.form {
    width: auto;
  }

  .hero-section.ghost {
    margin-top: 90px;
  }

  .anim-2 {
    height: 50vh;
  }

  .section.top-padding {
    margin-top: 0;
  }

  .section.lottie {
    min-height: 50vh;
    margin-top: 70px;
  }

  .h3.dark {
    font-size: 30px;
    line-height: 36px;
  }

  .cta-text {
    font-size: 16px;
  }

  .bg-video {
    height: 80%;
  }

  .image {
    margin-top: 50px;
  }

  .img2 {
    height: 100%;
    transform: rotate(0);
  }

  .album-title {
    font-size: 32px;
    line-height: 40px;
  }

  .menu-btn, .menu-btn.w--open {
    left: 0;
  }

  .social-container {
    right: 20px;
  }

  .heading-2 {
    font-size: 32px;
    line-height: 40px;
  }

  .band-pic {
    max-width: 70%;
    height: auto;
  }
}

@media screen and (max-width: 479px) {
  .instructions {
    width: 90vw;
    padding-left: 0;
    padding-right: 0;
  }

  .ingredients-wrap {
    max-width: 100vw;
  }

  .fixed-footer-nav-wrap {
    padding-bottom: 0;
    padding-left: 0;
  }

  .footer-nav {
    border-radius: 0;
  }

  .source-block {
    padding-left: 10px;
    padding-right: 10px;
  }

  .source-block-name {
    font-size: 10px;
    line-height: 13px;
  }

  .instructions-text h1 {
    font-size: 30px;
  }

  .button {
    max-width: 100%;
  }

  .button._2 {
    margin-top: 12px;
    margin-left: 0;
  }

  .button.cursor-hover {
    padding-left: 3px;
    padding-right: 3px;
  }

  .div-block-10 {
    flex-direction: column;
  }

  .submit-grid {
    padding-right: 0;
  }

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

  .masthead.form {
    width: auto;
  }

  .container.img-2-container {
    margin-top: 50px;
  }

  .hero-section.ghost {
    margin-left: 20px;
    margin-right: 20px;
  }

  .hero-section.home {
    height: 50vh;
  }

  .logo-navbar {
    flex: 1;
    width: 90%;
    margin-right: 30px;
  }

  .paragraph-large {
    font-size: 16px;
    line-height: 26px;
  }

  .anim-2 {
    height: 50vh;
  }

  .section.top-padding.releases {
    min-height: auto;
    margin-top: 30px;
  }

  .section.lottie {
    min-height: 50vh;
  }

  .numbers {
    line-height: 26px;
  }

  .card-text-wrap.horizontal.cursor-dark {
    padding: 15px;
  }

  .h3.dark {
    font-size: 28px;
    line-height: 30px;
  }

  .cta-text {
    line-height: 16px;
  }

  .heading.dark.left-padding {
    margin-left: 2px;
  }

  .img2 {
    object-fit: cover;
    height: 70vw;
  }

  .band-name {
    letter-spacing: 1.5px;
    font-size: 19px;
  }

  .album-cover {
    max-width: 100%;
  }

  .album-title, .album-title.home, .album-title.releases {
    font-size: 26px;
    line-height: 32px;
  }

  .album-details.no-col {
    margin-bottom: 50px;
  }

  .menu-btn {
    padding-top: 15px;
    left: 0;
  }

  .menu-btn.w--open {
    padding-top: 14px;
  }

  .nav-links {
    padding-left: 25px;
  }

  .submit-button {
    font-size: 16px;
    line-height: 18px;
  }

  .text-field {
    height: 40px;
  }

  .textarea {
    min-height: 150px;
  }

  .social-container {
    margin-top: -1px;
    top: 19px;
    right: 18px;
  }

  .heading-2 {
    font-size: 26px;
    line-height: 32px;
  }

  .band-pic {
    max-width: 70%;
    margin-left: 15%;
  }

  .arrow {
    max-width: 90%;
  }
}

#w-node-d15ba7df-329c-cf62-7242-258208318393-84c1cfec {
  grid-area: 1 / 3 / 2 / 13;
  place-self: center;
}

#w-node-_2089bd39-df7f-c3ce-09f9-550cee33efe6-84c1cfec {
  grid-area: 2 / 3 / 3 / 13;
  place-self: center;
}

#w-node-_4e9e63cc-1eba-7884-2aba-9d3820c50f79-84c1cfec {
  grid-area: 1 / 1 / 3 / 15;
}

#w-node-e5663a09-f6d6-2fb6-f383-4dfee9f84fb6-84c1cfec {
  grid-area: 1 / 1 / 3 / 15;
  align-self: center;
}

#w-node-_70b311bc-59d6-24de-ada7-4d48be5ae536-84c1cfec {
  grid-area: 1 / 2 / 2 / 7;
  align-self: end;
}

#w-node-c7f73055-2c90-c2c3-d351-3b13fd2abe7f-84c1cfec {
  grid-area: 2 / 2 / 3 / 7;
  align-self: start;
}

#w-node-_91732e28-59ed-34d6-ccd3-c2825694b466-84c1cfec {
  grid-area: 1 / 8 / 3 / 14;
  align-self: center;
}

#w-node-c2d2cb61-8878-876d-cd69-0d4d4bf13227-84c1cfec {
  grid-area: 4 / 2 / 5 / 14;
}

#w-node-c2d2cb61-8878-876d-cd69-0d4d4bf13236-84c1cfec {
  grid-area: 5 / 2 / 6 / 6;
}

#w-node-c2d2cb61-8878-876d-cd69-0d4d4bf13240-84c1cfec {
  grid-area: 5 / 6 / 6 / 10;
}

#w-node-c2d2cb61-8878-876d-cd69-0d4d4bf1324a-84c1cfec {
  grid-area: 5 / 10 / 6 / 15;
}

#w-node-c2d2cb61-8878-876d-cd69-0d4d4bf13254-84c1cfec {
  grid-area: 6 / 2 / 7 / 6;
}

#w-node-c2d2cb61-8878-876d-cd69-0d4d4bf1325e-84c1cfec {
  grid-area: 6 / 6 / 7 / 10;
}

#w-node-c2d2cb61-8878-876d-cd69-0d4d4bf13268-84c1cfec {
  grid-area: 6 / 10 / 7 / 15;
}

#w-node-c2d2cb61-8878-876d-cd69-0d4d4bf13272-84c1cfec {
  grid-area: 7 / 2 / 8 / 6;
}

#w-node-c2d2cb61-8878-876d-cd69-0d4d4bf1327c-84c1cfec {
  grid-area: 7 / 6 / 8 / 10;
}

#w-node-c2d2cb61-8878-876d-cd69-0d4d4bf13286-84c1cfec {
  grid-area: 7 / 10 / 8 / 15;
}

#w-node-c2d2cb61-8878-876d-cd69-0d4d4bf13290-84c1cfec {
  grid-area: 8 / 2 / 9 / 6;
}

#w-node-c2d2cb61-8878-876d-cd69-0d4d4bf1329b-84c1cfec {
  grid-area: 8 / 6 / 9 / 10;
}

#w-node-c2d2cb61-8878-876d-cd69-0d4d4bf132a6-84c1cfec {
  grid-area: 8 / 10 / 9 / 15;
}

#w-node-c2d2cb61-8878-876d-cd69-0d4d4bf132b1-84c1cfec {
  grid-area: 1 / 8 / 3 / 14;
  align-self: center;
}

#w-node-_4fb409d3-8605-6b80-9433-332ec31c0e01-84c1cfec {
  grid-area: 1 / 1 / 2 / 15;
  justify-self: end;
}

#w-node-_64500fad-79dc-1013-ac82-0438e063b1f0-84c1cfec {
  grid-area: 1 / 2 / 2 / 5;
  justify-self: start;
}

#w-node-_2e6aa1ae-7ed7-c4a9-6f92-1cd2aa938698-84c1cfec {
  grid-area: 2 / 2 / 3 / 9;
}

#w-node-_418f4a46-dc28-522c-eeba-9c36567d5114-84c1cfec {
  grid-area: 2 / 8 / 3 / 15;
}

#w-node-_8df1206b-5af8-f1c0-3dec-321e42c4c79d-42c4c79a {
  grid-area: 1 / 2 / 2 / 14;
  place-self: center;
}

#w-node-_6ae83728-3b80-ab9a-c79c-3b74409c68ba-2157231e {
  grid-area: 1 / 4 / 2 / 12;
  place-self: center;
}

#w-node-c7b87996-2721-2d96-d549-1ce5318d3ed9-51eeb713 {
  grid-area: 1 / 2 / 2 / 14;
  place-self: center;
}

#w-node-d15ba7df-329c-cf62-7242-258208318393-51eeb713 {
  grid-area: 1 / 3 / 2 / 13;
  place-self: center;
}

#w-node-_2089bd39-df7f-c3ce-09f9-550cee33efe6-51eeb713 {
  grid-area: 2 / 3 / 3 / 13;
  place-self: center;
}

#w-node-_4e9e63cc-1eba-7884-2aba-9d3820c50f79-51eeb713 {
  grid-area: 1 / 1 / 3 / 15;
}

#w-node-e5663a09-f6d6-2fb6-f383-4dfee9f84fb6-51eeb713 {
  grid-area: 1 / 1 / 3 / 15;
  align-self: center;
}

#w-node-_70b311bc-59d6-24de-ada7-4d48be5ae536-51eeb713 {
  grid-area: 1 / 2 / 2 / 7;
  align-self: end;
}

#w-node-c7f73055-2c90-c2c3-d351-3b13fd2abe7f-51eeb713 {
  grid-area: 2 / 2 / 3 / 6;
}

#w-node-c22c6d16-c870-8213-2de5-b6a6f3035fb3-51eeb713 {
  grid-area: 5 / 2 / 6 / 6;
}

#w-node-a4c0da67-9db3-e2a8-c818-17095527b885-51eeb713 {
  grid-area: 4 / 2 / 5 / 14;
}

#w-node-_49ce0d15-319c-3ce8-90c3-3c6cf4841174-51eeb713 {
  grid-area: 5 / 6 / 6 / 10;
}

#w-node-_52080ede-b7d9-0859-671f-d8d35d487fa0-51eeb713 {
  grid-area: 5 / 10 / 6 / 15;
}

#w-node-_03d205a1-9baf-a437-d0b8-eb5442bdece5-51eeb713 {
  grid-area: 6 / 2 / 6 / 6;
}

#w-node-_5dd0a0dc-8847-08f8-efd5-ac18ad0b0b22-51eeb713 {
  grid-area: 6 / 6 / 7 / 10;
}

#w-node-_2e45f007-8329-da7b-6aaa-3317feaffb62-51eeb713 {
  grid-area: 6 / 10 / 7 / 15;
}

#w-node-_8040105a-72a6-31e0-ab34-f6a41676bece-51eeb713 {
  grid-area: 7 / 2 / 8 / 6;
}

#w-node-e713d56b-e865-6283-3eb1-74b1ce235dbc-51eeb713 {
  grid-area: 7 / 6 / 8 / 10;
}

#w-node-_6ebfc3db-9b29-6718-a472-948e93f841e6-51eeb713 {
  grid-area: 7 / 10 / 8 / 15;
}

#w-node-_16f2f0cb-96a8-d87f-bd02-f74d1c0f9b46-51eeb713 {
  grid-area: 8 / 2 / 9 / 6;
}

#w-node-a010d5f6-ce47-812d-5a1f-a3a88e77e82a-51eeb713 {
  grid-area: 8 / 6 / 9 / 10;
}

#w-node-_947abf79-09fb-63bc-e5f9-c4ce711cabbc-51eeb713 {
  grid-area: 8 / 10 / 9 / 15;
}

#w-node-a06d5ae0-81e5-927a-ecfe-2888936c04ae-51eeb713 {
  grid-area: 9 / 2 / 10 / 6;
}

#w-node-fa4da57f-dd5c-104e-a6b9-3b92c5d32957-51eeb713 {
  grid-area: 9 / 6 / 10 / 10;
}

#w-node-_91732e28-59ed-34d6-ccd3-c2825694b466-51eeb713 {
  grid-area: 1 / 8 / 3 / 14;
}

#w-node-_4fb409d3-8605-6b80-9433-332ec31c0e01-51eeb713 {
  grid-area: 1 / 5 / 2 / 14;
  justify-self: end;
}

#w-node-ae09e771-b289-59e6-78e7-c50272e255e6-51eeb713 {
  grid-area: 1 / 2 / 2 / 12;
}

#w-node-_2e6aa1ae-7ed7-c4a9-6f92-1cd2aa938698-51eeb713 {
  grid-area: 1 / 1 / 2 / 8;
}

#w-node-_418f4a46-dc28-522c-eeba-9c36567d5114-51eeb713 {
  grid-area: 2 / 8 / 3 / 15;
}

#w-node-_6ae83728-3b80-ab9a-c79c-3b74409c68ba-51eeb713 {
  grid-area: 1 / 4 / 2 / 12;
  place-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_2e6aa1ae-7ed7-c4a9-6f92-1cd2aa938698-84c1cfec {
    grid-column-end: 11;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_70b311bc-59d6-24de-ada7-4d48be5ae536-84c1cfec {
    grid-area: 1 / 2 / 2 / 14;
    align-self: end;
  }

  #w-node-c7f73055-2c90-c2c3-d351-3b13fd2abe7f-84c1cfec {
    grid-area: 2 / 2 / 3 / 14;
  }

  #w-node-_91732e28-59ed-34d6-ccd3-c2825694b466-84c1cfec {
    grid-area: 3 / 2 / 4 / 14;
  }

  #w-node-c2d2cb61-8878-876d-cd69-0d4d4bf13227-84c1cfec {
    grid-row: 4 / 5;
  }

  #w-node-c2d2cb61-8878-876d-cd69-0d4d4bf13236-84c1cfec {
    grid-area: 7 / 2 / 8 / 14;
  }

  #w-node-c2d2cb61-8878-876d-cd69-0d4d4bf13240-84c1cfec {
    grid-area: 8 / 2 / 9 / 14;
  }

  #w-node-c2d2cb61-8878-876d-cd69-0d4d4bf1324a-84c1cfec {
    grid-area: 9 / 2 / 10 / 14;
  }

  #w-node-c2d2cb61-8878-876d-cd69-0d4d4bf13254-84c1cfec {
    grid-area: 10 / 2 / 11 / 14;
  }

  #w-node-c2d2cb61-8878-876d-cd69-0d4d4bf1325e-84c1cfec {
    grid-area: 11 / 2 / 12 / 14;
  }

  #w-node-c2d2cb61-8878-876d-cd69-0d4d4bf13268-84c1cfec {
    grid-area: 12 / 2 / 13 / 14;
  }

  #w-node-c2d2cb61-8878-876d-cd69-0d4d4bf13272-84c1cfec {
    grid-area: 13 / 2 / 14 / 14;
  }

  #w-node-c2d2cb61-8878-876d-cd69-0d4d4bf1327c-84c1cfec {
    grid-area: 14 / 2 / 15 / 14;
  }

  #w-node-c2d2cb61-8878-876d-cd69-0d4d4bf13286-84c1cfec {
    grid-area: 15 / 2 / 16 / 14;
  }

  #w-node-c2d2cb61-8878-876d-cd69-0d4d4bf13290-84c1cfec {
    grid-area: 16 / 2 / 17 / 14;
  }

  #w-node-c2d2cb61-8878-876d-cd69-0d4d4bf1329b-84c1cfec, #w-node-c2d2cb61-8878-876d-cd69-0d4d4bf132a6-84c1cfec {
    grid-area: 17 / 2 / 18 / 14;
  }

  #w-node-c2d2cb61-8878-876d-cd69-0d4d4bf132b1-84c1cfec {
    grid-area: 1 / 2 / 2 / 14;
  }

  #w-node-_4fb409d3-8605-6b80-9433-332ec31c0e01-84c1cfec {
    grid-column-end: 14;
  }

  #w-node-_2e6aa1ae-7ed7-c4a9-6f92-1cd2aa938698-84c1cfec {
    grid-area: 1 / 2 / 2 / 14;
  }

  #w-node-_418f4a46-dc28-522c-eeba-9c36567d5114-84c1cfec {
    grid-area: 2 / 1 / 3 / 15;
  }

  #w-node-_70b311bc-59d6-24de-ada7-4d48be5ae536-51eeb713 {
    grid-area: 2 / 2 / 3 / 14;
    align-self: end;
  }

  #w-node-c7f73055-2c90-c2c3-d351-3b13fd2abe7f-51eeb713 {
    grid-area: 3 / 2 / 4 / 14;
  }

  #w-node-c22c6d16-c870-8213-2de5-b6a6f3035fb3-51eeb713 {
    grid-area: 5 / 2 / 6 / 14;
  }

  #w-node-a4c0da67-9db3-e2a8-c818-17095527b885-51eeb713 {
    grid-row: 4 / 5;
  }

  #w-node-_49ce0d15-319c-3ce8-90c3-3c6cf4841174-51eeb713 {
    grid-area: 6 / 2 / 7 / 14;
  }

  #w-node-_52080ede-b7d9-0859-671f-d8d35d487fa0-51eeb713 {
    grid-area: 7 / 2 / 8 / 14;
  }

  #w-node-_03d205a1-9baf-a437-d0b8-eb5442bdece5-51eeb713 {
    grid-area: 8 / 2 / 9 / 14;
  }

  #w-node-_5dd0a0dc-8847-08f8-efd5-ac18ad0b0b22-51eeb713 {
    grid-area: 9 / 2 / 10 / 14;
  }

  #w-node-_2e45f007-8329-da7b-6aaa-3317feaffb62-51eeb713 {
    grid-area: 10 / 2 / 11 / 14;
  }

  #w-node-_8040105a-72a6-31e0-ab34-f6a41676bece-51eeb713 {
    grid-area: 11 / 2 / 12 / 14;
  }

  #w-node-e713d56b-e865-6283-3eb1-74b1ce235dbc-51eeb713 {
    grid-area: 12 / 2 / 13 / 14;
  }

  #w-node-_6ebfc3db-9b29-6718-a472-948e93f841e6-51eeb713 {
    grid-area: 13 / 2 / 14 / 14;
  }

  #w-node-_16f2f0cb-96a8-d87f-bd02-f74d1c0f9b46-51eeb713 {
    grid-area: 14 / 2 / 15 / 14;
  }

  #w-node-a010d5f6-ce47-812d-5a1f-a3a88e77e82a-51eeb713 {
    grid-area: 15 / 2 / 16 / 14;
  }

  #w-node-_947abf79-09fb-63bc-e5f9-c4ce711cabbc-51eeb713 {
    grid-area: 16 / 2 / 17 / 14;
  }

  #w-node-a06d5ae0-81e5-927a-ecfe-2888936c04ae-51eeb713, #w-node-fa4da57f-dd5c-104e-a6b9-3b92c5d32957-51eeb713 {
    grid-area: 17 / 2 / 18 / 14;
  }

  #w-node-_91732e28-59ed-34d6-ccd3-c2825694b466-51eeb713 {
    grid-area: 1 / 2 / 2 / 14;
  }

  #w-node-_2e6aa1ae-7ed7-c4a9-6f92-1cd2aa938698-51eeb713 {
    grid-area: 1 / 1 / 2 / 15;
  }

  #w-node-_418f4a46-dc28-522c-eeba-9c36567d5114-51eeb713 {
    grid-area: 2 / 1 / 3 / 15;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_4fb409d3-8605-6b80-9433-332ec31c0e01-84c1cfec {
    grid-column-end: 14;
  }

  #w-node-_64500fad-79dc-1013-ac82-0438e063b1f0-84c1cfec {
    grid-column: 2 / 14;
  }

  #w-node-_2e6aa1ae-7ed7-c4a9-6f92-1cd2aa938698-84c1cfec {
    grid-row: 2 / 3;
  }

  #w-node-_5c7bdcdf-f15f-94dc-639b-240a9e11d2e4-42c4c79a {
    justify-self: start;
  }
}


@font-face {
  font-family: 'Thedus Condensed';
  src: url('../fonts/Thedus-Condensed.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Thedus Wide';
  src: url('../fonts/Thedus-WideLight.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Thedus Wide';
  src: url('../fonts/Thedus-Wide.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Thedus Condensed';
  src: url('../fonts/Thedus-CondensedLight.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}